
/*_________________________________________RESET Version 2.1 (March 2009) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,
p,th,td,hr {
	margin:0;
	padding:0;
	}
fieldset,img,abbr,acronym {
	border:none;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}


/*______________________________http://www.webtoolkit.info/css-clearfix.html */
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/*/

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */