@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 url(/design/grade.gif) repeat-x; color: #666; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #d01010; font-weight: 400; margin-bottom: 8px; }
.home h1, .home h2, .home h3, .home h4, .home h5, .home h6 { color: #2573ad; }
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: #036; text-decoration: underline; }
a:hover, a:active { color: #036; 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;  border-bottom: 1px solid #fff; }
#nav li.hover {  }
#nav li ul { position: absolute; display: none; left: 216px; top: 0; background: #c8e3ee }
#nav li:hover ul, #nav li.hover ul { display: block; }
#nav a { padding: 0 22px; line-height: 32px; color: #fff; text-decoration: none; background: url(/design/nav.gif); display: block; height: 32px;  }
#nav a:hover, #nav li.hover a, #nav li.hover li a:hover,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.offers #nav #nav-offers a,
.testimonials #nav #nav-testimonials a,
.contact #nav #nav-contact a { color: #036; background: url(/design/nav-active.gif); }
#nav li.hover li a { background: #c8e3ee; color: #036; white-space: nowrap; width: 172px; }

#footer { margin: 0 auto; padding: 20px; border-top: 1px dotted #ccc; font-size: 90%; text-align: center; color: #999; float: left; clear: both; width: 846px }
#footer a, #footer a:visited { color: #036; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #036; 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: #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

/******************************************************************************************************/

#container { display: block; width: 886px;background: #fff url(/design/header.gif) no-repeat; margin: 0 auto; }

#leftcol, #rightcol { float: left; clear: none; display: inline; }

#branding { display: block; height: 153px; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; height: 153px; text-indent: -99999px; }
#branding table.info { width: 490px; position: absolute; right: 22px; top: 110px; font-size: 90%; line-height: 1.1em; color: #000; }
#branding table.info h2 { color: #2573ad; }
#branding table.info table p { color: #ef3636; font-size: 1.2em; text-align: center; padding: 8px; line-height: 1.5em; margin: 0 }
#branding table.info table small { text-align: center; display: block; }

#leftcol { width: 216px; padding: 1px; }
#rightcol { padding: 95px 22px 22px; _padding-top: 120px; width: 624px; }
#midcol { padding: 22px; }
#midcol li { display: inline; list-style: none; margin-right: 22px; }
#midcol table h2 a { color: #fff; background: #2574ac; background: #2574ac; display: block; width: 206px; font-weight: bold; text-align: center;}
#midcol table h2 a span { display: block; padding: 10px; }
#side { padding: 20px; }