@charset "UTF-8";
.wrapper {
	width: 100%;
}
.header-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 15px;
}
.body-bg {
	background-color: #343636;
}
.header {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.header-left {
	width: 426px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.header-right {
	width: 426px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	text-align: right;
	padding-top: 20px;
}
.content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.content-left {
	width: 600px;
}
.content-right {
	width: 335px;
	padding-left: 40px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	float: right;
}
.content-full {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.content-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 50px;
	padding-bottom: 75px;
}
.content-left-home {
	width: 450px;
	float: left;
	padding-top: 20px;
}
.content-right-home {
	width: 485px;
	float: right;
	padding-left: 30px;
	text-align: right;
}
.bottom-content-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
.bottom-content {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 25px;
}
.footer-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 75px;
}
.footer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.footer-right {
	width: 426px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footer-left {
	width: 426px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.product {
	width: 570px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.product-thumb {
	width: 110px;
	float: left;
	padding: 5px;
	border: 1px dotted #CCCCCC;
}
.product-description {
	width: 250px;
	margin-top: 5px;
	float: left;
	margin-left: 15px;
}

/* End Sub Navigation */

.product-button {
	width: 130px;
	text-align: center;
	float: right;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/* Start Type */

.product-description h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	margin: 0px;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
.product-description h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFFFFF;
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #8B2943;
	font-weight: bold;
	letter-spacing: -1px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -2px;
	padding-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #8B2943;
	padding-top: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
h2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #8B2943;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}
h2 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #8B2943;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
}
h2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #4A1523;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: underline;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.navcontainer/*End Sub Menu*/ {
	width: 600px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

/*Start Main Menu*/

#nav {
	list-style: none;
	width: 750px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#nav li {
	display: inline;
	margin: 0 0 0 20px;
}

#nav li a {
	text-decoration: none;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E2EEE6;
}

#nav li a:hover {
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #309A5E;
}

#nav li.current {
	/*	background-color: #DE6A2D;*/
	padding: 5px 5px 3px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #E2EEE6;
	color: #E2EEE6;
}

#nav li a.here {
	color: #DE6A2D;
	padding: 5px 0px 3px 0px;
	border-bottom: 0px solid #DE6A2D;
	font-weight: bold;
}


/*Start Sub Menu*/

#navcontainer2 {
	width: 200px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}

#navcontainer2 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#navcontainer2 a
{
	display: block;
	width: 160px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#navcontainer2 a:link, #navlist2 a:visited
{
	color: #333333;
	text-decoration: none;
}

#navcontainer2 a:hover
{
	background-color: #999999;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	background-image: url(../images/bullet-arrow-hover.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}

/*End Sub Menu*/

/*Start Article*/

.article {
	width: 650px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.article h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*End Article*/

.thumbnails {
	width: 375px;
	padding-bottom: 0px;
}

.thumbnail-container {
	padding: 2px;
}
.mini-product {
	width: 650px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mini-product-left {
	float: left;
	width: 475px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.mini-product-right {
	float: right;
	width: 150px;
	text-align: right;
}
.content-left-header-text {
	width: 570px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #8B2943;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.product-description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
}
.content-right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
.holder {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
