@charset "utf-8";

/* 
	Progressive Electrical
	by Neal Saxon
	Click Optimize
*/



body{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: #fff;
	font: 14px Arial, Helvetica, sans-serif;
}

#header{
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 98px;
	z-index: 200;
}

#logo{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 382px;
	height: 88px;
	top: 7px;
	left: 11px;
	background: url(/images/logo.png) top left no-repeat;
}

#logo a{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 382px;
	height: 88px;
}

img#header_phone{
	position: absolute;
	top: 18px;
	left: 437px;
}

#appointment{
	position: absolute;
	top: 7px;
	right: 0px;
	width: 229px;
	height: 100px;
}

#wrap{
	position: relative;
	margin: 0 auto;
	padding: 18px 8px 0 8px;
	width: 950px;
	z-index: 100;
	text-align: left;
	background: url(/images/wrap_top.png) top left no-repeat;
}

#content_container{
	width: 923px;
	margin: 20px 15px 10px 12px;
	padding: 0;
}

#sidebar{
	float: left;
	width: 308px;
	margin: 0 25px 0 0;
	padding: 15px 0 0 0;
	text-align: center;
	background: transparent url(/images/bg_sidebar.jpg) top left no-repeat;
}

#content_main{
	float: left;
	width: 590px;
	line-height: 24px;
}

/*--------- nav --------------*/

#nav_container{
	position: relative;
	width: 920px;
	height: 35px;
	margin: 0 15px 20px 15px;
	padding: 0;
	text-align: center;
}

ul#nav{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
	width: 920px;
	background: url(/images/bg_nav.jpg) top left repeat-x;
}
ul#nav li{
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
ul#nav li a{
	float: left;
	font-size: 15px;
	line-height: 15px;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
ul#nav li#home a{ width: 115px; }
ul#nav li#residential a{ width: 190px; }
ul#nav li#commercial a{ width: 190px; }
ul#nav li#about a{ width: 125px; }
ul#nav li#solar_division a{ width: 175px; }
ul#nav li#contact a{ width: 125px; }

ul#nav li a:hover,
ul#nav li a.current{
	color: #000;
	background: url(/images/bg_nav_hover.jpg) top left repeat-x;
}

#nav li ul{
	position: absolute;
	left: -9999px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	z-index: 1000;
}
#nav li ul li a{
	background: #181a41 url(/images/bg_nav.jpg) top left repeat-x;
}
#nav li ul li a:hover{
	color: #000;
	background: #a5a5a5 url(/images/bg_nav_hover.jpg) top left repeat-x;
}
#nav li:hover ul,
#nav li.sfhover ul{
	left: auto;
	top: 35px;
}
ul#nav li#home:hover ul{ left: 0px; }
ul#nav li#residential:hover ul{ left: 115px; }
ul#nav li#commercial:hover ul{ left: 305px; }
ul#nav li#about:hover ul{ left: 515px; }
ul#nav li#service_area:hover ul{ left: 640px; }
ul#nav li#contact:hover ul{ left: 795px; }

#nav li ul a{
	width: 120px;
}

/*--------- sidebar --------------*/

#sidebar a{
	margin: 0 auto;
	display: block;
}

.sidebar_padding{
	padding-bottom: 15px;
}

a#residential_services{
	width: 287px;
	height: 116px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/residential_services_rollover.png) top left no-repeat;
}
a#residential_services:hover{
	background: url(/images/residential_services_rollover.png) 0px -116px no-repeat;
}

a#commercial_services{
	width: 287px;
	height: 116px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/commercial_services_rollover.png) top left no-repeat;
}
a#commercial_services:hover{
	background: url(/images/commercial_services_rollover.png) 0px -116px no-repeat;
}

a#plumbing_division{
	width: 287px;
	height: 77px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/plumbing_division_rollover.png) top left no-repeat;
}
a#plumbing_division:hover{
	background: url(/images/plumbing_division_rollover.png) 0px -77px no-repeat;
}

/*--------- contact form --------------*/

.row,
.radio_row{
	float: left;
	clear: left;
	width: 590px;
	padding-bottom: 5px;
}

.row label{
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
.row input{
}
.radio_row label{
}
.radio_row input{
	margin-left: 185px;
}
textarea{
	width: 300px;
	height: 150px;
}

/*--------- common elements --------------*/

.clear{
	clear: both;
}

.padding_maker{
	padding: 15px;
}

p{
	margin: 0;
	padding: 0 0 15px 0;
}

h1{
	font-weight: bold;
	font-size: 33px;
	line-height: 36px;
	margin: 0;
	padding: 25px 0 20px 0;
}

h2{
	font-weight: bold;
	font-size: 24px;
	margin: 0;
	padding: 10px 0 24px 0;
}

a{
	color: #22255d;
	text-decoration: underline;
}
a:hover{
	color: #22255d;
	text-decoration: none;
}

.logoImg{
	float: left;
	margin: 0 5px 5px 0;
}

/*--------- footer --------------*/

#footer{
	position: relative;
	margin: 0 auto;
	padding: 0 8px 8px 8px;
	width: 950px;
	background: url(/images/wrap_bottom.png) bottom left no-repeat;
	text-align: left;
}

#footer ul{
	float: left;
	margin: 0 10px 8px 10px;
	padding: 0 150px 5px 150px;
	width: 630px;
	background: #22255d;
	color: #fff;
	list-style: none;
}
#footer li{
	float: left;
	margin: 5px 0 0 0;
	padding: 0 20px;
	border-right: 1px solid #fff;
	list-style: 14px;
	font-weight: bold;
}
#footer li.last{ border-right: none; width: 140px; }

#footer li a{
	color: #fff;
	text-decoration: none;
}

#footer li a:hover{
	color: #fff;
	text-decoration: underline;
}

#footer_links{
	color: #22255d;
	text-align: center;
	font-size: 10px;
	margin-bottom: 25px;
}

#footer_links a{
	color: #22255d;
	text-decoration: underline;
}
#footer_links a:hover{
	color: #22255d;
	text-decoration: none;
}

