/*--------------------------------------------
Reset Style Sheet (for FF3, Safari 3, Chrome 1)

version:     1.0
author:      Newton (info@apermanentwreck.com)
website:     http://www.apermanentwreck.com
--------------------------------------------*/

@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

a { text-decoration: none; cursor: pointer; }
	a:visited { text-decoration: none; }
	a:hover { text-decoration: underline; }
	a:focus { outline-style: none; }
	a:active { outline: none; }

	a img { border: none; }
	
p { margin: 10px 0px; line-height: 1.5em; }

h1, h2, h3, h4, h5 { font-weight: normal; font-size: 100%; margin: 0px; padding: 0px; }

em { text-decoration: underline; }

/* Float Container */
.FLC { clear:both; }
.FLC:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

	/* IE6 work-around \*/
	* html .FLC { height: 1%; }
	
	/* IE7 work-around */
	html > body .FLC { height: auto; max-height:12000000px; }
ul { -webkit-padding-start: 0; margin: 0; }