/***************
CONTENT STYLES
***************/

#contentWrapper {
	margin: 0px;
	padding:0px;
	width: 960px;
	background-color: #e8eee4;

	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;	
}

.homepageFeatureFlash {
	margin: 0px;
	padding: 0px;
	width: 310px;
	height: 545px;

	background-color: #f00;

	float: left;
	background: url(../../images/home/home_features_bgnd_flash.png) no-repeat 0px 0px;
}
.homepageFeature {
	margin: 0px;
	padding: 0px;
	width: 310px;
	height: 545px;

	float: left;
	background: url(../../images/home/home_features_bgnd.png) no-repeat 0px 0px;
}

#plinthTitle {
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
	overflow: hidden;
	
	width: 310px;
	height: 80px;
	background: url(../../images/home/plinth_title.jpg) no-repeat bottom center;
}
#miniplinthTitle {
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
	overflow: hidden;
	
	width: 310px;
	height: 80px;
	background: url(../../images/home/miniplinth_title.jpg) no-repeat bottom center;
}
#ecobaseTitle {
	margin: 0px;
	padding: 0px;
	text-indent: -999px;
	overflow: hidden;
	
	width: 310px;
	height: 80px;
	background: url(../../images/home/ecobase_title.jpg) no-repeat bottom center;
}

.featureText {
	margin: 0px;
	padding: 0px 30px 0px 30px;

	width: 250px;
	height: 40px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height:16px;
	color: #717370;	
}

.featureImage {
	margin: 0px;
	padding: 0px 38px 0px 38px;
	
	width: 234px;
	text-align: center;
}

.featureUsesTitle {
	margin: 0px;
	padding: 15px 38px 5px 38px;
	
	width: 234px;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #fa6c2e;	
}


h1 {
	margin-bottom: 5px;
	padding:0px;
	
	text-align: center;
	
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color: #1f211e;
	display:none;
}

p {
	font-family: helvetica, arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #3d4247;	
	text-align: center;
	padding-bottom: 10px;
}

.intro {
	font-size: 13px;
	line-height:16px;
	color: #3d4247;	
	text-align: center;
	padding-bottom: 15px;
	display:block;
}




