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

* {
	
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	}
}

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.wrap {
	width:960px;
	margin:auto;
}

.header {
	height:184px;;
	width:100%;
	position:relative;
}

.header_top {
	height:89px;
	position:relative;
	width:960px;
	margin:auto;
}

.phone {
	position:absolute;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	
}

.tires {
	background:url(../images/tires.png);
	position:absolute;
	width:463px;
	height:145px;
	left: 504px;
	top: 3px;
}

.logo {
	position:absolute;
	left: 17px;
	top: 44px;
}

.header_blue, .header_red, .header_yellow {
	height:30px;
	width:100%;
}

.header_blue {
background:#061d6b;
}

.header_red {
	background:#a80405;
}

.header_yellow {
	background:#df9e02;
/*	margin-top:-17px; */
	height:47px;
}

.nav {
	width:960px;
	margin:auto;
}
	
.nav ul {
	list-style:none;
}

.nav li {
	float:left;
	padding:5px 7px 6px 7px;
	border-left:1px dotted #000;
	width:75px;
	height:35px;
}

.nav li:hover {
	background:#e9be56;
}

.border_right {
	border-right:1px dotted #000;
}
.nav li a {
	color:#000;
	text-decoration:none;
	font-size:11px
}

/* Side Nav */

.left {
	float:left;
	width:213px;
	padding-top:16px;
	height: 389px;
}

.left_top {

	color:#fff;
	font-size:18px;
	padding:5px 10px;
	background:#061d6b;
	
}

.left_btm {

}

.left_btm ul {
/*	list-style-image:url(../images/arrow.png); */
/*	margin:0px 0px 0px -15px; */
	background:#a80405;
	list-style:none;
	padding:10px 0;
	}

.left_btm li {

 padding:0 10px;
	
}

.left_btm li:hover {
	background:#df9e02;
}

.left_btm li a:hover {
	color:#000;
	display:block;

}

.left_btm li a {
	color:#fff;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}

/* Main Content */

.right {
	float:right;
	width:728px;
	padding:16px 0px 16px 16px;
	text-align: center;
	height: 439px;
}

.right_tire_image {
	height:300px;
	width:300px;
	text-align:center;
}

.right_text {
	width:400px;
	float:right;
}

.right_text_temp {
	width:600px;
	float:right;
}
	
.clear {
	clear:both;
}	

.footer {
	width:100%;
	border-top:1px solid #000;
	background:#df9e02;
	padding:15px 0 65px 0;
}

.footer ul {
	list-style:none;
}

.footer li {
	float:left;
	padding:0px 10px 0px 10px;
	font-size:11px;
	border-left:1px dotted #000;
}

.footer li a {
	color:#000;
	text-decoration:none;
}

.footer li a:hover {
	text-decoration:underline;
}


