/* Main font styles */
body, td, textarea { font-family: Helvetica, Arial, Tahoma, sans-serif; font-size:12px; line-height:18px; color: rgb(101, 54, 0);}

/* Links */
a, a:visited { color:#B04000; text-decoration:underline;}
a:hover { text-decoration:none; color:#B04000;}

/* Styles for inputs selects, and text-areas */
input, select, textarea { font-size:11px;}

/* Vertical padding for paragraphs */
p { padding:4px 0;}

/* Custom page headings */
h1, h2, h3, h4, h5 { color:#653600; margin-bottom:10px; font-family: "Helvetica 75 Bold", Helvetica, Arial, sans-serif}
h1 { font-size:22px;}
h2 { font-size:20px;}
h3 { font-size:18px;}
h4 { font-size:16px;}
h5 { font-size:14px;}

/* PAGE title color and alignment */
.title_page h3 { text-align:center; padding:20px 0 0 0; color: rgb(101, 54, 0);  }

/* Secondary right hand menu  (Learn More) under main menu */ 
.secondary_menu a, .secondary_menu a:visited { color:#4C2702; font-weight:bold; text-decoration:none; font-size:10px}
.secondary_menu a:hover { color:#fff; text-decoration:none;}

/* Tractor 101 right hand menu  (Learn More) TITLE  */
div.right_title {color:#fff; font-size:17px; text-align:center; padding-top:8px;}

/* Tractor 101 right hand menu (Learn More)  links styles  */
div.right_menu a, div.right_menu a:visited {color:#663700; text-decoration:none; font-weight:bold;}
div.right_menu a:hover { text-decoration:underline}

/* Footer links styles */
#footer, #footer a, #footer a:visited { color:#f00; font-size:10px; text-decoration:none;} 
#footer a:hover { text-decoration:underline;}

/* Models and specs. Table selected rows when follows from home flash */
tr.selected {background:#EF9D20;}
tr.selected td {font-weight:bold;}


/* Main Menu links styles */
.sf-menu a, .sf-menu a:visited { 
        font-size:11px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #eee;
}

/* TOP Menu links styles */
a.top_link, a.top_link:visited { color:#eee; height:27px;  padding:8px 1em; float:left; display:block;}
.current a.top_link { color:#E63935;}
li.sfHover a.top_link { color:#8B0E04}
a.top_link:hover { color:#C41230 !important;} /* mouse over */

/* TOP Menu Backround */
.sf-menu li.top { background:none !important}
.sf-menu li.top { background:url(../img/menu_sep.gif) no-repeat 0% 0% !important;}


/* Dropdown menu links styles */
.sf-menu li li a, .sf-menu li li a:visited { text-transform:none;}
.sf-menu li li.current a, .sf-menu li li.current a:visited { color:#ddd;}
.sf-menu li li.current li a, .sf-menu li li.current li a:visited { color:#FFF;}
.sf-menu li li.current li.current a, .sf-menu li li.current li.current a:visited { color:#ddd;}

/* Dropdown menu backround styles */
.sf-menu li {
	background: none;
}
.sf-menu li li, .sf-menu li li li {
	background:		#666768; /* CB8F47 */
}

/* Dropdown mouse over backround styles */
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background:		#8B0E04; /* BC8038 */
	outline:		0;
}







