@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: #E0E0E0; color: #000; 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: #2A6EBB; text-decoration: none; }
a:hover, a:active { color: #2A6EBB; text-decoration: underline; }

/* group (also known as clearfix) applies style to div's containing other floating elements - FLOAT CHILDREN LEFT AND CLEAR NONE */
.group:after, #wrapper:after, #branding:after, .tabs:after, .tab-elements ol:after, #brand-group:after, #finance:after,#nav ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.group,#wrapper, #branding, .tabs, .tab-elements ol, #brand-group, #finance { zoom: 1; display: block; }

/* layout */
#wrapper { margin: 6px auto; width: 868px; background: #fff url(../images/bg_m-1.jpg) repeat-y 0 0; }
#branding { position: relative; z-index: 2; }
#branding h1 { text-indent: -999em; width: 293px; height: 143px; position: relative; margin: 1px 0 0 37px; float: left; display: inline; }
#branding h1 img { position: absolute; top: 0; left: 0; }
#branding p { float: right; display: inline; margin: 17px 47px 0 0; text-align: right; }
#branding p strong { font-family: Arial; color: #C2353D; font-weight: bold; display: block; margin-bottom: 13px; font-size: 1.85em;  }

#branding p a.email { font-weight: bold; }

#nav { float: left; width: 240px; position: relative; z-index: 2; }
#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#nav ul#menu { width: 180px; padding: 16px 0 0 48px; }
#nav ul#menu li { background: url(../images/hr_dot.gif) repeat-x 0 0; padding-top: 1px; position: relative; }
* html #nav ul#menu li {width: 180px; float: left; clear: left;}
#nav ul#menu li a { font-weight:bold; font-size: 0.92em; /* 11px */ display: block; cursor: pointer; height: 20px; line-height: 20px; vertical-align: middle; padding-left: 12px; color: #2A6EBB; }
#nav ul#menu li a:hover, #nav ul#menu li a.current { background:#E2EAF3;  }
#nav ul#menu ul { display:none;position: absolute; top: 0; left: 180px; width: 203px; z-index: 99; }
#nav ul#menu li li { background: #fff; padding-top: 0;  }
#nav ul#menu li li a { display: block; background: #A8C0E2; border-bottom: 1px solid #fff; color: #666;font-weight:bold; font-size:0.86em;; }
#nav ul#menu li li a:hover, #nav ul#menu li li a.current, 
#nav a:hover, #nav a:active, #nav a.current, 
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.green #nav #nav-green a,
.maintenance #nav #nav-maintenance a,
.specials #nav #nav-specials a,
.products #nav #nav-products a,
.testimonials #nav #nav-testimonials a,
.articles #nav #nav-articles a,
.educational #nav #nav-educational a,
.request #nav #nav-request a,.portfolio #nav #nav-portfolio a,
.contact #nav #nav-contact a
 { background: #E2EAF3; color:#005FAB; }

 .right-column { float: right; width: 620px; position: relative;}

#nav a, #nav a:visited {   text-decoration: none; }

#footer { margin: 0 auto; font-size: 0.92em; text-align: center; color: #666666; clear: both; }
#footer a, #footer a:visited { color: #005EAA; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #005EAA; 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: 40em; margin-left: 5px; }
#content-inner 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: #0567ae; }

/* 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

/******************************************************************************************************/
.left-column{ float: left; width: 240px;}
/* corner-box */
.shadow-box { position: relative; }
span.t, span.b { overflow: hidden; position: absolute; z-index: 1; background-repeat: no-repeat; display: block; }
span.t { left:0px; top:0px; background-position: 0 0;  } 
span.b { left: 0px; bottom: -9px; background-position: bottom left; } 
* html span.b { bottom: -10px;} 
#wrapper span.t { background-image: url(../images/bg_t-1.jpg); width: 868px; height: 16px; }
#wrapper span.b { background-image: url(../images/bg_b-1.png); width: 868px; height: 28px; }

/* red-box */
.red-box{ margin: 42px 0 0 20px;  float: left; display: inline;}
.red-box { background: url(../images/bg_red-box-mid.jpg) repeat-y 0 0; width: 223px; color: #fff; clear: both; }
.red-box .box-header { background: url(../images/bg_red-box-header.jpg) no-repeat 0 0; width: 223px; }
.red-box .box-header h2 { height: 56px; position: relative; text-indent: -999em; }
.red-box .box-header h2 img { position: absolute; top: 26px; left: 29px; }
.red-box .box-header p { padding: 0 16px 12px 29px; margin-bottom: 1.1em;  font-size: 0.92em;  }
.red-box .box-body { background: url(../images/bg_red-box-body.jpg) no-repeat left bottom; width: 223px;  }
.red-box .box-body h3 { font-weight: bold; padding-left: 29px; }
.red-box .box-body p { padding: 0 16px 0 29px;  font-size: 0.92em; }
.red-box .box-body ul { padding-left: 60px; padding-bottom: 22px;margin: 0; }
.red-box .box-body ul li { list-style: disc; padding-right: 20px; margin: 0; }
.red-box .box-body li p { margin: 0; padding:0; }

/* tab*/
#callout .tabs li { display: inline; margin-right: 5px; }
.tabs li.current  { float: left; height:38px; background: #D9E2EA; }
.tabs li.current  a {  float: left; height:38px; display: block; background: url(../images/bg_tab-l.gif) no-repeat left top; padding-left: 12px; }
.tabs li.current  span { float: left; height:38px; line-height: 38px; vertical-align: middle;display: block; background: url(../images/bg_tab-r.gif) no-repeat right top; padding-right:12px; 
	font-weight: bold; color: #2A6EBB;  
	}
#callout .tabs { position: absolute; top:-30px; right:4px;padding-right: 34px; height: 38px; z-index: 9; }
.tabs li{  float: left; height:38px; background: url(../images/bg_tab-m-2.gif) repeat-x left top; }
#callout .tabs li a { text-decoration: none }
.tabs li a { float: left; height:38px; display: block; background: url(../images/bg_tab-l-2.gif) no-repeat left top; padding-left: 12px; ;}
.tabs li span { cursor: pointer; float: left; height:38px; line-height: 38px; vertical-align: middle;display: block; background: url(../images/bg_tab-r-2.gif) no-repeat right top; padding-right:12px; font-weight: bold; color: #fff; font-size: 0.92em; }
.tab-elements { background: url(../images/bg_tab-elm.jpg) no-repeat 0 0; padding: 8px; margin-top: 8px; }
#callout .tab-elements ol { padding:0; margin: 0; }
.tab-elements li { float: left; position: relative; } 
#callout .tab-elements li a { text-decoration: none; }
.tab-elements li strong { z-index: 9; display: block; position: absolute; bottom: 22px; left: 8px; color: #fff; width: 130px; text-align: center; font-size: 1em; }

.content h1,.content h2, .content h3 { color:#C2353E; font-weight: bold; margin: 19px 0 0 0;  }
.content h1 {font-size: 1.3em; margin-bottom:1em;}
.content h2 { font-size: 1.2em; }
.content p { margin: 0 50px 0 0; padding-bottom: 18px; font-size: 0.92em; }
.content p.headline { background: url(../images/hr-dot.gif) repeat-x bottom left; }
.content ul.list { margin: 18px 50px 0 30px; padding:0; }
.content ul.list li {list-style: disc outside; position: relative; font-size: 0.92em; margin: 0;}
.content dl { display: inline; line-height: 1.6; }
.content dl dt { display: inline; margin: 0; padding: 0; font-weight: bold; }
.content dl dd { display: inline; margin: 0; padding: 0; }
.content p.bottom { clear:both; padding: 29px 0 18px 0; margin: 0; color: #C2353E; font-weight: bold; font-size: 1.38em; }
.content #finance { padding: 28px 0 0 63px; font-size: 0.92em; }
.content #finance img { float: left; padding: 0 12px 0 0; }

#brand-group { clear: both; padding: 0 0 0 0; position: relative; }
#brand-group a { display: table-cell; height: 80px; vertical-align: middle;  padding-left: 58px; }
p.link { text-align: right; height: 20px; margin-top: -12px; padding-right: 40px; }
p.link a { text-decoration: underline; font-size: 0.92em; }
p.link a:hover { text-decoration: none; }

/*********
Interior page
*********/
body.interior hr.line {  background: #005FAB; border: 0; height: 4px; width: 588px; position: absolute; top: 2px; left: 0; *top: 8px; color: #005FAB }
body.interior .content p.headline { background: transparent; margin-bottom:0; padding-bottom: 0;}
body.interior .content ol.list { margin: 0; padding-left: 0; }
body.interior .content ol.list li { list-style: disc outside;  margin: 0;}
body.interior .content ol.list p { margin: 0; padding: 0; }

body.interior .content ul.list{ margin-top: 0; }
body.interior .content ul.list li { padding-bottom: 18px;  margin: 0;}

body.interior .content h1{ margin-top: 25px;}

#content-inner {padding:25px;}
