/* @override 
	http://statusheating.co.uk/css/basic.css
	http://statusheating.acid.myzen.co.uk/css/basic.css
*/

@import url("common.css");

/* @group generic */

body {
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

body.generic {
	background: #000 url(../img/bg-generic.jpg) repeat-x center top;
}

body.heating {
	background: #600f18 url(../img/bg-heating.jpg) repeat-x center top;
}

body.heating a {
	color: #600f18;
}

body.heating a:hover {
	color: #000;
}

body.plumbing {
	background: #010026 url(../img/bg-plumbing.jpg) repeat-x center top;
}

body.plumbing a {
	color: #02003d;
}

body.plumbing a:hover {
	color: #000;
}

body.electrical {
	background: #005f33 url(../img/bg-electrical.jpg) repeat-x center top;
}

body.electrical a {
	color: #005f33;
}

body.electrical a:hover {
	color: #000;
}

div#navigationBackground {
	height: 48px;
	position: absolute;
	background-image: url(../img/tint-000-30.png);
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	top: 96px;
	z-index: -1;
}

div#pageContainer {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	position: relative;
}

div#pageContent {
	width: 760px;
	float: right;
}

div#pageContent.full {
	width: 980px;
}

div.boxOuter {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(js/border-radius.htc);
	background-image: url(../img/tint-fff-10.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	position: relative;
	z-index: inherit;
	zoom: 1;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

h3.boxOuterTitle {
	color: #fff;
	border-bottom-style: none;
	margin-left: 10px;
}

.noInner {
	padding-left: 10px;
	padding-bottom: 10px;
}

div.boxInner {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(js/border-radius.htc);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	background-color: #fff;
	padding: 15px 20px;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.boxInner.invisible {
	background-color: transparent;
	padding: 0;
	border-style: none;
}

div#subColumn {
	width: 200px;
	float: left;
}

p.tester {
	float: left;
}

/* @end */

/* @group header */

div#pageHeader {
	width: 100%;
	height: 95px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0;
}

#pageHeader h1 {
	margin-bottom: 0;
}

#pageHeader h1 a {
	display: block;
	background-image: url(../img/header-logo.png);
	width: 177px;
	height: 0;
	padding-top: 95px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#pageHeader h2 {
	background-image: url(../img/header-strap.png);
	width: 407px;
	height: 0;
	padding-top: 95px;
	overflow: hidden;
	top: 0;
	position: absolute;
	left: 177px;
}

#headerSearch {
	position: absolute;
	right: 70px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(js/border-radius.htc);
	background-image: url(../img/tint-fff-10.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 10px;
	top: 30px;
	width: 230px;
}

#headerSearch p {
	margin-bottom: 0;
}

#headerSearch input {
	font-size: 12px;
	float: left;
	margin-bottom: 0;
}

#headerSearchInput {
	width: 150px;
	border-style: none;
	padding: 2px;
	margin-right: 10px;
}

#headerSearchButton {
	width: 60px;
	border-style: none;
	padding: 2px;
}

#headerSearch p form a {
	background: url(../img/search-go.png) no-repeat left center;
	width: 19px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	float: right;
	position: relative;
	top: 2px;
}

#headerPortal
{
	position: absolute;
	right: 0;
	padding: 10px;
	top: 30px;
	width: auto;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(js/border-radius.htc);
	background-image: url(../img/tint-fff-10.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 10px;	
}

#headerPortal a
{
	display: block;
	background-image: url(../img/portal_icon.png);
	width: 16px;
	text-decoration: none;
}

#headerPortal a:hover
{
	background-image: url(../img/portal_icon_over.png);
}

/* @end */

/* @group navigation */

div#globalNavigation {
	position: relative;
	width: 100%;
	height: 48px;
	margin-bottom: 15px;
}

div#globalNavigation ul {
	margin-left: auto;
	margin-bottom: 0;
	list-style-type: none;
	width: 751px;
	margin-right: auto;
}

div#globalNavigation ul li {
	float: left;
}

div#globalNavigation ul li a {
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 0;
	padding-top: 48px;
	overflow: hidden;
}

div#globalNavigation ul li a:hover {
	background-position: 0 -48px;
}

a#navHome {
	background-image: url(../img/nav-home.png);
	width: 80px;
}

body#bHome a#navHome {
	background-position: 0 -96px;
}

a#navNews {
	background-image: url(../img/nav-news.png);
	width: 73px;
}

body#bNews a#navNews {
	background-position: 0 -96px;
}

a#navCaseStudies {
	background-image: url(../img/nav-case-studies.png);
	width: 138px;
}

