/* JS Power CSS File. Built by Definition Design http://www.definitiondesign.co.uk 2008 */

/* @group Reset */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	border-left:0;
} 
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
sub {
	vertical-align: sub;
	font-size: 70%;
}
ol, ul {	list-style: none;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
em {
	font-style: italic;
}
/* end reset styles */
/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/
/* @end */


/* @group General */
ul{list-style:disc;margin-left:16px;}
p,h1,h2,h3,h4,h5,h6,ul {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{cursor:pointer!important;text-decoration:none;}
#content a {
	font-weight: bold;
}
a:link{color:#447bbe}
a:visited{color:#447bbe}
a:hover{color:#447bbe; text-decoration: underline;}
a:active{color:#447bbe}
/*body.bio-diesel-generators a:link, body.bio-diesel-generators a:visited, body.bio-diesel-generators a:hover, body.bio-diesel-generators a.active {
	color: #4ABF58;
}*/
input{font-family: Arial, Helvetica, sans-serif}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
	color:#10355c;
}
h1,h2{	
	font-size:24px;
	color:#10355c;
	text-transform:uppercase;
	letter-spacing: -0.06em;
}
h1 span,
.sub-head h2,
.intro-text h2,
.gallery h2 span{
	display:block;
	color:#447bbe;
	font-size:18px;
	text-transform:none;
	padding:2px 0 0;
	font-weight:normal;
	letter-spacing: -0.05em;
}
body.bio-diesel-generators h1 span,
body.bio-diesel-generators .sub-head h2,
body.bio-diesel-generators .intro-text h2,
body.bio-diesel-generators .gallery h2 span {
	/*color: #4ABF58;*/
	color: #55A25E;
}
body.bio-diesel-generators .intro-text h2 {
	color: #1B3E63;
}
.intro-text h2 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: -.6em;
	margin-top: 2em;
	letter-spacing: normal;
	color: #1B3E63;
}
.sub-head h2{margin:0 0 3px 0}
h3{font-size:16px;color:#383838;font-weight:normal}
.intro-text h3 {
	margin: 1.2em 0 0 5px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
}
h4{font-size: 19px}
span.footnote {
	font-size: 12px;
	font-style: italic;
}
/* @end */

/* @group Main layout structure */
body {
	line-height: 1;
	color:#505050;
	background:#f4f4f4 url(../images/bg.jpg) repeat-x 0 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px; 
	text-align:center;/* for ie5.+*/
}
/* #wrap holds a repeating slice to continue the background after the gradient had levelled out form the image in #outer.*/
#wrap{
	width:1010px;
	text-align:left;
	margin:auto;
	background: url(../images/bg-slice.jpg) repeat-y 0 0;
}
/* #outer holds the page background gradient and header round corners all in one image - its only 15k and saves loads of images so is quicker in the end - this image is overlaid on the repeating slice that makes the background of the page. */
#outer{
	width:960px;
	position:relative;
	background: url(../images/page.jpg) no-repeat 0 0;
	padding:0 25px;
}

/* @end */

/* @group Login slider */
/* slide routine more or less taken in whole from prototype page */
.slide{
	width:100%;
	border-top:4px solid #393939;
	background: url(../images/bg.jpg) repeat-x 0 0;
/* repeat body shadow here otherwise gradient will get pushed down and not match the page gradient.*/
	position:relative;
}
a:focus {outline: none}    
#panel {
	background: #333;
	height: 150px;
	display: none;
}    
#panel p {
	color: #F17212; 
	text-align: left; 
	font-weight: bold; 
	font-size: 14px; 
	padding-top: 2em;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}
