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

html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:100%;
	margin:0;
	min-width:860px;
}

#container {
	width:100%;
}

#header{
	background-image:url(images/tire.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	top:0px;
	width:100%;
	height:110px;
	background-color:#A01B1F;
	min-width: 860px;
}

#tagline{
	margin-top:0px;
	position: absolute;
	font-size:20px;
	font-style:oblique;
	color:#f0c429;
	left: 320px;
	top: 44px;
}

#address{
	margin-top:-80px;
	margin-right:30px;
	float:right;
	color:#FFF;
}

#main_nav {
	position:relative;
	top:0px;
	background-image:url(images/menu_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:39px;
	margin-bottom: 4px;
	min-width: 860px;
}
#main_nav li{
	display:inline;
}
#main_nav ul{
	padding-top:6px;
	margin-top:0px;
}
#main_nav a{
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	padding:6px 20px 6px 20px;
	color:#A01B1F;
}
#main_nav a:hover{
	background-color:#A01B1F;
	background-image:url(images/menu_ova.gif);
	color:#f0c429;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

#content {
	position:relative;
	width:100%;
	height:600px;
}
#content_trucks {
	position:relative;
	width:100%;
	height:765px;
}
#content_watercarts {
	position:relative;
	width:100%;
	height:765px;
}

a {
	text-decoration:none;
	color:#333;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

h1{
	font-size:18px;
	
}

.sub_heading{
	font-size:13px;
	font-weight:bold;
	color:#000000;
}
.sub_heading a{
	color:#000000;
}

.main_heading{
	font-size:18px;
	font-weight:bold;
	color: #f0c429;
}
.main_heading_wht{
	font-size:18px;
	font-weight:bold;
	color: #FFF;
}

.equip_title {font-size: 16px}

.intro_text{
	font-size:14px;
	color: #fff;
}

/* HOME */
#home_pg {
	background-image:url(images/home_pg.jpg);
	background-repeat:no-repeat;
	height:436px;
}
#text_box {
	width:400px;
	color:#FFF;
	padding:20px;
}
#equipment_finder{
	position:relative;
	width:300px;
	left:20px;
	top:62px;
	line-height:1.5;
}
#home_content {
	position:relative;
	background-image:url(images/home_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:436px;
}

/* FOOTER */
#bullets {
	text-align:center;
	width:100%;
	background-color:#F0C429;
	color:#A01B1F;
	font-size:14px;
	padding:2px 0 1px 0;
	margin-top:4px;
	min-width: 860px;
}


#footer {
	color:#aaaaaa;
	font-size:10px;
	font-weight:bold;
	padding:5px;
}
#footer a{
	color:#aaaaaa;
}

/* OTHER */
#sidebar {
	background-color: #E5E5E5;
	float: left;
	height: 100%;
	width: 150px;
	position: relative;
	left:4px;
}
#main_content{
	left: 160px;	
	position:absolute;
}

#sub_header {
	background-color: #000000;
	height:100px;
	width: 850px;
}
#sub_header img{
	margin-right: 15px;
	height: 100px;
}

#text_section {
	width: 810px;
	position: relative;
	color:#333;
	padding:12px 0 0 15px;
}
#text_section img{
border: 2px solid #000000;
}
#content_img {
	float:right;
	margin-left: 20px;
}

.caption{
	color:#666666;
	font-size:12px;
	font-style:oblique;
}
