@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: #333; color: #000; font-family: Arial, Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; padding-bottom: 25px; }

h1, h2, h3, h4, h5, h6 { /* Use to set global header styles. ie, bold, italic, color, margin, padding */ 
	font-weight: normal;
}
h1 { font-size: 2em /* 24px */; }
h2 { font-size: 2em /* 24px */; color: #333; }
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: #ff000a; text-decoration: underline; }
a:hover, a:active { color:#ff000a; 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: #fff; text-decoration: none; }


#footer { margin: 0 auto;  text-align: center; padding: 12px 0; }
#footer p { font-size: 0.92em; color: #fff }
#footer a, #footer a:visited { text-decoration: none;}
#footer a:hover, #footer a:active { text-decoration: underline;  }

.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 */
@charset "UTF-8";
/******************************************************************************************************

										Market Hardware Forms CSS

/******************************************************************************************************/



		form, fieldset, input { 
			margin: 0; 
			padding : 0; 
		}
		
		form { 
			width: 80%; 
			border: 1px solid #e2e2e2;  
			background: #f8f8f8; /* change background color according to site's color scheme */
			padding: 10px;
		}
		
		.rright-column form p { 
			font-size: 100%; 
			padding: 2px; 
			margin: 0 0 8px 0; 
			clear: both;
		}
		
		fieldset { 
			margin: 1em 0; 
			padding: 1em; 
			border: 0;
		}
		
		legend { 
			font-weight: bold; 
			font-size: 1.2em; 
			color: #333333; /* CHANGE THIS COLOR ACCORDING TO SITE'S COLOR SCHEME */
			font-family: Arial, Helvetica, sans-serif; 
			margin-bottom: 10px; 
			_margin-left: -7px; /* Fixes IE6 margin issue */
		}
		
		label { 
			float: left; 
			width: 25%; 
			font-family: Arial, Helvetica, sans-serif; 
			font-size: 0.9em;
		}
		

		/* style for radio buttons and checkboxes */
		
		form h2 {font-family: Arial, Helvetica, sans-serif; font-size: 0.9em;}
		input.radio, input.checkbox {width: auto; float: left; margin-right: 5px;}
		.radiolabel, .checkboxlabel {width: auto; margin-right: 25px;}
		
		/* style for required labels */
		
		p.note {font-style: italic; margin-bottom: 20px; font-size: 0.9em;}
		
		em.required { font-size: 0.9em; font-style: normal; color: red; }
		
		label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
		
		input { width: 65%; border: 1px solid #999; padding: 5px; }
		
		input.submit { width: auto; }
		
		textarea { width:65%; height: 100px; padding:5px; border: 1px solid #999; }
		
		/* submit */
		form div { /* container div for submit button */
			overflow: hidden; 
		}
		
		form div input, form div button { 
			width: 20%; 
			margin-top:15px; 
			margin-right:37px; 
			float: right; 
			background-color: #333333; /* CHANGE THIS COLOR ACCORDING TO SITE'S COLOR SCHEME */
			color: #fff; 
			text-transform: uppercase; 
			font-size: 90%; 
			padding: 3px 5px; 
		}

		/* city, state, zip displayed inline */
		.citystate {float: left; clear: none;}
		.citystate label {width: auto; margin-right: 10px;}
		.citystate select {margin-right: 15px;}
		input#city {width: 40%; background: #fff; margin-right: 15px;}
		input#state {width: 10%;}
		input#zip {width: 20%;}
/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#wrapper { width: 850px; margin: 0 auto; }
#branding { width: 850px; border-top: 5px solid #ff000a;  background: #fff; height: 234px;  overflow: hidden;position: relative;}
#branding h1 { position: relative; margin: 40px 0 0 10px;}
#branding h2 { position: absolute; bottom: 0px; left: 0px; font-family: 'Lucida Sans', Arial, sans-serif; font-size: 1.4em; width: 850px;background: url(../images/bg_slogan.png) repeat-x bottom left; height: 43px; overflow: hidden;}
#branding h2 span{ position: absolute; bottom: 7px; left: 355px; font-family: 'Lucida Sans', Arial, sans-serif; color:#fff;  word-spacing: -1px;}
#branding #logo { display: block; width: 280px; height: 130px; position: relative; overflow: hidden;}
#branding #logo span { background: url(../images/logo.png) no-repeat 0 0; position: absolute; display: block; top:0; left:0; cursor: pointer; width: 100%; height: 100%; }


#banner-image{ position: absolute; top: 5px; right: 15px;}

#content { background: #fff url(../images/bg_content.png) repeat-y 0 0; width: 850px; border-top: 10px solid #000;position: relative;}
.left-column { float: left; width: 270px; padding: 90px 0 15px; }
.right-column { float: right; width: 540px; padding: 30px 10px 15px 30px;}

p.tel { position: absolute; top: 20px; left: 50px; z-index: 1; color:#fff; font-size: 1.3em; line-height: 1.2;}
p.tel strong { font-size: 1.4em; font-weight: normal;display: block; }

#nav { padding:0; }
#nav ul {background: #1b1818;}

#nav li a { font-weight: bold; font-size: 1.2em; display: block; background: url(../images/bg_nav_divider.png) no-repeat 2px 100%; padding: 0px 0 0px 15px; height: 2.4em; line-height: 33px;}
#nav li a:hover,
#nav li a.current, 
.home #nav li#nav-home a, 
.roofing #nav li#nav-roofing a,
.gutter #nav li#nav-gutter a, 
.sheetmetal #nav li#nav-sheetmetal a,
.portfolio #nav li#nav-portfolio a, 
.articles #nav li#nav-articles a,
.warranties #nav li#nav-warranties a, 
.articles #nav li#nav-articles a,
.request #nav li#nav-request a, 
.contact #nav li#nav-contact a
{background: #ff000a; margin-top: -1px;border-top: 1px solid #ff000a;}


#nav li a span{ display: block; padding-left: 15px;}
#nav li a:hover span, #nav li a.current span,
.home #nav li#nav-home a span, 
.roofing #nav li#nav-roofing a span, 
.gutter #nav li#nav-gutter a span, 
.sheetmetal #nav li#nav-sheetmetal a span, 
.portfolio #nav li#nav-portfolio a span, 
.articles #nav li#nav-articles a span, 
.warranties #nav li#nav-warranties a span,  
.articles #nav li#nav-articles a span, 
.request #nav li#nav-request a span,  
.contact #nav li#nav-contact a span 
{background: url(../images/ico_arrow_nav.png) no-repeat 0px 50%;}


#callout { padding: 15px 0 15px 7px; }
#callout ul li { padding: 15px 12px 6px 10px; background: url(../images/bg_callout.png) no-repeat 2px 100%;}
#callout ul li h2 { line-height: 1em; margin-bottom: 0.2em; }
#callout ul li p { font-size: 1.1em; color: #fff; line-height: 1.5; background: url(../images/ico_arrow_callout.png) no-repeat 0px 4px; padding-left: 14px; }
#callout ul li a { color: #ff000a; font-size: 1.2em;text-decoration: none; }

.request-estimate{ color:#fff;}
.request-estimate h2{ color:#fff; font-size: 1.2em; font-weight: bold; padding-left: 30px; margin-bottom: 5px;}
.request-estimate p{padding: 0 0 15px 30px; }
.rfq, .rfq span{ display: block; width: 227px; height: 35px; position: relative; overflow: hidden; }
.rfq span{ position: absolute; top: 0px; left: 0px; background: url(../images/btn_rfq.png) no-repeat; }
.rfq { margin-left: 22px;}

#spotlight { background: url(../images/pic.png); width: 527px; height: 189px; margin: 6px 0 16px 0; }
#spotlight a { float: left; display: inline; margin: 88px 0 0 26px; width: 471px; height: 36px; position: relative; text-indent: -999em; }
#spotlight a span { background: url(../images/_experienced.png) no-repeat 0 0; position: absolute; display: block; top:0; left:0; cursor: pointer; width: 100%; height: 100%; }

.right-column p, .right-column h1 {color: #333; }
.right-column h1,.right-column h2 { margin-bottom: 0.4em; font-size: 1.3em; font-weight: bold;}
.right-column p { line-height: 1.8em; margin-bottom: 15px;}
.right-column p.title, .right-column p.end { margin-bottom: 0; }
.right-column ul { padding: 0; margin: 0.1em 0 15px 15px; }
.right-column ul li { list-style: square outside; color: #3C3C3C; margin: 0 0 5px; }
.right-column ul p { margin: 0; }
.right-column a.learn-more{ display: block; margin-bottom: 15px;}

hr.divider{ color: none; height: 1px; font-size: 0px; margin: 0 0 15px; padding: 0; border: none; background: transparent url(../images/bg_hr_ie7.png) no-repeat 0 0; }
* html hr.divider{height: 4px; zoom: 25%;}
* +html hr.divider{height: 4px; zoom: 25%;}

#mpe { padding-right: 10px;}