@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: #868467; color: black; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

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: #374921;}
h2 { font-size: 1.4em /* 15px */; margin-bottom: 8px;color: #91976c; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; color: #666; } /* DO NOT RESIZE */
li { margin-bottom: 0em; margin-left: 0px;  color: #666;  }

a, a:visited { color: #91976c; text-decoration: underline; }
a:hover, a:active { color: #91976c; 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{ width: 929px; background: #393d34; z-index: 99; height: 30px; padding: 8px 0 0 10px;}

#nav span{ color: #586532; margin: 0px; padding: 0px; }

#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav li { position: relative; display: inline; }
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #d3c89d; text-decoration: none; height: 38px; padding: 7px 7px 10px 6px;}
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.operators #nav #nav-operators a,
.windows #nav #nav-windows a,
.repairs #nav #nav-repairs a,
.products #nav #nav-products a,
.safety #nav #nav-safety a,
.gallery #nav #nav-gallery a,
.estimate #nav #nav-estimate a,
.contact #nav #nav-contact a { background: #6e7544; text-decoration: none;}

#footer { background: #516739; margin: 0 auto; font-size: 80%; text-align: center; color: #868467; }
#footer a, #footer a:visited, #footer p { color: #868467; text-decoration: none; }
#footer a:hover, #footer a:active { color: #868467; text-decoration: none; }

.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 #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #292b26; }

/* 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: #292b26; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

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

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

#branding h1{
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#branding h1 a{
	display: block;
	width: 240px;
	height: 120px;
	outline: none;
	float: left;
	text-indent: -5000px;
	margin: 0px;
	padding: 0px;
}

#phone{
	float: right;
	height: 100px;
	width: 380px;
	margin-top: 25px;
	margin-right: 30px !important;
	margin-right:/**/18px;
	text-align: right;
	color: #fff;
	font-weight: bold;
	font-size: .8em;
}

#phone span{
	font-weight: normal;	
}

#phone strong{
	font-size: 2.1em;
	line-height: 1.5em;
	color: #fff;
font-weight: normal;
}

#phone strong span{
	color: #fff;
	font-size: .8em;
}

#phone a{
font-size: 1.3em;
font-weight: normal;
text-decoration: none;
color: #fff;
}

#phone p.estimate{
padding-top: 25px;
padding-right: 20px !important;
padding-right:/**/11px;
}

#phone p.estimate a{
color: #f2ecd6;
font-weight: normal;
text-decoration: none;
}

#callout{
	width: 939px;
	height: 233px;
	background: url('../images/design/callout_bg.jpg');
	margin: 0px;
	padding: 0px;
}

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

#left{
	width: 239px;
	float: left;
margin-top: 10px;
}

#right{
	float: left;
}

#left_call li{
list-style-image: url('../images/design/left_li.jpg');
margin: 0px;
padding: 0px;
}

#left_call h3 a, #left_call h3 a:link, #left_call h3 a:visited {
color: #fff;
text-decoration: none;
font-size: 1.3em;
letter-spacing: -1px;
font-weight: normal;
}

#left_call p{
color: #d3c89d;
display: block;
width: 200px;
padding-left: 20px;
line-height: 14px;
}

#content{
	width: 100%;
	height: 100%;
}

#content img{
	padding-left: 12px;
}

#content-container{
	width: 654px;
	margin: 0 auto;
	height: 100%;
	padding: 20px 20px 0 20px;
}

.cleaner {
	clear: both;	
}
#footer{
top: 20px;
height: 70px;
}
#footer p{
padding-top: 16px;
}
