/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:	Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
	background: #F0A553 url('../i/layout/bg_orange.jpg') top repeat-x;
	color: #000;
}

body.orange {
	background: #F0A553 url('../i/layout/bg_orange.jpg') top repeat-x;
}

body.green {
	background: #8B9B38 url('../i/layout/bg_green.jpg') top repeat-x;
}

body.brown {
	background: #8D6E52 url('../i/layout/bg_brown.jpg') top repeat-x;
}

body.blue {
	background: #61A5B8 url('../i/layout/bg_blue.jpg') top repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#container {
	width: 776px;
	padding: 6px;
	background: #EBEBEB;
	border: 1px solid #999;
	border-top: none;
	margin: 0px auto;
}

h1 {
	font-size: 1.8em;
}
h1.s {
	float: left;
	font-size: 1.8em;
	margin-bottom: 10px;
}
h1.products, div.content h1.products a, div#content h1.products a {
	text-decoration: none;
	float: left;
	margin-bottom: 10px;
}
h1.manufacturer, div.content h1.manufacturer a, div#content h1.manufacturer a {
	text-decoration: none;
	color: #893030;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.5em;
	color: #CA4B2A;
}
h2.invisible {
	font-size: .2em;
	text-indent: -999em;
	line-height: .2em;
	position: absolute;

}
h2 a{
	color: #CA4B2A;
}
h3#date {
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom:5px;
}
div.category-sub h3 {
	float: left;
	width: 100%;
	font-size: 1.2em;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom:5px;
}
h4 {
	font-size: 1.2em;
	color: #CA4B2A;
}
h5 {
	font-size: 2em;
	color: #CA4B2A;
}
h6 {
	font-size: 1.2em;
	color: #CA4B2A;
	margin-bottom: 5px;
	font-weight: normal;
}

div#vacReply {
	clear: both;
}
img.img-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
p.orange {
	color: #CA4B2A;;
}
a.download {
	font-size:1.6em;
	color: #CA4B2A;;
}
div#main{
	background-image: url(../i/layout/logos-small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#main div.content h3 {
	font-size: 1.3em;
	color: #F45F1D;
	padding:0px;
	margin:0px;
}
div#content a, div.content a {
	text-decoration: underline;
}

