body {
	margin: 0;
	font-family: 	Arial, Verdanam, Tahoma, 'trebuchet MS';
	font-size:12px;
	color: #3f9f52;
	background-color: #E0E0E0;
	padding: 20px 0 0 0;
}

.main{
	width: 100%;
	float: left;
}

#headerTop{
	height: 86px;
}

.container{
	width: 937px;
	margin: 0 auto 0 auto;
}

.containerFloat{
	width: 920px;
	float: left;
	padding: 0 9px 0 8px;
	background: url(../images/gif/body-border.gif) repeat-y top left;	
}

.containerFloatPadding{
	width: 900px;
	float: left;
	padding: 0 10px 0 10px;
	position: relative;
}

#headerTopContent{
	height: 86px;
	overflow: hidden;
	background-color: #ffffff;
}

#headerMenu{
	height: 28px;
}

#menuPadding{
	height: 28px;
	background-color: #ffffff;
}

#headerBottom{
	height: 211px;
}

#headerBottomPadding{
	background: #ffffff url(../images/gif/header-content-bg.gif) repeat-x top left;
	height: 211px;
}

#menuPadding{
	background: #ffffff url(../images/gif/menu-bg.gif) repeat-x top left;
}

#menuPadding #menu{
	width: 900px;
	float: left;
	margin: 0;
	height: 28px;
	padding: 0;
	list-style: none;
}

#menu li{
	float: right;
	overflow: hidden;
	margin-right: 3px;
	height: 23px;
}

#menu li #home{
	width: 66px;
	background: url(../images/jpg/option-home.jpg) no-repeat top left;
	border-bottom: 1px solid #569f65;
}

#menu li #home:hover{
	background: url(../images/jpg/option-home-active.jpg) no-repeat top left;
	border-bottom: 1px solid #3f9f52;
}

#menu li #residential{
	width: 129px;
	background: url(../images/jpg/option-residential.jpg) no-repeat top left;
	border-bottom: 1px solid #569f65;
}

#menu li #residential:hover{
	background: url(../images/jpg/option-residential-active.jpg) no-repeat top left;
	border-bottom: 1px solid #3f9f52;
}

#menu li #commercial{
	width: 137px;
	background: url(../images/jpg/option-commercial.jpg) no-repeat top left;
	border-bottom: 1px solid #569f65;
}

#menu li #commercial:hover{
	background: url(../images/jpg/option-commercial-active.jpg) no-repeat top left;
	border-bottom: 1px solid #3f9f52;
}

#menu li #certificates{
	width: 192px;
	background: url(../images/jpg/option-display-energy-certification.jpg) no-repeat top left;
	border-bottom: 1px solid #569f65;
}

#menu li #certificates:hover{
	background: url(../images/jpg/option-display-energy-certification-active.jpg) no-repeat top left;
	border-bottom: 1px solid #3f9f52;
}

#menu li #contact{
	width: 96px;
	background: url(../images/jpg/option-contact-us.jpg) no-repeat top left;
	border-bottom: 1px solid #569f65;
}

#menu li #contact:hover{
	background: url(../images/jpg/option-contact-us-active.jpg) no-repeat top left;
	border-bottom: 1px solid #3f9f52;
}

#menu li a b{
	display: none;
}

#menu li a{
	width: 100%;
	float: left;
	height: 22px;
	padding: 0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

#menu li a img{
	border: none;
}

#headerTopContent h1{
	width: 107px;
	margin: 0;
	padding: 16px 0 0 0;
	float: left;
}

#headerTopContent h1 a{
	width: 100%;
	float: left;
}

#headerTopContent h1 a img{
	border: none;
	float: left;
}

#headerTopContent #email{
	float: right;
	margin: 30px 0 0 0;
}

#headerTopContent #telephone{
	float: right;
	margin: 21px 28px 0 0;
	
}

#headerBottomContent #rightSide{
	width: 561px;
	height: 132px;
	padding: 15px 0 0 0;
	float: right;
	position: relative;
}

#rightSide p{
	width: 561px;
	float: right;
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 24px;
}

#rightSide p span{
	color: #e32922;
}

#rightSide #services{
	padding: 20px 0 0 0;
	margin: 0;
	list-style: none;
	float: right;
	width: 561px;
	font-size: 12px;
}

#services li{
	width: 280px;
	height: 28px;
	padding: 0;
	float: left;
	color: #e32922;
}

#services li img{
	float: left;
	margin-top: 3px;
}

#services li b{
	color: #3f9f52;
	float: left;
	padding-left: 10px;
	width: 262px;
	overflow: hidden;
}

#building{
	float: left;
}

#logos{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	list-style: none;
}

#logos .logoContainer{
	float: left;
	margin-right: 20px;
}

.logoContainer a{
	float: left;
}

#logos img{
	float: left;
	border: none;
}

#footerContainer{
	width: 100%;
	float: left;
	height: 58px;
	background-color: #3FA052;
}

#footer{
	width: 100%;
	float: left;
	padding: 12px 0 0 0;
}

#footer #menuFooter{
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuFooter li{
	float: left;
	padding: 0 10px 0 10px;
}

#menuFooter li a{
	float: left;
	color: #ffffff;
}

#createdBy {
	margin: 0;
	padding: 0;
	float: right;
	color: #ffffff;
}

#createdBy a{
	text-decoration:none;
	color: #ffffff;
}

#createdBy #vmal{
	color: #ff6600;
}

#contentPadding{
	float: left;
	position: relative;
	padding-top: 20px;
	background-color: #ffffff;
}

#contentPadding h1, h2{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
}

#contentPadding h1{
	font-size: 22px;
}

#contentPadding h2{
	font-size: 18px;
}

