/*============================*/
/*== RESET ===================*/
/*============================*/

/* ERIC MEYER RESET RELOADED */
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: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* REMOVES DOTTED LINE WHEN FOCUS */
:focus { outline: none; }

/* TABLES STILL NEED 'CELLSPACING="0"' IN THE MARKUP */
table { border-collapse: separate; border-spacing: 0px; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* REMOVE POSSIBLE QUOTE MARKS (") FROM <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* REMOVE BORDER ON LINKED IMAGES */
a img { border: none; }

/* CLEARING FLOATS WITHOUT EXTRA MARKUP
  http://www.positioniseverything.net/easyclearing.html */
.clearfix { display: block; }
.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
* html .clearfix { height: 1%; }
