@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: url(/design/body.gif); color: #fff; font-family: Georgia, serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif; color: #d4c08c; margin-bottom: 0.5em; font-weight: normal; }
h1 { font-size: 2em /* 18px */; margin-bottom: 1.3em; }
h2 { font-size: 1.7em /* 15px */; }
h3 { font-size: 1.5em; border-bottom: 1px solid #3b5e31; padding-bottom:.5em;  padding-top:.5em; /* 14px */; }
h4, h5, h6 { font-size: 1.3em /* 13px */; }

p, ul, ol { margin-bottom: 1.1em; } /* DO NOT RESIZE */
li { margin-bottom: 0.5em; }

a, a:visited { color: #178d13; border-bottom: 1px dotted #fff; text-decoration: none; }
a:hover, a:active { color: #fff; border-bottom: 1px solid #fff; 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; }

#wrap { margin: 45px auto 0; }
#container { width: 929px; _width: 928px; margin: 0 auto; background: url(/design/container.png) -929px 0 repeat-y; }

/* layout */
#branding { position: relative; display: block; background: url(/design/container.png) no-repeat;  margin: 0 auto; top: -35px; _left: -1px; padding-top: 20px; }
#branding h1 { display: block; margin: 0 auto; background: url(/design/header.gif); height: 112px; width: 875px; }
#branding h1 a { display: block; height: 112px; width: 450px; text-indent: -99999px; }
#branding p { position: absolute; top: 35px; right: 50px; color: #053704; font-size: 2.2em; text-align: right; font-family: Times, "Times New Roman", serif; }
#branding p strong { line-height: 1em;}
#branding p span { font-size: 0.6em; }
#branding p em { color: #085b07; font-size: 0.4em; font-family: Arial, sans-serif; font-style: normal; }
#branding p em a { font-weight: bold; color: #0b7408; }

#tube { background: url(/design/content.gif) -875px; width: 875px; margin: 0 auto; position: relative; top: -35px; }
#tube .tube { background: url(/design/content.gif) no-repeat; }
#rightcol, #leftcol { float: left; clear: none; display: inline; }

#leftcol { width: 275px; padding-top: 22px; }
#leftcol a { border: none; text-decoration: underline; color:  #fff; }
#rightcol { margin-left: 20px; width: 555px; padding-top: 34px; }

#banner { width: 875px; margin: 0 auto; position: relative; top: -35px; }


#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#callout ul { margin-bottom: 2em; }
#callout li { display: block; background: url(/design/callout.gif) no-repeat; padding: 10px 15px 0 28px; height: 110px; }
#callout h3 { font-size: 2em; margin-bottom: 3px; line-height: 1em; border-bottom: none; padding-bottom:0;  padding-top:0; }
#callout h3 a { color: #d4c08c; text-decoration: none; }
#callout h3 a:hover { text-decoration: underline; }
#callout p { font-size: 1.1em; }



#footer { margin: 0 auto; font-size: 90%; text-align: center; color: #fff; background: url(/design/container.png) -1858px 0 no-repeat; width: 929px; _width: 928px; font-family: Arial, sans-serif; }

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin: 10px 10px; padding: 5px;  border-bottom: 1px solid #3b5e31;  }
blockquote p { padding-left: 10px; }

