/* CSS Document */

/*Clearfix*/

.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
/** For IE 6/7 only*/
.cf {
 *zoom: 1;
}
/*Clearfix*/

/*HTML5 display rule*/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
/*HTML5 display rule*/

/*Browser reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*Browser reset*/

/*Global Navigation*/
a:focus {
	outline: this dotted;
}
a:hover, a:active {
	outline: 0;
}
a {
	color: #49a3b2;
	text-decoration: none;
}
/*Global Navigation*/body {
	background: url(_images/bg.png) repeat-x left top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #333;
}
#logoWrapper {
	position: relative;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#logoWrapper .logo {
	position: absolute;
	height: 90px;
	width: 460px;
	left: 10px;
	top: 0px;
	padding-top: 10px;
	z-index: 100;
}
#logoWrapper .logo img {
	border-width: 0px;
}

#logoWrapper .topNav {
	position: absolute;
	height: 100px;
	width: 460px;
	top: 0px;
	right: 10px;
	background: url(_images/topNavBG.png) no-repeat right top;
}
.topNav ul {
	height: 50px;
	width: 300px;
	margin-left: 150px;
}
.topNav ul li {
	float: left;
}
.topNav ul li a {
	line-height: 50px;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFCC00;
}
.topNav ul li a:hover {
	color: #FFF;
}
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: #FFF;
	-webkit-border-radius: 20px 20px 0px 0px;
	border-radius: 20px 20px 0px 0px;
}
#bannerWrapper {
	position: relative;
	height: 255px;
	width: 940px;
	background: url(_images/bannerWrapperBG.png) repeat-x left bottom;
}
#bannerWrapper .tractor {
	position: absolute;
	height: 250px;
	width: 460px;
	top: -60px;
	left: 0px;
}
#bannerWrapper .slogan {
	position: absolute;
	height: 150px;
	width: 420px;
	top: 0px;
	right: 0px;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 26px;
	padding: 20px;
	font-weight: normal;
	color: #399167;
	text-align: center;
}
#bannerWrapper ul {
	position: absolute;
	height: 50px;
	width: 940px;
	left: 0px;
	bottom: 10px;
}
#bannerWrapper ul li {
	float: left;
	height: 50px;
	width: 180px;
}
.marginRT_10 {
	margin-right: 10px;
}
.marginRT_20 {
	margin-right: 20px;
}
#bannerWrapper ul li a {
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 110%;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
.valtraBlack {
	background: #282832;
}
.valtraBlack:hover {
	background: #16161D url(_images/opacity50.png);
}
.valtraRed {
	background: #ac1d2f;
}
.valtraRed:hover {
	background: #951A29 url(_images/opacity50.png);
}
.valtraBlue {
	background: #2b4e8e;
}
.valtraBlue:hover {
	background: #234074 url(_images/opacity50.png);
}
.valtraOrange {
	background: #e26920;
}
.valtraOrange:hover {
	background: #B75317 url(_images/opacity50.png);
}
.valtraYellow {
	background: #dd9423;
}
.valtraYellow:hover {
	background: #C0801F url(_images/opacity50.png);
}
#mainWrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}
.brands {
	text-align: center;
	border-top: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
}

.half460 {
	float: left;
	width: 460px;
}
.half460 h1 {
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 22px;
	color: #E26920;
	font-weight: bold;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 40px;
	border-bottom: 2px solid #E26920;
	text-align: left;
	background: url(_images/opacity50.png);
	padding-left: 15px;
}
.half460 p {
	margin-bottom: 15px;
	line-height: 25px;
	margin-right: 15px;
	margin-left: 15px;
}


.fullWidth {
	padding-right: 30px;
	padding-left: 30px;
}
.fullWidth h1 {
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	font-size: 22px;
	color: #E26920;
	font-weight: bold;
	font-family: "Myriad Pro", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 40px;
	border-bottom: 2px solid #E26920;
	text-align: left;
	background: url(_images/opacity50.png);
	padding-left: 15px;
}
.fullWidth p {
	margin-bottom: 15px;
	line-height: 25px;
	margin-right: 15px;
	margin-left: 15px;
}
#footerWrapper {
	background: url(_images/footerBG.png) no-repeat center top;
	min-height: 390px;
}
#footerWrapper .footerNav {
	float: left;
	width: 200px;
	padding: 20px 10px 10px;
}
.footerNav h1 {
	font-size: medium;
	color: #E26920;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	margin-bottom: 15px;
}
.footerNav ul {
	margin-bottom: 15px;
}

.footerNav ul li a {
	color: #666;
	line-height: 25px;
	display: block;
	padding-left: 10px;
	font-weight: normal;
}
.footerNav ul li a:hover {
	color: #282832;
}



#footerWrapper .footerContact {
	float: right;
	width: 440px;
	padding: 20px 10px 10px;
}
.footerContact h2 {
	font-size: small;
	line-height: 25px;
	text-align: right;
	margin-bottom: 15px;
	font-weight: normal;
}
.footerContact p {
	line-height: 22px;
	text-align: right;
}


#grassWrapper {
	position: relative;
	height: 135px;
	width: 100%;
}
.grass {
	background: url(_images/grass.png);
	height: 135px;
	position: absolute;
	width: 100%;
	top: -75px;
	left: 0px;
}
#grassWrapper .designby {
	background: #9CDD32;
	position: absolute;
	left: 0px;
	top: 60px;
	height: 75px;
	width: 100%;
	border-top: 2px solid #5BA711;
}
#grassWrapper .designby p {
	line-height: 25px;
	padding-left: 20px;
	font-size: 11px;
	color: #4A8817;
}
.floatRight {
	padding: 10px;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #DD9423;
}
