* { margin: 0; padding: 0; }

body {
	background: url(../img/layout/bg.gif) top center repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #2b2422;
	}
#container {
	width: 927px;
	margin: 167px auto 0 auto;
	padding: 17px 16px 50px 17px;
	background: url(../img/layout/tires.gif) bottom right no-repeat;
	border-bottom: 1px solid #d1cfca;
	}
h1#logo {
	position: absolute;
	width: 298px;
	height: 103px;
	margin-top: -120px;
	text-indent: -999em;
	background: url(../img/logo.png);
	}
#contact-info {
	height:35px;
	margin-left:590px;
	overflow:hidden;
	position:absolute;
	top:132px;
	width:338px;
	}
#contact-info h2 {
	color: #111;
	width: 170px;
	float: left;
	font-size: 24px;
	}
#contact-info a {
	color: #3d1000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	float: right;
	text-decoration: none;
	}
#contact-info a:hover {
	color: #fff;
	}
	
#main-content {
	min-height: 950px;
	}
	
#header {
	margin-bottom: 35px;
	}
#header h1 {
	width: 578px;
	height: 315px;
	float: left;
	text-indent: -999em;
	background: url(../img/banner.jpg);
	}
#header .lead-p {
	width: 338px;
	height: 293px;
	padding-top: 22px;
	float: right;
	background: url(../img/layout/lead-p.jpg);
	overflow: hidden;
	font-size: 13px;
	line-height: 18px;
	}
#header .lead-p p {
	padding: 0 22px 22px 22px;
	}
	
.tabs {
	width: 575px;
	float: left;
	}
.tabs-nav {
	margin-left: 24px;
	}
.tabs-nav li {
	list-style: none;
	float: left;
	margin-right: 2px;
	}
.tabs-nav li a {
	display: block;
	width: 89px;
	font-size: 16px;
	padding: 11px 0;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img/layout/tab.gif) bottom left repeat-x;
	overflow: hidden;
	}
.tabs-nav li a:hover, .tabs-nav li a.active {
	background: url(../img/layout/tab-active.gif) bottom left repeat-x;
	color: #fff;
	}
.tab-content {
	width: 525px;
	padding: 35px 24px;
	border: 1px solid #d5d5d5;
	background: url(../img/layout/bg-tab-content.gif) bottom left no-repeat;
	}
.tab-content h2 {
	font-size: 21px;
	}
.tab-content p {
	font-size: 12px;
	line-height: 18px;
	margin: 20px 0;
	}
	
#panel {
	width: 378px;
	height: 175px;
	margin: 0 0 0 594px;
	*margin: 0 0 0 26px;
	_margin: 0 0 0 26px;
	overflow: hidden;
	position: absolute;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	background: url(../img/layout/panel.gif);
	}
#panel p {
	padding: 32px 30px 30px 45px;
	}
	
#email-form {
	float:right;
	margin:190px 0 0;
	width:320px;
	}
#email-form h3 {
	margin-bottom: 10px;
	}
fieldset {
	border: none;
	margin-bottom: 5px;
	}
label {
	color:#C00307;
	display:block;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
	}
input.text, textarea.text {
	border: 1px solid #c5c5c5;
	background: #ececec;
	padding: 6px 2px;
	width: 230px;
	float: right;
	}
#submit {
	clear: both;
	}

	
	
#footer {
	background: #f1f1f1;
	padding: 50px;
	}
#footer p {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	}
	
/* ---------- Misc. Styles ---------- */

.clear:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
* html .clear { height: 1px; }
*:first-child+html .clear { min-height: 1px; }
.cleared { clear: both; }