.slide p.sl{
	width:1020px;
	margin:0 auto;
	height: 23px;
	background: url(../images/login.jpg) no-repeat 770px 0;
	text-align:left;
}
.btn-slide {
	margin:0 0 0 770px;
	background:url(../images/login-arrow.gif) no-repeat 131px 5px;
	width: 152px;
	height: 23px;
	padding:3px 0 0 0;
	display: block;
	font-weight:bold;
	font-size:93%;
	color: #fff;
	text-decoration: none;
	text-align:center;
}
.active {background-position: 131px -35px}      
.sl a {color: #fff!important; text-decoration: none}
#panel form {
	width: 600px;
	text-align: center;
	margin: 0 auto;
}
#panel div {
	width: 250px;
	float: left;
}
#panel label, #panel input {
	display: block;
	text-align: left;
}
#panel label {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 3px;
}
#panel input {
	margin-bottom: 10px;
	font-size: 12px;
	margin-left: 0;
}
#panel input.text {
	padding: 2px;
	width: 190px;
	clear: left;
	float: left;
}
#panel input.submit {
	clear: left;
}
input.submit {
	margin-bottom: .5em;
}
p#forgot {
	font-size: 11px;
	color: #fff;
}
/* @end */


/* @group Top nav tabs */
#tabs{
	margin:0 0 0 17px;
	/*width:344px;*/
	width:430px;
	list-style:none;
	height:36px;
	position:relative;
	top:-16px;
}
#tabs li{
	float:left;
	width:83px;
	height:36px;
	margin:0 3px 0 0;
	display:inline;
	background:url(../images/tab-on.gif) no-repeat 0 0;
}
#tabs li a,#tabs li span{
	width:83px;
	text-align:center;
	height:21px;
	padding:15px 0 0 0;
	background:url(../images/tab.gif) no-repeat 0 0;
	color:#fff!important;
	float:left;
	font-weight:bold;
	font-size:12px;
}
#tabs li span,#tabs li a:hover, #tabs li.current a {background:transparent}
/* @end */

/* @group Header and logo */
#header{
	width:960px;
	background:url(../images/navbg.jpg) repeat-x 0 100%;
	padding:0 0 6px 0;
	border-bottom:1px solid #fff;
	position:relative;
}
p.logo,p.logo a,p.logo em{
	width:541px;
	height:121px;
	display:block;
	cursor:pointer;
	overflow:hidden;
	margin:0;
}
p.logo{margin:0 0 15px 3px}
p.logo a{position:relative;}
p.logo em{
	background:url(../images/logo.gif) no-repeat 0 0;
	position:absolute;
	left:0;
	top:0;
}
body.bio-diesel-generators p.logo em {
	background: url(/images/bio-diesel-logo.gif) no-repeat 0 0;
}
p.call{
	font-family: Helvetica, Arial,  sans-serif;
	position:absolute;
	top:71px;
	right:10px;
	text-align:right;
	font-size:25px;
	color:#103556;
	font-weight:bold;
	letter-spacing: -0.06em;
	padding-bottom: 5px;
}
body.bio-diesel-generators p.call a {
	color: #55A25E;
}
p.call span{
	display:block;
	font-size:17px;
	padding:3px 0 0 0;
	letter-spacing: normal;
}
/* @end */

/* @group Horizontal nav */
#nav{
	width:950px;
	margin:15px 0 0 5px;
	background:#1a466f url(../images/navbg2.jpg) repeat-x 0 100%;
	list-style:none;
	font-family: Helvetica, Arial,  sans-serif;
}
#nav li{
	float:left;
	background:#3C6083 url(../images/navbg4.jpg) repeat-x 0 100%;
}
body.bio-diesel-generators #nav li.bio-diesel-generators {
	background: #55A25E url(../images/navbg42.jpg) repeat-x 0 100%;
}
#nav li strong{
	float:left;
	background:url(../images/navdiv1.gif) no-repeat 100% 0;
	padding:7px 18px 6px;
}
#nav li.last strong{background:none}

#nav li a,#nav li span{
	float:left;
	color:#fff;
	background:#1a466f url(../images/navbg2.jpg) repeat-x 0 100%;
	font-weight:normal;
	font-size:19px;
	text-transform:uppercase;
}

