@charset "UTF-8";
@import url(reset.css);
@import url(menu.css);
@import url(form.css);

/******************************************************************************************************

										Market Hardware Core CSS

/******************************************************************************************************/

/* typography */
body { font-size: 0.875em /* 12px */; background: #000; color: #333; font-family: Georgia, serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #820101; font-weight: bold; margin-bottom: 0.5em; }
h1 { font-size: 1.3em /* 18px */; text-transform: uppercase; }
h2 { font-size: 1.2em /* 15px */; }
h3 { font-size: 1.1em /* 14px */; }
h4, h5, h6 { font-size: 1em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.2em; }

a, a:visited { color: #910000; text-decoration: underline; }
a:hover, a:active { color: #910000; 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 */
#container { width: 940px; margin: 2em auto 1em; background: #fff; }
#branding { position:relative; display: block; height: 257px; background: url(/design/head.gif) no-repeat; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; height: 257px; text-indent: -99999px; }
#branding p { position: absolute; top: 80px; right: 15px; display: block; width: 300px; text-align: right; color: #333; line-height: 2em; }
#branding p strong { font-size: 1.7em; font-weight: normal; }
#branding p span { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; font-size: 0.8em; line-height: 1.1em; display: block; margin-top: 60px; }
#branding p a { color: #333; text-decoration: none; }

#section, #leftcol, #midcol, #rightcol { float: left; clear: none; display: inline; }
#leftcol { width: 200px; margin: 1em 30px 1em 18px; }
#midcol, #section { width: 665px; margin: 1em 0; }
#midcol {min-height: 350px; _height:350px;}
.home #midcol { width: 430px; }
#rightcol { width: 205px; margin: 1em 0 1em 30px; }

#leftcol div p { color: #666; font-size: 0.8em; line-height: 1.1em; text-transform: uppercase; }
#rightcol div#servicearea { background: #f7f6f0; padding: 8px; display: block; }

#section img { border: 5px solid #ccc; }

#callout { width: 665px; display: block; clear: both; font-size: 85%; margin-bottom: 10px; }
#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; float: left; }
#callout a { float: left; clear: none; display: block;  padding: 10px; width: 182px; border: 2px solid #ccc; height: 50px; color: #e6e6e6; background: #910000 url(/design/arrow.gif) 185px 13px no-repeat; font-weight: bold; margin-right: 5px; text-decoration: none; }
#callout a em { font-family: "Trebuchet MS", Verdana, Arial, sans-serif; display: block; text-transform: uppercase; font-style: normal; font-weight: normal; margin-top: 0.3em; font-size: 90%; }
#callout a:hover { border: 2px solid #000; }

#footer { margin: 0 auto; font-size: 70%; text-align: center; color: #fff; font-family: Arial, sans-serif; }

.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; }

