@charset "UTF-8";
/* CSS Document */
* 	 { margin:0; padding:0; }
body { width:100%; height:100%; font-family:Verdana, Geneva, sans-serif;}

#bg 	{ position:absolute; top:0; left:0; width:100%; height:100%; min-width:1024px; min-height:600px; }
#bg img {  background:url('../images/bg.jpg') top left no-repeat; width:100% !important; width:1024px; height:100% !important; height:600px; position:absolute;  top:0; left:0;}

#content { width:100%; height:100%; position:absolute; top:0; left:0; min-width:1024px; min-height:568px;}
.top	 { width:100%; height:190px; background:url('../images/landing-top-bg.png') repeat-x; }

.logo    	 { height:119px; width:100% !important; width:1024px; background:url('../images/logo-long.png') right 73px no-repeat; } 
.logo .tires { height:100%; background:url('../images/logo-tires.png') left 10% no-repeat; }/* IE6 Min-width Fix */

.top .nav	 	 	{ width:100% !important; width:1024px; margin:5px auto 0;}
.top ul 	 	 	{ width:880px; margin:0 auto;}
.top ul li 	 	 	{ display:inline; text-transform:uppercase; margin-left:7px; float:left; background:url('../images/nav-dash.jpg') left center no-repeat; text-indent:7px;}
.top ul li.first 	{ background:none; }
.top ul li a 	 	{ text-decoration:none; color:#AAA; font-size:13px;  display:block;}
.top ul li a:hover	{ color:#FFF; }


.content 		   { width:100% !important; width:1024px;margin:-17px 0 0 0; }

.info 			   { width:639px; height:50px; background:url('../images/text.png') center center no-repeat; color:#FFF; margin:0 0 0 2%; font-size:15px; text-indent:-2000em;}

.subnav    		   { width:181px; float:right; margin-right:3%; font-size:14px;}
.subnav li 		   { display:block; width:100%; }
.subnav .first	   { height:76px; background:url('../images/buttons/top.png') center center no-repeat; 		line-height:58px; text-indent:65px;}
.subnav .second	   { height:93px; background:url('../images/buttons/center.png') center center no-repeat; 	line-height:83px; text-indent:44px;}
.subnav .bottom	   { height:85px; background:url('../images/buttons/bottom.png') center center no-repeat; 	line-height:62px; text-indent:74px;}


.subnav li a 	   { display:block; text-decoration:none; color:#EEE; }
.subnav li a:hover { color:#000; }