div#content p, div.content p {
	margin: 0.9em 0;
	text-align: justify;
	font-size: 1.1em;
}
div.content ul, div#content ul{
	font-size: 1.1em;
	list-style:square;
	list-style-position: outside;
	margin-left: 12px;
}
ul.orange li, ul.orange li{
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../i/layout/orange-bullet.gif);
	padding-left: 20px;
	color: #c94b29;
	margin-top: 0px;
	margin-left: -10px;
}
div#supply-text ul.orange li, ul.orange li{
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(../i/layout/orange-bullet.gif);
	padding-left: 20px;
	color: #c94b29;
	margin-top: 0px;
	margin-left: -10px;
}
h4.grant{
	margin-left: 140px;
	width: 300px;
	color: #000;
	font-size: 1.4em;
	margin-top: 5px;
}
h4.grant a{
	text-decoration: underline; 
}
ul.black-grant {
	list-style: inside;
	margin-top: 130px;
	margin-left: 140px;
}
ul.black-grant li {
	margin-top: 0px;
	list-style-type: square;
}
ul.black {
	list-style: inside;
}
ul.black li {
	margin-top: 0px;
	list-style-type: square;
}
div.content strong{
	color: #F45F1D;
}
div.content strong a{
	color: #F45F1D;
}
div.content img.fire {
	width: 225px;
	float: right;
}
img.case-right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
}
img.case-left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
img.no-image {
	border:1px solid #ECE9D8;
	float:left;
	padding-bottom:3px;
	padding-top:3px;
}
div.news-item{
	float: left;
	margin-bottom:2px;
	border: 1px solid #D6D4D4;
	width: 560px;
	padding: 4px;

}
div.news-item a.news-list-thumb {
	float: left;
	width: 46px;
	height: 50px;	
	text-indent: -999em;
	margin-right: 10px;
	margin-top:10px;
	margin-left: 4px;

}
div.news-item a.news-list-thumb img {

/*		border: 2px solid #EF823F;*/
}
div.news-item h2{
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 4px;

}
div.news-item h2 a{
	text-decoration: none;
	color: #656565;
}
div.news-item h2 a:hover{
	color:#CA4B2A;
}
div.news-item p a{
	text-decoration: none;
	color: #949494;
	
}
div.news-item p{
	padding:0px;
	margin:0px;
	
}
div.content a.study-more{
	float: right;
	color: #CA4B2A;
	text-decoration: none;
}
div.view-news {
	float: left;
	width: 569px;
}
div.view-news img.news-image-right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 4px solid #F1B145;
}
div#boiler-header {
	width: 567px;
	height: 165px;
	background-image: url(../i/layout/boiler-header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div.boiler-content-header, div.boiler-content {
	margin-top: 10px;
}
div#boiler-header-text p{
	font-weight: bold;
}
div#boiler-header-text {
	margin-left: 240px;
	padding-top: 15px;
}
div.boiler-content {
	width: 567px;
	padding-top: 10px;
	background-image: url(../i/layout/boiler-content-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
div.boiler-content-text {
	width: 547px;
	padding: 10px;
	background-image: url(../i/layout/boiler-content-bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div.houseleft {
	width: 415px;
	float: left;
}
div.houseright {
	float: left;
	margin-left: 5px;
	padding-top: 65px;
}
img#house {
	margin-left: 0px;
	position: absolute;
}
a.boiler-list {
	float: left;
	width: 522px;
	height: 57px;
	background-image: url(../i/layout/boiler-list.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-indent: -999px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
div.boiler-content-bottom {
	width: 567px;
	height: 10px;
	background-image: url(../i/layout/boiler-content-bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.boiler-content-header {
	width: 567px;
	padding-top: 53px;
	background-image: url(../i/layout/boiler-content-top-header.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

div#boiler-size-of-home {
	float: left;
	width: 250px;
	height: 36px;
	padding-left: 111px;
	background-image: url(../i/layout/boiler-size-of-home.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 10px;
}
div#boiler-size-of-home-text {
	float: left;
	width: 165px;
	height: 30px;
	padding-top: 6px;
	background-color: #f0f0f0;
	background-image: url(../i/layout/boiler-end-right.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
div#boiler-size-of-home-text input {
	border: 1px solid #7f9db9;
}
div#levelof {
	width: 260px;
	float: left;
}
div#levelof label {
	width: 180px;
}
div#boiler-output {
	float: left;
	width: 253px;
	padding-top: 33px;
	background-image: url(../i/layout/boiler-estimated-kw.gif);
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #f0f0f0;
}
div#boiler-output-bottom {
	float: left;
	width: 253px;
	padding-top: 13px;
	background-image: url(../i/layout/boiler-estimated-kw-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
span#maxoutput {
	float: left;
	margin-left: 85px;
	font-size: 1.5em;
}
div#boiler-per {
	float: left;
	width: 536px;
	height: 43px;
	background-image: url(../i/layout/boiler-per-day.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
div#boiler-per input.hour {
	float: left;
	width: 45px;
	margin-left: 115px;
	margin-top: 12px;
	border: solid 1px #7f9db9;
}
div#boiler-per input.day {
	float: left;
	width: 45px;
	margin-left: 110px;
	margin-top: -3px;
	border: solid 1px #7f9db9;
}
div#boilerlist h2 {
	margin-bottom: 10px;
}
div#boilerlist div.boiler a {
	text-decoration: none;
	font-size: 1.4em;
	padding: 5px;
	display: block;
	color: #CA4B2A;
	font-weight: bold;
}
a.hidelist {
	float: right;
	width: 240px;
	padding-top: 10px;
	height: 10px;
	display: block;
	font-size: 1.4em;
	color: #CA4B2A;
}
div#boiler-per input.month {
	float: left;
	width: 45px;
	margin-left: 150px;
	margin-top: -3px;
	border: solid 1px #7f9db9;
}
div.boiler-grey-bg {
	color: #cd5637;
	font-size: 1.8em;
	text-align: center;
	padding-top: 8px;
	float: left;
	width: 240px;
	height: 33px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	background-image: url(../i/layout/boiler-260-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

div.boiler-content-text th {
	color: #cd5637;
	font-size: 1.4em;
	background-color: #efefef;
}
div.boiler-content-text th.orange-fuel {
	width: 70px;
	padding: 10px;
	text-align: left;
	color: #cd5637;
	font-size: 1.4em;
	background-color: #f4efe8;
}
div.boiler-content-text th.cost {
	width: 110px;
	padding: 10px;
	text-align: left;
	color: #cd5637;
	font-size: 1.4em;
	background-color: #efefef;
}
div.boiler-content-text table input {
	width: 40px;
	border: solid 1px #7f9db9;
}
div.boiler-content-text th.orange-pellets {
	width: 100px;
	padding: 10px;
	text-align: center;
	color: #cd5637;
	font-size: 1.4em;
	background-color: #f4efe8;
}
div.boiler-content-text th.wood-chip {
	width: 100px;
	padding: 10px;
	text-align: center;
	color: #cd5637;
	font-size: 1.4em;
	background-color: #efefef;
}
div.boiler-content-text th.orange-carbon {
	width: 100px;
	padding: 10px;
	text-align: center;
	color: #cd5637;
	font-size: 1.4em;
	background-color: #f4efe8;
}
div.boiler-content-text td { font-size: 1.1em; }
div.boiler-content-text td.orange-fuel {
	width: 70px;
	padding: 10px;
	text-align: left;
	background-color: #fef7ed;
}
div.boiler-content-text td.cost {
	width: 110px;
	padding: 10px;
	text-align: left;
	background-color: #f6f6f6;
}
div.boiler-content-text td input {
	width: 35px;
}
div.boiler-content-text td.orange-pellets {
	width: 100px;
	padding: 10px;
	color: #ca4b2a;
	text-align: center;
	background-color: #fef7ed;
}
div.boiler-content-text td.wood-chip {
	width: 100px;
	padding: 10px;
	color: #ca4b2a;
	text-align: center;
	background-color: #f6f6f6;
}
div.boiler-content-text td.orange-carbon {
	width: 100px;
	padding: 10px;
	color: #ff3500;
	text-align: center;
	background-color: #fef7ed;
}
a#faqmo {
	width: 490px;
	height: 100px;
	margin-left: 70px;
	margin-top: 10px;
}
div#faqbox {
	float: left;
	width: 400px;
	padding: 20px;
	background-image: url(../i/layout/mo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#faqbox h1{
	display: block;
	color: red;
	width: 390px;
	line-height: 2em;
	padding:0px;
}
div#faqbox p{
	display: block;
	color: red;
	width: 390px;
	line-height: 1.4em;
	font-size: 1.4em;
	padding:0px;
}
div#faqbox form{
	float: left;
	padding-top: 10px;
}
div#faqbox form label{
	height: 20px;
	width: 100px;
	line-height: 1em;
	padding-top: 5px;
}
div#faqbox form input{
	width: 250px;
	font-size: 1.4em;
}
div#faqbox form{
	
}
div#faqbox form textarea.faq {
	width: 250px;
	height: 100px;
	font-size: 1.4em;
}
div#faqbox form select.faq {
	width: 250px;
	font-size: 1.4em;
}
span.submit{
	width: 70px;
	height: 24px;
	display: block;
	background: url('../i/layout/submit.gif') no-repeat;
	text-indent: -9999px;
	margin-right: 8px;
	float: left;
	margin-left: 110px;
	margin-top: 5px;
	cursor: pointer;
}
* html span.submit {
	margin-left: 60px;
}
span.close{
	width: 70px;
	height: 24px;
	display: block;
	background: url('../i/layout/close.gif') no-repeat;
	text-indent: -9999px;
	margin-right: 8px;
	margin-top: 5px;
	float: left;
	cursor: pointer;
}
div#section-type {
	float: left;
}
div#section-type ul {
	float: left;
	list-style: none;
}
div#section-type ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
div#section-type ul li.domestic {
	float: left;
	list-style-type: none;
	background-image: url(../i/layout/page-section-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 15px;
	margin-right: 20px;
}
div#section-type ul li.commercial {
	float: left;
	list-style-type: none;
	background-image: url(../i/layout/page-section-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	padding-left: 15px;
	margin-right: 20px;
}
div#section-type ul li.architect {
	float: left;
	list-style-type: none;
	background-image: url(../i/layout/page-section-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	padding-left: 15px;
	margin-right: 20px;
}
div#section-type ul li.installer {
	float: left;
	list-style-type: none;
	background-image: url(../i/layout/page-section-arrows.gif);
	background-repeat: no-repeat;
	background-position: 0px -78px;
	padding-left: 15px;
	margin-right: 20px;
}
div#section-type ul li a {
	font-size: 1.2em;
	text-decoration: none;
	color: #CA4B2A;
}
div#contact-left {
	padding-top: 10px;
	float: left;
	width: 150px;
}
div#contact-googlemap {
	float: left;
	width: 390px;
	margin-left:20px;
	margin-top: 10px;
}
div#map {
	float: left;
	width: 300px;
	height: 300px;
}
div#mapoptions {
	float: left;
	width: 100%;
}
div#contact-directions {
	float: left;
	margin-top: 10px;
	padding-right: 15px;
}
label {
	width: 200px;
}
a.price-list {
	background: url(../i/icons/pdf.gif) left no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 4px;
}

