@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
}
img{
	vertical-align:top;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}
ul {
  list-style-type: none;
}
body {
  font-family: HelveticaNeue;
  font-size: 15px;
  -webkit-text-size-adjust: 100%;
}
nav {
  position:relative;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center10t {
  text-align: center;
  margin-top: 10px;
}
.center10b {
  text-align: center;
  margin-bottom: 10px;
}
.center10tb {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.clear {
  clear: both;
  display: block;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.text_right {
  text-align: right;
}

