/*clearfix declarations*/

/*clearing content*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
/* IE 5/6 clearing hack */
* html .clearfix{
	height: 1%;
}
/* IE 7 clearing hack */
*:first-child+html .clearfix{
	min-height:1px;
}
