* {
   padding:0;
   margin:0;
}
body {
  background: #E3E3CE;
  line-height: 1.1;
  color: #333;
  font: small Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align:center;
}


/* start: whitespace reset */ 

body, form, input {
	padding: 0px;
	margin: 0px;
}

h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:10px 0;
}

dd, blockquote {
	margin-left: 40px;
}
th {
	text-align:left;
}
fieldset {
  	padding:10px;
}

/* end: whitespace reset */

img {
  border: 0px none #fff;
}

h1, h2, h3, h4{
  color:#000;
  background: transparent;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif
}
h1 {
	font-size: 16px;
	color: Black;
	text-transform: uppercase;
	margin-top:0px;
	margin-bottom:6px;
}
h2 {
	font-size: 14px;
	color: #36455F;
	text-transform: capitalize;
	margin-top:15px;
	margin-bottom:5px;
}
h4 { /* used for box headings etc */
	border-bottom:1px solid #7F7F7F;
}
p, li {
  line-height:150%
}

a:link{
  color: #7A7945;
}

a:visited{
  color: #545330;
}

a:hover{
  color: #8D8C50;
}



/******************** start: major layout items *************************/

 
#container {
	margin:0px auto;
	width:955px;
	background-color:#fff;
	text-align:left;
}
#main {
	float:left;
	width: 955px;
	margin: 0;
	padding: 20px 0 0 0;
	background:#ffffff url(images/main-bg.jpg) no-repeat;

}
* html #main{
	width: 955px; /* total width (only for IE5.x/Win) */
	w\idth: 955px; /* content width (for other IE) */
}

#left {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
* html #left{
	width: 145px; /* total width (only for IE5.x/Win) */
	w\idth: 145px; /* content width (for other IE) */
}
#content {
	display:inline;
	float: left;
	width: 595px;
	margin-left: 20px;
	padding: 0;	
}
#right {
	display:inline;
	float:left;
	width: 170px;
	margin-left:20px;
	padding: 0;
}

#contentfull {
	display:inline;
	float: left;
	width: 770px;
	margin-left: 20px;
	padding: 0;	
}
#contentfull ul{
	margin-left:30px;
}
#contentsmall {
	display:inline;
	float: left;
	width: 495px;
	margin-left: 20px;
	padding: 0;	
}

#rightlarge {
	float:left;
	width: 270px;
	margin-left:20px;
	padding:0;
}





/******* header ********/

#header{
	position:relative;
	height:183px;
	width:955px;
	background:#ffffff url(images/header-bg.jpg) no-repeat;
}
.backlink {
	width:760px;
	height:183px;
	margin:0px;
}

/******* left ul ********/

#left ul {
	list-style:none;
	width:135px;
	margin:0;
	padding:0;
	font-family:'trebuchet MS', verdana, arial, sans-serif;
}

#left ul li {
	font-size:13px;
	border-bottom:1px solid #C8C79D;
	margin:0;
	padding:0;
}
#left li a{    
	display: block;
	font-weight:bold;
	color: #000000;
	padding: 5px 0 2px 20px;
	text-decoration:none;
	background-image:none;
	background-position:0;
	background-repeat:no-repeat;
}
#left li a:hover {
	color: #8D8C50;
	background-color:#EFEFE3;
}

#home .home, #about .about, #tractor .tractor, #video .video, #attachments .attachments, #testimonials .testimonials, #dealers .dealers, #contact .contact, #documents .documents {
	color:#374762;
	background-image:url(images/navon.gif);
}
#tractor .overview, #tractor .features, #tractor .specifications, #tractor .images  {
	color:#374762;
	background-image:url(images/navon.gif);
}

/******* end left list ********/

#left ul.subnav{
	list-style:none;
	width:115px;
	margin:0 0 0 20px;
	padding:0;
	font-family:'trebuchet MS', verdana, arial, sans-serif;
}
#left ul.subnav li {
	font-size:11px;
	border-bottom:0px solid #C8C79D;
}
#left ul.subnav li a{    
	display: block;
	font-weight:normal;
	color: #000000;
	padding: 5px 0 2px 20px;
	text-decoration:none;
	background-position:0;
	background-repeat:no-repeat;
}
#left ul.subnav li a:hover {
	color: #8D8C50;
}

/******* end left subnav list ********/

#left ul.subsubnav{
	margin:0 0 0 20px;
	width:95px;
}
#left ul.subsubnav li a{    
	padding: 5px 0 2px 20px;
}

/******* footer ********/

#footer {
	clear:both;
	width:955px;
	height:22px;
	font-size:11px;
	border-top:1px solid #000000;
	border-bottom:3px solid #000000;
}
.footer_left {
	float:left;
	padding: 5px;
	color: #000000;
}
.footer_right {
	float:right;
	padding: 5px;
	color: #333333;
}
.footer_right a, .footer_right a:hover {
	color:#333333;
	font-size:11px;
	text-decoration:none;
}

table.home-visnav td {
	vertical-align:top;
}
table.home-visnav td.align-bottom {
	vertical-align:bottom;
}
table.home-visnav td a{
	font-size:10px;
}



/* inline text ads */
#adwrap {
	border: 1px solid #9DAD0C;
	background: #fff;
	padding: 0 2px 0 0;
	position:relative;
	margin-top:5px ;
	width: 585px;
}
div#adwrap div.textad *{
 padding:0
}
#adwrap p, #adwrap a{
	font-size:11px;
}
#featured1, #featured2{
	position:relative;
	background: #fff;
	color:#333;
	margin:0 0 0 -1px;
	padding:0 0 0 20px ;
	width:270px;
	float:left;
	clear:right
}
#featured1{
	border-right: 1px solid #9DAD0C;
	margin:0;
	clear:none;
	width:270px!important;
	width /**/:270px;
}
#featured2{
	border-left: 1px solid #9DAD0C;
}

