@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: #272727 url(/design/background.gif); color: #fff; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 6px auto 0; }

h1, h2, h3, h4, h5, h6 {  font-weight: bold; margin-bottom: 0.5em; }
h1 { font-size: 1.5em /* 18px */; margin-bottom: 1.2em; }
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: #fb1c04; text-decoration: underline; }
a:hover, a:active { color: #fb1c04; 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; display: block; height: 206px; background: url(/design/head.jpg) no-repeat; }
#branding h1 { position: absolute; display: block; width: 266px; height: 182px; left: 12px; top: 8px; margin: 0;}
#branding h1 a { display: block; width: 266px; height: 206px ; text-indent: -99999px;  z-index:100; }

#branding p { position: relative; left: 336px; top: 62px; text-align: right; font-size: 1.5em;  width:420px; }
#branding p a { font-size: 0.66em; color: #0486ff; }

#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.8em; text-align: center; color: #fff; padding: 1em; }
#footer a, #footer a:visited { color: #fff; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #fff; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #6c0603; border-bottom: 1px solid #600; border-right: 1px solid #600; }
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: #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: #ee1100; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#container { width: 762px; margin: 0 auto; background: url(/design/drip.gif); }

#leftcol, #rightcol { display: inline; float: left; clear: none; overflow: hidden; }

#leftcol { width: 235px; padding: 25px 25px 25px 5px; }
#rightcol { width: 452px; padding: 25px 25px 25px 20px; }
#rightcol img { border: 2px solid #fff; }

#nav { display: block; height: 45px; background: url(/design/nav.gif); margin: 0 auto; text-align: center; }
#nav li { display: inline; margin: 0 auto; text-align: center; }
#nav a, #nav a:hover, #nav a:active, #nav a:visited { line-height: 45px; margin: 0 auto; text-align: center; color: #fff; text-decoration: none; padding: 0 12px; border-right: 1px solid #fff; text-transform: uppercase; }
#nav li.last a { border: none; }

.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.faq #nav #nav-faq a,
.types #nav #nav-types a,
.contact #nav #nav-contact a {
color:#121212;}


#callout li { display: block; width: 185px; height: 152px; background: url(/design/callout.gif) no-repeat; overflow: hidden; padding: 20px 15px 0 40px }
#callout h3 { font-family: Georgia, serif; font-weight: normal; margin: 0; }
#callout a, #callout a:visited { color: #ff8577; text-decoration: underline; }
#callout a:active, #callout a:hover { color: #fff; text-decoration: none; }
