/*
  reset.css
  Resets default browser styles.
  First Stylesheet to be called.
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kdb, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline:0;
}

table {
  border-callapse: callapse;
  border-spacing: 0;
  vertical-align: top;
}

/*
  iehacks
  loaded after reset css code
  ie hacks go here
*/

/* clear floats start */
/* for IE6 */
* html .clearfix {
  height: 1%;
}

/* for IE7 */
*:first-child-html .group {
  min-height: 1px;
}

/* clear floats end */