body#bCaseStudies a#navCaseStudies {
	background-position: 0 -96px;
}

a#navTeam {
	background-image: url(../img/nav-team.png);
	width: 114px;
}

body#bTeam a#navTeam {
	background-position: 0 -96px;
}

a#navTestimonials {
	background-image: url(../img/nav-testimonials.png);
	width: 138px;
}

body#bTestimonials a#navTestimonials {
	background-position: 0 -96px;
}

a#navRecruitment {
	background-image: url(../img/nav-recruitment.png);
	width: 136px;
}

body#bRecruitment a#navRecruitment {
	background-position: 0 -96px;
}

a#navLinks {
	background-image: url(../img/nav-links.png);
	width: 72px;
}

body#bLinks a#navLinks {
	background-position: 0 -96px;
}

/* @end */

/* @group sub navigation accordion */

div#subNavAccordion {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 15px;
}

div#subNavAccordion a.active {
	text-decoration: underline;
	color: #fff;
}

div#subNavAccordion h3 {
	color: #fff;
	font-size: 16px;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom-style: none;
	margin-bottom: 0;
	padding: 10px;
}

div#subNavAccordion h3:hover {
	cursor: pointer;
}

div#subNavAccordion h3:focus {
	outline: 0;
	background-image: url(../img/tint-fff-10.png);
}

div#subNavAccordion div {
	
}

div#subNavAccordion ul {
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

div#subNavAccordion ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}

div#subNavAccordion ul li a {
	color: #ccc;
	text-decoration: none;
}

div#subNavAccordion ul li a:hover {
	color: #fff;
}

div#subNavAccordion ul ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 10px;
}

div#subNavAccordion ul ul li {
	color: #fff;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* @end */

/* @group sub navigation fixed */

div#subNavFixed {
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.4);
	margin-bottom: 15px;
}

div#subNavFixed ul {
	list-style-type: none;
	margin-left: 0;
}

div#subNavFixed ul li {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.4);
	border-bottom-style: none;
}

div#subNavFixed ul li a {
	color: #ccc;
	font-size: 16px;
	margin-bottom: 0;
	font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 10px;
}

div#subNavFixed ul li a:hover {
	color: #fff;
}

div#subNavFixed ul li a.active {
	background-image: url(../img/tint-fff-10.png);
}

div#subNavFixed ul ul {
	list-style-type: none;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
}

div#subNavFixed ul ul li {
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-style: none;
	margin-left: 0;
	padding-left: 0;
}

div#subNavFixed ul ul li a {
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	padding: 0;
}

div#subNavFixed ul ul li a.active {
	text-decoration: underline;
	color: #fff;
	background-image: url(../img/shim.gif);
}

div#subNavFixed ul ul ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 10px;
	margin-top: 5px;
}

div#subNavFixed ul ul ul li {
	padding-top: 1px;
	padding-bottom: 1px;
	color: #fff;
}

div#subNavFixed ul ul ul li a {
	font-size: 10px;
}

/* @end */

/* @group contact form */

#contactMiniForm h3 {
	color: #fff;
	font-size: 16px;
	border-bottom-style: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#contactMiniForm p {
	margin-bottom: 0;
	margin-top: 5px;
}

#contactMiniForm label {
	color: #fff;
	font-size: 11px;
	float: left;
	margin-bottom: 2px;
}

#contactMiniForm input, #contactMiniForm textarea {
	width: 174px;
	border-style: none;
	font-size: 12px;
	padding: 2px;
	float: none;
}

a#contactSubmit {
	display: block;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(js/border-radius.htc);
	background-image: url(../img/tint-fff-10.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 4px;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
}

a#contactSubmit:hover {
	color: #fff;
}

/* @end */

/* @group home */

div#homeTicker {
	background-image: url(../img/tint-fff-10.png);
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	margin-top: 10px;
	margin-bottom: 10px;
	width: 977px;
	height: 27px;
	overflow: hidden;
}

ul.newsticker {
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding-top: 5px;
}

ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 12px;
}

ul.newsticker a {
	white-space: nowrap;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: underline;
	color: #f8b831;
}

ul.newsticker a:hover {
	color: #fff;
}

ul.newsticker span {
	margin: 0 10px 0 0;
}

div#homeCarousel {
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

div#homeCarousel img {
	border: 1px solid #fff;
	border: 1px solid rgba(255,255,255,0.4);
	margin-right: 5px;
	margin-left: 5px;
	width: 208px;
	height: 208px;
}
div#homeCarousel ul
{
	height: 210px;
}

p.prev {
	position: absolute;
	width: 36px;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
	top: 95px;
	left: 0;
	background: url(../img/carousel-prev.png) no-repeat;
	cursor: pointer;
}

