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

										Market Hardware Core CSS

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

/* typography */
body { font-size: 0.75em /* 12px */; background: #312017; color: #312017; font-family: Verdana, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 {  margin-bottom: 0.9em; }
h1 { font-size: 1.5em /* 18px */; margin-bottom: 1.3em; }
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: #9bbbb0; text-decoration: underline; }
a:hover, a:active { color: #9bbbb0; 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: 330px; background: url(/design/head.jpg) no-repeat; border-bottom: 5px solid #ecebd0; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; top: 55px; left: 330px; height: 70px; width: 250px; position: absolute; text-indent: -99999px; }
#branding p { color: #eaebc9; display: block; position: absolute; top: 140px; left: 335px; }
#branding p a { text-decoration: none; }
#branding p a:hover { text-decoration: underline; }

#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }

#container { margin: 0 auto; width: 837px; padding: 0 21px; display: block; background: url(/design/body.gif) repeat-y; }
#callout { position: relative; top: -20px; left: -3px; background: url(/design/nav-container.png) -522px -10px no-repeat; _background: none; padding-top: 7px; display: block; }
#callout ul { background: url(/design/body.gif) -19px 0; padding: 30px 20px 20px; }
#callout li { border-bottom: 3px solid #486b60; margin-bottom: 1em; }
#callout h3 a { color: #486b60; font-family: "Century Gothic", Arial, serif; font-weight: bold; text-decoration: none;  }
#callout h3 a:hover { text-decoration: underline; }

#leftcol, #rightcol { float: left; clear: none; display: inline; }
#leftcol { width: 261px; }
#rightcol { width: 516px; margin-left: 30px; padding-top: 20px; }

#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #cfcca1; }
#footer p { margin-top: 1em; }

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

