/* 
	SIMPLEWEB RESET - Based on Eric Meyer's Reset Reloaded and YUI Reset
	Version: 1
	Date: 22/05/2008
	Feel free to reuse!
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	text-align: left;
}

select, input, textarea {
	font-size: 100%;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse:collapse;
	border-spacing:0;
} 

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

hr {
	display: none;
}

body { /* prevent Windows OS styles overriding site css */
	color: #000;
	background-color: #fff;
}