/*
CSS - Cape Range Electrical
*/



* {
	padding: 0;
	margin: 0;}

body {
	background: #c6d6e9 url(../images/bg-main.gif) repeat-x top;
	font-size:62.5%;}

#container {
	margin: 0 auto;
	padding: 0;
	width: 810px;
	background:#fff;}
	
#header {
	background:url(../images/bg-header.gif) repeat-x top;}

#header-logo {
	width:270px;
	text-align:center;
	float:left;}
	
#header-right {
	width:540px;
	float:right;}

#banner {
	width:536px;
	padding:14px 0 7px 4px;}
	
#content {
	width:750px;
	padding:40px 30px 0 30px;}
	
#content-left {
	width:220px;
	float:left;}
	
#left-pic {
	margin:0 0 30px 0;}

#cta-email {background:url(../images/icon-mail.gif) no-repeat 0 3px; padding:5px 0 25px 30px; margin:0 0 10px 5px; border-bottom:1px solid #efefe8;}

#eca-logo {text-align:center;}

#content-right {
	width:490px;
	float:right;}

div.pdf { background:url(../images/icon-pdf.gif) no-repeat 0 3px; margin:0 0 20px 0; font-size:1.2em; padding:5px 30px;}

#footer {
	width:750px;
	border-top:1px solid #cbccd2;
	padding:20px 30px;}

.wf-logo {float:right;}




/* Navigation */

ul#nav { width:539px; height:39px; list-style:none; padding:0 0 0 1px;}
ul#nav li { float:left;}
ul#nav li a { display:block; height:39px; text-indent:-9999px;}
ul#nav li a:hover { background-position:0 -39px!important;}
	
ul#nav li#home a { background:url(../images/nav/home.jpg) no-repeat 0 0; width:85px;}
ul#nav li#safety-management a { background:url(../images/nav/safety-management.jpg) no-repeat 0 0; width:234px;}
ul#nav li#services a { background:url(../images/nav/services.jpg) no-repeat 0 0; width:84px;}
ul#nav li#contact-us a { background:url(../images/nav/contact-us.jpg) no-repeat 0 0; width:110px;}




/* Standard Text Styles */

.standard { color:#303436; font-family:Verdana, Arial, Helvetica, sans-serif;}
.standard h1 { margin:0 0 20px 0;}
.standard h2 { margin:0 0 20px 5px; font-size:15px; color:#000;}
.standard h3 { color:#20375d; background:#ebf1f7; font-size:1.3em; text-transform:uppercase; padding:5px 0 5px 5px; margin:0 0 20px 0;}
.standard p { font-size:1.1em; margin:0 0 20px 5px; line-height:1.7em;}
.standard ul { margin: 0 0 20px 20px; list-style-type:square;}
.standard a  { color:#0066cf; text-decoration:underline;}
.standard a:hover { text-decoration:none;}



	
/* Clearfix */

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;}
	
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
