
/* GLOBAL */


body{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	line-height: 16px;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color:#CF142B;
	font-weight: normal;
	letter-spacing:2px;
	line-height:32px;
	}
	
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color:#fff;
	font-weight: normal;
	letter-spacing:3px;
	margin: 0 0 5px 0;
	line-height:32px;
	}
	
a:link{
	text-decoration: none;
	color:#000;
	}
	
a:visited{
	text-decoration: none;
	color: #000;
	}
	
a:hover{
	text-decoration: none;
	color:#CF142B;
	}
	
p{
	margin-top:5px;
	margin-bottom:15px;
	}

ul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

.on{
	width:75px;
	height:50px;
	color:#CF142B;
	text-align:center;
	padding: 30px 0 0 0;
	background-image: url(../images/dash.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
	}

.highlight{
	color:#CF142B;
	text-transform: uppercase;	
	}

/* MAIN CLASSES */

#wrapper{
	width:900px;
	height:auto;
	margin:auto;
	margin-top:5px;
	background-color:#FFFFFF;
}

.header{
	width:900px;
	height:80px;
	}

.logo{	
	float:left;
	width:275px;
	height:80px;
	}

/* NAVIGATION */

#navigation{
	float:right;
	width:375px;
	height:50px;
	text-transform: uppercase;
	margin:0 30px 0 0;
	}

ul.menu{
	margin:0;
	padding:0;
	}
	
#navigation li{
 	float:left;
	margin: 0;
   	display: block;
	}

#navigation li a {
	display:block;
	width:75px;
	height:50px;
	text-align:center;
	padding: 30px 0 0 0;
	}

#navigation li a:hover {	
	width:75px;
	height:50px;
	text-align:center;
	padding: 30px 0 0 0;
	background-image: url(../images/dash.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
/* HOME */

.bar{
	width:900px;
	height:10px;
	}
	
#main{
	width:900px;
	height:540px;
	margin:0;
	}

.show{
	width:900px;
	height:275px;
	margin: 0;
	background-color:#CF142B;
	}

.contentTitle{
	width:280px;
	height:120px;
	margin:0 0 5px 0;
	}

.titleDash{
	clear:both;
	width:280px;
	height:20px;
	}
	
.title{
	float:left;
	width:110px;
	height:40px;
	margin:25px 0 0 0;
	}

.titleImg{
	float:right;
	width:122px;
	height:75px;
	margin:0 0 15px 0;
	}
	
.contentRight{
	float:right;
	width:280px;
	height:250px;
	margin:15px 0 0 0;
	padding:0 5px 0 0;
	}

.contentCenter{
	float:right;
	width:280px;
	height:250px;
	margin:15px 13px 0 0;
	padding:0 10px 0 0;
	}

.contentLeft{
	float:left;
	width:280px;
	height:250px;
	margin:15px 0 0 5px;
	padding:0 10px 0 0;
	}

.contentCenter a, .leftColumn a{
	font-weight: bold;	
	}

.brands{
	width:900px;
	height:20px;
	text-align:center;
	margin:auto;
	margin-top:10px;
	}

.bugs{
	float:right;
	clear:both;
	width:92px;
	height:55px;
	margin:0 0 10px 0;
	}


/* TIRES */

.mainTires{
	width:900px;
	height:auto;
	margin:0;
	}
	
.split{
	width:900px;
	height:250px;
	margin: 0;
	background-image: url(../images/red.gif);
	background-repeat: repeat-x;	
	}

.splitRight{
	float:right;
	width:350px;
	height:250px;
	margin:0;
	}

.splitTop{
	float:left;
	width:450px;
	height:50px;
	margin:100px 0 0 25px;
	color:#fff;
	}

.splitBottom{
	float:left;
	width:500px;
	height:auto;
	margin:20px 0 0 25px;
	}

.rightColumn{
	float:right;
	width: 325px;
	height:auto;
	margin: 10px 25px 0 0;
	}

.rightDash{
	float:left;
	width:25px;
	height:auto;
	margin:8px 20px 0 0;
	}

.rightColumn ul{
	margin:8px 0 0 10px;
	padding:0 0 0 50px;
	}

.leftColumn ul{
	margin:8px 0 10px 10px;
	padding:0 0 0 10px;
	}
	
.rightColumn li, .leftColumn li{
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0  0 .5em 1.5em;
	}
	
.leftColumn{
	float:left;
	width:500px;
	height:auto;
	margin: 10px 0 0 25px;
	}
	
/* FORM */


#tooltip{
	position:absolute;
	width:160px;
	height:100px;
	border:1px solid #333;
	background:#CF142B;
	padding: 8px;
	color:#fff;
	display:none;
	font-size:10px;
	line-height:14px;
	}

	
.input-submit {
	background-image:url(../images/submit.gif);
	width: 68px;
	height: 25px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	}

.input-submit:hover {	
	background-image:url(../images/submit_over.gif);
	width: 68px;
	height: 25px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	}
	
/* FOOTER */
#footer{
	clear:both;
	width:900px;
	height:55px;
	color: #fff;
	margin:0;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	}

.footerRight{
	float:right;
	width:auto;
	height:20px;
	margin:20px 10px 0 0;
	font-size: 9px;
	}

.footerLeft{
	float:left;
	width:400px;
	height:20px;
	margin:20px 0 0 20px;
	font-size: 11px;
	}
	
.site{
	float:right;
	font-size:9px;
	color:#484848;
	margin:5px 0 0 0;
	}
	
/* MARGIN FIX IE */

*html .rightColumn{
	float:right;
	width: 325px;
	height:auto;
	margin: 10px 5px 0 0;
	}

*html #dynatip {
	background-image:url(../images/black_arrow.gif);
	}
