/* CSS Document */

/* homepage SPECIFIC STYLES */
#productOne #mainHolder  {
	background:url(../_images/bkg_green_one.gif) repeat-y;
}

#productOne #mainContent {
	margin-top:20px;
	margin-right:15px;
	float:right;
	width:635px;
	padding:0 20px;
	display:inline;
}
#productOne #products a {
	background:#64a411 url(../_images/nav_arrow_green.gif) no-repeat center top;	
}
#rightSideBar {
	display:none;
}
#productOne #mainContent h1 {
	color:#64a411;
}

#productList .productContainer {
	border-top:#b8b093 solid 1px;
	margin:15px 0;
	padding-top:15px;
}
#productList img {
	float:left;
	width:120px;
}
#productList span {
	float:right;
	display:block;
	width:505px;
}
/*
#residentialTwo #slideText {
	float:left;
	width:185px;
	margin-left:20px;
	margin-bottom:20px;
}
#residentialTwo #slideText h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#43413b;
	font-size:34px;
	line-height:32px;
	letter-spacing:-1px;
	margin:30px 0px 15px 0px;
	padding:0;

}

#residentialTwo #slidePhoto {
	float:right;
	width:430;
	margin-right:20px;
}
#residentialTwo #slidePhoto img {
	border:#43413b solid 15px;
	margin-bottom:20px;
}
*/


