
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

li {
	list-style: none;
}

a img {
	outline: none;
	border: none;
}

a { text-decoration: none; }

html { background: #666666; }

.apfix { position: static; }

/* @group layout */

body {
	
	width: 1000px;
	margin: 0 auto;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 62.5%;
}

table, tr, td {font-size:1.1em;}

#wrapper {
	position: relative;
	float: left;
	display: inline;
	width: 1000px;
	background: #fff;
	/*overflow: hidden;*/
	z-index: 0;
}


#page {
	position: relative;
	float: left;
	display: inline;
	width: 957px;
	padding: 10px;
	margin: 10px 10px 0px 10px;
	background: transparent;
	border-top: #666 solid 1px;
	border-left: #666 solid 1px;
	border-right: #666 solid 1px;
	z-index: 1000;
}


#footer {
	position: relative;
	clear: both;
	float: left;
	display: inline;
	width: 960px;
	/*zoom: 1;*/
	padding: 5px 20px 10px 20px;
	background: #000;
	color: #fff;
	z-index: 1000;
}

#header {
	position: relative;
}


#main {
	clear: both;
	float: left;
	display: inline;
	width: 800px;
	margin: 40px 0 0 0;
}

#left_col {
	position: relative;
	float: left;
	display: inline;
	width: 130px;
}

#content {
	position: relative;
	float: left;
	display: inline;
	width: 500px;
	padding: 0 20px;
	border-left: 1px solid #666;
	background: transparent;
	z-index: 1000;
}


/* @end */


/* @group header */

#logo {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	display: inline;
}

#business_name {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	display: inline;
	height: 75px;
	width: 500px;
	text-indent: -9999.999px;
	margin: 40px 0 0 0;
	background: url(../images/tolley_electrcial_corp.gif) no-repeat left top;
}

#header_services {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	float: left;
	display: inline;
	width: 425px;
	margin: 0 0 0 50px;
	line-height: 23px;	
	color: #e1000e;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}


/* @end */



/* @group Global Nav */

#global_nav {
	float: left;
	display: inline;
	width: 123px;
	
}

#global_nav li {
	text-align: right;
}

#global_nav li a {	
	display: block;
	color: black;
	font-size: 1.4em;
	line-height: 26px;
	padding: 0 10px 0 0;
	border-right: #fff 3px solid ;
}

#global_nav li a:hover {
	/*text-decoration: underline;*/
	background: #cccccc;
	border-right: #e1000e 3px solid ;
}




/* @end */

/* @group content */

#content h1 {
	font-size: 1.8em;
	font-weight:bold;
	color:#CC000E;
	/*text-align:right;*/
}
#content h2 {
	font-size: 1.6em;
	font-weight:bold;
	margin: 10px 0 5px 0;
}

#content p {
	font-size: 1.4em;
	line-height: 1.8em;
}

#content ul {list-style:disc; margin-left:40px;}
#content li {list-style:disc; font-size: 1.4em; line-height:1.5em;}
#content ul li ul, #content ul li ul li {list-style:square; font-size: 1.0em; line-height:1.5em;}

#contact_info {
	margin: 10px 0 10px 0;
}

#contact_info li {
	font-size: 1.4em;
}

/* @end */

/* @group footer */

#footer p {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
}

#footer_nav li {
	display: inline;
}

#footer_nav li a {
	font-size: 1.2em;
	font-weight: normal;
	color: #fff;
}

#footer_nav li a:hover {
	text-decoration: underline;
}

#general_contractors {
	position: absolute;
	top: -75px;
	left: 15px;
	width: 130px;
	height: 75px;
	/*border: solid 1px red;*/
	text-indent: -9999.99px;
	background: url(../images/general_contractors.jpg) no-repeat left top;
}

#lighting {
	position: absolute;
	bottom: -5px;
	right: -75px;
	width: 653px;
	height: 129px;
	text-indent: -9999.99px;
	background: url(../images/lighting.png) no-repeat left top;
}

/* @end */

/* @group pics */

#pictures {
	position: absolute;
	top: 0px;
	right: 0px;		
	width: 256px;
	z-index: 10;
}

#pictures img {
	position: relative;
	/*margin: 0 0 1px 0;*/
}


.confirmation {
margin:10px 0 10px 0;
width:400px;
padding:15px 15px 15px 50px;
font:normal normal 12px arial,sans-serif,sans,helvetica,geneva,verdana;
color:#000;
background:#ccffcc url(images/confirmation.gif) no-repeat;
border:2px solid green;
}

.error {
margin:10px 0 10px 0;
width:400px;
padding:15px 15px 15px 60px;
font:normal normal 12px arial,sans-serif,sans,helvetica,geneva,verdana;
color:#000;
background:#ffcccc url(images/error.gif) no-repeat;
border:2px solid red;
}

.gws a {color:#fff; text-decoration:none;}
.gws a:hover {color:#fff; text-decoration:underline;}



/* @end */