/* toned down version of Eric Meyer's CSS reset (posted 15 January 2008)
=========================================================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, address, cite, code, em, img, 
dl, dt, dd, ol, ul, li, fieldset, form,
label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
/* remember to define focus styles! */
:focus { outline: 0; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 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;
}