#nav li span,#nav li a:hover{background:transparent; text-decoration: none;}
#nav li em{
	font-size:13px;
	color:#afd3ff;
	text-transform:lowercase;
	display:block;
	font-weight:normal;
	font-style:normal;
	position:relative;
	top:-2px;
	padding:0 0 0 1px;
	font-family: Arial, sans-serif;
}
body.bio-diesel-generators #nav li.bio-diesel-generators em {
	color: #224025;
}
p.mainpic{
	width:986px;
	height:236px;
	margin:7px 0 13px 12px;
}
body#home p.mainpic {
	background:url(../images/header-main/js-home.jpg) no-repeat 0 0;
}
.internal p.mainpic{
	height:190px;
}
body.bio-diesel-generators p.mainpic {
	background:url(/images/header-main/js-bio.jpg) no-repeat 0 0;
}
body.diesel-generators p.mainpic {
	background:url(/images/header-main/js-diesel.jpg) no-repeat 0 0;
}
body.standby-generator-load-testing p.mainpic {
	background:url(/images/header-main/js-load.jpg) no-repeat 0 0;
}
body.diesel-generator-servicing p.mainpic {
	background:url(/images/header-main/js-services.jpg) no-repeat 0 0;
}
body.ups-backup-systems p.mainpic {
	background:url(/images/header-main/js-ups.jpg) no-repeat 0 0;
}
/* @end */

