@charset "utf-8";
/* CSS Document */

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}
 
a img {
	border:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #384a57;
	text-align:center;
	background-repeat:repeat-x;
	background-image:url(../images/background_stretcher.png);
	background-attachment: fixed;
}

#wrapper {
	background-color:#fff;
	width: 878px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
}

#header {
	background-color:#000000;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}

#top_links {
	height:30px;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
}

#logo {
	height:129px;
}

#top_nav {
	background-color:#00C;
	width:870px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		30px;
	line-height: 	30px;
	text-align: 	center;
	font-size:		1.1em;
	text-decoration:none;
	color:			#fafafa;
	background:		transparent none repeat-x 0 0 scroll;
}

div.hoverBtn {
	position: 		relative;
	float:			left;
	background-attachment: scroll;
	background-color: black;
	background-image: url(../images/navBG.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background-attachment: scroll;
	background-color: white;
	background-image: url(../images/navHover.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}
.clear	{ clear: both; }

#rotator {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#000000;
	width:870px;
	height:250px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border:1px solid #ffffff;
	overflow:auto;
}
/*
Featured content scroller
*/

#featured{
	width:870px;
	position:relative;
	height:250px;
	background:#000;
}
#featured ul.ui-tabs-nav{
	position:absolute;
	left:613px;
	padding-right:10px;
	list-style:none;
	padding:0;
	margin:0;
	width:247px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
	color: #FFF;
	text-decoration: none;
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  
	background:#333; 
	line-height:20px;
	text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#666666; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
	background:#39546f;
}
#featured .ui-tabs-panel{
	width:610px;
	height:250px;
	background:#999;
	position:relative;
	left: 7px;
}
#featured .ui-tabs-panel .info{
	position:absolute;
	top:225px;
	height:25px;
	background-image: url(../images/info_bkgrnd.png);
	background-repeat:repeat-x;
	width:610px;
	text-align:center;
	padding-top:5px;
	
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#CCC;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff;
	
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/* End featured content */

#content {
	background-color:#fff;
	width:878px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	
}
#content_wrap {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	text-align: left;
	
}
#module1 {
	float:left;
	height:100px;
	width:290px;
	padding-top:10px;
	background-color:#333;
}

#module2 {
	float:left;
	height:100px;
	width:290px;
	padding-top:10px;
	background-color:#333;
}

#module3 {
	float:left;
	height:100px;
	width:290px;
	padding-top:10px;
	background-color:#333;
}

#module4 {
	float: left;
	margin-top:10px;
	padding-right:10px;
	height:400px;
	width:270px;
}
#module4 p {
	margin-left:10px;
	margin-right:5px;
	padding-bottom:10px;
}
#module4 img{
	float:right;
	padding-right:8px;
	
}
ui.icons {
	width:270px;
}

li.brands {
	float:left;
	list-style:none;
	padding
}

#product_nav {
	padding-left:5px;
	padding-right:5px;
}

#module5 {
	float:left;
	margin-top:10px;
	margin-left:1px;
	width:578px;
}

#module5 p {
	text-align:left;
	margin-left:5px;
	margin-right:10px;
	padding-bottom:10px;
}

#module6 {
	
}

#footer {
	background-color:#FFF;
	width:878px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:20px;
}

#social {
}

#copyright {
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:10px;
	width:878px;
	text-align:center;
	font-size: 10px;
}

#bottom {
	width:878px;
	height:8px;
	margin-left:auto;
	margin-right:auto;
	
}
