article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background: #fff;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  color: #606a74;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  height: 100%;
  line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
  color: #606a74;
}

pre, tt, code, kbd, samp, var {
  font-family: "Courier New", Courier, monospace;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 13px; }
h6 { font-size: 13px; }

h1, h2, h3, h4, h5 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

a:link { color: #ff5800; text-decoration: none; }
a:visited { color: #ff5800; text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { text-decoration: none; }
a:focus,:focus { outline: none; }
a:hover,a:active { outline: none; }

body, p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

img { vertical-align: bottom; }

ol li,
ul ol li { list-style-type: decimal; }
ul li { list-style-type: disc; }
ul ul li { list-style-type: circle; }
ul ul ul li { list-style-type: square; }
ol ol li { list-style-type: lower-alpha; }
ol ol ol li { list-style-type: lower-roman; }

sub {
  line-height: 0;
  vertical-align: sub;
  font-size: smaller;
}

sup {
  line-height: 0;
  vertical-align: super;
  font-size: smaller;
}

legend {
  padding-bottom: .5em; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th { text-align: center; } 
tbody th { text-align: left; } 

code { color: #06f; }
code, pre { font-family: "Courier New", monospace, serif; font-size: 1em; }

blockquote, q, em, cite, dfn, i, cite, var, address {
  font-style: italic;
}

blockquote p:before, blockquote p:after, q:before, q:after { content: ''; }

th, strong, dt, b {
  font-weight: bold;
}

ins {
  text-decoration: none;
  border-bottom: 3px double #333;
}

del { text-decoration: line-through; } 

abbr, 
acronym {
  border-bottom: 1px dotted #333;
  font-variant: normal;
} 

dd {
  padding-left: 20px;
  margin-top: .5em;
}

li { margin-left: 30px; }

/* we use margin for hr for the same reason we do for table 
 */
hr {
  border-style: inset;
  border-width: 1px;
}

h1, h2, h3, h4, h5, h6, p, pre, dt, hr, legend, input, button, textarea, select, address, table { margin-top: 1em; }

label { padding-top: 1.2em; }

fieldset { line-height: 1; }

input[ type = "checkbox" ] {
  vertical-align: text-bottom; 
  *vertical-align: baseline;
}

input[ type = "radio" ] { vertical-align: bottom; }

input { _vertical-align: text-bottom; }

input, button, textarea, select, optgroup, option {
  font: inherit;
  text-transform: inherit;
  line-height: inherit !important;
}

select {
  background-color: transparent;
}

button,
input[ type = "submit" ],
input[ type = "reset" ],
input[ type = "button" ],
.inputButton {
  *overflow: visible;
  _width: 0;
  padding: .2em .4em;
}

/* Clearfix */

.clear:before,
.clear:after {
    content: '';
    display: table;
}
.clear:after {
    clear: both;
}
.lt-ie8 .clear {
    zoom: 1;
}