@import url("../css/global.css");

body {
	background: url(../gfx/lower_container.gif) no-repeat 0 298px;
}

#header {
	height: 298px;
}
body#services #header {
	background: url(../gfx/subhead_aircond.jpg) no-repeat 0 100%;
}
body#philosophy #header {
	background: url(../gfx/subhead_advantage.jpg) no-repeat 0 100%;
}
body#contact #header {
	background: url(../gfx/subhead_contact.jpg) no-repeat 0 100%;
}
body#sitemap #header {
	background: url(../gfx/subhead_windpower2.jpg) no-repeat 0 100%;
}
body#privacy #header {
	background: url(../gfx/subhead_sky.jpg) no-repeat 0 100%;
}
body#projects #header {
	background: url(../gfx/subhead_projects.jpg) no-repeat 0 100%;
}
#contentarea {
	padding: 33px 45px;
}


/* Typography
--------------------------------------------------------------------------------------------------- */

#primary h1.main {
	display: block;
	height: 37px;
	line-height: 37px;
	text-indent: -9999px;
	width: 482px;
	margin: 0 0 25px 0;
}
body#philosophy #primary h1.main {
	background: url(../gfx/hd.gif) no-repeat 0 -37px;
}
body#services #primary h1.main {
	background: url(../gfx/hd.gif) no-repeat 0 -74px;
}
body#projects #primary h1.main {
	background: url(../gfx/hd.gif) no-repeat 0 -111px;
}
body#contact #primary h1.main {
	background: url(../gfx/hd.gif) no-repeat 0 -148px;
}
body#privacy #primary h1.main {
	background: url(../gfx/hd2.gif) no-repeat 0 0px;
}
body#sitemap #primary h1.main {
	background: url(../gfx/hd2.gif) no-repeat 0 -37px;
}

#primary h2 {
	font-size: 18px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}
#primary h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #76B3B8;
}
#primary h4 {
	font-size: 14px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #76B3B8;
}
#primary h5 {
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
	color: #76B3B8;
}
#primary h6 {
	font-size: 12px;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}
#primary ul {
	margin: 0 0 20px;
}
#primary ul li {
	line-height: 1.6em;
	margin: 0 0 6px 20px;
	list-style: square;
}
#primary ul.site_map li {
	list-style: none;
}
#primary ul.site_map li a {
	background: url(../gfx/arrow.gif) no-repeat 0 50%;
	padding: 0 0 0 20px;
}
#primary ul li ul {
	margin: 0 0 0 20px;
}
#primary ul li ul li {
	list-style: none;
}
#primary ul li ul a {
	font-weight: normal;
}
#primary ul.special {
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
	background:#F7F8F8;
}
#primary ul.special li {
	display: block;
	padding: 6px 20px;
	border-bottom: 1px solid #dedede;
	color:#76B3B8;
	margin: 0;
	list-style: none;
	font-size: 14px;
}


/* Subnav
--------------------------------------------------------------------------------------------------- */
#secondary {
	float: left;
	width: 273px;
}
#secondary dl {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #eee;
}
#secondary dl dt {
	display: block;
	height: 37px;
	line-height: 37px;
	text-indent: -9999px;
	width: 273px;
	background: #01454A url(../gfx/inthissection.gif) no-repeat 0 0;
	margin: 0;
}
#secondary dl dd {
	border-top: 1px solid #eee;
}
#secondary dl dd a {
	padding: 12px 18px;
	display: block;
	font-weight: bold;
	background:#F7F8F8;
}
#secondary dl dd a:hover,
#secondary dl dd.active a {
	background: #fff;
	color:#01454A;
}
#secondary dl dd.active a {
	color:#ccc;
	text-align: right;
}

#request {
	margin: 0; padding: 0 0 0 8px;
}
#request a {
	display: block;
	width: 253px;
	height: 38px;
	line-height: 38px;
	text-indent: -9999px;
	background: url(../gfx/service_request.gif) no-repeat 0 0;
}
#request a:hover {
	background-position: -253px 0;
}
.vcard {
	background: url(../gfx/vcard.gif) no-repeat 0 0;
	padding: 0 0 15px 45px;
	margin: 20px;
	font-style: italic;
}
.vcard div,
.vcard address {
	padding: 0 0 5px;
	line-height: 1.2em;
	color: #53B0BD;
	font-style: normal;
}
.vcard address {
	line-height: 1.4em;
	color:#01454A;
	padding: 12px 0 5px 0;
}
.vcard div .type { 
	font-weight: bold;
	text-transform: lowercase;
	color:#01454A;
}

/* Forms
--------------------------------------------------------------------------------------------------- */
form {
	width: 95%;
}
form fieldset {
	border: none;
}
form fieldset legend {
	display: none;
}
form input,
form select,
form label {
	display: block;
	width: 60%;
	float: right;
	margin-bottom: 10px;
}
form label {
	text-align: right;
	width: 35%;
	float: left; 
	color:#00909C;
}
html>body form label { 	padding-right: 10px; }
form label.message {
	text-align: left;
	float: left;
}
form textarea#detailsofenquiry {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	text-align: left;
	background: #D9F7FA;
	border: 1px solid #01454A;
}
form label.detailsofenquiry {
	text-align: left;
	float: none;
	padding: 12px 0 0 0;
}
form input.checkbox {
	width: 10%;
	float: left;
}
form br {
	clear: both;
}
form #zemSubmit {
	clear: both;
	width:110px;
	margin-top: 15px;
}
form label.zemRequired,
form label.zemRequirederrorElement {
	font-weight: bold;
}
#primary ul.zemError {
	border: 4px solid #01454A;
	background: #D9F7FA;
	padding: 8px;
	margin:0 0 15px 0;
}
#primary ul.zemError li {
	list-style: none;
	margin: 0 0 5px 0;
}