@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: Verdana, Arial, 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.7em /* 18px */; color: #336633; padding-bottom: 10px; }
h2 { font-size: 1.3em /* 15px */; color: #336633; padding-bottom: 8px;}
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: #00b74f; text-decoration: underline; }
a:hover, a:active { color: #666; text-decoration: underline; }



/* == LAYOUT ============================================= */

#container {width: 922px; position: relative; margin: 1px auto; padding-bottom: 30px;}

#branding { position:relative; padding: 10px 0; width: 922px; margin: 0 auto; }
#branding h1 {background: url('/images/design/logo.gif') top center no-repeat; width: 255px; height: 91px; float: left;}
#branding h1 a {text-indent: -9999px; display: block; width: 255px; height: 91px;}

#contact {width: 650px; float: right; text-align: right; padding-top: 15px;}
#contact .phone {float: right; color: #336633; font-size: 1.2em; font-weight: bold; padding-left: 20px;}
#contact .address {float: right; color: #959595;}
#contact .email {clear: both;}
#contact .email a {color: #00b74f; text-decoration: underline; background: url('/images/design/email.gif') center left no-repeat; padding-left: 20px;}
#contact .email a:hover {text-decoration: none;}

#leftcol {width: 220px; float: left; margin: 0; padding: 0;}
#rightcol {width: 700px; float: left; margin: 0; padding: 0;}

#servicearea {background: #e3d9b9; padding: 10px; margin-bottom: 10px;}
#servicearea h3 {color: #336633; font-size: 1.3em;}
#servicearea ul {list-style: none;}

#callouts {width: 700px; position: relative;}
#callouts a {float: left;}
a.residential {display: inline-block; width: 350px; height: 149px; background: url('/images/design/residential.jpg') top center no-repeat; text-indent: -9999px;}
a.residential:hover {background: url('/images/design/residential.jpg') center -149px no-repeat;}
a.commercial {display: inline-block; width: 350px; height: 149px; background: url('/images/design/commercial.jpg') center top no-repeat; text-indent: -9999px;}
a.commercial:hover {background: url('/images/design/commercial.jpg') center -149px no-repeat;}

#content {padding: 15px 30px; position: relative;}

#nav {background: url('/images/design/nav-bg.gif') repeat-x;}
#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav ul {width: 922px; margin: 0 auto; height: 35px; line-height: 35px;}
#nav li { position: relative; float: left;}

#nav a, #nav a:visited { color: #00b74f; text-decoration: none; display: block; padding: 0 10px; }

#nav .last a {border-right: none;}

#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.affiliations #nav #nav-affiliations a,
.portfolio #nav #nav-portfolio a,
.sheetmetal #nav #nav-sheetmetal a,
.residential #nav #nav-residential a,
.commercial #nav #nav-commercial a,
.articles #nav #nav-articles a,
.contact #nav #nav-contact a { text-decoration: underline; background: url('/images/design/nav-active-bg.gif') repeat-x;  }

#footer { width: 922px; margin: 0 auto; font-size: 90%; text-align: center; color: #999;  border-top: 1px dotted #999; padding-top: 20px;}
#footer a, #footer a:visited { color: #999; text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }

/* == MISC ============================================= */

/* 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; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }

blockquote { margin: 10px 10px; padding: 5px; background: #E8F1E7; border-bottom: 1px solid #D2DFD1; border-right: 1px solid #D2DFD1; }
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: #0567ae; }

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

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

											Custom Styles

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

#affils td {padding: 3px;}
a.button {display: block; width: 186px; height: 40px; background: url('/images/design/24hour-button.gif') center top no-repeat; text-indent: -9999px;}
a.button:hover {background: url('/images/design/24hour-button.gif') center -40px no-repeat;}

p.creditcards {position: absolute; bottom: 0; right: 0;}.photo {margin: 0 5px 5px 5px;padding:5px;border:1px solid #E3D9B9;text-align:center;float:left;width:250px;}.photo p {padding:5px 0 0 0;}