@charset "utf-8";
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, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
legend,
table, caption, tbody, tfoot, thead, tr, th, td ,section,figure,article{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;

}

fieldset, form, label{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;

}

table, caption, tbody, tfoot, thead, tr, th, td{
    vertical-align: top;
}

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
} 

body {
    line-height: 1;

}
ol, ul,dl {
    list-style: none;
}

li{
  display:list-item;
  zoom:normal;
} 

blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,a img{
  vertical-align:bottom;
  border:none;
  background:transparent;
}
object,embed{
  vertical-align:top;
} 

fieldset{
  border:none;
}
input,textarea{
  font-size:1em;
} 

hr{
  height:0px;
  margin:7px 0;
  border:none;
  border-top:1px solid #000;
}
* html hr{/* for -IE6 */
  margin:0;
}
*:first-child+html hr{/* for IE7 */
  margin:0;
} 

a,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

.clearfx:after {
  	content: ".";  
  	display: block;  
  	clear: both;
  	height: 0;
  	visibility: hidden;
	}
.clearfx {
	min-height: 1px;
	}