/*---------------------
	File:	main.css
	Date:	Apr 29, 2010 
---------------------*/


/* body/global/reset styles */
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, 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 {
	border:0;
	margin:0; padding:0; 
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	outline:none;
	font-weight:normal;
}
html {
	overflow-y:scroll;
}
img {
	display:block;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
.alt {
	width:0; height:0;
	display:block;
	overflow:hidden;
}
.cleaner {
	border:0;
	margin:0; padding:0;
	height:0px;
	background:transparent;
	overflow:hidden;
	font-size:1px;
	clear:both;
}
.clear:after {
	content: ".";
	height:0;
	display: block;
	clear:both;
	visibility:hidden;
	line-height:0;
}
.clear {
	display:block;
}	
html[xmlns] .clear {
	display:block;
}
* html .clear {
	height:1%;
}