/* ******** */
/* DOCUMENT */
/* ******** */

html,
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color:#000;
}

#main {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	background-color:#fff;
}

/* ******************* */
/* HEADER & SITE TITLE */
/* ******************* */

#header {
	height: 120px;
	overflow: hidden;
		/* without this producers will gleefully play hob with the layout */
	background-color:#000;
}

#header img {
	border:0;
}

#header h1 {
	position:absolute;
	top:10px;
	right:0;
	color:#fff;
	font-size:175%;
	letter-spacing:-2px;
	text-align:right;
}

/* ****************** */
/* PRIMARY NAVIGATION */
/* ****************** */

#nav {
	clear:both;
	width: 100%;
	margin: 0;
	padding: .5em;
	list-style-type: none;
	background-color:#000;
}

#nav li {
	display:inline;
	margin: 0;
	border-right:1px solid #111;
	border-left:1px solid #111;
}

#nav li.last {
	border-right:none;
}

#nav li a {
	display: inline;
	margin:0;
	height:2em;
	padding: .5em .25em;
	text-decoration:none;
	color:#fdb813; /* yellow */
	background-color:#000;
}

#nav li a:hover,
body#home #nav li a.home,
body#efficiency #nav li a.efficiency,
body#features #nav li a.features,
body#installAdv #nav li a.installAdv,
body#installOpt #nav li a.installOpt,
body#range #nav li a.range,
body#colours #nav li a.colours,
body#specs #nav li a.specs,
body#contact #nav li a.contact {
	color:#fdb813; /* yellow */
	background-color:#bc1716; /* red */
	border-top:1px solid #de3938;
}

/* *************** */
/* PRIMARY CONTENT */
/* *************** */

body#home #bodyCopy {
	background:#fff url('../images/5r.jpg') top left no-repeat;
}

body#efficiency #bodyCopy {
	background:#fff url('../images/6r.jpg') top left no-repeat;
}

body#features #bodyCopy {
	background:#fff url('../images/7r.jpg') top left no-repeat;
}

body#installAdv #bodyCopy {
	background:#fff url('../images/8r.jpg') top left no-repeat;
}

body#installOpt #bodyCopy {
	background:#fff url('../images/9r.jpg') top left no-repeat;
}

body#range #bodyCopy {
	background:#fff url('../images/1r.jpg') top left no-repeat;
}

body#colours #bodyCopy {
	background:#fff url('../images/2r.jpg') top left no-repeat;
}

body#specs #bodyCopy {
	background:#fff url('../images/3r.jpg') top left no-repeat;
}

body#contact #bodyCopy {
	background:#fff url('../images/4r.jpg') top left no-repeat;
}

#bodyCopy {
	float: right;
	width: 424px;
	padding: 20px 28px 2em 28px;
		/* Remember to add left/right padding to width in order to calc final width */
}

#bodyCopy p {
	line-height:1.7em;
	color:#666;
	margin:0.5em 0 1.7em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#bodyCopy a {
	color:#333;
	text-decoration:underline;
}

#bodyCopy a:hover {
	color:#666;
	text-decoration:none;
}

#bodyCopy div.right {
	float:right;
	padding:0 0 0.5em 0.5em;
	border:0;
}

#bodyCopy div.left {
	float:left;
	padding:0 0.5em 0.5em 0;
	border:0;
	text-align:center;
}

#bodyCopy h2, #sidebar h2 {
	font-size:225%;
	color:#999;
	margin:0.5em 0;
	letter-spacing:-2px;
}

#bodyCopy h3, #sidebar h3 {
	font-size:125%;
	color:#999;
	margin:0.5em 0;
	letter-spacing:-2px;
}

#bodyCopy h4 {
	font-size:125%;
	color:#666;
	margin:0.5em 0 0 0;
	letter-spacing:-2px;
}

#bodyCopy h4 a.named_link {
	text-decoration:none;
	color:inherit;
}

#bodyCopy h4 a:hover.named_link {
	text-decoration:none;
	color:inherit;
}

span.itemHighlight {
	color:#f00;
}

span.captionHeading {
	font-size:200%;
	font-weight:bold;
	color:#555;
}

p.bottom_margin {
	padding-bottom:30em;
}

#bodyCopy table.guarantee {
	margin:0 2%;
	width:96%;
	text-align:left;
	border-collapse:collapse;
	vertical-align:top;
	color:#666;
}

#bodyCopy table.guarantee tr {
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

#bodyCopy table.guarantee tr td.label {
	color:#111;
}


/* ***************** */
/* SIDEBAR CONTENT */
/* ***************** */

body#home #sidebar {
	background:#fff url('../images/1l.jpg') top left no-repeat;
}

body#efficiency #sidebar {
	background:#fff url('../images/2l.jpg') top left no-repeat;
}

body#features #sidebar {
	background:#fff url('../images/3l.jpg') top left no-repeat;
}

body#installAdv #sidebar {
	background:#fff url('../images/4l.jpg') top left no-repeat;
}

body#installOpt #sidebar {
	background:#fff url('../images/5l.jpg') top left no-repeat;
}

body#range #sidebar {
	background:#fff url('../images/6l.jpg') top left no-repeat;
}

body#colours #sidebar {
	background:#fff url('../images/7l.jpg') top left no-repeat;
}

body#specs #sidebar {
	background:#fff url('../images/8l.jpg') top left no-repeat;
}

body#contact #sidebar {
	background:#fff url('../images/9l.jpg') top left no-repeat;
}

#sidebar {
	margin-right: 480px;
	padding: 0;
}

#sidebar p {
	line-height:1.7em;
	color:#666;
	margin:0.5em 0 1.7em 0;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar a {
	color:#333;
	text-decoration:underline;
}

#sidebar a:hover {
	color:#666;
	text-decoration:none;
}

#sidebar div {
	width:480px;
	margin:0;
	padding:650px 0 1em 0;
	text-align:center;
}

#sidebar p#contact {
	font-size:200%;
	font-weight:bold;
	margin:0;
	color:#7d8366;
}

#sidebar div img {
	margin:1em 0.5em;
	padding:0;
	border:0;
}

#sidebar table {
	margin:0 2%;
	width:96%;
	text-align:left;
	border-collapse:collapse;
	vertical-align:top;
	color:#666;
}

#sidebar table tr {
	border-bottom:1px solid #ccc;
	vertical-align:top;
}

#sidebar table tr td.label {
	color:#111;
}


/* ************************ */
/* ENV (ON HOMEPAGE)        */
/* ************************ */

#env {
	clear:both;
	margin:-2em 0 1em 0;
	padding:0;
	text-align:center;
}

#env img {
	border:0;
}

/* ************************ */
/* FOOTER                   */
/* ************************ */

#footer {
	clear: both;
	margin:0;
	padding:1.5em 0;
	background-color:#000;
	color:#aaa;
}

span.copyrightHighlight {
	color:#555;
	padding:0 3em;
}

#copyrightStatement {
	text-align: center;
	font-size:80%;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/************************************************
***
***         HIGHSLIDE JS IMAGE GALLERY
***
************************************************/
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border-top:1px solid #eee;
	border-left:1px solid #eee;
	border-right:2px solid #aaa;
	border-bottom:2px solid #aaa;
	background:#fff;
	padding:0.5em;
}
.highslide:hover img {
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	border-top:2px solid #aaa;
	border-left:2px solid #aaa;
	background:#fff;
	padding:0.5em;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
	padding:1em;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 8pt;
    padding: 5px;
    background-color: white;
	text-align:center;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(../highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/************************************************
***
***        END HIGHSLIDE JS IMAGE GALLERY
***
************************************************/
