@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, Verdana, 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.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: #461d15; text-decoration: underline; }
a:hover, a:active { 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: #272324; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.request #nav #nav-request a,
.design-centers #nav #nav-design-centers a,
.mobile #nav #nav-mobile a,
.home-builders #nav #nav-home-builders a,
.tenant #nav #nav-tenant a,
.products #nav #nav-products a,
.specials #nav #nav-specials a,
.contact #nav #nav-contact a { color: #898e7f; text-decoration: underline; }





#footer { margin: 0 auto; text-align: center; color: #898e7f; }
#footer a, #footer a:visited { color: #898e7f; text-decoration: none; }
#footer a:hover, #footer a:active { color: #898e7f; 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 */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0;clear:both; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #424a31; }

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

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

											Custom Styles

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

/* Layout */

.container		{ width: 726px; margin: 0 auto; }
#leftcol		{ width: 156px; float: left; padding-top: 50px; }
#rightcol		{ width: 554px; float: right; }

/* Header */

#branding		{ text-align: center; height: 50px; line-height: 50px; color: #424a31; font-size: 2em; }
#branding span	{ font-weight: bold; vertical-align: middle; }
#branding a		{ color: #898e7f;font-size: .7em; vertical-align: middle; text-decoration: none; }

#logo,
#logo span		{ width: 156px; height: 293px; position: relative; overflow: hidden; text-align: center; }
#logo span		{ display: block; position: absolute; left: 0; top: 0; background: url(../images/logo.gif) no-repeat; }

/* Navigation */

#nav			{ margin: 10px 0 20px; padding: 0; }
#nav li			{ background: url(../images/bg-nav.gif) left bottom repeat-x; }
#nav li a		{ display: block; padding: 0 8px; height: 23px; line-height: 23px; color: #212a0d; text-decoration: none; }


/* Sub Navigation */

#subnav			{ background: url(../images/bg-contentnav.gif) left center repeat-x; padding: 1px 0; height: 61px; margin: 0; list-style-type: none; }
#subnav li		{ position: relative; height: 61px; float: left; margin: 0; padding: 0; margin-left:30px; }
#subnav li span	{ position: absolute; top: 0; left: 0; display: block; height: 61px; line-height: 61px; background-repeat: no-repeat; background-position: center center; }
#subnav li#nav-estimate, #subnav li#nav-estimate span
				{ width: 186px; background-image: url(../images/bg-nav-estimate.gif); }
#subnav li#nav-newsletter, #subnav li#nav-newsletter span
				{ width: 140px; background-image: url(../images/bg-nav-newsletter.gif); }
#subnav li#nav-designcenters, #subnav li#nav-designcenters span
				{ width: 164px; background-image: url(../images/bg-nav-designcenters.gif); }
#subnav li#nav-blog, #subnav li#nav-blog span
				{ width: 108px; background-image: url(../images/bg-nav-blog.gif); }

body.home #subnav
				{ margin: 0; padding: 0; height: 34px; }
body.home #subnav li
				{ height: 34px; margin-left:30px; }
body.home #subnav li span
				{ height: 34px; line-height: 34px; }

/* Content */

#content 		{ padding: 40px 18px 0; }
body.home #content
				{ padding: 0; }
#content h1, #content h2 { color: #461d15; font-size: 2.6em; text-transform: uppercase; margin-bottom: 20px; font-weight: normal; line-height:1em; }

#content h2 { font-size: 2em;}

#content h3#ir-retail
				{ margin-bottom: 15px; }
#content h3#ir-mobile
				{ margin-bottom: 4px; }
#content h3#ir-retail, #content h3#ir-retail span, #content h3#ir-mobile, #content h3#ir-mobile span
				{ position: relative; width: 550px; height: 216px; overflow: hidden; text-align: center; line-height: 216px; }
#content h3#ir-retail span, #content h3#ir-mobile span
				{ display: block; position: absolute; left: 0; top: 0; background-repeat: no-repeat; }
#content h3#ir-retail span
				{ background-image: url(../images/ir-retail.jpg); }
#content h3#ir-mobile span
				{ background-image: url(../images/ir-mobile.jpg); }

#bottom			{ background-color: #424a31; color: #fff; text-align: right; padding: 10px 15px; clear: both; margin-right: 4px; }
#bottom h3		{ font-size: 1.1em; text-transform: uppercase; font-weight: bold; }
#bottom .left	{ float: left; width: 370px; }
#bottom .right	{ float: right; width: 140px; }
#bottom p 		{ margin-bottom: 0; }

/* Footer */

#footer			{ clear: both; text-align: center; font-size: .8em; line-height: 1.4; padding-top: 15px; }
