@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: 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.7em ; color: #0099cc; padding-bottom: 10px; font-weight: normal;}
h2 { font-size: 1.4em /* 15px */;  color: #EAEA02; font-weight: normal; padding-bottom: 8px;}
h3 { font-size: 1.2em /* 14px */; font-weight: normal; text-transform: uppercase; }
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: #0099cc; text-decoration: underline; }
a:hover, a:active { 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;  margin: 0 auto; display: block; height: 78px; width:780px;}
#branding h1 {background: #fff url(/design/logo.gif); height:54px; width:350px; position: absolute; left: 0; top:15px; margin: 0; padding: 0;}
#branding h1 a {display: block; height: 78px; width:296px; text-indent: -9999px}
#branding p {position: absolute; right:0; top:20px; text-align: right; font-size: 0.9em; line-height: 2.1em;}
#branding p strong {font-size: 2em; color: #00479d; }

#nav {background: #000; height: 24px; margin-bottom: 10px;}
#nav ul, #nav li, #callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none;}
#nav ul {margin: 0 auto; text-align: center; line-height: 24px;}
#nav li { position: relative; display: inline; padding: 0 15px;}
#nav li ul { position: absolute; display: none; }
#nav li:hover ul, #nav li.hover ul { display: block; }

#nav a, #nav a:visited { color: #fff; text-decoration: none; }
#nav a:hover, #nav a:active,
.home #nav #nav-home a,
.about #nav #nav-about a,
.services #nav #nav-services a,
.safety #nav #nav-safety a,
.portfolio #nav #nav-portfolio a,
.articles #nav #nav-articles a,
.request #nav #nav-request a,
.contact #nav #nav-contact a { color: #990000; text-decoration: none; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #666; }
#footer a, #footer a:visited { color: #666; text-decoration: underline; }
#footer a:hover, #footer a:active { color: #666; text-decoration: none; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px; background: #3b3b3b; 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: #990000; }

/* 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: #990000; color: #fff; text-transform: uppercase; font-size: 90%; }

/******************************************************************************************************

											Custom Styles

/******************************************************************************************************/

#container {background: #000; padding: 12px 0; margin-bottom: 10px;}

#leftcol {width:780px; margin: 0 auto; position: relative; color: #fff; min-height: 440px; _height: 440px;}

#banner {width:340px; float: left;}

#copy {width: 440px; float: right;}

#copy2 {width:780px;}

#callout {width:780px; margin: 0 auto; margin-bottom: 25px;}
#callout ul {text-align: center;}
#callout li {display: block;  float:left; width:253px; margin-right: 2px; background: #3b3b3b url(/design/callout-top.gif) no-repeat; overflow: hidden; text-align: left;}
#callout li div {background:url(/design/callout-bottom.gif) bottom no-repeat; min-height: 140px; _height: 140px; padding:28px 20px; text-align: left; position: relative;}
#callout h3 {font-size:2em; padding-bottom:12px;}
#callout h3 span {color:#fff; position: absolute; right:20px;}
#callout p {margin:0; color: #fff; font-size: 0.9em;}
#callout p a {color:#0099cc; text-decoration: none; font-weight: bold;}
#callout p a:hover {text-decoration: underline;}

.portfolio table {margin-top:5px; margin-bottom: 15px;}
.portfolio table img {padding: 3px;}
.portfolio table a {background:#000; display: block; }
.portfolio table a:hover {background: #0099cc;}

