/* CSS Utilities */

/* Alsett Clearing Method */
.clearfix:after {
	content: ".";
	display: block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* IE Mac fix */
.clearfix {display: inline-block;}

/* Holly hack for Windows IE6 bug */
/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */
