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, img, ins, kbd, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

div, p, article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

html {}
body {line-height: 1; height:100%;}

ol, ul {list-style: none;}
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus, :focus, :active {outline: none;}
a{cursor:pointer}
input,textarea,select{margin:0}

/* tables still need 'cellspacing="0"' in the markup */
table{ border-spacing: 0; width: 100%; }
tr, th, td {vertical-align: top; text-align: left; font-weight: normal;}



.clear{clear:both;height:1px;font-size:1px;visibility:hidden}

.cfix {width:100%;}
.cfix:after{display:block;clear:both;font-size:1px;height:0;content:"\0020";visibility:hidden;}
.cfix {display:inline-block;}
/* Hide from IE Mac \*/
.cfix {display:block;}
/* End hide from IE Mac */


/* Helpers
***************************************************************************/
.float-left {float:left;}
.float-right {float:right;}
.none{display:none;}
.block{display:block;}
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
