/*
   core.css
   Living Fuels
   
   Created by James MacLeod on 2009-05-18.
   Copyright 2009 flowmedia. All rights reserved.
*/

@import url(reset.css);

body, html {
	background: #2b1e0b;
}

body {
	background: #2b1e0b;
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
}

/*-------------------------------------------------
Header Styles
-------------------------------------------------*/

#header {
	width: 100%;
	height: 147px;
	background: #20bad4 url(/images/header/bg-sky-rx.png) bottom left repeat-x;
	position: relative;
}

#header #logo {
	top: 0;
	left: 0;
	width: 100%;
	height: 147px;
	position: absolute;
	background: url(/images/header/bg-clouds-rx.png) top right repeat-x;
}

#header #logo h1 {
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
	text-indent: -10000px;
}

#header #logo h1 a {
	position: absolute;
	top: 5px;
	left: 30px;
	z-index: 1000;
	width: 169px;
	height: 60px;
	display: block;
}

#header #logo h1 em {
	display: block;
	background: url(/images/header/bg-logo-nr.png) top left no-repeat;
	width: 960px;
	height: 147px;
	top: 0;
	left: -152px;
	position: absolute;
	text-indent: -1000px;
	overflow: hidden;
}

/*-------------------------------------------------
Sub Navigation Styles
-------------------------------------------------*/

#navigation {
	top: 0;
	left: 0;
	width: 100%;
	height: 147px;
	position: absolute;
	background: url(/images/header/bg-hills-rx.png) bottom center repeat-x;
	text-align: center;
}

#navigation ul,
#footer ul {
	width: 900px;
	margin: 35px auto;
}

#footer ul {
	margin: 0 auto;
}

#navigation ul li,
#footer ul li {
	float: left;
}

#navigation ul li.first,
#footer ul li.first {
	margin: 0 0 0 555px;
}

#navigation ul li a,
#footer ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 0 20px;
}

#navigation ul li a.about,
#footer ul li a.about {
	width: 115px;
	height: 16px;
	margin: -1px 0 0 20px;
	background: url(/images/subnavigation/about-off.png) top left no-repeat;
}

#navigation ul li a.news,
#footer ul li a.news {
	width: 36px;
	height: 12px;
	background: url(/images/subnavigation/news-off.png) top left no-repeat;
}

#navigation ul li a.contact,
#footer ul li a.contact {
	width: 67px;
	height: 12px;
	background: url(/images/subnavigation/contact-us-off.png) top left no-repeat;
}

#navigation ul li a.careers,
#footer ul li a.careers{
	width: 47px;
	height: 12px;
	background: url(/images/subnavigation/careers-off.png) top left no-repeat;
}

#navigation ul li a.about:hover,
body.about #navigation ul li a.about {
	background: url(/images/subnavigation/about-on.png) top left no-repeat;
}

#navigation ul li a.news:hover,
body.news #navigation ul li a.news {
	background: url(/images/subnavigation/news-on.png) top left no-repeat;
}

#navigation ul li a.contact:hover,
body.contact #navigation ul li a.contact {
	background: url(/images/subnavigation/contact-us-on.png) top left no-repeat;
}

#navigation ul li a.careers:hover,
body.careers #navigation ul li a.careers {
	background: url(/images/subnavigation/careers-on.png) top left no-repeat;
}

/*-------------------------------------------------
Main Navigation Files
-------------------------------------------------*/

body #tabs a {
	width: 320px;
	height: 129px;
	background: url(/images/navigation/bg-nav-rx.png) top left repeat-x;
	float: left;
}

body #tabs a:hover {
	background: #45b8cc;
}

body #tabs h1 {
	margin: 20px 0 0 30px;
	width: 260px;
	overflow: hidden;
	text-indent: -9999px;
}

body #tabs h2 {
	margin: 8px 0 0 30px;
	width: 260px;
	overflow: hidden;
	text-indent: -9999px;
}

body #tabs h3 {
	margin: -15px 0 0 230px;
	width: 260px;
	overflow: hidden;
	text-indent: -9999px;
}

body #tabs div.search {
	width: 320px;
	height: 129px;
	background: url(/images/navigation/bg-nav-rx1.png) bottom left repeat-x;
	float: left;
}

body #tabs div.search h1 {
	width: 262px;
	height: 18px;
	background: url(/images/search/search-header.png) top left no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	margin: 20px 0 0 30px;
	float: left;
}

body #tabs div.search label {
	width: 70px;
	height: 12px;
	background: url(/images/search/postcode-label.png) top left no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	margin: 15px 0 0 30px;
	float: left;
}

