@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #333 url(../images/bg.jpg) top center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
p {
	margin-bottom: 16px;
}
#site {
	width: 934px;
	margin: 0 auto;
}
#header {
	float: left;
}
#logo {
	width: 467px;
	height: 99px;
	float: left;
}
#search {
	width: 427px;
	height: 59px;
	background: url(../images/search_bg.jpg) top no-repeat;
	float: left;
	text-align: right;
	padding: 20px;
}
#nav {
	background: #ffb600;
	text-align: center;
	width: 934px;
	height: 40px;
	border-bottom: 5px solid #000;
	float: left;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}
#nav ul {
	display: block;
	padding: 11px 0;
}
#nav ul li {
	display: inline;
	padding: 0 10px;
	}
#sub_header {
	width: 934px;
	height: 252px;
	float: left;
	border-bottom: 5px solid #000;
}
#flash {
	width: 560px;
	height: 252px;
	float: left;
}
#featured_prod {
	width: 374px;
	float: left;
}
#featured_prod_top {
	height: 49px;
	background: url(../images/feature_top.jpg) top no-repeat;
}
#featured_prod_top a {
	color: #000;
	text-decoration: none;
}
#featured_prod_top h2 {
	color: #333;
	font-size: 12px;
	padding: 24px 20px 10px 25px;
}
.featured_prod_color {
	font-size: 14px;
	color: #000;
}
#featured_prod_img {
	height: 203px;
	width: 374px;
}
#content {
	border-bottom: 5px solid #000;
	float: left;
	background: #ffb600;
	width: 934px;
}
#products {
	background: #8f1515;
	width: 660px;
	float: left;
	padding: 10px;
}
.product {
	width: 200px;
	padding: 10px;
	float: left;
}
.product_text {
	width: 200px;
	height: 16px;
	background: url(../images/product_text.jpg) top center no-repeat;
	text-align: center;
	padding: 12px 0;
	float: left;
	font-size: 14px;
}
.product_text_2line {
	width: 200px;
	height: 34px;
	background: url(../images/product_text.jpg) top center no-repeat;
	text-align: center;
	padding: 3px 0;
	float: left;
	font-size: 14px;
}
.product_text a, .product_text_2line a {
	color: #000;
	text-decoration: none;
}
.product_text a:hover, .product_text_2line a:hover {
	text-decoration: underline;
}
#right_nav {
	width: 254px;
	height: 100%;
	float: left;
	background: #ffb600;
}
.right_nav_head {
	background: url(../images/nav_right_head.jpg) top center repeat-x;
	height: 20px;
	padding: 10px 0;
	width: 254px;
	text-align: center;
	color: #fff;
	list-style: none;
	display: block;
	float: left;
}
.right_nav_head a {
	color: #fff;
	text-decoration: none;
}
#right_nav li {
	list-style: none;
	float: left;
}
#right_nav li a {
	height: 16px;
	width: 230px;
	list-style: none;
	padding: 12px;
	display: block;
	border-bottom: 1px solid #f1ac01;
	float: left;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#right_nav li a:hover {
	color: #FFFFFF;
	background-color: #000000;
	border-bottom: 1px solid #000;
}

#footer {
	float: left;
	height: 40px;
	width: 874px;
	padding: 30px;
	text-align: center;
	font-size: 12px;
}
#footer a {
	color: #8f1515;
	text-decoration: none;
}