/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */

body {
	background:#f7e7ca; text-align: center; font-family:Arial, Helvetica, sans-serif /* centers the container div */
}
h1{font-size:24px; font-weight:bold; margin-bottom:5px}

#container{
	background:#f7e7ca;
	width:1000px;
	text-align:left;
	position:relative;
	margin: 0 auto;
}

#header{
	background:url(../images/header.png) #fff  no-repeat;
	border-top:#CC0000 8px solid;
	height:160px;
	vertical-align:top;
	margin-top:10px;
margin-bottom:0;
	padding-bottom:0;
}

#header .menu{
	width: 250px;
	height:100px;
	background:#fff;
	color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px;
}
#header .menu a:link{color:#fff; text-decoration:none}
#header .menu a:visited{color:#fff; text-decoration:none}
#header .menu a:hover{color: #FFFF66; text-decoration:underline}

#header .menu li {
	background:#CC0000;
	margin-bottom:2px;
	padding:5px;
}
#header img{
	float:right;
	clear:both;
}

#maincontents{
	background: url(../images/truck_image.png) #f7e7ca no-repeat;
	height:500px;
	width:1000px;
margin:0;
padding:0;
}

#maincontents a{
	color:#CC0000
}

#contact {
	width:200px;
	margin-top:240px;
	margin-left:25px;
	padding-bottom:100px;
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
	clear:none;
	float:left;
}
#subpageContent{
	width:600px;
	height:250px;
	background:#fff;
	margin-right:100px;
	margin-top:5px;
	margin-bottom:25px;
	padding-top:10px;
	float:right;
}
#subpageContent img{margin: 2px 8px 0 0}
#homepage_testimonial{
	clear:right;
	font-size:11.5px;
	height:160px;
	margin-left:283px;
	width:370px;
}

#homepage_testimonial img{
	padding-right:5px;
}
form{background:#fff; padding:5px}