div#twitter-box {
	width: 168px;
	margin: 10px 0px;
}
ul#twit-twit {
	width: 168px;
	margin-top: -15px;
}
li.twit-newdate {
	margin-top: 5px;
	border-bottom: 1px dashed #999999;
}
li.twit-date {
	padding-top: 10px;
	color: #C94B29;
	border-bottom: 1px dashed #999999;
}
li.twit-date ul li {
	padding: 5px 0px;
}
li.twit-dark {
	color: #C94B29;
}
li.twit-light {
	color: #f25b32;
}
li.twit-date span.twit {
	color: #555;
}
ul#twit-twit a.twit-more {
	color: #C94B29;
	margin-top: 5px;
	display: block;
	text-decoration: underline;
}
ul#twit-twit a.twit-more:hover {
	text-decoration: none;
}
div#bottom-pad {
	width: 178px;
	height: 200px;
	display: block;
}
/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}
div.faq-submit {
	clear: both;
	text-align: center;
	width: auto;
	margin-top: 10px;
}
img.qload {
	margin-left: 140px;
}
p#qsub {
	margin-top: 5px;
}
div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div.category {
	float: left;
	width: 176px;
	height: 405px;
	padding: 6px;
	border: 1px solid #D6D4D4;
	background: #FFF;
	margin-top: 8px;
	margin-right: 7px;
}
* html div.category {
	margin-right: 5px;
}
div.category h2 {
	padding: 3px;
	background: #F0F0F0;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #D6D4D4;
}

div.category-image {
	width: 173px;
	padding-top: 25px;
	height: 125px;
	background: url('../i/layout/frame.gif') no-repeat;
/*	text-align: center;*/
	position: relative;
	z-index: 1;
/*	background-color: Aqua;*/
}

div.category-image img {
/*	float: none;*/
/*	text-align: center;*/
	margin: 0px auto;
	left: auto;

/*display: inline;*/
	z-index: 10;
	position: relative;
}

a.view-range {
	background: url('../i/layout/button.gif') no-repeat;
	width: 88px;
	height: 23px;
	font-size: 1.1em;
	color: #FFF;
	display: block;
	text-align: center;
	padding-top: 4px;
	float: right;
	margin-right: 10px;
	margin-top: -16px;
	z-index: 9999;
	position: relative;
}

div.category p {
	text-align: left;
	color: #696969;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 5px;
	width: 165px;
}
div.category-sub {
	float: left;
	width: 176px;
	height: 435px;
	padding: 6px;
	border: 1px solid #D6D4D4;
	background: #FFF;
	margin-top: 8px;
	margin-right: 7px;
}
	* html div.category-sub {
		margin-right: 1px;
	}
	* html div.category-sub-tatano {
		margin-right: 1px;
	}