/* Forces blocks to enclose their floated children */
.clearfix:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
   overflow: hidden;
}

.clearfix {
    display:block;
}

* html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
}
/* END: Forces blocks to enclose their floated children */

/* right column */
#right img, #rightlarge img {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
}
#right p, #rightlarge p {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 11px;
	padding-right:20px;
}
#right a, #rightlarge a {
	font-weight: bold;
	font-size: 11px;	
}



/* start: product specifications table */ 
#prod_specs {
	border-collapse:collapse;
	margin-top:20px;
}

td.headwidth {
	width:100px;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	background-color:#374762;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}
#prod_specs td{
	padding:3px 2px;
	font-size:10px;
}
#prod_specs .header_border{
	border-top:1px solid #374762;
	border-bottom:1px solid #374762;
	color:black;
}
th.header_border{
	font-size:11px;
}
.description{
	text-align:left;
	color: #333333;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
}
.specs{
	text-align:center;
}
td.specfooter {
	border-top:1px solid #374762;
}
.specfooter p{
	text-align:left;
	color:#999999;
	font-size:9px;
	margin:2px 0;
}
/* contact page
-------------------------*/
dl.table-display
{
width: 29.1em;
margin: 1em 0 0 0;
padding: 0;
float:left;
}

.table-display dt
{
width: 12em;
float: left;
margin: 0 0 0 0;
padding: .5em;
border-top: 0px solid #ccc;
font-weight: bold;
font-size:12px;
}

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
float: left;
width: 15em;
margin: 0 0 0 0;
padding: .5em;
border-top: 0px solid #ccc;
font-size:12px;
}

/* Dealer page */
#dealerlist {
	width:450px;
	margin-bottom:10px;
}
#dealerlist th {
	border-bottom:1px dashed #435574;
	text-align: left;
	color: #435574;
}
#dealerlist td {
	padding:10px 0 10px 10px;
}
#dealerlist h3 {
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}
#dealerlist p {
	font-size:11px;
	line-height:1;
	margin-top: 4px;
	margin-bottom :4px;
}
.highlight {
	color:#85930B;
}
p.download {
	height:30px;
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:10px 0px 0px 35px;

}
p.download a{
	font-weight:bold;
	font-size:11px;
}

#content ul, #contentsmall ul {
	padding-left:2em;
	margin-left:0;
}


/* product detail table */
table.riodetail  {
	width:100%;
	border:0;
	background-image:url(images/rio-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	clear:both;
}
table.neodetail  {
	width:100%;
	border:0;
	background-image:url(images/neo-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	clear:both;
}
table.lndetail  {
	width:100%;
	border:0;
	background-image:url(images/ln-bg.jpg);
	background-repeat:no-repeat;
	background-position:50% 50%;
	clear:both;
}
.textcol{
	font-size:10px;
	color:#333;
	width: 140px;
}
.textcol p{
	line-height:1.2;
}
.imagecol{
	padding-bottom:8px;
	width:108px;
}

.smallbox {
	float:left;
	margin-right:20px;
}
.floatright {
	float:right;
}
table#prodbrowse {
	clear: both;
	margin-top: 10px;
}
#prodbrowse td{
	padding-right:5px;
	padding-bottom:5px;
}
#prodbrowse img{
	border:1px solid black;
}
#prodbrowse p{
	margin-top:2px;
}
#breadcrumb {
	font-size:9px;
	margin-top:8px;
	margin-bottom:10px;
}
/* Login Form
----------------------------------------------- */
#loginform {
	position:absolute;
	top:50px;
	right:0px;
	font-size:10px;
	text-align:left;
	background-image:url(images/login-bg.gif);
	background-repeat:no-repeat;
	width:195px;
	height:120px;
}
#loginform form{
	margin-top:3px;
	margin-left:5px;
}
#loginform input{
	font-size:10px;
}
#loginform th{
	text-align:left;
}
#loginform h3{
	font-size:12px;
	margin-top:10px;
	margin-bottom:3px;
	margin-left:8px;
}
table#padded td{
	padding: 2px 10px 0px 0px;
}
.thumbnail {
	border:1px solid #ccc;
	float:left;
	margin-bottom:15px;
	margin-right:20px;
	margin-top:10px;
	padding:7px;
}
.thumbnail p{
	font-size:10px;
	width:150px;
	height:30px;
	line-height:1.2;
}
table.feature td p{
	font-size:10px;
	width:150px;
	line-height:1.2;
	margin-top: 3px;
}

#main .greenbox ul li {
background:transparent url(images/greenbullet.gif) no-repeat scroll 0pt 0.6em;
color:#FFFFFF;
font-size:11px;
line-height:2em;
margin:0pt;
padding-left:14px;
padding-right:5px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#main .greenbox ul li.right {
margin-left:227px;
padding-right:0px;
}
#main .greenbox ul li.reset {
margin-top:-8em;
}
#main .greenbox, .greenbox-sm {
background-color:#5D9641;
background-image:url(images/greenbox-top.gif);
background-position:left top;
background-repeat:no-repeat;
margin-bottom:18px;
padding-top:10px;
width:534px;
}
.greenbox-inner, .greenbox-sm-inner {
background-image:url(images/greenbox-bottom.gif);
background-position:left bottom;
background-repeat:no-repeat;
padding:0pt 10px 10px;
}