/*  layout.css for richmond plant */

/* ------------Layout for Divs----------------------*/
* { padding: 0; margin: 0; }

div#wrapper {
	margin: 0 auto;
	width:930px;
	padding-left:35px;
	padding-right:35px;
	background: #ffffff url(../images/wrap-bg.gif) repeat-y;
	clear:both;

	}

#imagetop{
	clear:both;
	}
#flashtop{
	float:left;
	margin-top:32px;
	}	
	
div#wrapperhead {
	background-image:url(../images/banner.jpg);
	margin: 0 auto;
	width:1000px;
	height:205px;
	clear:both;
	}
#wrapperright{
	float:right;
}
div#wrapperfooter {
	background-image:url(../images/footer.jpg);
	margin:0 auto;
	width:910px;
	height:160px;
	clear:both;
	text-align:left;
	padding-left:90px;
	}
	
div#rightbar{
	width:198px;	
	float:right;
	margin-right:20px;
	margin-top:10px;
	text-align:center;
	clear:both;
	}
#searchbox{
	width:200px;	
	float:right;
	height:99px;
	margin-right:20px;
	background-image:url(../images/searchbox.jpg);
	text-align:center;
	
	}
	#searchpop{
	width:200px;	
	float:right;


	text-align:center;

	
	}
#nav{
	margin-left:20px;
	margin-right:9px;
	padding-top:10px;

	}
div#bodycontent{
	width:660px;
	float:left;
	background-color:white;
	padding:15px;
	padding-top:0px;
	margin-left:12px;
	}
div#plant{
	background:url(../images/plant-bg.jpg)  no-repeat top center;
	}
div#tool{
	background:url(../images/tool-bg.jpg) no-repeat top center;

	}
div#sales{
	background:url(../images/sales-bg.jpg) no-repeat top center;

	}
div#consumables{
	background:url(../images/consumables-bg.jpg) no-repeat top center;

	}
div#aboutus{
	background:url(../images/aboutus-bg.jpg) no-repeat top center;

	}
div#contactus{
	background:url(../images/contactus-bg.jpg) no-repeat top center;

	text-align:center;
	}
div#index{
	background:url(../images/index-bg.jpg) no-repeat top center;

	}

#shane{
	margin: 0 auto; 
	text-align:center;
	
	width:930px;
}
#footertext{
	margin: 0 auto;
	clear:both;
	text-align:center;
	width:930px;
	color:black;
}

#prod {
	width:484px;
	height:89px;
	background-image:url(../images/prod-green.gif);
	float:left;
	margin-bottom:20px;
}
#searchresults {
	border-style:solid;
	border-width:1px;
	width:400px;
	padding:15px;
	margin-bottom:15px;


	
}
#contact2, #contact1{
	float:left;
}
	
