* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#fff url(images/bg.jpg) repeat-x;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.85em;
line-height:120%;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}

ul.tick {
margin:0;
}

ul.tick li {
background:url(images/tick.gif) left center no-repeat;
list-style-type:none;
padding:10px 0 10px 30px;
}

#thumbnails {
float:left;
width:267px;
padding-top:15px;
}

#thumbnails ul {
}

#thumbnails ul li {
display:inline;
}

#thumbnails ul li img {
border:none;
padding-left:5px;
}

#centerColumn { 	
margin:19px auto;
width:770px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
}

.banner {
border-top:1px solid #fff;
border-bottom:1px solid #fff;
width:499px;
height:165px;
float:right;
}

h2 {
margin:0 0 .75em 0;
padding:.25em 0 0 0;
font-size:18px;
color:#0C383F;
}

h3 {
margin:0 0 .75em 0;
padding:.25em 0 0 0;
font-size:14px;
color:#0C383F;
}

h4 {
font-size:1em;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 12px 0;
}

dl.contactdetails {
padding-left:40px;
background:url(images/dl_address.gif) no-repeat;
}

fieldset {
border:none;
}

legend {
font-weight:bold;
color:#000;
}

.bannerwrap {
height:172px;
background:#14646F;
}

#navbar {
background-color:#31847B;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
width:269px;
float:left;
border-right:1px solid #fff;
}

#navbar ul {
list-style:none;
margin:0;
}

#navbar li {
margin:0;
list-style:none;
display:block;
}

#navbar li a {
margin:0 0 0 0;
border-right:1px solid #fff;
padding:5px 30px 5px 30px;
font-weight:bold;
color:#31847B;
text-decoration:none;
display:block;
border-bottom:1px solid #fff;
background:#A3DED6 url(images/nav.jpg) no-repeat;
}

#navbar li a:hover {
color:#fff;
}

#navbar li#active a {
color:#fff;
cursor:default;
}

#header {
margin:0;
padding:15px 20px;
height:61px;
background:url(images/header.jpg);
}

#header h1 {
margin:0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:224px;
height:61px;
background:#fff url(images/logo.jpg) no-repeat;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 0;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000;
}

.contentwrap {
background:url(images/contentwrap.jpg) repeat-x;
clear:both;
}

.sidebar {
width:270px;
float:left;
padding-top:15px;
}

.main {
width:470px;
float:right;
padding:15px;
background:url(images/greenelectricalbg.jpg) right top no-repeat;
}

.client {
padding:15px 0;
border-top:1px solid #C3CFCF;
}

#block_1 {
float:left;
width:500px;
background-color:#ccc;
}

.cell_3 {
float:right;
width:270px;
background-color:#ccc;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:1em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background-color:#fff;
border-top:1px solid #14646F;
}