/* @group Main area */
/* main section  - #main will carry the white round corners and accompanying gradient. */
#main{
	clear:both;
	width:937px;
	background:url(../images/mainbg.jpg) no-repeat 0 0;
	margin:0 0 0 12px;
	padding:20px 0 19px 0;
}
/* inner holds the dividing line between the columns */
.inner{
	width:900px;
	background:url(../images/columndiv.gif) repeat-y  674px 0;
	margin:0 0 0 21px;
}
body#contact .inner {
	background-position: 594px 0;
}
p#breadcrumbs { 
	font-size: 12px;
	margin: 0 0 2em 5px;
}
/* @end */
/* @group Left col */
#content{
	width:657px;
	float:left;
	padding:0 0 0 0;
}
body.internal #content {
	width: 630px;
}
body#contact #content {
	width: 580px;
}
#content ul {
	list-style: none;
	margin: 1.4em 16px;
	line-height: 1.4em;
}
#content ul li {
	background: url(/images/bullet.gif) 0 5px no-repeat;
	padding-left: 15px;
	padding-bottom: .4em;
}
.intro-text p{
	line-height:1.4em;
	margin:1.4em 5px 1.4em 5px;
}
.intro-text div.rounded {
	margin-top: 3em;
	float: right;
	margin: 3em 0 1em 20px;
}
.intro-text img {
	float: right;
	padding: 3px;
	margin: 0 0 1em 20px;
	border: 1px solid #bbb;
}
.intro-text img.generators {
	padding: 0;
	border: none;
}
body#news .intro-text img {margin-top: 0}
body#news .intro-text ul.news-list img {margin-top: 3px;}
#first {
	margin-right: 260px;
}
.intro-text div.rounded img {
	margin: 0;
	float: none;
	display: inline;
	padding: 0;
	border: 1px solid #666;
}
canvas {
	position: relative;
	left: 2px;
}
.intro-text img a:hover {
	background-color: #ddd;
	display: block;
}
#content h1,.intro-text h2{margin-left:5px}
#sidebar p.read-more{
	color:#fff;
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
	margin: 0 5px 1.2em 0;
	font-size: 13px;
	vertical-align: middle;
	height: 29px;
}
p.read-more a{
	color:#fff;
	background: url(/images/read-all.gif) 0 0 no-repeat;
	height: 24px; width: 220px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: middle;
}
#content p.read-more {
	margin: -1em 5px 2em 0;
	font-size: 15px;
}
#content p.read-more a {
	background-image: none;
	height: auto; width: auto;
	text-align: right;
	color: #447BBE;
	padding-top: 0;
}
p.read-more a:hover{text-decoration:underline;}
/* three boxes in a row */
/* .box-wrap carries the side borders for all three boxes so that they will have equal height*/
.box-wrap{
	width:658px;
	background:url(../images/box-slice.gif) repeat-y 0 0;
}
.box{
	width:212px;
	background:url(../images/boxtop.gif) no-repeat 0 0;
	padding:6px 0 47px 0;
	position:relative;
	float:left;
	margin:0 11px 0 0;
	display:inline;
}
.b3{margin:0 0 0 -1px;}
.box h3{
	text-transform:uppercase;
	background:url(../images/boxbg.jpg) repeat-x 0 100%;
	padding:0 0 2px 0;
	margin:0 1px;
	font-size:17px;
	letter-spacing: -0.06em;
	font-weight: bold;
}
.box h3 span{
	display:block;
	color:#666;
	font-size:14px;
	padding:3px 0 0 0;
	font-weight:bold;
}
.box h3 a{
	display:block;
	position:relative;
	padding:7px 12px;
	color:#10355c;
}
.box h3 a:hover,.box h3 a:hover span{color:#447bbe!important; text-decoration: none;}
p.image{
	margin:4px 0 15px 7px;
	width:195px
}
p.image a{
	display:block;
	background:#fff;
	width:185px;
	height:99px;
	padding:4px;
	border:1px solid #e1e1e1;
}
p.image a:hover{
	background:#ccc;
	border:1px solid #1a466f;
}
p.txt{
	font-size:95%;
	color:#505050;
	margin:0 12px;
	line-height: 1.3em;
}
#content p.txt a{color:#505050!important; font-weight: normal;}
#content p.txt a:hover{color:#404040!important; text-decoration: none;}

p.boxbase{
	margin:0;
	background:#1a466f;
	position:absolute;
	left:0;
	bottom:-1px;
	width:212px;
	font-size:85%;
	font-weight:bold;
	font-family: Helvetica, Arial,  sans-serif;
}
p.boxbase a,p.boxbase span{
	display:block;
	position:relative;
	color:#d5edf5!important;
	text-align:right;
}
p.boxbase span{padding:10px 15px 4px 0}
p.boxbase b{
	height:6px;
	overflow:hidden;
	display:block;
	background:url(../images/box-base.gif) no-repeat 0 0;
	width:212px;
}
p.boxbase a:hover{/*background:#545454;*/text-decoration:underline}
/*p.boxbase a:hover b{background-position:0 -6px}*/
/* @end */

/* @group Right col */
#sidebar{
	width:215px;
	float:right;
	padding:4px 0 0 0;
}
.internal #sidebar{
	width:230px;
	position:relative;
	left:12px;
}
body#contact #sidebar {
	width: 285px;
	left: 0;
}
.section{
	width:215px;
	border-bottom:1px solid #e5e5e5;
	padding:0 0 11px 0;
	margin:0 0 18px 0;
}
body#home .section {
	margin-top: .5em;
}
.s2{padding:0 0 18px 0}
.s3{border:none;margin:0;padding:0 0 2px 0}
.s3 p.last{margin-bottom:1em}
.section h2{
	margin:0;
	padding:0 0 12px 0;
	letter-spacing:-.04em;
	font-size: 20px;
}
.latest-news h2 {
	background: url(/images/latest-icon.gif) 98% 0 no-repeat;
	padding-top: 10px;
	padding-right: 50px;
	min-height: 43px;
	margin-bottom: .5em;
}
body#home .latest-news h2 {
	background: url(/images/news-icon.gif) 98% 0 no-repeat;
}
.faq h2 {
	background: url(/images/faq-icon.gif) 98% 0 no-repeat;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	min-height: 44px;
	margin-bottom: 0;
}
.question h2 {
	background: url(/images/mail-icon.gif) 100% 0 no-repeat;
	padding-right: 60px;
	padding-top: 10px;
	padding-right: 60px;
	min-height: 44px;
	margin-bottom: 0;
}
.section h2 span {
	display: block;
	color: #2A2A2A;
	text-transform: none;
	font-size: 16px;
	margin-top: .3em;
}
.section h3{
	margin:0 0 5px 0;
	letter-spacing:-.04em;
}
.section p{line-height:1.4em}
.section a {
	font-weight: bold;
}
.section a.more{
	display:block;
	font-weight:bold;
}
.section p.read-more{margin:0;padding:5px 0 2px 0}
p.iso{text-align:center;margin:40px 0 5px 0}
body#home p.iso {
	margin-top: 20px;
}
p.iso img {display:inline}
#sidebar p {
	font-size: 12px;
}
/* @end */

