@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: Georgia, "Times New Roman", Times, 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.5em /* 18px */; }
h2 { font-size: 1.3em /* 15px */; }
h3 { font-size: 1.2em /* 14px */; }
h4, h5, h6 { font-size: 1.1em /* 13px */; }

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

a, a:visited { color: #25487e; text-decoration: underline; }
a:hover, a:active { color: #ff4848; 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 { 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 { color: #2a2a2a; text-decoration: none;}
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.who-we-are #nav #nav-who-we-are a,
.newsletter #nav #nav-newsletter a,
.featured #nav #nav-featured a,
.process #nav #nav-process a,
.major #nav #nav-major a,
.bathrooms #nav #nav-bathrooms a,
.exterior #nav #nav-exterior a,
.outdoor #nav #nav-outdoor a,
.green #nav #nav-green a,
.gallery #nav #nav-gallery a,
.testimonials #nav #nav-testimonials a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #ff4848; text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #294f75; }
#footer a, #footer a:visited { color: #294f75;  text-decoration: none; }
#footer a:hover, #footer a:active { color: #294f75;text-decoration: underline; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 20px 10px; padding: 5px; background: #f5f5f5; 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: #25487e; }

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

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

											Custom Styles

/******************************************************************************************************/
body {background: #DE3C3C url(../images/bg.jpg); color: #2a2a2a;}
.container {margin: 0; padding:0; position:relative; display: block; overflow: hidden;
	background: url(../images/container_bg.png) repeat-x 0 0;}
#branding {width:950px;height:142px;margin:0 auto; padding:0; position:relative; z-index: 10; 
	background: url(../images/header_bg.jpg) repeat-x 0 0; }
#content-wrapper {width:950px; background: #ffffff;  margin: 0 auto; overflow: hidden;  position: relative;}
#content {width:657px; float:right; padding: 32px 28px;}
	#headline {padding-bottom: 28px;}
	#headline img {border: 3px solid #D2CDC7;}
#sidebar {width:176px;  float:left; padding: 32px 0 25px 25px;}
#footer-wrapper {clear: both; background: url(../images/footer_bg.png) repeat-x 0 0;}
#footer {width:730px; height: 162px; margin:0 auto; padding: 15px 110px 0 110px; position:relative;
	font: 0.837em/1.25em Arial, Verdana, sans-serif; text-align: center; color: #737373; 
	background: url(../images/footer_bg.jpg) repeat-x 0% 0%;}
#footer a {color: #737373;}
#footer a:hover {color: #737373; text-decoration: underline;}

#branding h1 {margin:0;padding:0;position: absolute; z-index: 100; top: 25px; left: 25px; width:407px;height:89px;}
#branding h1 a {display:block;text-indent:-9999px !important;background:url(../images/logo.jpg) no-repeat; width:407px;height:92px; margin:0; padding:0;}
#branding .vcard  {color: #2a2a2a; text-align: right; padding: 36px 36px 0 15px; font-weight: bold;}
#branding .vcard p {margin:0; padding:0;}
#branding .vcard .adr {padding: 0; font-size: 1.167em;}
#branding .vcard .tel {padding: 0; font-size: 3.0em; line-height: 1.0em;display: block;}

#nav ul {padding: 0;}
#nav li {line-height: 16px; padding: 4px 0 5px 0!important; background: url(../images/sep.png) repeat-x 0 100%; 
	text-align: left; }
 
#callout {margin:0; padding: 18px 0 0 0; color: #2a2a2a;}
#callout li {width: 193px; padding: 13px 7px; float: left; background: url(../images/callout_bg.png) repeat-x 0% 0%; 
	margin-left: 18px;}
#callout li.first {margin-left:0;}
#callout li h3 {font-size: 1.167em; color: #737373; font-weight: bold; padding-bottom: 3px;}
	#callout li h3 a {color: #737373; font-weight: bold; text-decoration: none;}
	#callout li h3 a:hover {color: #25487E; }

.service-area {padding-top: 5px;}
.service-area h3 {color: #737373; font-size: 1.333em; font-weight: bold; padding: 15px 0;}
.affiliates  {list-style: none; margin:0; padding:24px 0 0 18px;}
.affiliates li {padding-bottom: 5px;}

.entry  {display: block; overflow: hidden; padding: 0; margin:0;}
.entry h2, .entry h3, .entry h4, .entry h5 { color: #737373; font-weight: bold;}
.entry h1 { font-size: 1.667em; padding: 0 0 24px 0;  color: #2a2a2a; font-weight: bold;} 
	.home .entry h1 {padding-bottom: 10px;}
.entry h2 { padding-bottom: 6px; }
.entry h3 { font-size: 1.3333em; padding: 5px 0 5px 0;}


.entry h4 { font-size: 1.0em;}
.entry ul {margin-top: -8px; margin-left:0; padding:0; list-style: none;}
.entry ul li {margin:0; padding:1px 0 1px 15px; }


#flashcontent {
	height: 100%;

}
