﻿#homehero
{
	float:left;
	width:100%;
	clear:both;
}
#hhtop
{
	width:760px;
	margin:auto;
	height: 20px;
	background: url(/images/hero/home-hero-top.gif) no-repeat;
	border-bottom: solid 1px #fff;
}
#hhfeature
{
	width:760px;
	margin:auto;
	height: 165px;
	background: url(/images/hero/homepage.jpg) no-repeat;
	border:0px solid #ccc;
}
#hhfeature h1
{
	color: #fff;
	margin: 40px 0px 0px 35px;
	border:0px solid #ccc;
	font-size: 36px;
	text-transform:none;
}
#hhfeature p
{
	color: #fff;
	margin: 0px 400px 0px 35px;
}

#hhbottom
{
	width:760px;
	margin:auto;
	height: 7px;
	background: url(/images/hero/home-hero-top.gif) no-repeat;
	border-top: solid 1px #fff;
	border-bottom: solid 15px #fff;
}

.homepanel
{
	width:250px;
	float:left;
	height: 140px;
}
.homepanel h2
{
	color: #528522;
	font-weight:normal;
	background: #E1E2E3;
	border-bottom: solid 1px #fff;
	padding:5px;
	font-size: 16px;
	margin:0px;
}
.homepanel p
{
	margin:5px 80px 5px 8px;
	font-size: 11px;
}
.homepanel p a
{
	color: Red;
	font-weight: bold;
}

.shop-panel
{
	background: #D7E2C9 url(/images/hero/home/shop.png) no-repeat right bottom;
	margin-right:5px;
}
.carbon-panel
{
	background: #D7E2C9 url(/images/hero/home/plant.png) no-repeat right bottom;
	margin-right:5px;
}
.advisory-panel
{
	background: #D7E2C9 url(/images/hero/home/phone.png) no-repeat right bottom;
}

#home-news
{
	width:505px;
	float:left;
	margin: 15px 5px 0px 0px;
}

#home-news h1
{
	color: #528522;
	font-weight:normal;
	border-bottom: solid 0px #fff;
	padding:5px;
	font-size: 16px;
	margin:0px;
}

#home-login
{
	width:250px;
	float:left;
	margin-top: 15px;
	background: #DBE8F5;
}

#home-login h2
{
	background: url(/images/hero/home/members-login-bg.png);
	border-bottom: solid 1px #fff;
	color: #fff;
	font-weight:normal;
	padding:5px;
	font-size: 16px;
	margin:0px;
}

#home-login p
{
	margin:10px;
}

#home-login fieldset
{
	margin:5px;
}
#home-login legend
{
	color: #ccc;
}

#home-login label
{
	display:block;
	width:70px;
	float:left;
	text-align: right;
	padding-right:5px;
	margin-right:5px;
}

/* Over ride normal footer line */
div#content .inner
{
	border-bottom: solid 1px #fff;
	background: #fff;
}