div.category-sub-tatano {
	float: left;
	width: 176px;
	height: 480px;
	padding: 6px;
	border: 1px solid #D6D4D4;
	background: #FFF;
	margin-top: 8px;
	margin-right: 7px;
}
div.category-sub-tatano h2 {
	padding: 3px;
	background: #F0F0F0;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #D6D4D4;
}
div.category-sub-tatano h3 {
	width: 100%;
	float: left;
}
div.category-sub-tatano p {
	text-align: left;
	color: #696969;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 5px;
	width: 165px;
}
div.category-sub h2 {
	padding: 3px;
	background: #F0F0F0;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #D6D4D4;
}

div.category-sub p {
	text-align: left;
	color: #696969;
	font-size: 1.2em;
	margin-top: 20px;
	margin-left: 5px;
	width: 165px;
}

div#product-list {
	color: #717171;
}
div.product-group {
	float: left;
	margin-bottom: 3px;
	width: 100%;
}
a img.thumb-list {
	float: left;
	margin-top: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: solid 1px #ece9d8;
}
div.product-box {
	background-color: #f8f8f8;
	width: 458px;
	float: right;
	margin-bottom: 3px;
	margin-top: 3px;
	margin-left: 7px;
	border: solid 1px #ece9d8;
}
	* html div.product-box {
		background-color: #f8f8f8;
		width: 445px;
		float: right;
		margin-bottom: 3px;
		margin-top: 3px;
		border: solid 1px #ece9d8;
	}
div.title-top {
	float: right;
	margin-bottom: 5px;
}
div.title-top ul {
	float: right;
}
div.title-top li {
	width: 50px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ece9d8;
	border-bottom-color: #ece9d8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ece9d8;
}
div.title-top li.light{
	background-color: #f8f8f8;
}
div.title-top li.light-type{
	width: 90px;
}
div.title-top li.dark{
	background-color: #f0f0f0;
}
div.title-top a.asc{
	text-decoration: none;
	background-image: url(../i/icons/up-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
div.title-top a.desc{
	text-decoration: none;
	background-image: url(../i/icons/down-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 10px;
}
div.title-top a.inact{
	color: #812121;
	text-decoration: none;
}

div.title {
	float: right;
	margin-top: 34px;
	
}
div.title ul {
	float: right;
}
div.title li {
	color: #ee0000;
	width: 50px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	list-style: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ece9d8;
	border-bottom-color: #ece9d8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ece9d8;	
}
div.title li.light{
	background-color: #f8f8f8;
}
div.title li.light-type{
	background-color: #f8f8f8;
	width: 90px;
}
div.title li.dark{
	background-color: #f0f0f0;
}
div.title li.product-name {
	padding-right: 10px;
	width: 80px;
	color: #812121;
	border: none;
}
	* html div.title li.product-name {
		padding-right: 10px;
		width: 65px;
		color: #812121;
		border: none;
	}
div.product-box a.buy {
	text-decoration: none;
	font-size: 1.1em;
	color: #812121;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
}
span.offer {
	font-size: 1.1em;
	color: #FF0000;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
}

div#product {
	width: 100%;
}
div#product-image-holder {
	float: left;
	width: 270px;
	position: relative;
}
/*div#product-image-holder a {
	text-align: center;
	width: 270px;
}*/
div#product a img.mid {
	float: left;
	border: solid 1px #ece9d8;
/*	padding-top: 3px;*/
	padding-bottom: 3px;
/*	width: 270px;*/
}
div#product-details {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: 10px;
	width: 275px;
	height: 258px;
	border: solid 1px #ece9d8;
	background-color: #f8f8f8;
	clear: none;
}

div#lightwindow_stage div#lightwindow_contents div#product div#product-details {
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	margin-left: 5px;
	width: 265px;
	height: 258px;
	border: solid 1px #ece9d8;
	background-color: #f8f8f8;
	clear: none;
}
div#lightwindow_stage div#lightwindow_contents div#product img{
	float: left;
}
div#lightwindow_stage div#lightwindow_contents div#product a{
	float: left;
	width: 272px;
}
div#lightwindow_stage div#lightwindow_contents div#product div#product-details a{
	width: 100px;
}
div#product-left-collum {
	color: #717171;
	width: 60px;
	float: left;
}
div#product-left-collum ul{
	list-style: none;
	float: left;
}
div#product-left-collum li{
	display: block;
	height: 25px;
}
div#product-right-collum {
	font-size:1.1em;
	color: #812121;
	width: 205px;
	float: left;
}
	* html div#product-right-collum {
		font-size:1.1em;
		color: #812121;
		width: 190px;
		float: left;
	}
div#product-details a {
	text-decoration: none;
	font-size: 1.1em;
	background-color: #f0f0f0;
	text-align: center;
	color: #893030;
	width: 200px;
	float: left;
	margin-left: 28px;
	margin-bottom: 20px;
	margin-top: 3px;
	border: solid 1px #ece9d8;
	padding: 3px;
}
div#product-right-collum ul{
	list-style: none;
	float: left;
}
div#product-right-collum li{
	display: block;
	height: 25px;
}
div#product-right-collum li.fuel, div#product-left-collum li.fuel {
	display: block;
	height: 46px;
}
div#product-right-collum li.price {
	color: #FF0000;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	height: 23px;
}
div#product-right-collum li.old-price {
	display: block;
	height: 23px;
	text-decoration: line-through;
}
div#product-details h1{
	margin-bottom: 10px;
}
div#product-details-info {
	float: left;
	width: 547px;;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #ece9d8;
	background-color: #f8f8f8;
	margin-bottom: 10px;
}
div.prod-pdf {
	float: left;
	padding-left: 20px;
	background-image: url(../i/icons/pdf.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	margin-right: 30px;
	margin-top: 10px;
}
div#product-details-info div.prod-pdf a{
	text-decoration: none;
}