/* @group Footer */
#footer{
	clear:both;
	width:960px;
	background:#2A2924 url(../images/footbg2.jpg) repeat-x 0 0;
	padding:41px 0 26px 0;
	color:#fff;
	line-height:1.6em;
	position: relative;
}#footer a {
	font-weight: bold;
}
#copyright{
	clear:both;
	background:#f4f4f4 url(../images/main-base2.jpg) no-repeat 1px 0;
	width:1010px;
	padding:32px 0 20px 0;
	text-align:center;
	margin:auto;
	color:#a4a6a9;
	font-weight:bold;
	font-size:85%;
}
#mapstraction #copyright {
	background-image: none;
	background-color: transparent;
	width: auto;
}
#copyright strong{color:#201f18}
#footer .address{
	font-style:normal;
	float:left;
	width:185px;
	margin:0 15px 0 40px;
	display:inline;
}
#footer h4{
	font-size:24px;
	color:#fff;
	margin:0 0 0 40px;
	padding:0 0 29px 0;
	background: url(/images/footer-line.jpg) 0 100% no-repeat;
}
p.logo2{
	position: absolute;
	top: 40px; right: 20px;
}
#footer #sign-up p.logo2 {
	position: static;
	top: 0; right: 0;
	margin-left: 0;
}
#footer #get-in-touch {
	width: 510px;
	float: left;
}
#sign-up {
	width: 420px;
	float: right;
	margin-right: 30px;
}
#footer #sign-up h4 {
	margin-left: 5px;
	font-size: 20px;
}
#footer #sign-up p {
	font-size: 12px;
	margin-left: 5px;
	line-height: 1.2em;
}
#footer form {
	margin: 10px 0 3em 5px;
}
#footer form input {
	padding: 3px;
	font-size: 12px;
}
#footer form input[type="text"] {
	border: 2px solid #fff;
	color: #555;
}
#footer form input[type="submit"] {
	margin-left: 5px;
}
/* @end */


/* @group Internal page styles */
.internal .intro-text {
	padding:0 0 13px 0;
	margin:0 0 26px 0;
}
.sub-head{padding:5px 0 0 0}
.sub-head p.last{margin-bottom:10px}
p.fr{
	float:right;
	width:169px;
	height:249px;
	margin:-2em 0 10px 7px;
	position:relative;
}
p.fr a{
	float:right;
	width:159px;
	height:239px;
	padding:4px;
	border:1px solid #c4c4c4;
}
p.fr a:hover{background:#545454;border:1px solid #103556}
/* @end */

/* @group Gallery */
.gallery,.gallery ul{
	width:657px;
	margin:0;
	list-style:none; 
}
.gallery h2{margin-left:5px}
.gallery ul{padding:1px 0 0 0}
.gallery li,.gallery li a{
	float:left;
	width:158px;
	height:118px;
	background:url(../images/holder-on.gif) no-repeat 0 4px;
	margin:0 8px 15px 0;
	position:relative;
}
.gallery li a{
	margin:0;
	background:url(../images/holder.gif) no-repeat 0 4px;
}
.gallery li a img{margin:12px 0 0 9px}
.gallery li.last{margin-right:0}
.gallery li a span{
	position:absolute;
	top:0;right:-1px;
	z-index:99;
	width:19px;
	height:18px;
	background:url(../images/plus.gif) no-repeat 0 0;
}
.gallery li a:hover{background:transparent}
/* @end */

/* @group Right internal col */
.internal .section{
	margin:0 0 18px 8px;
}
.internal .section h3{
	font-size:17px;
	font-weight:bold;
	line-height:.95em;
	margin:-2px 0 8px 0;
	position:relative;
}

.pdf{
	float:right;
	position:relative;
	left:-4px;
	top:-4px;
}
/* collapsible navigation in right column */
#sidebar h4{
	font-size:15px;
	font-weight:bold;
	line-height:.95em;
	margin:0;
	position:relative;
	padding:20px 0 10px 0;
	background:transparent;
	text-align:center;
	color: #383838;
}
#sidebar h4.top{padding-top:10px}
/* @end */

/* @group Latest News */
#content ul.news-list {
	list-style: none;
	margin: 1.5em 0 1.5em 5px;
	float: left; width: 630px;
}

