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

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#383435;
	}
	
#container {
	width: 960px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	}

#header {
	width:960px;
	height:80px;
	}


#logo {
	width:760px;
	float:left;
	}

#logo img {
	border:none;
	width:300px;
	margin-left:340px;
	}

img:hover {opacity:0.8}
	
#phone {
	color:#cdac47;
	font-weight:bolder;
	font-size:18px;
	margin-bottom:10px;
	}
	
#acctLogin {
	width:200px;
	float:right;}

#acctButtons {
	margin-top:-32px;
	margin-left:20px
	}
	
#acctButtons ul a {
	text-decoration:none;
	color:#777676;
	font-size:11px;
	text-transform: uppercase;
	}
	
#acctButtons a:hover {
	text-decoration:underline;
	color:#cdac47;
	}
	
#acctButtons img{
	width:20px;
	height:20px;
	vertical-align:middle;
	border:none;
	}
	

#navtabs {
	height:40px;
	width:960px;
	padding-left:-1px;
	}
	
#navbuttons {
	height:40px;
	}

#navbuttons a {
	text-decoration:none;
	color:#383435;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;	
	}
	
#navbuttons	a:hover {
	text-decoration:underline;
	color:#cdac47;
	}

#navbuttons img{
	border:none;
	vertical-align:middle;
	margin-right:5px;
	height:30px;
	width:30px;
	}
	
ul {
	list-style-type: none;
	}

#navbuttons ul {
	margin-left:0px;
	}
	
#navbuttons li {
	float:left;
	margin-right:60px;
}


#clear {
	clear:both;}
	
#imageRotator img {
	border:none;
	width:900px;
	margin-left:30px;
	}

#ads ul {
	margin-left:15px;
	}
	
#ads li{
	float:left
	}
	
#ads img {
	width:275px;
	border: none;
	margin-top:20px;
	margin-right:10px;
	}

#brandLogos {
	width:960px;
	margin-top:40px;
	}

#brandLogos img{
	width:80px;
	border:none;
	margin-left:66px;
	}
	
#brandLogos	img:hover {
	opacity:0.6
	}
	
#footer-categories {
	margin:50px;
	padding:5px;
	display:inline-block;
	border: solid;
	border-width:1px;
	border-color:#999;
	border-radius:5px;
	}
	
#footer-categories a {
	text-decoration:none;
	}
	
#footer-categories a:hover {
	text-decoration:underline;
	color:#cdac47;
	}
	
#footer-column {
	float:left;
	margin-left:40px;
	margin-top:20px;
	width:172px;
	}
#footer-categories h3 {
	font-size:16px;
	}
	
#footer-categories ul {
	margin-top:-15px;
	}


#footer-column ul li{
	margin-bottom:1px;
	line-height:18px;
	}

#footer-categories li a {
	margin-left:-20px;
	font-size:12px;
	}
	
#footertext {
	margin-top:20px;
	margin-left:50px;
	margin-right:50px;
	}

#footertext p{
	font-size: 10px;
	}
	
#footerTagLine {
	margin-left:65px;
	margin-right:65px;
	margin-bottom:50px;
	margin-top:20px;
	}

#footerTagLine p{
	font-size:12px;
	font-weight:bolder;
	}