/* div {margin: 1px; padding:1px; border: 1px red dashed}  */ 

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #161213;
}

img {
	border: 0;
}

h2 {
	text-transform: uppercase;
	font-size: 20px;
	color: white;
	margin-bottom: 8px;
}

h3 {
	text-transform: uppercase;
	font-size: 20px;
	color: #FF941D;
	margin-bottom: 8px;
}

div.top {
	background-image: url(images/topback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 264px;
}

div.middle {
	background-image: url(images/middleback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #161213;
}

div.bottom {
	background-color: #161213;
}

div.head {
	background-image: url(images/topback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

div.body {
	background-image: url(images/middleback.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #161213;
	width: 968px;
	margin-left: auto;
	margin-right: auto;
}

div.foot {
	background-image: url(images/footback.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 968px;
	height: 15px;
	color: #898888;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	font-size: 12px;
}

div.foot span {
	float: right;
}

div.foot span a {
	color: #898888;
	text-decoration: none;
}

div.buttons {
	background-image: url(images/buttonsback.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 42px;
	padding-top: 40px;
}

div.buttons ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 100px;
}

div.buttons ul li {
	float: left;
	margin-left: 20px;
	padding: 5px;
}

div.buttons ul li:hover {
	background-color: #F08C1D;
}

div.buttons ul li a {
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

div.buttons span {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}

div.text {
	color: #D4D4D4;
}

div.one {
	width: 367px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.two {
	width: 270px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.two ul {
	margin :0;
	padding: 0;
	padding-left: 14px;
	list-style-type: square;
}

div.two ul a {
	color: #D4D4D4;
	text-decoration: none;
	border-bottom: 1px #FF941D dashed;
}

div.two ul li a:hover {
	color: #FF941D;
	border-bottom: 1px #FF941D dashed;
}

div.three {
	width: 250px;
	float: left;
	margin-bottom: 30px;
}

div.three ul {
	margin: 0;
	padding: 0;
	padding-left: 19px;
	list-style-image: url(images/newsbull.png);
	list-style-type: none;
}

div.clear {
	clear: both;
}

span.new {
	color: #FF941D;
	border-bottom: 1px #FF941D dashed;
}

div.left {
	float: left;
	width: 270px;
	margin-top: 35px;
}

div.right {
	float: right;
	width: 670px;
	height: 252px;
	background-image: url(images/landscape.png);
	background-repeat: no-repeat;
	background-position: top left;
}

img#truck {
	margin-top: 40px;
	margin-left: 50px;
}

/* 2ND. LEVEL PAGES */
div.main {
	width: 676px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
/* Contact */
div.contact {
	margin-left: 0px;
}

div.contact > label {
	width: 100px;
	float: left;
}

div.contact > input[name] {
	width: 400px;
	color: #000000;
	background-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	border-color: #FDFBFE;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

div.contact > input[src] {
	margin-left: 100px;
}

div.contact > textarea {
	width: 400px;
	height: 200px;
	color: #005275;
	background-color: #DBDBDB;
	border-style: solid;
	border-width: 1px;
	border-color: #FDFBFE;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}