a.image {
	float: left;
	width: 98px;
	height: 94px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	margin-right: 2px;
	border: solid 1px #ece9d8;
	background-position: center;
	background-repeat: no-repeat;
	text-indent: -999em;	
}

div.product-group a.image {
	position: absolute;
	z-index: 10;
	margin-top:3px;
}

div.special-offer {
	z-index: 15;
	position: absolute;
	width: 88px;
	height: 88px;
	top: 0px;
	left: 0px;
	background-image: url(../i/layout/special-offer2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -999em;
}
	div.special-offer-product {
		z-index: 15;
		position: relative;
		float: left;
		margin-left: -271px;
		width: 88px;
		height: 88px;
		top: 0px;
		left: 0px;
		background-image: url(../i/layout/special-offer2.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -999em;
	}
	* html div.special-offer-product {
		z-index: 15;
		position: relative;
		float: left;
		margin-left: -270px;
		width: 88px;
		height: 88px;
		top: 0px;
		left: 0px;
		background-image: url(../i/layout/special-offer2.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -999em;
	}
		div.special-offer-product-large {
		z-index: 15;
		position: absolute;
		float: left;
/*		margin-left: -271px;*/
		width: 150px;
		height: 150px;
		top: 1px;
		left: 1px;
		background-image: url(../i/layout/special-offer-large.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -999em;
	}
	* html div.special-offer-product-large {
		z-index: 15;
		position: relative;
		float: left;
		margin-left: -270px;

		top: 0px;
		left: 0px;
		background-image: url(../i/layout/special-offer-large.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -999em;
	}
	
	div.top-level-offer {
		z-index: 999;
		position: absolute;
		float: left;
		/*margin-left: -271px;*/
		width: 173px;

		height: 125px;
/*		margin-left: 8px;
		margin-top: -17px;*/
		top: 8px;
		left: 8px;
		background-image: url(../i/layout/special-offer2.gif);
/*		background-color: Fuchsia;*/
		background-position: left top;
		background-repeat: no-repeat;
		text-indent: -999em;
	}	
	
	
	
	* html div#product-details {
		float: right;
		padding-left: 10px;
		padding-top: 10px;
		margin-left: 0px;
		width: 275px;
		height: 258px;
		border: solid 1px #ece9d8;
		background-color: #f8f8f8;
		clear: none;
	}
div#related {
	float: left;
	width: 547px;;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #ece9d8;
	background-color: #f8f8f8;
}
div#related a {
	color: #893030;
	text-decoration: none;
	margin-right: 5px;
}
div#socialbookmarks {
	float: left;
	width: 547px;;
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #ece9d8;
	background-color: #f8f8f8;
}
div#product-images {
	width: 569px;
	float: left;
}
div#image-box {
	margin-left: 40px;
}
div#product-images div#image-box a img {
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid 1px #ece9d8;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

div#branding-logo {
	width: 772px;
	margin-left: 2px;
	height: 228px;
	background: url('../i/layout/logo.jpg') no-repeat;
}
div#branding-logo-flash {
	width: 772px;
	margin-left: 2px;
	height: 228px;
	float: left;
	padding-left: 0px;
	padding-top: 7px;
	background: url('../i/layout/flash-bg.jpg') no-repeat;
}

div#branding-logo a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
}

div#quicknav {
	float: left;
	background: url('../i/layout/navbar.jpg') no-repeat;
	height: 30px;
	width: 759px;
	margin-top: 5px;
	padding-left: 15px;
	margin-left: 2px;
}

div#quicknav ul li {
	float: left;
}

div#quicknav ul li a {
	height: 14px;
	margin-top: 9px;
	display: block;
	text-indent: -9999px;
	background-image: url('../i/layout/navlinks.jpg');
	background-repeat: no-repeat;
}

li#nav-home a {
	width: 45px;
	background-position: 0px 0px;
}

li#nav-about a {
	width: 62px;
	background-position: -45px 0px;
}

li#nav-services a {
	width: 69px;
	background-position: -107px 0px;
}

li#nav-products a {
	width: 74px;
	background-position: -176px 0px;
}

li#nav-biomass a {
	width: 140px;
	background-position: -250px 0px;
}
li#nav-fuel a {
	width: 51px;
	background-position: -395px 0px;

}

li#nav-find a {
	width: 75px;
	background-position: -446px 0px;
}

li#nav-resources a {
	width: 95px;
	background-position: -520px 0px;
}

li#nav-faqs a {
	width: 41px;
	background-position: -620px 0px;
}

li#nav-news a {
	width: 100px;
	background-position: -661px 0px;
}
div.pagenumbers {
	float: left;
	padding: 5px;
	background-color: #f0f0f0;
	border: solid 1px #ece9d8;
	margin-bottom: 10px;
}
div.pagenumbers ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
div.pagenumbers ul li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-right: 5px;
}
div.pagenumbers ul li a {
	color: #812121;
	text-decoration: none;
	float: left;
}
div.pagenumbers ul li a.current {
	font-weight: bold;
	color: #812121;
	text-decoration: underline;
	float: left;
}

