@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: #babfcc; color: #2c2d2f; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #fa750a; margin-bottom: 0.3em; }
h1 { font-size: 1.9em; margin-bottom: 0.6em /* 18px */; }
h2 { font-size: 1.7em /* 15px */; }
h3 { font-size: 1.5em /* 14px */; }
h4, h5, h6 { font-size: 1.3em /* 13px */; }
h2 a, h3 a, h4 a, h5 a, h6 a { position: relative; left: -25px; padding-left: 25px; background: url(/design/box-arro.gif) 10px no-repeat; font-size: 90%; white-space: nowrap; text-decoration: none; }

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

a, a:visited { color: #f32837; text-decoration: underline; }
a:hover, a:active { color: #f32837; 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 { background: #fa750a; display: block; text-align: center; margin: 0 auto; }
#nav ul { margin-left: 1em; }
#nav li { display: inline; }
#nav li { position: relative; }
#nav li ul { position: absolute; display: none; left: 0; top: 34px; background: #fa750a; }
#nav li#nav-articles ul { left: -325px; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #fff; line-height: 34px; height: 34px; display: block; padding: 0 1em; font-weight: bold; float: left; clear: none; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.plumbing #nav #nav-plumbing a,
.heating #nav #nav-heating a,
.solar #nav #nav-solar a,
.water #nav #nav-water a,
.articles #nav #nav-articles a,
.testimonials #nav #nav-testimonials a,
.contact #nav #nav-contact a { background: #fff; color: #f32837; text-decoration: none; }

#nav li ul a { width: auto; white-space: nowrap; clear: both; }
#nav li ul a:hover { background: #fa750a; color: #fff; text-decoration: underline; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #fff; background: #fa750a; padding: 1em 20px; width: 810px; }
#footer a, #footer a:visited { text-decoration: underline; }
#footer a:hover, #footer a:active { text-decoration: none; }

.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: #db212f; }

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

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

											Custom Styles

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

#container { width: 850px; margin: 0 auto; background: #fff url(/design/brand-callout.gif) no-repeat; }

#branding { display: block; height: 274px; overflow: hidden; }
#branding h1 { margin: 0; }
#branding h1 a { margin: 0; display: block; height: 84px; width: 253px; text-indent: -99999px; }
#branding p  { position: absolute; left: 253px; top: 0; background: url(/design/green-cool.jpg) no-repeat; display: block; height: 274px; width: 597px; text-indent: -99999px; }

	.heating #branding p {background: url(/design/Heating.jpg) no-repeat;}
	.about #branding p {background: url(/design/About-Us.jpg) no-repeat;}
	.plumbing #branding p {background: url(/design/Plumbing.jpg) no-repeat;}
	.solar #branding p {background: url(/design/Solar.jpg) no-repeat;}
	.water #branding p {background: url(/design/Well-Services.jpg) no-repeat;}

#callout li { height: 62px; }
#callout li a, #callout li a:visited { display: block; line-height: 62px; padding-left: 45px; color: #f32837; font-size: 1.34em; text-decoration: none; }
#callout li a:active, #callout li a:hover { text-decoration: underline; }

#leftcol, #rightcol { float: left; clear: none; display: inline; }
#leftcol { padding: 20px 10px; width: 233px; background: url(/design/grade.gif) repeat-x; }
#rightcol { padding: 20px 25px; width: 547px; }

#leftcol p img { margin-bottom: 2em; }

p.phone { font-size: 2.5em; color: #000; }
p.email { font-size: 1.3em; }

.home table table p { text-transform: uppercase; color: #fa750a; font-size: 1.1em; margin: 0.5em 0 }

