/* CSS Reset */
* {margin:0;padding:0;outline:none}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,li,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
img {display:block;border:0;}



body,td,th,button,input,textarea {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	letter-spacing: 1px;
}

html,body {
	margin: 0;
	text-align: center;
	min-height:100%;
	background-color: #000000;
}


/* Site-Specific Styles */
#header, #body, #footer {
	background-color: #000000;
	width:800px;
	margin: 0 auto;
	text-align:left;
}

#header	{	height:163px;	}
#body	{	height:367px;	} 	/* Site is static 800x600 */
#footer	{	height: 70px;	}

#body {
	background-image:url(../img/page-bgd.jpg);
	background-repeat:no-repeat;
	background-position: 0 0;
}
body.home #body {
	background-image:url(../img/page-bgd-home.jpg);
}

body.commercial, body.industrial, body.residential { font-size: 13px; }
body.hotline { font-size:16px; letter-spacing:0; line-height: 1.25em; }

#logo {
	position:absolute;
	top:0;
	left: 50%;
	margin-left: -400px;
	background: #000 url(../img/logo.gif) no-repeat top left;
	text-indent: -9000em;
	width: 220px;
	height:145px;
	display:block;
	z-index:10;
}

address {
	font-style: normal;
	text-align: center;
	display:block;
	white-space:pre; /* ie6/7 didn't like the use of BRs in the address tag */
}

/* Main menu */
#header {
	padding-left:220px;
	width:580px;
	padding-top: 127px;
	padding-bottom:16px;
	height:20px;
}
#header li {
	display:block;
	float:left;
	height:20px;
}
#header li a {
	display:block;
	height:20px;
	background-image:url(../img/nav-main.png);
	text-indent:-9000em;
	overflow:hidden;
}
#header li a.home {
	width:40px;
	background-position: 0 0;
	margin-right: 46px;
}
#header li a.home:hover, body.home #header li a.home {
	background-position: 0 -20px;
}
#header li a.about {
	width:66px;
	background-position: -86px 0;
	margin-right:44px;
}
#header li a.about:hover, body.about #header li a.about {
	background-position: -86px -20px;
}
#header li a.commercial {
	width:82px;
	background-position: -196px 0;
	margin-right: 42px;
}
#header li a.commercial:hover, body.commercial #header li a.commercial {
	background-position: -196px -20px;
}
#header li a.industrial {
	width:78px;
	background-position: -320px 0;
	margin-right: 42px;
}
#header li a.industrial:hover, body.industrial #header li a.industrial {
	background-position: -320px -20px;
}
#header li a.residential {
	width:78px;
	background-position: -440px 0;
}
#header li a.residential:hover, body.residential #header li a.residential {
	background-position: -440px -20px;
}


/* Body */
#body {
	padding-top: 49px;
	height: 318px;
	padding-left: 262px;
	padding-right: 100px;
	width: 438px;
}
#content {
	padding: 20px 25px;
	overflow: auto;
	height: 183px;
}
#content p {
	text-indent: 2em;
}
#content ul {
	margin: 0 auto;
	display: block;
	margin-left: 100px;
}
#content ul li {
	list-style: disc;
	list-style-position:inside;
	margin: 0;
	padding:0;
}

body.hotline #content p {
	text-align: center;
}
body.hotline #content address {
	font-size: 24px;
	line-height: 1.25em;
	color: #EF4136;
	margin-top: 40px;
}

body.hotline #content address strong {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	text-transform:uppercase;
}

body.license #content {
	padding-top: 10px;
}
body.license #content p {
	text-indent: 0;
	text-align: center;
	padding-top: 10px;
}
body.license #content p a, body.license #content p a:hover,
body.license #content p a:visited, body.license #content p a:active {
	color: #EF4136;
	text-decoration:none;
	font-weight: bold;
	letter-spacing: 0px;
}

body.contact #content {
	font-size: 14px;
	line-height: 1.25em;
	padding-bottom:0;	/* just in case... */
}
body.contact #content address a, body.contact #content address a:hover,
body.contact #content address a:visited, body.contact #content address a:active {
	color: #ffffff;
	text-decoration: none;
}
body.contact #content address a:hover {
	text-decoration: underline;
}


/* Slideshow */
#slideshow {
	position: absolute;
	top: 288px;
	left:50%;
	margin-left: -360px;
	width:179px;
	height:113px;
	overflow:hidden;
}



/* Footer */
#footer {
	padding-top: 16px;
	height: 54px;
	padding-left:220px;
	width:580px;
	overflow:hidden;
}
#footer li {
	display:block;
	float:left;
	height:20px;
}
#footer li a {
	display:block;
	height:20px;
	background-image:url(../img/nav-secondary.png);
	text-indent:-9000em;
	overflow:hidden;
}
#footer li a.hotline {
	width: 190px;
	background-position: 0 0;
	margin-right: 86px;
}
#footer li a.hotline:hover, body.hotline #footer li a.hotline {
	background-position: 0 -20px;
}
#footer li a.license {
	width: 92px;
	background-position: -277px 0;
	margin-right: 90px;
}
#footer li a.license:hover, body.license #footer li a.license {
	background-position: -277px -20px;
}
#footer li a.contact {
	width: 62px;
	background-position: -460px 0;
}
#footer li a.contact:hover, body.contact #footer li a.contact {
	background-position: -460px -20px;
}