/* standardize/reset for all browsers */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0; padding: 0; border: 0;
  font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
  vertical-align: baseline;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }

body {line-height:1.5; background-color:#fff; font-family:Arial,Helvetica,sans-serif;}

/* Tables still need 'cellspacing="0"' in the markup */
table {border-collapse:separate; border-spacing:0}
caption, th, td {font-weight:normal}

.left{float:left;}
.right{float:right;}
.clearfloats { height:1px; width:100%; line-height:1px; clear:both; margin-top:-1px; background-color:transparent; }
.clearfix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
.clearfix {
	display: block;/*the holy hack for a bug in IE6 for Windows*/
	min-height:0px;/*holy hack for ie7 clearfix containers to not strech to hold content*/
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
