/* elements */
body{
background:#D2D2E8 url(images/bgFade.gif) top left repeat-x;
margin:0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
text-align:center;
}
h1{
font-size:1.6em;
margin:0 0 10px 0;
}
h2{
font-size:1.4em;
margin:10px 0;
}
a:link, a:active, a:visited{
color:#336600;
text-decoration:none;
font-weight:bold;
}
a:hover{
color:#003300;
}
img, form, fieldset{
border:0;
margin:0;
}

#contactForm label{
font-weight:bold;
color:#336600;
width:21.5em;
float:left;
margin:0 0.5em 0 0;
}
.formHeading {
font-weight:bold;
color:#336600;
}
#contactForm .submit{
padding:0.4em 0.6em;
margin:3em 2em 2em 0;
}
#contactForm input{
margin:0 0.5em 0 0;
}
#contactForm .address2{
width:75%;
float:left;
margin:0 2em 0 0;
}
#contactForm .address{
float:left;
margin:0 0.5em 0 0;
}
#contactForm .container{
float:left;
width:22em;
}
#contactForm .container label{
float:left;
width:13em;
}
/* divs */
#wrapper{
width:900px;
margin:0 auto;
text-align:left;
background:#fff;
padding:8px 6px 8px 8px;
border-left:1px solid #bed2bb;
border-right:1px solid #bed2bb;
}
#header{
background:#cacafb url(images/header.gif) top right no-repeat;
height:90px;
margin:0 2px 0 0;
}
#logo{
float:left;
width:157px;
height:90px;
background:#eeeef5 url(images/logo.gif) top left no-repeat;
text-align:center;
}
#tagline{
float:right;
height:60px;
padding:30px 40px 0 0;
text-align:right;
font-size:2.8em;
font-family:tahoma;
}
#tagline .highlight{
color:#336600;
font-weight:bold;
}
#main{
background:#f5f5fa url(images/contact.gif) left bottom no-repeat;
}
#menu{
width:157px;
float:left;
font-size:1.4em;
font-family:Arial, Helvetica, sans-serif;
}
#nav{
list-style:none;
padding:14px 0;
margin:0 0 160px 0;
font-weight:bold;
}
#nav li{
margin:0 0 3px 0;
padding:3px 12px 0px 12px;
}
#nav #active{
background:#ffcc00;
}
#nav li a:link, #nav li a:active, #nav li a:visited, #nav #active a{
color:#336600;
}
#nav li a:hover, #nav li a:hover .linkDesc{
color:#003300;
}
#nav li .linkDesc, #nav #active .linkDesc{
font-size:0.7em;
color:#336600;
}
#subNav{
background:#f5f5fa;
margin:3px -12px 0 -12px;
list-style:none;
padding:6px 0 0 12px;

/* fix for ie6 */
border-bottom:1px solid #f5f5fa;
}
#subNav li{
padding:0 0 2px 12px;
}
#subNav li.menuIndent{
padding-top:0;
padding-left:24px;
margin-top:-2px;
margin-bottom:8px;
line-height:100%;
}
#nav #subNav a:hover{
color:#003300;
font-weight:bold;
}
#subNav #subActive a{
font-size:1.1em;
color:#003300;
}
#subNav #subActive a:hover{
/*color:#6565b7;*/
}
#content{
width:743px;
float:left;
background:#fff;
}
#map{
margin:-50px 0 0 0;
padding:0 0 150px 0;
}
#content #solarHeating, #content #renewable{
background:url(images/clearskies.gif) bottom right no-repeat;
}
#content #solarProducts{
background:url(images/clearskiesL.gif) bottom left no-repeat;
}
#content #centralHeating{
background:url(images/corgi.gif) bottom right no-repeat;
}
#content #refurb{
background:url(images/construction-online.gif) bottom right no-repeat;
}
#content #electrical{
background:url(images/electrical.gif) bottom right no-repeat;
}
#content #insulation{
background:url(images/insulation.gif) bottom right no-repeat;
}
#imgStrip{
height:185px;
}
#text{
font-size:1.3em;
padding:2.4em 2.4em 3.4em 2.4em;
line-height:1.6em;
margin:0 0 2em 0;
min-height:200px;
}
p{
padding:0;
margin:0 0 1em 0;
}
.introText{
color:#336600;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.error{
font-weight:bold;
color:#FF0000;
}
.center{
text-align:center;
}
.largeText{
font-size:140%;
font-weight:bold;
}
.box{
	border:3px solid #336600;
	background:99cc99;
	text-align:center;
	padding:5px;
	background-color: #ffe397;
}
