@import url(scaffold.css);

#header{
	height:140px;
	background:url(images/headerBg.jpg) no-repeat right top;
}

#header h2{height:100px; width:300px; float:left; background:url(images/logo.gif) no-repeat top left;}
#header h2 a{display:block; text-decoration:none; height:100px; width:100%;}
#header h2 a span, #header h3 span{margin-left:-999em;}

#header h3{width:480px; float:left; clear:left; height:40px; background:url(images/tagline.gif) no-repeat top left;}

#header ul{float:right; list-style:none; border-left:1px solid #989898; width:116px;}
#header ul li a{text-decoration:none; font-size:10px; color:#666; background:url(images/arrow1.gif) no-repeat 5px center; padding-left:16px;
				display:block; width:92px; height:15px; line-height:15px;}
#header ul li{display:block; width:100%; padding-bottom:1px;}
#header .zebra{background:#ededed; padding-bottom:0;}
#header .zebra a{background:url(images/arrow2.gif) no-repeat 5px center; height:15px; line-height:15px;}
/* *html #header .zebra a{height:14px; line-height:14px;} */
*+html #header .zebra a{height:14px; line-height:14px;}
#header ul li a:hover{
	background:#646464;
	color:#fff;
	background:#666666 url(images/arrow1b.gif) no-repeat 5px center;
	width: 100px;
}

#listings{
	float:left;
	width:755px;
	margin:0 10px 10px 0;
}

#products{background:#ccc; border:1px solid #9c9c9c; padding:5px 5px 0 5px; float:left;}
/* *html #products{padding:5px;} */
*+html #products{padding:5px;}
#products .listingsHead{
	width:743px;
	height:28px;
	line-height:28px;
	background:url(images/listingBg.gif) repeat-x top left;
	color:#fff;
	font-size:14px;
}
#products .listingsHead span{
	background:url(images/listingsArrow.gif) no-repeat 7px center;
	padding-left:22px;
	width: 28px;
}
#products .listingsHead span a{
	color:#FFFFFF
}

.product{
	float:left;
	width:176px;
	margin:5px 3px 0 0;
	background:#fff;
	border:1px solid #9c9c9c;
	padding:3px 5px;
	font-size:11px;
	height:240px;
}
html>body .product{margin-right:5px;}
.product img{
	border:1px solid #333333;
	background-color: #B8B8B8;
}
.product a{text-decoration:none; color:#00683f;}
.product h4{font-size:12px; margin:3px 0 5px 0;}
.product strong{
	display:block;
	font-size:11px;
}
.product p{color:#646464; margin:5px 0;}
.product h5{color:#cc0000; font-size:11px; margin-bottom:5px;}

#search{float:right; width:151px;background:#fff; margin-top:5px; border:1px solid #9c9c9c; padding:5px; height:489px; font-size:13px; }
#search legend{display:none;}
#search h2{color:#008651; font-size:12px; text-align:center;}
#search a{display:block; padding:5px 0; text-align:center;}
#search input{width:147px; margin:3px 0;}
#search select{width:151px; margin:3px 0;}
#search .button{border:none; background:url(images/listingBg.gif) repeat-x top left; float:right; color:#fff; width:60px; height:20px;
				line-height:16px; font-size:11px; cursor:pointer;}
#search .button:active{background:url(images/listingBg2.gif) repeat-x top left;}				
#search hr{display:block; width:100%; clear:both; margin-bottom:5px; background:#008651}

fieldset{border:none;}
#learnMore{
	float:left;
	clear:left;
	background:#666465 url(images/learnmorebak.gif) no-repeat left top;
	padding:10px;
	width:735px;
}
*+html #learnMore{margin-bottom:10px;}
/* *html #learnMore{margin-bottom:10px; width:719px;} */
#learnMore h4{
	border-bottom:1px solid #CCCCCC;
	color:#fff;
	margin-bottom:5px;
	background:url(images/arrow3.gif) no-repeat left 3px;
	padding:0 0 5px 15px
}
#learnMore ul{
	width:24%;
	margin-right:1%;
	float:left;
	list-style:none;
	color:#fff;
}
#learnMore ul li a{
	color:#fff;
	text-decoration:none;
	font-size:10px;
	background:url(images/arrow4.gif) no-repeat left center;
	padding-left:10px;
	margin-left:5px;
}
#learnMore ul li a:hover{
	color:#FFCC33;
	text-decoration:underline;
}
#learnMore ul h2 a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
.gt {
padding-left: 585px;
}