/***********************************************************************
	NAVIGATION ELEMENTS
************************************************************************/

div#quicknav{
	
}
div#quicknav ul{
	
}
div#quicknav ul li{
	
}
div#quicknav ul li ul{
	position: absolute;
	background-color: Aqua;
	border: solid 1px #D6D4D5;
	display: none;
}
div#quicknav ul li:hover ul{
	position: absolute;
	background-color: Aqua;
	border: solid 1px #D6D4D5;
	display: block;
}
div#quicknav ul li ul li{
	display: block;
	float: none;
	background-image: none;
	margin:0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
div#quicknav ul li ul li.top{
	border-top: 1px solid #fff;
}
div#quicknav ul li ul li.bottom{
	border-bottom: 1px solid #fff;
}
div#quicknav ul li ul li a{
	background-image: url(../i/layout/nav-bullett.jpg);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	text-indent: 0;
	padding-top: 3px;
	padding-left: 14px;
	padding-bottom: 3px;
	padding-right: 6px;
	background-color: #EBEBEB;
	margin:0px;
	font-size: 1.2em;
	width: 150px;
	color: #CF4B4E;
}
div#quicknav ul li ul li a:hover{
	background-color: #fff;
}
div#quicknav ul li.over ul { display: block;} /* The magic */	

a.boiler-click {
	display: block;
	width: 150px;
	height: 35px;
	position: absolute;
	margin-left: 395px;
	margin-top: 160px;
	text-decoration: none;
	padding-right: 20px;
	text-indent: -999em;
	letter-spacing: 133px;
}

div#boiler-info {
	width: 300px;
	position: absolute;
	margin-left: 240px;
	margin-top: 82px;
}
* html div#boiler-info {
	margin-top: 85px;
}
div#supply-image {
	width: 207px;
	float: left;
}
div#supply-text {
	width: 342px;
	float: left;
	padding-left: 10px;
	margin:0px;
}
div.supply a{
	float: left;
}
div.supply a img{
	padding-bottom: 5px;
	float: left;
}
div.content p.enquire {
	color: #c94b29;
	font-size: 1.6em;
	text-align: center;
}
div.content p.enquire span.bold{
	font-size: 1.1em;
	font-weight: bold;
}
div#vacancies table {
	width: 100%;
	margin-top: 10px;
	font-size: 1.2em;
}
div#vacancies th {
	width: 33%;
	padding: 5px;
	text-align: left;
	color: #CA4B2A;
	background: #ffdfd6;
}
div#vacancies td {
	width: 33%;
	padding: 5px;
	background: #fff2ef;
	border-bottom: solid 1px #ffdfd6;
}
/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div.slider {
	width: 410px;
	margin: 10px 0;
	background: #CCC url('../i/layout/houseslider.gif') no-repeat;
	height: 40px;
	position: relative;
}

div.slider div.handle {
	width: 10px;
	height: 15px;
	background: #D86E3A;
	cursor: move;
	position: absolute;
}

div#genstart {
	height: 196px;
}

div#content p.genq {
	font-size: 1.5em;
	color: #CA4B2A;
	font-weight: bold;
}

label.r_off,
label.r_on {
	padding-right: 40px;
	padding-top: 3px;
	font-size: 1.4em;
	color: #CA4B2A;
}

label.r_off input,
label.r_on  input {
	position: absolute;
	left: -9999px;
}

label.r_off {
	background: url(../i/layout/radio_off.gif) right no-repeat;
}

label.r_on  {
	background: url(../i/layout/radio_on.gif) right no-repeat;
}

div.boiler {
	border-bottom: 1px solid #CCC;
}

span#pellets-tonnes, 
span#pellets-m3, 
span#woodchip-tonnes, 
span#woodchip-m3 {
	font-size: 1.2em;
	color: #FF6600;
}

span.fuel-type {
	margin-left: 10px;
}

div#leftbox {
	width: 591px;
	float: left;
}

div#rightbox {
	margin-left: 4px;
	width: 178px;
	float: left;
}

div#content, div.content {
	margin-top: 5px;
	background: #FFF;
	width: 569px;
	border: 1px solid #D6D4D4;
	padding: 10px;
}
div.content img.left {
	float: left;
	padding-right: 5px;
}
div.content img.right {
	float: right;
	padding-left: 5px;
}
* html div#content, * html div.content {
	width: 559px;
}

div.leftcontent, * html div.leftcontent {
	width: 205px;
	float: left;
	clear: left;
}

div.rightcontent {
	float: left;
	margin-left: 5px;
	width: 337px;
}

* html div.rightcontent {
	width: 317px;
}

div.leftcontent-even {
	width: 271px;
	float: left;
}

div.rightcontent-even {
	float: left;
	margin-left: 5px;
	width: 271px;
}

div.threecolumns-left {
	float: left;
	width: 171px;
	margin-left: 15px;
}

* html div.threecolumns-left {
	margin-left: 5px;
}

div.threecolumns-mid {
	float: left;
	margin-left: 15px;
	width: 171px;
}
div.threecolumns-right {
	float: left;
	width: 171px;
	margin-left: 15px;
}

