@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 */; color: black; font-family: "Trebuchet MS", "Trebuchet Grande", Verdana, Arial, Helvetica, sans-serif;
 line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.8em; }
h1 { font-size: 1.5em; font-weight:bold; }
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:#3b48bd; text-decoration:underline; }
a:hover { text-decoration:none; }

#leftcol h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a { color:#bb2225; }

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 : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #bb2225; }

/* 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: #bb2225; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {
	background:#FFF url(../images/design/bg.png) repeat-x left top;
}

#container {
	background:url(../images/design/container_bg.png) repeat-y center top;
	margin:0 auto;
	width:862px;
}

#container_top {
	background:url(../images/design/container_top.png) no-repeat center top;
}

#container_bottom {
	background:url(../images/design/container_bottom.png) no-repeat center bottom;
	padding:0 7px 18px;
}

#branding {
	background:url(../images/design/branding.png) no-repeat;
	color:#666;
	height:143px;
}

#branding h1 {
	height:114px;
	left:17px;
	margin:0;
	position:absolute;
	top:8px;
	width:238px;
}

#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p.phone-email {
	font-size:0.9em;
	line-height:1.5;
	margin:0;
	position:absolute;
	left:605px;
	text-align:left;
	top:50px;
	width:215px;
}

#branding p.phone-email br {
	display:none;
}

#branding .phone {
	background:url(../images/design/phone.png) no-repeat left center;
	color:#BA2123;
	display:block;
	font-size:1.8em;
	height:20px;
	line-height:20px;
	margin-bottom:0.5em;
	padding-left:25px;
}

#branding .email {
	background:url(../images/design/email.png) no-repeat left center;
	color:#333;
	display:block;
	font-size:1.1em;
	padding-left:25px;
}

#branding p.address {
	color:#333;
	font-size:1.25em;
	font-weight:bold;
	height:24px;
	line-height:1.35;
	position:absolute;
	right:300px;
	text-align:right;
	top:50px;
	width:250px;
}

#nav {
	background:url(../images/design/nav.png) repeat-x;
	font-weight:bold;
	padding-left:5px;
}

#nav,
#nav li,
#nav li a {
	height:35px;
	line-height:35px;
}

#nav li {
	float:left;
	padding-left:2px;
}

#nav a,
#nav li.hover ul a,
#nav li:hover ul a {
	color:#FFF;
	display:block;
	float:left;
	padding:0 12px;
}

#nav li:hover a,
#nav li.hover a,
#nav li ul,
.home #nav-home a,
.about #nav-about a,
.residential #nav-residential a,
.commercial #nav-commercial a,
.portfolio #nav-portfolio a,
.links #nav-links a,
.articles #nav-articles a,
.request #nav-request a,
.estimate #nav-estimate a,

.contact #nav-contact a {
	background:#A41316;
}

#nav li ul {
	left:2px;
	top:35px;
	width:205px;
	opacity:0.95;
	filter:alpha(opacity=95);
}

#nav li ul li {
	float:none;
	padding:0;
}

#nav li ul li a,
#nav li.hover ul li a,
#nav li:hover ul li a {
	background:none;
	float:none;
	padding:0 15px;
}

#nav li ul li a:hover {
	background:#920a0c;
}

#columns {
	background:url(../images/design/side.png) repeat-y right top;
	padding:15px 20px 5px;
}

#rightcol {
	color:#7A7864;
	float:right;
	font-size:0.9em;
	width:217px;
}

#callout {
	margin:0 auto;
	width:217px;
}

#callout li {
	background:url(../images/design/callout_middle.png) repeat-y center top;
	margin-bottom:10px;
	overflow:hidden;
	zoom:1;
}

#callout li .top {
	background:url(../images/design/callout_top.png) no-repeat center top;
}

#callout li .bottom {
	background:url(../images/design/callout_bottom.png) no-repeat center bottom;
}

#callout li .inner {
	background:url(../images/design/callout_icon.png) no-repeat 20px 15px;
	overflow:hidden;
	padding:15px 20px 10px 70px;
}

#callout,
#callout a {
	color:#FFF;
}

#callout a {
	text-decoration:none;
	display: block;
}

#callout a:hover {
	text-decoration:underline;
}

#callout h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 0.35em;
}

#leftcol {
	color:#504f42;
	float:left;
	width:540px;
}

#footer {
	background:url(../images/design/footer.png) repeat-x;
	padding:30px 0;
}

#footer,
#footer a {
	color:#222;
}

#footer * {
	margin:0;
}