@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: "Trebuchet MS", 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 */; padding-bottom:10px; }
h2 { font-size: 1.3em /* 15px */; font-weight: bold; border-bottom: 1px solid #0c63b3; padding-bottom:10px; }
h3 { font-size: 1.2em /* 14px */; font-weight: bold; }
h4, h5, h6 { font-size: 1.1em /* 13px */; font-weight: normal; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #fff; text-decoration: underline; }
a:hover, a:active { color: #fff; 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 { text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about-us #nav #nav-about-us a,
.our-services #nav #nav-our-services a,
.testimonials #nav #nav-testimonials a,
.article-1 #nav #nav-article-1 a,
.article-2 #nav #nav-article-2 a,
.article-3 #nav #nav-article-3 a,
.request-appointment #nav #nav-request-appointment a,
.contact-us #nav #nav-contact-us a { text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #fff; }
#footer a, #footer a:visited { color: #fff; text-decoration: none; }
#footer a:hover, #footer a:active { color: #fff; 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: #FFF; }

/* 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

/******************************************************************************************************/

/* Layout */

body {
	background: #02a5dd url('../images/bg_body.gif') repeat-x;
	color: #fff;
}

.container {
	margin: 0 auto;
	width: 775px;
}

/* Custom Reset */

#nav, #services, .cols, #nav li, #services li, .cols li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Header */

#branding {
	background: url('../images/bg_header.jpg') right top no-repeat;
	height: 164px;
	padding: 15px 25px 0 0;
	position: relative;
}

#branding h1, #branding h1 span {
	width: 296px;
	height: 130px;
	overflow: hidden;
	position: relative;
}

#branding h1 span {
	background: url('../images/logo.gif') no-repeat;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
}

#branding .phones {
	width: 165px;
	text-align: center;
	position: absolute;
	left: 316px;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#branding .phones h4 {
	font-size: 1.5em;
	font-weight: normal;
	padding-top: 10px;
}

#branding .phones p {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	padding: 7px 0 0;
}

#branding .request {
	background: #e4b423 url('../images/bg_request.gif') no-repeat;
	width: 212px;
	height: 48px;
	position: absolute;
	left: 539px;
	top: 124px;
	text-align: center;
	color: #083060;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

#branding .request a {
	display: block;
	width: 212px;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
	color: #083060;
}

#branding .request a:hover {
	text-decoration: underline;
}

/* Navigation */

#nav {
	height: 39px;
	background-color: #fff;
	float: left;
	width: 100%;
	font: bold .9em Arial, Helvetica, sans-serif;
	margin-left: -19px;
	position: relative;
	z-index: 1;
}

#nav li {
	float: left;
	background: url('../images/bg_nav_item.gif') right center no-repeat;
}

#nav li.last {
	background: none;
}

#nav li.last a {
	padding-right: 0;
}

#nav li a {
	color: #083060;
	text-decoration: none;
	padding: 0 19px;
	line-height: 38px;
	height: 39px;
	float: left;
	display: block;
}

#nav li a:hover, #nav li:hover a, #nav li.hover a {
	color: #c32f22;
}

#nav ul {
	background-color: #0d5db0;
	border: solid 1px #fff;
	border-top: none;
	width: 230px;
}

#nav ul li {
	float: none;
	background: none;
}

#nav ul li a, #nav li:hover ul li a, #nav li.hover ul li a {
	float: none;
	color: #fff;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
	border-top: solid 1px #fff;
}

#nav ul li a:hover {
	background-color: #01ace2;
	color: #fff;
}

#nav li:hover ul, #nav li.hover ul {
	top: 39px;
	left: 0;
	z-index: 999;
}

/* Content */

#content {
	width: 100%;
	float: left;
	padding: 11px 0 0;
	margin-top: 13px;
	clear: both;
	background: url('../images/bg_content.gif') repeat-y;
}

#services li {
	width: 248px;
	height: 188px;
	margin-right: 3px;
	float: left;
	background-position: 7px 0;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 20px;
}

#services li a {
	text-decoration: underline;
	display: block;
	width: 248px;
	height: 188px;
	padding-right: 0px;
	line-height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
}
#services li a span{
	text-decoration: underline;
	display: block;
	width: 166px;
	height: 40px;
	padding-right: 40px;
	line-height: 40px;
	position: absolute;
	left: 23px;
	top: 136px;
	color: #fff;
	font-size: 1.2em;
	text-align: center;
		cursor: pointer;
	}
	#services li a span:hover{
	text-decoration: none;
	}

#services #services-residental {
	background-image: url('../images/bg_home_residental.jpg');
}

#services #services-commercial {
	background-image: url('../images/bg_home_commercial.jpg');
}

#services #services-termites {
	background-image: url('../images/bg_home_termites.jpg');
}

#services #services-animals {
	background-image: url('../images/bg_home_rats.jpg');
}

#services #services-real-estate {
	background-image: url('../images/bg_home_realestate.jpg');
}

#services #services-bees {
	background-image: url('../images/bg_home_bees.jpg');
}

#services #services-animals a, #content #services #services-real-estate a {
	color: #353535;
}

#content #services #services-termites a span, #content #services #services-real-estate a span {
	line-height: 17px;
	padding-top: 3px;
	height: 37px;
}

#services li a:hover {
	text-decoration: none;
}

#offers {
	margin-left: 8px;
	width: 733px;
	float: left;
	background: #083060 url('../images/bg_divider.gif') 400px 11px no-repeat;
	text-align: center;
	padding: 10px 0;
	clear: both;
}

* html #offers {
	margin-left: 4px;
}

#offers .left {
	float: left;
	width: 400px;
}

#offers .right {
	float: left;
	width: 333px;
}

#offers h3 {
	font-weight: normal;
	font-size: 1.5em;
	color: #009edd;
}

#offers h3 a {
	color: #009edd;
	text-decoration: underline;
}

#offers p {
	font-size: 1em;
	margin: 0;
}

.cols {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 100%;
}

.cols li {
	width: 198px;
	padding: 0 25px;
	margin-right: 4px;
	float: left;
	text-align: center;
	font-size: 1.5em;
}

.cols li.small {
	font-size: 1em;
}

.cols li.small strong {
	font-size: 1.1em;
}

.cols li img {
	margin-top: 40px;
}

.cols li p {
	margin: 0;
}

.cols li p img {
	margin-top: 20px;
}

/* Footer */

#footer {
	clear: both;
	background: #02a5dd url('../images/bg_content_bottom.gif') no-repeat;
	padding: 30px 0;
	text-align: center;
	color: #fff;
	font-size: .9em;
	line-height: 20px;
	width: 750px;
	float: left;
}


#mpe {
	z-index: 100;
	width:650px;
	padding: 40px;
	margin-left:10px;
	margin-right:10px;
	background-color: #003d7a;
	border: 1px solid #0c63b3;
	border-bottom: none;
	}