/* reset default browser CSS, Eric Meyer style
   ------------------------------------------- */
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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
/*	text-align: left; */
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
/*  vertical-align: baseline; --> causes problems with images in table-cells that span rows! */
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style-type: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
hr {
	border: none;
}
center {
	margin: 0;
	padding: 0;
	text-align: left;
}


/* CLEARFIX
(works in: FF1.5/2.0, Opera 8.5, IE 5.01/5.5/6 and IE 7, Camino, Opera 8 Mac, IE5 Mac)
original: www.positioniseverything.net/easyclearing.html
new & improved: http://cthedot.de/xbrowsertest/
==================================================================================================*/

* html .clearfix {
	height: 1%; /* IE5-6 */
}
.clearfix {
	display: inline-block; /* IE7xhtml*/
}
html[xmlns] .clearfix { /* O */
	display: block;  
}
.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}