@charset "utf-8";

body {
	background: #D2D7DD url(../_images/products/product_bg.gif) repeat-x;
}

#content {
	width: 1160px;
}

#feature_image {
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 1160px;
	clear: both;
	overflow: hidden;
}

#section_container {
	width: 1000px;
	height: 100%;
	margin: -10px auto 0 auto;
	z-index: 5;
}

#section_container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	float: left;
	color: #555555;
	margin: 5px 0 10px 40px;
}

#section_container h1 a {
	color: #555555;
}

#section_container h1 a:hover {
	text-decoration: none;
}

img.content_divider {
	display: block;
	width: 980px;
	height: 19px;
	margin: 0 auto 25px auto;
	clear: both;
}

#nav_content {
	margin: 19px 30px 10px 0;
	float: right;
}

#nav_content li {
	margin-left: 35px;
	display: inline;
	float: left;
}

#nav_content li a {
	font-size: 14px;
	color: #666666;
}
#nav_content li.double {
	text-align:center;
	margin-top:-10px;
}
div.feature {
	float: left;
	width: 327px;
	margin: 0 0 0 6px;
}

div.feature h2 {
	margin-left: 15px;
	font-weight: bold;
	color: #37addf;
	font-size: 22px;
}

div.feature p {
	margin: 3px 0 0 17px;
	color: #404141;
	font-size: 12px;
	width: 300px;
}

.product_item_clear {
	clear: both;
	display: block;
}
