@charset "utf-8";
/* CSS Document */

/* colours 
	background grey: #282828;
	purple text: #b17ee5;
	box dark grey: #1d1d1d;
*/

/* TOC 
	1 = html (tags)
	2 = structure
	3 = navigation  
	4 = text 
	5 = forms 
	6 = tables 
	7 = hacks 
	8 = accordian
*/


/* 1 HTML */
body {
	background:#282828 url(../images/build/background.gif) repeat-x top left;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#CCC;
}

img {
	border:0;
}
hr {
	border:0;
	height:1px;
	background:repeat-x url(../images/build/line.gif);
}
iframe {
	margin-top:15px;
	float:left;
	display:inline;
}
th {
	background:repeat-x url(../images/build/navbackground.gif) top;	
}
td, th {
	background-color:#1d1d1d;
	padding:5px 10px;
	text-align:left;
	height: 28px;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
.hidden {
	display:none;
}
.smallimage {
	float:right;
}
div.width {
	width:970px;
	margin:0 auto;
}
div.header {
	height:188px;
	background:no-repeat url(../images/build/headerbackground.jpg);
	clear: both;
	color: #333;
}
div.headerleft {
	width:460px;
	float:right;
	vertical-align: middle;
	padding-top: 60px;
	font-size:300%;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}
div.headerright {
	float:right;
	padding:20px 0 0 0;
	text-align: right;
	width: 280px;
	font-size:160%;
}
div.content {
	padding:0;
	clear: both;
}
div.leftside {
	float:left;
	margin:0;
	padding:0;
	width:690px;
}
div.leftside ul{
	clear:both;
	list-style:none;
}
div.leftside ul li {
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/build/arrow_green.gif) no-repeat left;
}
div.rightside {
	float:right;
	width:240px;
	margin:0;
	padding:15px 0 0 0;
}
div.box {
	background-color:#1d1d1d;
	padding:12px 14px;
	text-align: left;
	color:#fff;
	margin: 15px 0 0 0;
}
div.whitebox {
	background-color:#FFF;
	color:#666;
}
div.whitebox p{
	clear:left;
	margin:10px 0;
}
div.whiteboxlogo{
	width:140px;
	float: left;
	text-align:center;
}
div.boxcontent {
	padding:0;
	text-align: left;
	color:#fff;
	margin: 0;
}
div.boxcontent p{
	margin:0;
	padding:15px;
}
div.boxcontent h2{
	font-size:100%;
}
div.greybg {
	background:#333;
	border: solid #333 1px;
}
div.box ul {
	margin:0;
	padding:0;
}
div.box ul li{
	margin:0;
	padding:0;
	list-style:none;
}
.line{
	background:repeat-x url(../images/build/line.gif) bottom;
}
div.cta {
	background:no-repeat top left;
	height:200px;
}
div.electrical {
	background-image:url(../images/build/electric.gif);
}
div.data {
	background-image:url(../images/build/data.gif);
}
div.mechanical {
	background-image:url(../images/build/mechanical.gif);
}
div.homebox {
	width:184px;
	margin-right:27px;
	float:left;
}
div.cta h2{
	padding:15px;
	margin:0;
	color:#333;
	font-size:200%;
	font-weight:normal;
}
div.footer {
	padding:17px 0 0 0;
	background:repeat-x url(../images/build/footerbackground.gif) top;
	height:68px;
	clear: both;
}
div.footerright {
	text-align:right;
	width:240px;
	float:right;
	line-height: 180%;
}
div.bottom {
	color:#999;
}
img.imageright {
	float:right;
	margin:0 0 5px 25px;
}
img.imageleft {
	float:left;
	margin:0 25px 5px 0;
}
.nobackground {
	background-image:none !important;
}
div.affiliates ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	height:40px;
}
div.affiliates li{
	display:inline;
	margin-right:75px;
	vertical-align:middle;
	float:left;
}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.navigation {
	margin:0;
	padding:0;
	height:49px;
	font-size:140%;
	background:no-repeat url(../images/build/navbackground.gif) top;
}
div.navigation ul{
	height:49px;
	margin:0;
	padding:0;
}
div.navigation ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
div.navigation ul li.selected a{
	background:repeat-x url(../images/build/navselected.gif) top;
}
div.navigation ul li a{
	margin:0;
	padding:12px 17px;
	float:left;
	display:block;
	color:#CCC;
	text-decoration:none;
	height:25px;
}
div.navigation ul li a:hover{
	color:#fff;
	background:repeat-x url(../images/build/navover.gif) top;
}

/*3 NAVIGATION ENDS*/


/*4 TEXT*/
div.greytext, input {
	color:#666 !important;
}
div.leftside a {
	color:#b17ee5;
	text-decoration:none;
}
div.leftside p {

}
div.leftside h1, div.box h1, .purpletext {
	color:#b17ee5;
}
div.leftside h1, div.box h1 {
	font-weight:normal;
	font-size:170%;
	padding: 0;
	margin: 0;
}
div.box h1{
	padding:0;
	margin:0 0 8px 0;
}
div.box ul li a {
	display:block;
	padding:7px 14px;
}
div.box ul li a:hover {
	background-color:#444;
}
div.box a{
	color:#CCC;
	text-decoration:none;
}
div.whitebox a{
	color:#b17ee5;
}
div.whitebox a:hover{
	color:#333 !important;
}
div.leftside a:hover, div.fullwidthnonews a:hover {
	color:#fff;
}
.largetext {
	font-size:150%;
}
.smalltext {
	font-size:80%;
	line-height:150% !important;
}
.footerright a{
	color:#999;
	text-decoration:none;
}
.footerright a:hover, div.boxcontent a:hover{
	color:#c9f;
}
div.boxcontent a{
	color:#FFF;
}
/*4 TEXT ENDS*/


/*5 FORMS*/
label {
	padding:5px 0;
	margin:0;
	text-align:left;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	margin-bottom: 4px;
	background-color:#333;
	border:1px solid #555;
	color:#FFF !IMPORTANT;
	width: 280px;
}
input.submit {
	width: auto !IMPORTANT;
}
.sendbutton {
	width: auto !IMPORTANT;
	border:none;
	padding: 0;
}
.contactbox {
	float:left;
	width:320px;
}
.checkbox {
	background-color:#333;
	width:auto !IMPORTANT;
}
/*5 FORMS ENDS*/


/*6 TABLES*/

/*6 TABKES ENDS/


/*7 HACKS */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */
#basic-accordian{
	padding:0px;
	left:50%;
	top:50%;
	z-index:2;
}
.accordion_headings{
	padding:10px 15px;
	background:#333 repeat-x url(../images/build/line.gif) bottom;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
}
.accordion_headings:hover{
	background:#444 repeat-x url(../images/build/line.gif) bottom;
	color:#c9F;
}
.accordion_child{
	padding:1px 15px;
	background:#1d1d1d;
}
.header_highlight{
	background:#333 repeat-x url(../images/build/line.gif) bottom;
}
