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

										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.85em /* 12px */; background: #f3e9d8 url('../images/design/bg.jpg') top center repeat-x; font-family: Arial, sans-serif; line-height: 1.5em; margin: 0 auto; }
body, a { color:#222; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.7em; }
h1 { font-size: 1.65em; font-weight:bold; color: #6b6f2a;}
h2 { font-size: 1.45em; font-weight:bold; color: #3f4519;}
h3 { font-size: 1.25em; font-weight:bold; color: #213629;}
h4, h5, h6 { font-size: 1.1em; }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { }

p, ul, ol { margin-bottom: 1.1em; color: #000; }
li { margin-bottom: 0.5em; color: #000;}

a { text-decoration: underline; color: #6e99d4; }
a:hover{ 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; }

#footer { margin: 0 auto; font-size: 0.8em; line-height: 1.2em; text-align: left; background: url('../images/design/footer.png') right top no-repeat;; padding:20px ; margin-bottom: 30px; clear: both; }
#footer { color: #4b3e34; }
#footer p { margin: 0; width: 640px; color: #4b3e34; }

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