body #tabs div.search input {
	width: 164px;
	padding: 6px;
	font-size: 13px;
	color: #999;
	float: left;
	margin: 8px 0 0 20px;
	background: #fff;
	border: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	voice-family: "\"}\""; 
  voice-family:inherit;
	width: 158px;
}

body #tabs div.search input.blue {
	color: #45b8cc;
}

body #tabs div.search a {
	width: 62px;
	height: 28px;
	background: url(/images/search/search-button.png) top left no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	float: left;
	margin: 15px 0 0 228px;
}

body #tabs div.search a:hover {
	background-position: bottom left;
}


/*-------------------------------------------------
Core Content Styles
-------------------------------------------------*/

#content {
	background: #89b112 url(/images/bg-grass-rx.png) top left repeat-x;
	width: 100%;
	float: left;
}

#content .wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

/*-------------------------------------------------
Footer Styles
-------------------------------------------------*/

#footer {
	background: #412e11;
	width: 100%;
	padding: 15px 0 12px;
	float: left;
}

/*-------------------------------------------------
Group Footer
-------------------------------------------------*/

#group-footer {
	margin: 0 auto;
	width: 860px;
	background-color:#2b1e0b;
	padding: 0 0 20px 60px;
}

#group-footer a {
	width: 150px;
	float: left;
}

#group-footer a:hover {
	background: #e4ea9a;
}

#group-footer h2 {
	font-size: 12px;
	float: left;
	clear: both;
	color: #666;
}

#group-footer ul li{
	display:inline;
}

#group-footer ul {
	background-color:#2b1e0b;
	width: 800px;
	float: left;
	margin: 20px 0 20px 30px; 
}

#group-footer ul li a {
	float: left;
	text-indent: -1000px;
	overflow: hidden;
}

#group-footer ul li a.reg { width: 141px; height: 42px; background: url(/images/logos/reg.png) no-repeat; margin-right:26px }
#group-footer ul li a.aim { width: 95px; height: 42px; background: url(/images/logos/aimpowergen.png) no-repeat; margin-right:60px }
#group-footer ul li a.clp { width: 109px; height: 42px; background: url(/images/logos/clp.png) no-repeat; margin-right:56px }
#group-footer ul li a.rb { width: 94px; height: 42px; background: url(/images/logos/regbio.png) no-repeat; margin-right:60px }
#group-footer ul li a.lp { width: 111px; height: 42px; background: url(/images/logos/lp.png) no-repeat; margin-right:40px }
#group-footer ul li a.lf { width: 101px; height: 42px; background: url(/images/logos/lf.png) no-repeat;}


/* margin: 0 0 30px 70px; */


/*-------------------------------------------------
Main Navigation Active & Hover States
-------------------------------------------------*/


body #tabs a.facts h1 {
	background: url(/images/navigation/facts-h1-off.png) top left no-repeat;
	height: 23px;
}

body.facts #tabs a.facts h1 {
	background: url(/images/navigation/facts-h1-on.png) top left no-repeat;
}

body #tabs a.facts h2 {
	background: url(/images/navigation/facts-h2-off.png) top left no-repeat;
	height: 70px;
	margin: 5px 0 0 30px;
}

body.facts #tabs a.facts h2 {
	background: url(/images/navigation/facts-h2-on.png) top left no-repeat;
}

body.facts #tabs a.facts {
	background: #fff;
}

body #tabs a.business h1 {
	background: url(/images/navigation/business-h1-off.png) top left no-repeat;
	height: 23px;
}

body.business #tabs a.business h1 {
	background: url(/images/navigation/business-h1-on.png) top left no-repeat;
}

body #tabs a.business h2 {
	background: url(/images/navigation/business-h2-off.png) top left no-repeat;
	height: 70px;
	margin: 5px 0 0 30px;
}

body.business #tabs a.business h2 {
	background: url(/images/navigation/business-h2-on.png) top left no-repeat;
}

body.business #tabs a.business {
	background: #fff;
}

body.facts #tabs a.facts:hover,
body.business #tabs a.business:hover {
	background: #45b8cc;
}

body.facts #tabs a.facts:hover h1 {
	background: url(/images/navigation/facts-h1-off.png) top left no-repeat;
}

body.facts #tabs a.facts:hover h2 {
	background: url(/images/navigation/facts-h2-off.png) top left no-repeat;
	height: 50px;
}

body.business #tabs a.business:hover h1 {
	background: url(/images/navigation/business-h1-off.png) top left no-repeat;
}

body.business #tabs a.business:hover h2 {
	background: url(/images/navigation/business-h2-off.png) top left no-repeat;
	height: 50px;
}

/* NEW STYLES */

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}