@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: #ccc; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.8em; }
h1 { font-size: 1.65em; font-weight:bold; }
h2 { font-size: 1.45em; font-weight:bold; }
h3 { font-size: 1.25em; font-weight:bold; }
h4, h5, h6 { font-size: 1.1em; }

a { color:#6f90b8; text-decoration:underline; }
a:hover { text-decoration:none; }

h1, h1 a { color:#af060a; }
h3, h3 a, h4, h4 a { color:#222; }
h2, h2 a {color:#6d99be;}

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after, form p:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group, form p { 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 { text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; }

.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: 37em; 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 #6d99be }

/* legend styling */
legend { font-weight: bold; color: #6d99be; }

/* 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: #6d99be; color: #fff; text-transform: uppercase; font-size: 90%; }


/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

body {
	background:#e2e1e1 url(/images/design/bg.png) repeat-x left bottom;
}

#wrapper {
	background:#fff;
	margin:0 auto;
	width:817px;
}

#branding {
	background:#FFF url(/images/design/header.png) repeat-x left bottom;
	height:86px;
	padding-bottom:8px;
	position:relative;
}

#branding h1,
#branding h1 a {
	height:69px;
	margin:0;
	padding:0;
	width:368px;
}

#branding h1 {
	background:url(/images/design/logo.png) no-repeat;
	left:30px;
	position:absolute;
	top:2px;
}

#branding h1 a {
	display:block;
	text-indent:-9000px;
}

#contact-info {
	position:absolute;
	right:30px;
	text-align:right;
	top:5px;
	width:200px;
}

#contact-info,
#contact-info a {
	color:#0a4582;
	margin:0;
}

#contact-info .phone {
	display:block;
	font-size:1.5em;
	line-height:1.4em;
	font-weight:normal;
	margin:0 0 0.25em;
}

#contact-info .email {
	display:block;
	font-size:1.15em;
	text-decoration:none;
}

#contact-info .email:hover {
	text-decoration:underline;
}

#contact-info address {
	display:block;
}

#nav {
	background:#b9b8b8 url(/images/design/nav.png) repeat-x center top;
	font-size:1.1em;
	font-weight:bold;
	padding:10px 0 22px;
	position:relative;
	text-align:right;
	z-index:2;
}

#nav li {
	float:left;
	margin:0;
	padding:0 20px;
	width:224px;
}

#nav a,
#nav li.hover ul a,
#nav li:hover ul a {
	background:url(/images/design/nav_separator.png) repeat-x left bottom;
	color:#fff;
	display:block;
	float:left;
	padding:4px 8px 4px 0;
	width:216px;
}

.home #nav-home,
.about #nav-about,
.affiliations #nav-affiliations,
.arguments #nav-arguments,
.services #nav-services,
.residential #nav-residential,
.commercial #nav-commercial,
.products #nav-products,
.testimonials #nav-testimonials,
.articles #nav-articles,
.coupons #nav-coupons,
.contact #nav-contact {
	background:url(/images/design/nav_bullet.png) no-repeat 97% 50%;
}

.home #nav-home a,
.about #nav-about a,
.affiliations #nav-affiliations a,
.arguments #nav-arguments a,
.services #nav-services a,
.residential #nav-residential a,
.commercial #nav-commercial a,
.products #nav-products a,
.testimonials #nav-testimonials a,
.articles #nav-articles a,
.coupons #nav-coupons a,
.contact #nav-contact a {
	color:#cfd6de;
}

#nav li:hover,
#nav li.hover,
#nav li ul {
	background-color:#777;
}

#nav li ul {
	font-size:0.9em;
	left:264px;
	text-align:left;
	top:0;
	width:200px;
	opacity:0.90;
	filter:alpha(opacity=90);
}

#nav li ul li {
	border-top:1px solid #444;
	background:none;
	float:none;
	height:auto !important;
	line-height:auto !important;
	margin:0;
	padding:0;
}

#nav li ul li a,
#nav li.hover ul li a,
#nav li:hover ul li a {
	background:none;
	float:none;
	color:#e3ceb4;
	height:auto !important;
	line-height:1.5 !important;
	padding:5px 8px;
	width:190px;
}

#nav li ul li a:hover {
	background:#105444;
	color:#d09256;
}

#columns {
	color:#333;
	position:relative;
	z-index:1;
}

#callout {
	font-size:0.9em;
	overflow:hidden;
	position:relative;
	line-height:1.25;
}

#callout,
#callout a {
	color:#fff;
	display:block;
	text-decoration:none;
}

#callout a:hover {
	text-decoration:underline;
}

#callout li {
	background:none repeat-x left top;
}

#callout .bg {
	background:none no-repeat 10px 10px;
	padding:10px 10px 1px 80px;
	overflow:hidden;
}

#callout h3 {
	font-size:1.15em;
	font-weight:normal;
	margin-bottom:0.25em;
}

#callout h3,
#callout h3 a {
	color:#d08a4e;
	font-weight:bold;
}

#callout #callout-1 {
	background-color:#b40404;
	background-image:url(/images/design/callout_1_bg.png);
}

#callout #callout-1 .bg {
	background-image:url(/images/design/callout_1.jpg);
}

#callout #callout-1 h3,
#callout #callout-1 h3 a {
	color:#ee99a9;
}

#callout #callout-2 {
	background-color:#0b4a8b;
	background-image:url(/images/design/callout_2_bg.png);
}

#callout #callout-2 .bg {
	background-image:url(/images/design/callout_2.jpg);
}

#callout #callout-2 h3,
#callout #callout-2 h3 a {
	color:#aabacd;
}

#callout #callout-3 {
	background-color:#f16323;
	background-image:url(/images/design/callout_3_bg.png);
}

#callout #callout-3 .bg {
	background-image:url(/images/design/callout_3.jpg);
}

#callout #callout-3 h3,
#callout #callout-3 h3 a {
	color:#efc38f;
}

#leftcol {
	float:left;
	position:relative;
	width:264px;
	z-index:2;
}

#leftcol .content {
	padding:0 20px;
}

#rightcol {
	float:right;
	overflow:hidden;
	position:relative;
	width:553px;
	z-index:1;
}

#content {
	padding:20px;
}

/*#content ul, #content ul li {
line-height:1.4em;
margin:0;
}*/

.home #content {
	padding-top:30px;
}

#home-callout {
	height:298px;
	list-style:none;
	margin:0;
	padding:0;
}

#home-callout li {
	margin-bottom:0;
}

#home-callout a {
	display:block;
	height:100%;
	text-decoration:none;
	text-indent:-9000px;
}

#home-callout-1 {
	background:url(/images/design/home_callout_1.jpg) no-repeat;
	height:251px;
}

#home-callout-2 {
	background:url(/images/design/home_callout_2.jpg) no-repeat;
	height:47px;
	float:left;
	margin-left:15px;
	width:247px;
}

#home-callout-3 {
	background:url(/images/design/home_callout_3.jpg) no-repeat;
	height:47px;
	float:right;
	margin-right:15px;
	width:247px;
}

#home-callout-4 {
	background:url(/images/design/home_callout_4.png) no-repeat;
	color:#d08a4e;
	display:block;
	font-weight:bold;
	height:31px;
	line-height:31px;
	margin:10px auto 20px;
	text-align:center;
	text-decoration:none;
	width:333px;
}

#mp-request {
	padding-top:20px;
}

#logos {
	margin:0;
	padding-top:20px;
	text-align:center;
}

#logos img {
	padding:0 5px;
}

#footer {
	font-size:0.9em;
	padding:10px;
	text-align:center;
}

#footer,
#footer a {
	color:#fff;
}

#footer * {
	margin:0;
}

.block {
	background-color:#999966 !important;
	padding:5px;
}