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

										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: #323B45; font-family: Arial, sans-serif; line-height: 1.7em; margin: 0 auto; }
body, a { color:#fff; }

h1, h2, h3, h4, h5, h6 { margin-bottom:0.7em; }
h1 { font-size: 1.65em; font-weight:bold; }
h2 { font-size: 1.45em; font-weight:bold; }
h3 { font-size: 1.25em; text-transform: uppercase; }
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 { color: #fff; }

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

a { text-decoration: none; color: #5bb4e5; }
a:hover{ text-decoration: underline; }

/* 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.8em; text-align: center; padding:20px 0 0 0; height: 67px; background: #323B45 url('../images/design/footer-bg.jpg') top center no-repeat;}
#footer { color: #666; }
#footer p { margin: 0; }

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

/* forms */
form, fieldset, input { margin : 0; padding : 0; }
form { width: 38em; margin-left: 5px; }
form p { font-size: 100%; padding: 2px; margin: 0; }

/* fieldset styling */
fieldset { margin: 1em 0; padding: 1em; border : 1px solid #e2e2e2 }

/* legend styling */
legend { font-weight: bold; color: #5bb4e5; }

/* style for  labels */
label { float: left; width: 14em; }

/* style for required labels */
label .required { font-size: 0.9em; font-style: normal; color: red; }
label.error, input.submit { color: #F00; margin: 5px 0 0 0; }
input { width: 225px; }
input.radio, input.submit { width: auto; }
textarea { width: 225px; height: 100px; padding:0; }

/* submit */
form div button { width: 100px; margin-top:5px; margin-left: 290px; padding: 0 .25em; background-color: #5bb4e5; color: #fff; text-transform: uppercase; font-size: 90%; }

blockquote{
background: #1f3b78;
border: 0;
padding: 20px;
}