div.columns-left{
	width: 265px;
	float: left;
	margin-right: 30px;
}
div.columns-right{
	width: 265px;
	float: left;
}
div.askmo {
	background: #FFF url('../i/layout/askmo.jpg') bottom right no-repeat;
	height: 107px;
	width: 569px;
}

div.askmo a.lightwindow {
	display: block;
	float: right;
	margin-left: 90px;
	margin-top: 0px;
	width: 495px;
	height: 50px;
	text-indent: -9999px;
}

* html div.askmo a.lightwindow {
	margin-left: 70px;
}

div.rightinner {
	margin-top: 5px;
	width: 168px;
	padding: 5px;
	border: 1px solid #D6D4D4;
	background: #EBEBEB;
}

div#rightbox img {
	margin-top: 10px;
	margin-bottom: 10px;
}
div#rightbox img.nopad {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#whattype {
	width: 166px;
	height: 37px;
	background-position: 0px 0px;
	background-image: url('../i/layout/whattype.gif');
	background-repeat: no-repeat;
}

div#rightwhat ul li a {
	margin-top: 1px;
	height: 27px;
	text-indent: -9999px;
	display: block;
	width: 166px;
	background-image: url('../i/layout/whattype.gif');
	background-repeat: no-repeat;
}

li#type-domestic a {
	background-position: 0px -38px;
}

li#type-commercial a {
	background-position: 0px -66px;
}

li#type-architect a {
	background-position: 0px -94px;
}

li#type-installer a {
	background-position: 0px -122px;
}

div.preview-news {
	font-size: 1.1em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 158px;
}

div.preview-news span {
	font-size: 0.9em;
}

div.preview-news a {
	font-size: 0.9em;
	color: #C94B29;
}

div.preview-news p {
	text-align: justify;
	color: #555;
}

div.preview-news h2 {
	color: #6A791B;
	font-size: 1.1em;
}

span.news-feeds a {
	background: url('../i/layout/rssicon.gif') left no-repeat;
	margin-left: 5px;
	padding-left: 18px;
	color: #555;
}

span.news-archive a {
	background: url('../i/layout/archiveicon.gif') left no-repeat;
	margin-left: 8px;
	padding-left: 18px;
	color: #555;
}
div.minicontact {
	color: #555;
	font-size: 1.6em;
}
div.contact-tel {
	color: #992C11;
	font-size: 1.4em;
	letter-spacing: .01em;
}
div.minicontact p {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #B04C29;
	font-size: 0.9em;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 5px;
}

div.signupform form fieldset div label {
	clear: both;
	width: 120px;
	text-align: left;
}

div.signupform {
	padding-left: 10px;
	color: #B04C29;
}

div.signupform form fieldset div input {
	width: 145px;
}

div.signupform form fieldset input.submit {
	width: 63px;
	height: 24px;
	background: url('../i/layout/signup.gif') no-repeat;
	border: none;
	text-indent: -9999em;
/*	font-size: 0;*/
	float: right;
	margin-right: 8px;
	margin-top: 5px;
	cursor: pointer;
}
div.signupform div.error{
	position: absolute;
	top: 300px;
	width: 350px;
	left: 35%;
		color: #fff;
			text-align: center;
		background-image: url(../i/layout/small-grad.jpg);
	background-repeat: repeat-x;
	border: 10px solid #CA4B2A;
	padding: 40px;
}
div.signupform p{
	position: absolute;
	top: 300px;
	left: 35%;
		width: 350px;
		text-align: center;
	color: #fff;
	border: 10px solid #CA4B2A;
		background-image: url(../i/layout/small-grad.jpg);
	background-repeat: repeat-x;
	padding: 40px;
}

