@charset "UTF-8";
/*---------- universal ----------*/
body {
	background-color: #333333;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
img {
	border: none;
}
.clear_cols {
	clear: both;
}

.hilite {
	color: #336699;
}
/*---------- general layout ----------*/
#wrapper {
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
#flashhead {
	height: 140px;
}
#header {
	background-image: url(images/header/rotator.php);
	background-repeat: no-repeat;
	height: 188px;
	padding-left: 6px;
	padding-top: 9px;
}
#nav img {
	float: left;
	clear: left;
}
/*---------- footer ----------*/
#footer {
	background-image: url(images/facts/rotator.php);
	background-repeat: no-repeat;
	padding-top: 46px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}
#footer p {
	line-height: 20px;
}
#footer a {
	color: #FFFFFF;
}
/*---------- content ----------*/
#content {
	background-color: #FFFFFF;
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	padding: 15px;
}
#main {
	width: 527px;
	margin-right: 15px;
	float: left;
}
#main h1, #featured h1 {
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#main p {
	margin-top: 6px;
	margin-bottom: 12px;
}
#rightcol {
	width: 176px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightcol p {
	margin-top: 0px;
	margin-bottom: 12px;
}
#featured {
	background-color: #FFFFFF;
	width: 718px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#featured h1 {
}
#featured .product {
	float: left;
	width: 234px;
}
#featured .product-mid {
	float: left;
	width: 234px;
	margin-right: 8px;
	margin-left: 8px;
}
.product, .product-mid {
	font-size: 11px;
}
#featured .product img, #featured .product-mid img {
	float: left;
	margin-right: 5px;
}
#featured .product p, #featured .product-mid p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.product a, .product-mid a {
	font-weight: bold;
	color: #990000;
}
#product-nav {
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-left: 10px;
	padding-left: 15px;
}
#product-nav li {
	list-style-type: none;
	margin-bottom: 2px;
	margin-top: 2px;
}
#product-nav ul {
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}
#product-nav ul ul {
	padding-left: 10px;
	font-weight: normal;
}
#product-nav a {
	color: #990000;
}
.item-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#main a {
	color: #990000;
}
#main h2 {
	font-size: 13px;
	color: #336699;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}
#main h4 {
	color: #336699;
	font-size: 12px;
	margin-left: 25px;
}
h1#product-head {
	font-weight: bold;
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #336699;
}
#heading {
	width: 718px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
