@charset "utf-8";
/* CSS Document */

html,body{
	background-color:#EEEEEE;
	height:100%; /* needed for container min-height */
	font-size:small;
	font:Verdana, Arial, Helvetica, sans-serif;
}

#hd {
	background:url(./images/background_header.png) repeat-x top right #D52E27;
	background-color:#D52E27;	
	height:94px;
	min-height:94px;
	text-align:left;
}

#hd img {
	margin:10px 0px 0px 12px;
}

#Navigation{
	padding:4px;
	text-align:center;
	background-color:#B30101;
}

#Navigation a{
	color:#FFFFFF;
	padding:8px;
	font-weight:bold;
	text-decoration:none;
}

#Navigation a:hover{
	text-decoration:none;
	color:#EEC812;
	padding:0px 8px;
}

/*#Navigation .current, #Navigation .section{
	color:#EEC812;
}*/

#Navigation.home span.home,#Navigation.apply-now span.apply-now,#Navigation.products span.products,#Navigation.products-underfloor span.products,#Navigation.products-ceiling span.products,#Navigation.products-cylinderLagging span.products,#Navigation.faq span.products,#Navigation.energywise span.energywise,#Navigation.promotions span.promotions,#Navigation.requirements span.requirements	
{
	color:#EEC812;
}

strong{
	font-weight:bold;
}

#bd{
	background-color:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#bd.home,#bd.energywise {
	background:url(./images/greenstuffBGSmaller.jpg) no-repeat top right #FFFFFF;
}

#bd.products {
	background:url(./images/lyingDownInProduct.png) no-repeat bottom right #FFFFFF;
}

#bd.energywise {
	background:url(./images/energywiseSteps.gif) no-repeat top right #FFFFFF;
}

#bd.promotions {
	background:url(./images/warriors.jpg) no-repeat bottom right #FFFFFF;
}

#bd.products-underfloor {
	background:url(./images/underfloorpic.png) no-repeat bottom right #FFFFFF;
}

#bd.products-ceiling {
	background:url(./images/ceilingpic.png) no-repeat bottom right #FFFFFF;
}

#bd.products-cylinderLagging {
	background:url(./images/ecowrap.png) no-repeat bottom right #FFFFFF;
}

#bd.energywise p, #bd.energywise ul{
	width:340px;
}

#bd.products p, #bd.products ul{
	width:340px;
}

.logo{
	margin: 10px 0px 60px 0px;
	text-align:right;
}

#ft {
	background-color:#B30101;
	color:#FFFFFF;
	font-size:x-small;
	text-align:center;
	padding:12px;
}

#ft a{
	color:#ffffff;
}

h2 {
	color:#D52E27;
	font-size:x-large;
}

a {
	color:#D52E27;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	width:460px;
}

.sectionHeading {
	margin:20px 0px;
}

.customerFormSubmit{
	text-align:center;
}

.customerFormSubmit input {
	padding:12px 16px;;
	color:#D52E27;
	font-weight:bold;
	font-size:large;
}

li{
list-style-type:disc;
}

.partnerLogos{
	background-color:#FFFFFF;
	text-align:center;
}
