
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 1.5em;
	color: #333333;
	background: #ffffff url(../images/bgBody.jpg) center top no-repeat;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #666666;
	letter-spacing: -0.01em;
}

h1 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}

h3 { }

p { padding: 0 0 15px 0; }

a {
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

.btnYellow, .btnGrey {
	width: 140px;
	height: 45px;
	padding: 0 0 5px 0;
	outline: none;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.btnYellow {
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	background: url(../images/buttons/btn140Yellow.gif) no-repeat;
}

.btnGrey {
	color: #ffffff;
	text-shadow: 0 -1px 0 #000000;
	background: url(../images/buttons/btn140Grey.gif) no-repeat;
}

.btnYellow:active, .btnGrey:active {
	outline: none;
	background-position: 0 -45px;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 960px;
	height: 100px;
	position: relative;
}

#header .logo {
	position: absolute;
	top: 25px;
	left: 0;
}

#header .call {
	position: absolute;
	top: 10px;
	right: 0;
	color: #999999;
	font-size: 0.9em;
}

#header .call span { color: #ffcc66; }

#header ul#menu {
	position: absolute;
	top: 49px;
	width: 605px;
	right: 0;
}

#header ul#menu li { float: left; }

#header ul#menu li a {
	display: block;
	height: 50px;
	text-indent: -9999px;
	border: none;
	background: url(../images/menu.gif);
}

#header ul#menu li#blog a {
	width: 88px;
	background-position: 0 0;
}

#header ul#menu li#about a {
	width: 112px;
	background-position: -88px 0;
}

#header ul#menu li#services a {
	width: 108px;
	background-position: -200px 0;
}

#header ul#menu li#upgrades a {
	width: 168px;
	background-position: -308px 0;
}

#header ul#menu li#contact a {
	width: 129px;
	background-position: -476px 0;
}

#header ul#menu li#blog a:hover {
	width: 88px;
	background-position: 0 -50px;
}

#header ul#menu li#about a:hover {
	width: 112px;
	background-position: -88px -50px;
}

#header ul#menu li#services a:hover {
	width: 108px;
	background-position: -200px -50px;
}

#header ul#menu li#upgrades a:hover {
	width: 168px;
	background-position: -308px -50px;
}

#header ul#menu li#contact a:hover {
	width: 129px;
	background-position: -476px -50px;
}

#content {
	clear: both;
	min-height: 300px;
	font-size: 0.9em;
}

#banner {
	width: 960px;
	height: 200px;
	position: relative;
	margin: 0 0 25px 0;
	background: url(../images/bgBanner.jpg);
}

#bannerSub {
	width: 960px;
	height: 100px;
	position: relative;
	margin: 0 0 25px 0;
	background: url(../images/bgBannerSub.jpg);
}

#banner h1 {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 280px;
	height: 25px;
	text-indent: -9999px;
}

#banner h1.home { background: url(../images/text/electricalServices.png); }

#bannerSub h1 {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 280px;
	height: 25px;
	text-indent: -9999px;
}

#bannerSub h1.about { background: url(../images/text/aboutUs.png); }

#bannerSub h1.services { background: url(../images/text/electricalServices.png); }

#bannerSub h1.upgrades { background: url(../images/text/panelUpgrades.png); }

#bannerSub h1.contact { background: url(../images/text/contactUs.png); }

#banner a.serviceRequest, #bannerSub a.serviceRequest {
	position: absolute;
	top: 65px;
	left: 30px;
	display: block;
	width: 250px;
	height: 110px;
	border: none;
	text-indent: -9999px;
	background: url(../images/buttons/serviceRequest.png);
}

#bannerSub a.serviceRequest {
	z-index: 1;
	position: absolute;
	top: 20px;
	right: 30px;
	left: auto;
}

#banner a.serviceRequest:hover, #bannerSub a.serviceRequest:hover { background: url(../images/buttons/serviceRequest.png) bottom; }

#banner ul {
	position: absolute;
	top: 40px;
	left: 360px;
	width: 550px;
}

#banner ul li {
	float: left;
	width: 255px;
 w/idth: 275px;
 /width: 255px;
	height: 40px;
	color: #ffffff;
	padding: 0 0 0 20px;
	font-size: 1.2em;
	text-shadow:  0 -1px #000000;
	background: url(../images/icons/tick.png) 0 2px no-repeat;
}

#banner ul li.call {
	font-weight: bold;
	color: #ffcc66;
}

#leftHalf {
	float: left;
	width: 430px;
 w/idth: 460px;
 /width: 430px;
	padding: 0 0 0 30px;
}

