﻿* {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	color: white;
	background-color: #1F282D;
	font-size: 12px;
	line-height: 130%;
	text-align: left;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px;
}

p, h1, h2 {
	margin: 0px 0px 14px 0px;
}

h1, h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	color: #FBF6BC;
	text-transform: uppercase;
	margin-bottom: 2px;
}

h2 {
	font-size: 14px;
}

h1.spaced, h2.spaced {
	margin-top: 20px;
}

a {
	color: #FBF6BC;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

label {
	display: block;
	float: left;
}

ul {
	padding-left: 20px;
}
li {
	padding: 0px;
}

blockquote {
	font-family: Courier, mono;
}

label {
	color: white;
	text-transform: uppercase;
	clear: both;
	float: left;
}

input, textarea, select {
	background-color: white;
	padding: 1px 2px;
	font-size: 13px;
}

fieldset div {
	margin: 3px 0px;
}

#zonePage {
	position: relative;
	background-color: #3e505e;
	background-image: url('/gfx/bkg_page.png');
	background-repeat: no-repeat;
	width: 901px;
	margin: 0px auto;
}



/* Header styles
**************************************************** */
#zoneHeader {
	position: relative;
	height: 86px;
	z-index: 10;
}
#zoneHeader #logo {
	position: absolute;
	z-index: 11;
	left: 40px;
	top: 6px;
}
#zoneHeader span {
	position: absolute;
	display: block;
	width: 34px;
	height: 32px;
	margin-top: 23px;
	cursor: pointer;
}
#zoneHeader #icoHome  {
	left: 633px;
	background-image: url('/gfx/ico_home.png');
}
#zoneHeader #icoHome:hover {
	background-position: bottom left;
}
#zoneHeader #icoSearch  {
	left: 716px;
	background-image: url('/gfx/ico_search.png');
}
#zoneHeader #icoSearch:hover {
	background-position: bottom left;
}
#zoneHeader #icoMail  {
	left: 799px;
	background-image: url('/gfx/ico_email.png');
}
#zoneHeader #icoMail:hover {
	background-position: bottom left;
}

#zoneHeader #navSearch {
	position: absolute;
	padding: 3px;
	right: 70px;
	top: 54px;
	visibility: hidden;
}
#zoneHeader #navSearch input {
	background-color: #3e505e;
	color: white;
}

#zoneHeader #phone {
	position: absolute;
	right: 78px;
	top: 30px;
	width: 180px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}


/* Nav-bar styles
**************************************************** */
#zoneNav {
	height: 37px;
}
#zoneNav span {
	display: block;
	position: absolute;
	font-size: 14px;
	height: 27px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
}
#zoneNav .nolink {
}
#zoneNav a span {
	color: white;
	cursor: pointer;
}
#zoneNav #services {
	left: 209px;
	width: 155px;
	background-image: url('/gfx/nav_services.png');
}
#zoneNav #services:hover {
	background-position: bottom left;
}
#zoneNav #company {
	left: 364px;
	width: 154px;
	background-image: url('/gfx/nav_company.png');
}
#zoneNav #company:hover {
	background-position: bottom left;
}
#zoneNav #contact {
	left: 518px;
	width: 155px;
	background-image: url('/gfx/nav_contact.png');
}
#zoneNav #contact:hover {
	background-position: bottom left;
}
#zoneNav #quote {
	left: 673px;
	width: 155px;
	background-image: url('/gfx/nav_quote.png');
}
#zoneNav #quote:hover {
	background-position: bottom left;
}
#zoneNav #endShadow {
	position: absolute;
	background-image: url('/gfx/nav_end_shadow.png');
	left: 828px;
	width: 8px;
	height: 44px;
}



/* Content styles
**************************************************** */
.zoneContent {
	position: relative;
	background-image: url('/gfx/bkg_content.png');
	background-repeat: no-repeat;
	margin: 0px 69px 10px 69px;
	padding: 47px 0px 0px 0px;
	min-height: 230px;
}
.zoneContent #left {
	float: left;
	margin-left: 12px;
	width: 218px;
	font-size: 11px;
}
.zoneContent #right {
	float: right;
	margin-right: 15px;
	width: 512px;
}

.zoneContent #left ul {
	margin-left: -16px;
}
.zoneContent #left li {
	text-transform: uppercase;
	list-style-type: none;
	list-style-position: outside;
	padding: 1px 0px;	
}

#bizLogos {
	background-color: #4b5d69;
	text-align: center;
	padding: 4px 12px;
	margin: 48px 0px 10px 0px;
	clear: both;
}

#bizLogos img {
	padding: 0px 8px;
	vertical-align: middle;
}



/* Footer styles
**************************************************** */
#zoneFooter {
	position: relative;
	font-size: 9px;
	background-image: url('/gfx/bkg_footer.png');
	background-repeat: no-repeat;
	background-color: #2b3840;
	color: #8AA5B2;
	padding: 6px 48px 0px 48px;
	margin-left: 23px;
	text-align: center;
	min-height: 56px;
	line-height: 110%;
}
#zoneFooter #leftGutter {
	position: absolute;
	background-image: url('/gfx/bkg_gutter_l.png');
	width: 23px;
	height: 362px;
	left: -23px;
	top: -294px;
}
#zoneFooter #rightGutter {
	position: absolute;
	background-image: url('/gfx/bkg_gutter_r.png');
	width: 23px;
	height: 362px;
	right: 0px;
	top: -294px;
}
#zoneFooter a {
	white-space: nowrap;
	color: #8AA5B2;
}
#zoneFooter a:hover, a:active {
	text-decoration: underline;
}
#zoneFooter #copyright {
	margin-top: 2px;
}


/* General styles
**************************************************** */
.clearBoth {
	clear: both;
}

.cbox {
	background-color: #3e505e;
}

.warning {
	color: #ea1313;
	font-weight: bold;
	background-color: white;
	padding: 2px 8px;
}

/* Page specific styles
**************************************************** */
#zone_contact #right, #zone_quote #right {
	width: 470px;
	font-size: 12px;
}
#zone_contact label, #zone_quote label {
	width: 190px;
}
#zone_contact textarea {
	width: 265px;
}
#zone_quote #servLeft {
	float: left;
	width: 13em;
	font-size: 11px;
}
#zone_quote #servCenter {
	float: left;
	width: 12.5em;	
	font-size: 11px;
}
#zone_quote #servRight {
	float: left;
	width: 17em;	
	font-size: 11px;
}