@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* reset */
body, p, h1, h2, h3, h4, h5, h6, a, div, blockquote, cite, a img, address { margin: 0; padding: 0; text-indent: 0; border: none; outline: none; list-style: none; text-decoration: none; font-size: 100%; font-weight: inherit; font-style: inherit; }
table, td, tr, tbody, thead, th, caption { border-spacing: 0; border: none; border-collapse: separate; vertical-align: top; text-align: left; font-weight: normal; }

/* typography */
body { font-size: 0.75em /* 12px */; background: #192d23; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; margin-top: 0px; padding-top: 0px;}

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ }
h1 { font-size: 1.6em /* 18px */; margin-bottom: 12px; color: #535353;}
h2 { font-size: 1.1em /* 15px */; margin-bottom: 2px;color: #535353; font-weight: bold; _clear: both; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; color: #666; line-height: 1.3em;} /* DO NOT RESIZE */
ul { margin-left: 0px; padding-left: 14px;}
li { margin-bottom: .5em; margin-left: 0px;  color: #666; font-size: 1em;}

p{  font-family: Arial; font-size: 1.1em;}

a, a:visited { color: #0b8fa3; text-decoration: underline; }
a:hover, a:active { color: #0b8fa3; text-decoration: none; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group { display: block; }

/* layout */
#branding { position:relative; }

#nav{ z-index: 99; margin: 0px; padding-top: 10px;}

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0px; text-indent: 0; }
#nav li { position: relative; font-family: Arial; font-size: 1.1em; display: block; width: 220px; display: block; _float: left; height: 32px; border-bottom: 1px dotted #666; margin-left: 10px;}
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; left: 222px; top: -1px;}

#nav ul li ul li{
border: 1px solid #fff;
width: 212px; 
/*height: 22px;*/
margin: 0px;
padding: 0 0 2px 3px;
z-index: 999;
}

#nav ul li ul li a, #nav ul li ul li a:visited {
font-size: .8em;
color: #fff;
/*height: auto;*/
width: auto;
}

#nav ul li ul li a:hover{
color: #666;
}

#nav ul li ul li.odd{
background: #d5c096;
margin: 0px;
}

#nav ul li ul li.even{
background: #937f66;
border-top: 0px;
}

li#nav-contact { border-bottom: 0px; }

#nav a, #nav a:visited { color: #666; text-decoration: none; display:block; width: 220px; /*height: 24px; */padding-top: 6px; padding-left: 2px; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.commercial #nav #nav-commercial a,
.residential #nav #nav-residential a,
.redmax #nav #nav-redmax a,
.green #nav #nav-green a,
.portfolio #nav #nav-portfolio a,
.contact #nav #nav-contact a { color: #55bab7;}

#footer { background: #192d23 url('../images/design/footer_bg.jpg') top center no-repeat; margin: 0 auto; font-size: 80%; text-align: center; color: #FEFFBD; padding-top: 20px; height: 70px; }
#footer p { color: #58624F; text-decoration: none; }
#footer a { color: #156574; text-decoration: none; }
#footer a:hover, #footer a:active { color: #156574; text-decoration: underline; }
#footer p{ padding-top: 16px; font-family: Verdana; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #f2f2f2; border-bottom: 1px solid #e2e2e2; border-right: 1px solid #e2e2e2; }
blockquote p { padding-left: 10px; }

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #cdc89e }

/* legend styling */
legend { font-weight: bold; color: #00798f; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div input, form div button { width: 100px; margin-top:5px; margin-left: 297px; padding: 0 .25em; background-color: #00798f; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#main{
	width: 948px;
	margin: 0px auto;
}

#wrapper{
	background: #ded3b0 url('../images/design/content_bg.jpg') top left repeat-y;
}

#branding{ 
	width: 948px;
	height: 152px;
	margin: 0px;
	padding: 0px;
	background: url('../images/design/header.jpg') no-repeat;
	overflow: hidden;
}

#branding h1 a{
	display: block;
	width: 140px;
	height: 180px;
	outline: none;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#header{
	width: 665px;
	padding-right: 115px;
	padding-top: 25px;
	overflow: hidden;
float: right;
}

#top_call{
	float: left;
	width: 215px;
	height: auto;
	padding-left: 35px;
	color: #666;
	font-size: .9em;
	line-height: 1.4em;
	background: url('../images/design/leaf_top.gif') top left no-repeat;
}

#top_call span{
	color: #0b8fa3;
}

#phone{
	float: right;
	width: 160px;
	height: 30px;
	text-align: right;
	color: #000;
margin: 0px;
padding: 0px;
}

#phone p{
	margin-top: 8px;
	color: #000;
	font-weight: bold;
	font-size: 1.3em;
}

#phone a{
	font-size: .7em;
	color: #000;
}

#callout{
	width: 669px;
	height: 306px;
	background: url('../images/design/callout_bg.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}

#callout_sub {
	width: 720px;
	height: 158px;
	background: url('../images/design/callout_sub_bg.jpg') no-repeat;
	margin: 0px;
	padding: 0px;
}

#callout h1{
	display: inline;
	float: left;
	width: 240px;
	height: 45px;
	color: #fff;
	padding-top: 217px;
	text-align: center;
	font-size: 1.4em;
}

#callout_sub h1{
	display: inline;
	float: left;
	width: 240px;
	height: 45px;
	color: #fff;
	padding-top: 117px;
	text-align: center;
	font-size: 1.4em;
}

#left{
	width: 250px;
	float: left;
	height: 100%;
}

#left h2{
	color: #007987;
	padding-left: 36px;
	margin-left: 10px;
	margin-top: 10px;
	background: url('../images/design/leaf.gif') top left no-repeat;
	font-size: 1em;
}

#tip{
	width: 172px;
	height: 185px;
	margin-left: 18px;
	background: url('../images/design/tip_bg.gif') bottom left no-repeat;
}

#tip p{
	padding: 60px 5px 0 18px;
	text-align: center;
	width: 152px;b 
}

#right{
	float: left;
	width: 670px;
	padding-top: 20px;
}

#content-container{
	margin: 0 auto;
	height: 100%;
	width: 95%;
	padding-top: 10px;
	float: left;
}

#content-rt{
	width: 220px;
	float: left;
	background: #E9F8CF;
	padding-left: 20px;
	padding-top: 10px;
}

#content-sub{
	margin: 0 auto;
	height: 100%;
	padding: 0px 10px 0 10px;
}

.cleaner {
	clear: both;	
}  