﻿body {
	background:url('../siteart/site-bg.gif') repeat-x top #034403;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
}

td {
	vertical-align:top;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#fff;
}

a:hover {
	color:#f67f21;
}

img {
	border:0;
}

p {
	display:block;
	margin:0 0 18px 0;
	line-height:18px;
}

h1, h2 {
	font-size:24px;
	font-weight:normal;
	color:#f67f21;
	display:block;
	margin:0 0 12px 0;
	letter-spacing:-1px;
}

h3 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	display:block;
	margin:0 0 5px 0;
}

.clear {
	display:block;
	height:1px;
	clear:both;
}


#wrap {
	display:block;
	width:994px;
	margin:0 auto;
}


/*-----------------------Top Section----------------------*/

#top {
	display:block;
	width:994px;
	margin:58px 0 0 0;
	padding:33px 0;
}

.top-left {width:391px;}

.logo {
	display:block;
	height:126px;
	background:url('../siteart/logo.gif') no-repeat top left;
}

.logo a {
	text-indent:-9999px;
	display:block;
	height:126px;
}

.tractors {
	display:block;
	background:url('../siteart/tractors.png') no-repeat top left;
	width:391px;
	height:151px;
	margin:15px 0 0 0;
}

.top-right {width:603px;}

.slideshow {
	display:block;
	width:603px;
	height:295px;
	position:relative;
}

.slideshow img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}



/*-----------------------Navigation Section----------------------*/

#nav {
	display:block;
	width:994px;
	border-left:1px solid #d96c16;
	border-right:1px solid #f67f21;
}

#nav table {
	width:994px;
}

#nav td a:link, #nav td a:visited, #nav td a:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#000;
	border-right:1px solid #d96c16;
	border-left:1px solid #f67f21;
	display:block;
	padding:14px 40px 13px 40px;
}

#nav td a:hover {
	background:#d96c16;
	color:#fff;
}


/*-----------------------Content Section----------------------*/

#content-wrap {
	display:block;
	width:994px;
	background:url('../siteart/content-bg.gif') no-repeat bottom center;
	padding:70px 0 0 0;
}

#content {
	display:block;
	width:994px;
	border-bottom:1px solid #023102;
	padding:0 0 40px 0;
}

.welcome {
	width:433px;
	padding-right:20px;
	border-right:1px solid #023102;
}

.contact {
	width:233px;
	padding:0 20px;
	border-left:1px solid #035603;
	border-right:1px solid #023102;
}

.location {
	width:248px;
	padding-left:20px;
	border-left:1px solid #035603;
}

.main {
	width:700px;
	padding-right:30px;
	border-right:1px solid #023102;
}

ul.inv {
	margin:0;
	padding:0;
	list-style:none;
	height:34px;
}

ul.inv li {
	display:block;
	float:left;
	margin-right:15px;
	width:200px;
}

ul.inv li a:link, ul.inv li a:visited, ul.inv li a:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	color:#000;
	display:block;
	padding:10px 0;
	background:url('../siteart/inv-btn-bg.gif') repeat-x top #d86c16;
	border:2px solid #f67f21;
	width:200px;
	box-shadow:1px 1px 4px #000;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
}

ul.inv li a:hover {
	background:#fff;
	color:#f67f21;
	border:2px solid #fff;
}

.sidebar {
	width:234px;
	padding-left:30px;
	border-left:1px solid #035603;
}

#slide {
	display:block;
	width:994px;
	border-top:1px solid #035603;
	padding:40px 0;
}



#footer {
	display:block;
	width:100%;
	background:url('../siteart/footer-bg.gif') repeat-x top center;
	padding:35px 0;
	text-align:center;
}

