@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 /* 14px */; background: #c3d5df url(/design/body.gif) repeat-x; color: #242424; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }

h1, h2, h3, h4, h5, h6 { color: #eb9104; font-weight: bold; margin-bottom: 0.8em; font-family: Georgia, serif; }
h1 { font-size: 1.6em /* 18px */; color: #6f6f6f; font-size: 1.6em; font-weight: bold; font-style: italic; margin-bottom: 1.3em; }
h2 { font-size: 1.3em /* 15px */; margin-bottom: 1.3em; }
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: #658fa7; text-decoration: underline; }
a:hover, a:active { color: #eb9104; 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: 144px; width: 960px; margin: 0 auto 36px; background: url(/design/header.gif) no-repeat; }
#branding h1 { margin: 0; }
#branding h1 a { display: block; width: 440px; height: 144px; text-indent: -99999px; }
#branding p { position: absolute; top: 1.5em; right: 10px; font-size: 2.1em; color: #8c8985; font-weight: bold; font-family: Georgia, serif; text-align: right; }
#branding p a { display: block; position: absolute; top: 42px; right: 0; text-indent: -99999px; display: block; width: 210px; height: 45px; font-size: 0; line-height: 0; color: #fccf88; }

#container { margin: 0 auto; background: #fff; width: 960px; position: relative; }
#leftcol, #rightcol, #extra, #extracontainer { float: left; clear: none; display: inline; }
#leftcol { width: 305px; margin: 0 5px 0 0; }
#rightcol { width: 638px; padding-top: 25px; }
.home #rightcol {padding-top: 0;}

	

#extracontainer { width: 638px; margin: 1em 0; }
#extra {  }
#extra img { border: 5px solid #e6e7e8; }
#extra a { display: block; width: 298px; color: #b7b3ae; font-family: "Arial Narrow", Century Gothic, Arial, sans-serif; background: #e6e7e8 url(/design/button-arrow.gif) 290px center no-repeat; line-height: 44px; height: 44px; margin-top: 2px; font-size: 1.5em; text-decoration: none; padding: 0 10px; }
#extra a:hover { color: #eb9104; }
#extra a.left { float: left; clear: none; }
#extra a.right { float: right; clear: none; }

#callout { width: 275px; margin:  0 auto; }
#callout ul, #callout li { margin: 0; padding: 0; text-indent: 0; list-style-type: none; }
#callout h3 a { color: #658fa7; font-family: "Arial Narrow", Century Gothic, Arial, sans-serif; font-weight: normal; border-bottom: 1px solid #b7b3ae; text-transform: uppercase; text-decoration: none; display: block; }
#callout h3 a:hover { color: #eb9104; }
#callout li { margin-bottom: 1em; display: block; }
#callout li p { display: block; padding-left: 60px; margin: 0 0.5em;  }
#callout li.tour p { background: url(/design/ashi.gif) left center no-repeat; padding-left: 80px; }
#callout li.call p { background: url(/design/phone.gif) left center no-repeat; }
#callout li.access p { background: url(/design/monitor.gif) left center no-repeat; }

#footer { margin: 0 auto; font-size: 90%; text-align: right; color: #6f6f6f; border-top: 1px solid #e6e7e8; padding: 30px 10px 10px 200px; width: 700px; display: block; clear: both; background: url(/design/logos.gif) 20px center no-repeat; }

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

