/*------------------------------
	Name: Easy Energy Save Stylesheet
	Website: http://www.easyenergysave.co.uk
	Copyright: Easy Energy Save 2011
-------------------------------*/

*{
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	background:#467721;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/*safari font fix
	text-shadow: #000000 0 0 0px;*/
	}

/* -- Header -- */
#header-outer{
	width:100%;
	background:url('../images/bg-header.png') repeat-x #fff;
	text-align:center;
	}

#header-inner{
 	width:950px;
	height:200px;
	background:url('../images/bg-header-inner.png') no-repeat;
	margin:0 auto;
	text-align:left;
	}

#logo{
	float:left;
	margin-top:30px;
	margin-left:20px;
	}

#suppliers{
	float:right;
	padding:40px 25px 0 0;
	}

#topnav-box{
	width:930px;
	height:44px;
	border-top:2px solid #fff;
	margin:0px 0px 0px 10px;
	}

#topnav-box a img{
	display:block;
	float:left;
	}

/* -- Body --*/
#body-outer{
	width:100%;
	background:url('../images/bg-body.png') repeat-x;
	text-align:center;
	}

#body-inner{
 	width:950px;
	margin:0 auto;
	background:#fff;
	text-align:left;
	}

#body-left{
	float:left;
	width:600px;
	}

#body-right{
	float:right;
	width:300px;
	}

/* Content Style */
#content{
	padding:20px;
	}

p{
	margin-bottom:10px;
	text-align:justify;
	line-height:1.5em;
	}

h1, h2, h3{
	color:#02A7FF;
	margin-bottom:10px;
	font-size:2em;
	font-weight:bold;
}

h4{
	margin-bottom:10px;
	font-size:1.5em;
	font-weight:bold;
}

h5{
	margin-bottom:10px;
	font-size:1.2em;
	font-weight:bold;
}

img{border:0;}

/* These list styles need to be prefixed with #body-content */
#body-content ul{padding-left:30px; margin-bottom:10px;}
#body-content ol{padding-left:30px; margin-bottom:10px;}
#body-content li{padding:3px;}

table{
	/*margin-bottom:10px;
	background:#c9e4fe;*/
	border-collapse: collapse;
	width:100%;
	}

table th{
	border:1px solid #000;
	padding:5px;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	/*background: #1E4F84;*/
	color:#fff;
}

table td{
	border:1px solid #000;
	padding:5px;
	width:25%;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size:11px;
	}

a:link, a:visited{
	color: #1E4F84;
	text-decoration:none;
	}

a:hover {
	color: #1E4F84;
	text-decoration:underline;
	}

/* -- Footer -- */
#footer{
	clear:both;
	background:url('../images/bg-footer.png') no-repeat #fff;
	height:64px;
	}

.footer-blurb{
	font-size:10px;
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:520px;
	color:#5C6163;
	}

.footer-img{
	float:right;
	margin-top:10px;
	margin-right:10px;
	}

/* seo links */
#seo-links{
	clear:both;
	background:#467721;
	padding:5px 0px 5px 0px;
	text-align:center;
	color:#fff;
	}

#seo-links a,
#seo-links a:visited{
	color:#7ec945;
	text-decoration:none;
	}

#seo-links a:hover{text-decoration:underline;}

/* Page Elements */
.form-box{
	height:85px;
	width:540px;
	display:block;
	background:url(../images/postcode-box.png) no-repeat;
	margin-bottom:20px;
	}

input.postcode{
	float:left;
	margin-top:27px;
	margin-left:285px;
	height:33px;
	width:178px;
	border:0px;
	font-size:28px;
	text-transform:uppercase;
	}

input.go{
	float:left;
	margin-left:9px;
	margin-top:9px;
	}

.large-link{
	height:85px;
	display:block;
	margin-bottom:20px;
	}

.body-blurb-top{
	display:block;
	height:12px;
	background:url(../images/body-blurb-top.png) no-repeat #47BAF9;
	}

.body-blurb{
	display:block;
	padding:0px 10px 0px 10px;
	background:#47BAF9;
	color:#fff;
	font-size:14px;
	}

.body-blurb-bottom{
	display:block;
	height:12px;
	background:url(../images/body-blurb-bottom.png) no-repeat;
	margin-bottom:10px;
	}

/* -- reusable classes -- */
.hor-line{border-top:1px solid #000; margin-bottom:10px;}

.align-left{text-align:left;}

.align-right{text-align:right;}

.float-left{float:left;}

.float-right{float:right;}

.padder-10{padding:10px;}

.padder-20{padding:20px;}

/* --- clearfix --- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