div.content a.comparator{
	width: 170px;
	height: 105px;
	background-image: url(../i/photos/comparator.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
div.content a.comparator:hover{
	text-decoration: underline;
	color: #434b4d;
}
div.content a.density{
	width: 170px;
	height: 105px;
	background-image: url(../i/layout/density-chart.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
}
div.content a.density:hover{
	text-decoration: underline;
	color: #434b4d;
}
div.content a.generator{
	width: 206px;
	height: 106px;
	background-image: url(../i/layout/generator.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
		text-indent: -999em;
}
div.content a.generator:hover{

	background-image: url(../i/layout/generator-roll.jpg);

}
div.content a.generator-installers{
	width: 206px;
	height: 106px;
	background-image: url(../i/layout/generator2.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
		text-indent: -999em;
}
div.content a.suppliers{
	width: 206px;
	height: 106px;
	background-image: url(../i/layout/suppliers.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-indent: -999em;
}
div.content a.suppliers:hover{
	background-image: url(../i/layout/suppliers-roll.jpg);

}
div.content a.storage{
	width: 206px;
	height: 111px;
	background-image: url(../i/layout/storage.jpg);
	background-repeat: no-repeat;
	display: block;
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	text-indent: -999em;
}
div.content a.storage:hover{
	background-image: url(../i/layout/storage-roll.jpg);
}

div#content-boiler {
	margin-top: 5px;
	background: #FFF;
	width: 569px;
	height: 200px;
	border: 1px solid #D6D4D4;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../i/layout/boiler-bg.jpg);
	background-position: 10px;
	background-repeat: no-repeat;
}
div.frame-outer{
	float: right;
	clear: both;
	width: 250px;
	background-image: url(../i/layout/200-wide-expander.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-right: 5px;
	margin-left: 20px;
	margin-top: 10px;

}
div.frame-inner{
	float: right;
	width: 250px;
	background-image: url(../i/layout/200-wide-expander.jpg);
	padding-top: 16px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
div.frame-inner img{
	margin-left: 16px;
}

a.fuel-info{
	float: left;
	width: 206px;
	height: 49px;
	background-image: url(../i/layout/fuel-info.jpg);
	background-repeat: no-repeat;	
	text-indent: -999em;
}
a.fuel-info:hover{
	background-image: url(../i/layout/fuel-info-roll.jpg);
}

div.study{
	float: left;
	margin-bottom:2px;
	border: 1px solid #D6D4D4;
	width: 560px;
	padding: 4px;

}
div.study a.study-list-thumb{
	float: left;
	width: 46px;
	height: 46px;	
	text-indent: -999em;
	margin-right: 10px;
	background-position: center;
	background-repeat: no-repeat;
}
div.study h2{
	font-weight: normal;
	font-size: 1.2em;
	margin-top: 4px;

}
div.study h2 a{
	text-decoration: none;
	color: #656565;
}
div.study h2 a:hover{
	color:#CA4B2A;
}
div.study p a{
	text-decoration: none;
	color: #949494;
	
}
div.study p{
	padding:0px;
	margin:0px;
	
}
div.content a.study-more{
	float: right;
	color: #CA4B2A;
	text-decoration: none;
}

a.pdf{
	background-image: url(../i/icons/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
}
a.reg{
	background-image: url(../i/icons/reg.gif);
	background-repeat: no-repeat;
	padding-left: 20px;	
}
img.dwt-img{
	float: left;
	margin-right: 20px;
	
}
a.dwt-link{
	background-image: url(../i/layout/dwt.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	font-size: 1.8em;
	padding-top: 20px;
	height: 54px;
	display: block;
}
a.ex-row{
	float: left;
	width: 171px;
	height: 171px;	
	clear: none;
	margin-left: 12px;
}
a.ex-row img{
	float: left;
}

div.delivery{
	float:left;
	width: 205px;
	height: 87px;
	background-image: url(../i/layout/deliver.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	text-indent: -999em;
}
div.annually{
	float:left;
	width: 205px;
	height: 81px;
	background-image: url(../i/layout/annually.jpg);
	background-repeat: no-repeat;
	text-indent: -999em;	
}
a.catalogue{
	text-indent: -999em;
	float: left;
	width: 205px;
	height: 87px;
	background-image: url(../i/layout/catalogue.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}

div#content ul.resources{
	list-style: none;
}
ul.resources li{
	background-image: url(../i/layout/bullett.jpg);
	background-repeat: no-repeat;
	height: 	29px;
	padding-left: 35px;
	padding-top: 3px;
	font-size: 1.4em;
	margin-top: 5px;
	font-weight: normal;
}
div#content ul.resources li a{
	text-decoration: none;
}
div#content ul.resources li a:hover{
	text-decoration: underline;	
}

div.grants a{
	font-size: 1.4em;
	color: #CA4B2A;
	text-decoration: underline;
	background-image: url(../i/icons/link.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 17px;
	font-weight: normal;
}
div.grants a:hover{
	color: #EC9D50;
}

div.content p.q{
	font-size: 1.3em;
	font-weight: normal;
	color: #CA4B2A;
	margin-bottom:0px;
	padding-bottom: 0px;
}
div.content p.a{
	font-size: 1.2em;
	font-style: italic;
	color: #3C3C3C;
	margin:0px;
	padding: 0px;

}
div#right-badge-images {
	margin-top: -28px;
	float: right;
	width: 172px;
}
div#right-badge-images img {
	margin-bottom: 10px;
}


div.grant-available{
	background-image: url(../i/layout/grant-available.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 590px;
	height: 268px;
	margin-top: 5px;
	margin-left: 1px;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	width: 788px;
	margin: 10px auto;
}

div#footer a {
	color: #FFF;
}

body div#footer {
	background: url('../i/layout/fire-orange.gif') right no-repeat;
}

body.blue div#footer {
	background: url('../i/layout/fire-blue.gif') right no-repeat;
}

body.brown div#footer {
	background: url('../i/layout/fire-brown.gif') right no-repeat;
}

body.green div#footer {
	background: url('../i/layout/fire-green.gif') right no-repeat;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}


div#errorText{
	width: 300px;
}


div.archive-box{

}
div.archive-box p{
	float: left; 
	height: 30px;
}
div.archive-box a{
	float: left;
	padding: 5px;
	background-color: Green;
	margin-left: 1px;
	background-image: url(../i/layout/small-grad.jpg);
	background-repeat: repeat-x;
	background-position: center;
	margin-left: 1px;
	color: #fff;
}
div.archive-box a:hover{
color: #ccc;
}

a.sidebyside{
	float: left;
}
a.blog-button{
	background-image: url(../i/layout/blog-button.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 180px;
	height: 63px;
	text-indent: -999em;
	margin-left: 4px;
}


div.article-home{
/*	float: left;*/
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
div.news h2{
	color: #6A791C;
	font-size: 1.6em;
	font-weight: normal;
}
div.news span{
	color: #828282;
	font-size: 1.2em;
}
div.news p{
	font-size: 1.4em;
	color: #545454;
	margin: 0px;
	padding: 0px;
}
div.news a.redify{
	color: #CA4B28;
}
div.news span.news-feeds{
	float: right;
	border: 1px solid #D6D4D4;
	background-color: #EBEBEB;
	font-size: 1em;
	padding: 4px;
	clear: both;
}