ul.news-list li {
	clear: left;
	float: left;
	width: 615px;
	margin-bottom: 2em;
	border-bottom: 1px solid #eee;
	padding-bottom: .5em;
}
#content ul.news-list li {
	background-image: none;
	padding: 0 0 .5em 0;
}
.intro-text ul.news-list li h2 {
	margin: 0 0 .5em;
	font-size: 16px;
}
ul.news-list li h2 span, h2#news-heading span {
	font-size: 14px;
	font-weight: bold;
	color: #bbb;
	padding-left: 1em;
}
h2#news-heading span {
	font-size: 15px;
}
#skip, #backtop {
	position: absolute; left: -5000px;
}
ul.news-list img {
	border:1px solid #C4C4C4;
	padding: 3px;
	float: left;
	margin: 3px 10px 10px 0;
}
.intro-text ul.news-list p {
	margin: -.5em 0 .8em 0;
}
.intro-text ul.news-list p.more {
	margin-top: -.5em;
	font-weight: bold;
}
#content ul.news-list li.paginate {
	font-size: 11px;
	border-bottom: none;
	padding-bottom: 0; margin-bottom: .8em;
	margin-top: -1.2em;
	border-top: 1px solid #DAEAF6;
	padding-top: 7px;
}
#content ul.news-list li.paginate b {
	border: 1px solid #8ABCE3;
	padding: 2px;
	font-weight: normal;
}
#content ul.news-list li.paginate a {
	padding-left: 4px; padding-right: 4px;
}
p#back {
	font-weight: bold;
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin-top: 2em;
}
.intro-text h2#news-heading {
	font-size: 18px;
	margin-top: 1.5em;
	padding-bottom: .5em;
	color: #2A588D;
}
#news .what {
	background: url(/images/pin-icon.gif) 100% 0 no-repeat;
	padding-top: 10px;
}

.news-brief {
	padding-right: 50px;
}
/* @end */

/* @group FAQ page */
dl.faq {
	margin: 2em 0 1em 5px;
}
dl.faq dt:hover {
	cursor: pointer;
}
dl.faq dt {
	color:#177ec3;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1.5em;
}
dl.faq dd {
	margin: -1em 0 1.5em 0;
	border-bottom: 1px solid #ddd;
}
.intro-text dd p {
	margin-left: 0;
	margin-bottom: 1em;
}
body.simple #maincol dl.faq dd p {
	margin-left: 0;
}
/* @end */

/* @group Map / how to find */

div#map, div#mapstraction {
	background:#E5E3DF none repeat scroll 0% 50%;
	border:1px solid #000000;
	height:300px;
	margin:0pt 0pt 2em 0;
	width:550px;
}
form#directions {
	margin: 1em 0;
	background-color: #FEF8BE;
	padding: 5px 10px;
	width: 530px;
}
form#directions label {
	color: #444;
	font-size: 90%;
}
form#directions input.text {
	border-color:#7C7C7C rgb(195, 195, 195) rgb(221, 221, 221);
	border-style:solid;
	border-width:1px;
	padding:2px;
	width: 7em;
	font-size: 95%;
}
/* @end */

/* @group New specifications */
.specifications h5 {  /* like the old sidenav li */
	padding:8px 10px 8px 18px;
  	color:#fff!important;
  	background:#6aace6 url(/images/spec-buttons.jpg) 0 0 no-repeat;
  	height: 12px;
	cursor: pointer; 
	margin: 0 0 1px;
	width: 187px;
}
.specifications h5:hover {
	background:#6aace6 url(/images/spec-buttons.jpg) 0 -29px no-repeat;
}
.specifications h5.active {
	background:#6aace6 url(/images/spec-buttons.jpg) 0 -28px no-repeat;
	height: 16px;
	margin-bottom: 0;
}
body.bio-diesel-generators .specifications h5 {
	background:#6aace6 url(/images/spec-buttons-green.jpg) 0 0 no-repeat;
}
body.bio-diesel-generators .specifications h5:hover {
	background:#6aace6 url(/images/spec-buttons-green.jpg) 0 -28px no-repeat;
}
body.bio-diesel-generators .specifications h5.active {
	background:#6aace6 url(/images/spec-buttons-green.jpg) 0 -28px no-repeat;
	height: 16px;
	margin-bottom: 0;
}

