#rightPanelText{
	text-align:left;
	margin-top:10px;
	width:505px;
	height:230px;
}
#rightPanelBenefits{
	width:225px;
	height:250px;
	float:left;
	margin-left:25px;
	margin-top:20px;
}
#rightPanelBenefitsTitle{
	float:left;
	margin-top:10px;
margin-bottom:10px;
	margin-left:20px;
	font-family:arial;
	font-weight:600;
}
.rightPanelBenefit{
	float:left;
	width:250px;
	margin-top:3px;
}
.rightPanelBenefitImg{
	width:26px;
	height:26px;
	float:left;
}
#rightPanelBenefits .lock{
	background:url('../images/lock.jpg') no-repeat;
}
#rightPanelBenefits .flower{
	background:url('../images/flower.jpg') no-repeat;
}
#rightPanelBenefits .cost{
	background:url('../images/cost.jpg') no-repeat;
}
#rightPanelBenefits .clock{
	background:url('../images/clock.jpg') no-repeat;
}
#rightPanelBenefits .chain{
	background:url('../images/chain.jpg') no-repeat;
}
#rightPanelBenefits .tools{
	background:url('../images/tools.jpg') no-repeat;
}
#rightPanelBenefits .leaf{
	background:url('../images/leaf.jpg') no-repeat;
}
.rightPanelBenefitText{
	text-align:left;
	margin-left:10px;
	width:214px;
	margin-top:3px;
	float:left;
	font-size:0.9em;
}
#rightPanelImage{
	width:250px;
	height:250px;
	float:left;
	margin-top:20px;
	margin-left:5px;
}

#bottomPanel{
	float:left;
	
	width:760px;
	height:230px;
}
#bottomPanelText{
	margin:20px 0px 22px 0px;
	color:#606060;
}
#bottomPanelGalleryDiv{
	margin: 10px 0px 0px 16px;
	float:left;
	height:145px;
	width:730px;
	background:#d9d9d6;
}

#bottomPanelGalleryDiv .thumbnails{
	border:1px solid gray;
	margin-left:23px;
	cursor:pointer;	
	margin-top:35px;
}
/* ------------------------------------------
				OVERRIDES
------------------------------------------ */
#content{
	height:810px;
	background: url('../images/contents_bkgnd.gif') bottom no-repeat;
}
#page{
	height:1045px;
}
#rightPanel{
	color:#606060;
}