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

h1, h2, h3, h4, h5, h6 { margin-bottom:0.8em; }
h1 { font-size: 1.6em; text-transform: uppercase; }
h2 { font-size: 1.25em; font-weight:bold; }
h3 { font-size: 1.25em; font-weight:bold; }
h4, h5, h6 { font-size: 1.1em; }

a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; }

h1, h1 a, h3, h3 a, h4, h4 a { color:#333; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

/* 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 { zoom: 1; display: block; }

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

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

#nav a, #nav a:visited { text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; }

.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 : none; }

/* legend styling */
legend { font-weight: bold; color: #7d761e; }

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

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

											Custom Styles

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

#container {
	background:url(../images/design/bar.png) repeat-x 0 125px;
	margin:0 auto;
	width:900px;
}

#branding {
	background:url(../images/design/header.png) no-repeat;
	color:#666;
	height:125px;
	margin-bottom:40px;
}

#branding h1 {
	height:105px;
	left:36px;
	margin:0;
	position:absolute;
	top:7px;
	width:190px;
}

#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p {
	font-size:0.9em;
	line-height:1.5;
	margin:0;
	position:absolute;
	right:25px;
	text-align:right;
	top:30px;
}

#branding p a {
	color:#9A922F;
	text-decoration:none;
}

#branding p a:hover {
	text-decoration:underline;
}

#branding p.request {
	bottom:0;
	font-weight:bold;
	height:24px;
	line-height:24px;
	position:absolute;
	text-align:center;
	top:auto;
	right:4px;
	width:290px;
}

#branding p.request a {
	color:#FFF;
	display:block;
}

#columns {
	background:url(../images/design/side.png) repeat-y 20px 0;
	padding:0 20px;
}

#leftcol,
#rightcol,
#midcol {

}

#leftcol {
	color:#7A7864;
	float:left;
	font-size:0.9em;
	padding:10px;
	width:207px;
}

#nav {
	font-weight:bold;
	padding-bottom:10px;
}

#nav a,
#nav li.hover ul a,
#nav li:hover ul a {
	color:#898226;
	display:block;
	padding:5px 10px 5px 30px;
font-size: 12px;
}

#nav li:hover a,
#nav li.hover a,
#nav li ul li a:hover,
.home #nav-home a,
.about #nav-about a,
.services #nav-services a,
.remodeling #nav-remodeling a,
.construction #nav-construction a,
.testimonials #nav-testimonials a,
.warranty #nav-warranty a,
.contact #nav-contact a {
	background:url(../images/design/side_icon.png) no-repeat left center;
	color:#222;
}

#nav li ul {
	background:url(../images/design/side.png) repeat-y;
	left:170px;
	top:0;
	width:205px;
}

#nav li ul li a,
#nav li.hover ul li a,
#nav li:hover ul li a,
#nav li ul li a:hover {
	background:none;
	padding-left:25px;
}

#callout li {
	background:url(../images/design/side_icon.png) no-repeat 5px 15px;
	border-top:2px solid #928B2B;
	padding:15px 15px 5px 35px;
	line-height:1.25;
}

#callout a {
	text-decoration:none;
}

#callout a:hover {
	text-decoration:underline;
}

#callout h3 {
	font-weight:normal;
	margin:0 0 0.35em;
}

#callout h3 a {
	color:#222;
}

#callout p a {
	color:#7A7864;
}

#rightcol {
	color:#504f42;
	float:right;
	width:605px;
}

#footer {
	background:url(../images/design/footer.png) repeat-x;
	padding:30px 0;
	margin-top:25px;
}

#footer,
#footer a {
	color:#FFF;
}

#footer * {
	margin:0;
}

/* Table of logos on New Home Construction page*/

#logostable {margin-bottom: 50px;}
#logostable td {text-align: center;}
#logostable td img {padding-right: 50px; padding-top: 20px;}