@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: 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: aqua; text-decoration: underline; }
a:hover, a:active { color: fuchsia; 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, .container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group, .container { 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; }

#footer { margin: 0 auto; font-size: 90%; line-height: 1.2em; text-align: center; color: lime; }
#footer a, #footer a:visited { color: lime; text-decoration: underline; }
#footer a:hover, #footer a:active { color: lime; 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 #ad4b00; }

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

/* 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: 298px; padding: 0 .25em; background-color: #DD6000; color: #fff; text-transform: uppercase; font-size: 90%; }

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

											Custom Styles

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

body {
	background: #000 url(../images/design/background.png) top repeat-x;
	font-family:Arial, sans-serif;
}

.container {
	margin:0 auto;
	position:relative;
	width:850px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color:#FFF;
}

#branding,
#branding .container {
	background:url(../images/design/branding.jpg) center top repeat-x;
	color:#FFF;
	height:180px;
}

#branding .container {
	background:none;
}

#branding h1 {
	background:url(../images/design/logo.png) no-repeat;
	height:102px;
	left:0;
	position:absolute;
	top:35px;
	width:208px;
}

#branding h1 a {
	display:block;
	height:100%;
	text-indent:-9000px;
}

#branding p {
	font-size:2em;
	font-weight:bold;
	height:102px;
	margin:0;
	position:absolute;
	right:0;
	text-align:right;
	top:95px;
	width:300px;
}

#branding .email {
	font-size:0.6em;
}

#wrap {
	padding:20px 0 50px;
}

#side,
#nav {
	float:left;
	position:relative;
	width:218px;
	z-index:2;
}

#nav {
	background:#87232E url(../images/design/nav_top.png) center top no-repeat;
	float:none;
	margin-bottom:20px;
	text-align:center;
}

#nav .group {
	background:url(../images/design/nav_bottom.png) center bottom no-repeat;
	width:auto;
	margin:0;
	padding:10px;
}

#nav li {
	border-top:1px solid #A32762;
	height:2em;
	line-height:2em;
}

#nav-home {
	border-top:0 !important;
}

#nav li a {
	color:#EAB60C;
	text-decoration:none;
	display:block;
}

#nav li ul,
#nav li ul.group {
	background:#87232E;
	float:none;
	left:198px;
	margin:0;
	text-align:left;
	padding:0;
	top:-1px;
	width:175px;
}

#nav li ul li {
	height:auto;
}

#nav li ul a {
	padding:0 10px;
}

#nav a:hover,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.thermal #nav #nav-thermal a,
.wind #nav #nav-wind a,
.mold #nav #nav-mold a,
.inspection #nav #nav-inspection a,
.report #nav #nav-report a,
.your_report #nav #nav-your_report a,
.articles #nav #nav-articles a,
.contact #nav #nav-contact a {
	text-decoration:underline;
}













#logos {
	text-align:center;
}

#logos img {
	margin-bottom:10px;
	vertical-align:bottom;
}

#content {
	color:#FFF;
	float:right;
	position:relative;
	text-align:justify;
	width:594px;
	z-index:1;
}

#content p, #content ul li{
color: #fff;
}

#mp-main {
	padding:0 15px;
}

#content ,
#content h2,
#content h3,
#content h1 a,
#content h2 a,
#content h3 a {
	color:#DD6000;
	margin-bottom:0.6em;
}

#callout {
	padding-bottom:20px;
}

#callout ul {
	margin:0;
	padding:0;
}

#callout li {
	float:left;
	margin:0;
	padding-right:1px;
}

#footer,
#footer a,
#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color:#B3A8FF;
}

#footer {
	padding:10px 0;
}

#footer p {
	margin:0;
}