body{
	background-image: url(images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
    background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}

p {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
}



.mainPad {
	padding-left: 10px;
	padding-right: 10px;
}

.formfield {
    color: #b31b20;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-decoration: none;
}

.page_images {
	display: block;
	float: right;
	padding: 10px;
	margin: 0px;
	border: none;
	border-style: none;
}

/*BEGIN TEXT STYLES */
.itemPrice { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	line-height: 16px;
}

.itemText { 
	color: #b31b20;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
}

.itemData { 
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
}

.bodyText{
	color: #717171;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.bodyText a:link, .bodyText a:visited{ 
	color: #b31b20;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	line-height: 12px;
}

.bodyText a:hover, .bodyText a:active{ 
	color: #717171;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.checkoutItemText a:link, .checkoutItemText a:visited{ 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	line-height: 12px;
}

.checkoutItemText a:hover, .checkoutItemText a:active{ 
	color: #660f12;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.loginText { 
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
	padding-right: 120px;
	padding-top: 6px;
}

.loginText a:link, .loginText a:visited{ 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 11px;
	line-height: 12px;
}

.loginText a:hover, .loginText a:active{ 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.pageTitle { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 22px;
	line-height: 24px;
}

.tableHead {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-decoration: underline;
}

.sectionHeader {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.moduleRow {
    font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 15px;
	background: #ffffff;
	color: #7a1216;
}
	
.moduleRowOver {
    font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	line-height: 15px;
	background: #7a1216;
	color: #ffffff;
}

.button {
	color: #ffffff;
	background: #39511f;
	font-weight: bold;
	font-size: 12px;
	font-family: Bank Gothic, Arial, Helvetica, sans-serif;
	line-height: 18px;
	padding: 2px;
	border: 2px outset;
	text-decoration: none;
}

.navCartStyle { 
	color: #717171;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.navCartPriceStyle { 
	color: #717171;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.navCartTotalStyle { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
}

.navCartStyle a:link, .navCartStyle a:visited { 
	color: #717171;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.navCartStyle a:hover, .navCartStyle a:active {
	color: #717171;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
}

.error { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	background-color: #ffffff;
	border: thin dotted #b31b20;
}

.message { 
	color: #b31b20;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}

.footer a:link, .footer a:visited { 
	color: #b31b20;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer a:hover, .footer a:active {
	color: #660f12;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
	
.footer2 { 
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	padding-bottom:14px;
}

.footer2 a:link, .footer2 a:visited { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.footer2 a:hover, .footer2 a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	line-height: 12px;
	border: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

/* END TEXT STYLES */

/* BEGIN COLLAPSABLE NAV STYLES */


.navTopCategories {
    background: url(images/leftNavTopCategories.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 41px;
}

.navTopFeatured {
    background: url(images/leftNavTopFeatured.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 41px;
}

.navTopWhatsNew {
    background: url(images/leftNavTopWhatsNew.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 41px;
}

.navTopTractorShows {
    background: url(images/leftNavTopTractorShows.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 41px;
}

.navTopMyCart {
    background: url(images/leftNavTopMyCart.png);
    background-repeat: no-repeat;
    background-position: top center;
	height: 41px;
}

.navRepeat {
	 background: url(images/leftNavRepeat.png);
	 background-repeat: repeat-y;	 	
     background-position: center;
	 width: 154px;
}

.navBottom {
	background: url(images/leftNavBottom.png);
	background-repeat: no-repeat;	
    background-position: center;
	height: 21px;
}

.navMenu div
{
	list-style-type: none;
	text-align: left;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em; 
}

.navMenu div a
{	
	padding-left: 5px;
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	line-height: 12px;
	color: #717171;
}

.navMenu div a:link, .navMenu div a:visited{	
	padding-left: 5px;
	text-align: left;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Trebuchet MS, Helvetic, sans-serif;
	line-height: 12px;
	color: #717171;
}

.navMenu div a:hover, .navMenu div a:active{
	padding-left: 10px;
	background: transparent url(images/bullet.png) left center no-repeat;
	color: #b31b20;
}
/* END COLLAPSABLE NAV STYLES */

/* BEGIN DIV LAYOUT */
.layout1 {
    background-image:  url(images/layout1.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 179px;
	width: 799px;
	text-align:left;
}

.linkBoxContainer {
padding:5px;
}

.linkBox {
padding:5px;
border:1px solid #ff0000;
background:#ffffff;
width:150px;
font-weight: bold;
text-decoration: none;
font-size: 16px;
line-height: 18px;
}

.layout2 {
    background-image:  url(images/layout2.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 112px;
	width: 799px;
}

.layout3 {
    background-image:  url(images/layout3.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 187px;
	width: 799px;
}

.layoutRepeat {
    background-image:  url(images/layoutRepeat.png);
    background-repeat: repeat-y;
    background-position: center;
	padding: 0px;
}

.layout4Left {
    background-image:  url(images/layout4Left.png);
    background-repeat: no-repeat;
	padding: 0px;
	height: 154px;
}

.layout5 {
    background-image:  url(images/layout5.png);
    background-repeat: no-repeat;
    background-position: top center;
	padding: 0px;
	height: 68px;
	width: 799px;
}

.mainRepeat {
    background-image:  url(images/mainRepeat.png);
    background-repeat: repeat-y;
    background-position: left;
	margin-left:5px;
}

.mainBottom {
    background-image:  url(images/mainBottom.png);
    background-repeat: repeat-y;
    background-position: left;
	margin-left:5px;
	height: 37px;
}
/* END DIV LAYOUT */	