#rightHalf {
	float: right;
	width: 430px;
 w/idth: 460px;
 /width: 430px;
	padding: 0 30px 0 0;
}

#left {
	float: left;
	width: 250px;
	margin: 0 0 0 30px;
}

#right {
	float: right;
	width: 610px;
	margin: 0 30px 0 0;
}

#left ul li { padding: 0 0 10px 0; }

.feature {
	clear: both;
	float: left;
	width: 900px;
	margin: 15px 0 0 30px;
}

.feature .floatLeft { margin: 0 30px 0 0; }

.feature .floatRight { margin: 0 0 0 30px; }

ul.services {
	width: 400px;
 w/idth: 420px;
 /width: 400px;
	list-style: disc;
	color: #999999;
	padding: 0 0 0 20px;
}

ul.services li {
	float: left;
	width: 200px;
	font-weight: bold;
	color: #333333;
	padding: 4px 0 4px 0;
}

.feature ul.services {
	float: left;
	width: 580px;
 w/idth: 600px;
 /width: 580px;
	list-style: disc;
	color: #999999;
	padding: 0 0 0 20px;
}

.feature ul.services li {
	float: left;
	width: 290px;
	font-weight: bold;
	color: #333333;
	padding: 4px 0 4px 0;
}

.tabsVertical {
	clear: both;
	position: relative;
	width: 900px;
	margin: 0 0 20px 30px;
}

ul.tabNavigationVertical {
	float: left;
	width: 250px;
	height: 275px;
	display: block;
	margin: 10px 0 0 0;
	background: url(../images/bgTabs.gif) no-repeat;
}

ul.tabNavigationVertical li {
	float: left;
	margin: 0 8px 0 0;
}

ul.tabNavigationVertical li a {
	display: block;
	color: #666666;
	font-size: 1em;
	line-height: 23px;
	width: 220px;
	height: 23px;
	padding: 6px 0 6px 30px;
	margin: 0 0 5px 0;
	border-bottom: none;
	outline: none;
}

ul.tabNavigationVertical li a:hover { color: #000000; }

ul.tabNavigationVertical li a.selected {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 0px -1px 0 #000000;
	border: none;
	padding: 6px 5px 6px 25px;
	background: #666666 url(../images/bgTabsSelected.gif) left center no-repeat;
}

.tabContentVertical {
	position: absolute;
	top: 0;
	right: 0;
	width: 610px;
	padding: 10px 0 20px 0;
}

.tabContentVertical img {
	padding: 0 0 0 20px;
}

dl.form { }

dl.form dt {
	clear: both;
	float: left;
	width: 190px;
 w/idth: 200px;
 /width: 190px;
	padding: 5px 10px 0 0;
	text-align: right;
	margin: 0 0 5px 0;
	border-top: 1px solid #eeeeee;
}

dl.form dt label { line-height: 25px; }

dl.form dd {
	float: left;
	width: 400px;
	padding: 5px 0 0 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #eeeeee;
}

.buttons {
	float: left;
	padding: 10px 0 10px 200px;
}

input, select, textarea {
	padding: 5px 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.field25:focus, .field50:focus, .field75:focus, .field100:focus, .field125:focus, .field150:focus, .field175:focus, .field200:focus, .field300:focus, .field400:focus {
	background: #f5f5f5 /*url(../images/bgFieldFocus.gif) 0 4px no-repeat*/;
	border-left: 2px solid #ff9900;
}

.field25 { width: 25px; }

.field50 { width: 50px; }

.field75 { width: 75px; }

.field100 { width: 100px; }

.field125 { width: 125px; }

.field150 { width: 150px; }

.field175 { width: 175px; }

.field200 { width: 200px; }

.field300 { width: 300px; }

.field400 { width: 400px; }

#footer {
	clear: both;
	float: left;
	width: 960px;
	padding: 40px 0 50px 0;
	font-size: 0.9em;
}

#footer ul {
	clear: both;
	width: 920px;
	height: 200px;
	margin: 0 0 0 20px;
	background: url(../images/bgFooter.gif) no-repeat;
}

#footer ul li {
	float: left;
	width: 306px;
}

#footer ul li h3 {
	font-size: 1.2em;
	margin: 20px 0 0 55px;
}

#footer ul li p, #footer ul li ul { margin: 10px 0 0 55px; }

#footer ul ul {
	width: auto;
	height: auto;
	margin: 0;
	background: none;
}

#footer li li {
	float: none;
	width: auto;
	padding: 0 0 8px 10px;
}

#footer .copyright {
	width: 920px;
	display: block;
	text-align: center;
	font-size: 0.8em;
	color: #999999;
	margin: 0 0 0 20px;
}

