/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Draper Default/Home Page
-----------------------------------------------------------------------------*/
#homeH1 {
	background:url(../img/homeH1.gif) no-repeat;
	position:absolute;
	width:537px;
	height:31px;
	}
	
#homeLeftCol {
	width:350px;
	float:left;
	}
	
#homeLeftCol a:hover img {
	background:none;
	}
	
#homeLeftCol ul{
	padding:0 0 20px 0;
	}
	
#homeLeftCol ul li {
	margin:0 0 0 1em;
	list-style:inside;
	}	
	
#homeRightCol {
	width:350px;
	float:right;
	}
	
#homeRightCol ul{
	padding:0 0 20px 0;
	}
	
#homeRightCol ul li {
	margin:0 0 0 1em;
	list-style:inside;
	}

#featured {
	text-align:center;
	width:700px;
	padding:0 10px 0 10px;
	border-bottom:#c1bdb4 solid 1px;
	margin:0 0 25px 0;
	}
	
#featured p {
	padding:0 0 0 0;
	}
	
.homeLink {
	width:186px;
	height:212px;
	}
	
#tractor {
	width:186px;
	float:left;
	background:url(../img/tractorHomeBg.jpg) no-repeat;
	padding:0 17px 0 17px;
	margin:0 10px 25px 0;
	}
	
#crawler {
	width:186px;
	float:left;
	background:url(../img/crawlerHomeBg.jpg) no-repeat;
	padding:0 17px 0 17px;
	margin:0 10px 25px 10px;
	}
	
#combine {
	width:186px;
	float:right;
	background:url(../img/combineHomeBg.jpg) no-repeat;
	padding:0 17px 0 17px;
	margin:0 0 25px 10px;
	}