.specifications ul, .specifications ul li {
	margin:0;
	list-style:none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.specifications ul {	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:#f7f7f7 url(../images/sidenavbg.jpg) repeat-x 0 0;
	padding:5px 0 7px 0;
	margin:0;
}  
.specifications ul li { 
  	margin-bottom: 5px;
}
.specifications ul li a {
	background:transparent url(../images/pdf-chubby-sml.gif) no-repeat 15px 0;
	padding:6px 5px 5px 45px;
	color:#006bb8!important;
	font-size:93%;
	font-weight:bold;
	display: block;
}
body.bio-diesel-generators .specifications ul li a {
	color: #4ABF58!important;
}
.specifications ul li a:hover {
	background:#e4e4e4 url(../images/pdf-chubby-sml.gif) no-repeat 15px 0;  
} 
.specifications acronym {
	font-weight: bold;
}
/* @end */

/* @group Image bgs */
.pictureFrame {
cursor:pointer;
display:block;
height:205px;
overflow:hidden;
position:relative;
width:256px;
}

.pictureFrame .image {
display:block;
height:190px;
left:3px;
overflow:hidden;
position:absolute;
top:2px;
width:250px;
}
.pictureFrame .overlay {
background:transparent url(/images/picture_frame.png) no-repeat left top;
display:block;
height:205px;
left:0;
position:absolute;
top:0;
width:256px;
}

/* @end */
/* @group Site Map */
#sitemap #content {
	width: 900px;
}
#sitemap .inner {
	background-image: none;
}
#sitemap #content p {
	width: 650px;
}
#sitemap #content ul {
	margin: 1em 0 0 16px;
}
#sitemap #content ul.pages-map {
	float: left;
	width: 170px; 
}
#sitemap #content ul.generators-map {
	float: left;
	width: 250px;
}
#sitemap #content ul.news-map {
	float: right;
	width: 380px;
}
#sitemap #content ul li ul {
	margin-top: .4em;
	margin-left: 0;
}
#sitemap #content ul li a {
	font-weight: bold;
}
#sitemap #content ul li ul li a {
	font-weight: normal;
}
/* @end */
/* @group Contact page */
body#contact #sidebar h2 {
	background: url(/images/mail-icon.gif) 100% 0 no-repeat;
	padding-right: 60px;
}
body#contact .section {
	width: 260px;
}
body#contact .section h2 {
	padding-top: 10px;
}
span.require-field {
	font-weight: bold;
	color: red;
}
#sidebar form {
	margin-top: 1em;
}
#sidebar form legend {
	font-weight: bold;
	color: #4D80C0;
	padding-bottom: .5em;
}
#sidebar form fieldset {
	margin: 1em 0 1.5em;
}
#sidebar form label, #footer form label {
	display: block;
	position: absolute;
	left: -5000px;
}
#sidebar form fieldset#interest-fields label {
	position: static;
}
#sidebar form input.text,
#sidebar form textarea {
	border: 1px solid #CBCACA;
	background-color: #fff;
	padding: 3px;
	font-size: 12px;
	color: #777;
	margin-bottom: .5em;
	width: 200px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
body#contact #sidebar form input.text,
body#contact #sidebar form textarea {
	width: 240px;
}
#sidebar form input.required {
	background: #fff url(/images/required.gif) 98% 50% no-repeat;
	border: 1px solid #aaa;
}
.contact-details {
	float: left;
	width: 250px;
}
.address {
	float: right;
	width: 250px;
}
body#contact #content h2 {
	clear: both;
	font-size: 17px;
	margin-bottom: .5em;
}
fieldset.submit p {
	margin-left: 10px;
}
span.org {
	font-weight: bold;
}
span.fn, span.url {
	display: none;
}
.intro-text .vcard p {
	margin: 0 5px;
}
bod#contact .vcard {
	margin-bottom: 2em;
	float: left; width: 530px;
}
p#vcard, a#vcard {
	background: url(/images/vcard.gif) no-repeat 0 50%;
	font-size:11px;
	padding-left:35px;
	clear: both;
	min-height: 18px;
	padding-top: 3px;
	vertical-align: middle;
	display: block;
}
a#vcard {
	margin-left: 239px;
	position: relative;
	top: -2em;
	background: url(/images/vcard-footer.gif) no-repeat 0 50%;
}
/* @end */