p.next {
	position: absolute;
	width: 36px;
	height: 0;
	padding-top: 28px;
	overflow: hidden;
	top: 95px;
	right: 0;
	background: url(../img/carousel-next.png) no-repeat;
	cursor: pointer;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
	width: 870px;
	top: 0;
	left: 0;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 208px;
    height: 208px;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

.homeDivision {
	width: 270px;
	float: left;
}

.homeDivision.end {
	margin-right: 0;
	width: 270px;
}

/* @end */

/* @group footer */

div#pageFooter {
	min-height: 80px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
	position: relative;
}

div#pageFooter p {
	text-align: center;
	color: #fff;
}

div#pageFooter p a {
	color: #ccc;
}

div#pageFooter p a:hover {
	color: #fff;
}

div#footerLogosLeft {
	position: absolute;
	top: 10px;
	left: 0;
}

div#footerLogosLeft img {
	margin-right: 10px;
}

div#footerLogosRight {
	position: absolute;
	top: 10px;
	right: 0;
}

div#footerLogosRight img {
	margin-left: 10px;
}

/* @end */

/* @group case studies */

div#caseStudyGallery {
	margin-bottom: 15px;
}

.galleria {
	list-style: none;
	width: 225px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.galleria li {
	display: block;
	width: 64px;
	height: 64px;
	overflow: hidden;
	float: left;
	margin: 0 0 10px 10px
}

.galleria li a {
	display: none
}

.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}

.galleria li div img {
	cursor: pointer
}

.galleria li.active div img,.galleria li.active div {
	display: block
}

.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}

.galleria li .caption {
	display: block;
	padding-top: .5em
}

/* MSIE bug */

* html .galleria li div span {
	width: 460px
}

div.galleria_container {
	width: 510px;
	float: left;
}

.csGallery {
	height: 370px;
}

span.caption {
	color: #fff;
	font-size: 14px;
}

/* @end */

/* @group news */

img.newsImg {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

h4.newsHeader span {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #666;
}

/* @end */

/* @group testimonials */

div.testimonialImg {
	display: table-cell;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.testimonialText {
	display: table-cell;
	position: relative;
	width: auto;
}

div.testimonialWrapperTop {
	background: url(../img/quote-open.gif) no-repeat left top;
}

div.testimonialWrapperBottom {
	background: url(../img/quote-close.gif) no-repeat right bottom;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
}

p.testimonialAttribute {
	text-align: right;
	border-top: 1px solid #666;
	padding-top: 5px;
	margin-top: 10px;
}

p.testimonialAttribute span {
	font-weight: bold;
}

/* @end */

/* @group team */

p.teamBox {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 10px;
}

p.teamBox a {
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(js/border-radius.htc);
	padding: 10px;
	background-color: #fff;
	text-decoration: none;
	width: 157px;
}

p.teamBox a:hover {
	background-color: #ff9;
}

p.teamBox a span.teamName {
	display: block;
	margin-bottom: 0;
	padding-bottom: 0;
	clear: left;
	padding-top: 3px;
	text-align: center;
}

p.teamBox a span.teamPosition {
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	display: block;
	font-style: normal;
	text-align: center;
}

p.teamBox a img {
	width: 159px;
	background-color: #999;
	float: left;
	overflow: hidden;
	height: 211px;
}

div.teamImgLge {
	float: left;
}

div.teamDetail {
	float: left;
}

/* @end */

/* @group links */

div.linkCol1 {
	width: 340px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.linkCol2 {
	width: 340px;
	float: left;
	margin-bottom: 20px;
}

div.linkBox {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

div.linkBoxImage {
	width: 60px;
	background-color: #fff;
	margin-right: 10px;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

div.linkBoxContent {
	
}

div.linkBox img {
	border-style: none;
	max-width: 60px;
	max-height: 60px;
	border-width: 0;
}

/* @end */

/* @group recruitment */

h4.recruitmentHeader span.recruitmentDate {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	color: #666;
}

h4.recruitmentHeader span.recruitmentShare {
	float: right;
	font-size: 11px;
	background: url(../img/group_16x16.png) no-repeat 0 center;
	padding-left: 20px;
	margin-left: 20px;
}

h4.recruitmentHeader span.recruitmentApply {
	float: right;
	font-size: 11px;
	background: url(../img/mail_16x16.png) no-repeat 0 center;
	padding-left: 20px;
	margin-left: 20px;
}

p.recruitmentDetail {
	margin-bottom: 0;
}

p.recruitmentDetail span {
	font-weight: bold;
}



/* @end */
