/******************************************************************************************************

										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.75em /* 12px */; background: #fff url('../design/site-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; line-height: 1em;}
h1 { font-size: 1.85em; font-weight:normal; color: #001E66;}
h2 { font-size: 1.65em; font-weight:200; color: #5c8fc6; }
h3 { font-size: 1.45em; font-weight:bold; color: #B1BDD9;}
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; }
li { margin-bottom: 0.5em; }

a { text-decoration: underline; color: #55afe3; }
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.9em; line-height: 1.2em; text-align: right; background: url('../design/footer.jpg') top center repeat-x; padding: 10px 0; }
#footer p, #footer a { color: #666; }
#footer p { margin: 0 auto; width: 960px; background: url('../design/footer_p.jpg') left center no-repeat; padding: 20px 0 30px 0;}

.breadcrumb { font-size:85%; padding-bottom: 10px; }
.breadcrumb a { outline: none; }
blockquote { margin-bottom: 10px; padding: 0px; background: #cae5f6; border: 1px solid #000; color: #000;}
blockquote p { padding: 20px 20px 10px 20px; }

