/* CSS Document */

/*@charset "utf-8";*/

/* =GLOBAL
   ----------------------------------------------------*/
/* clearing float ninjutsu */

.clearFix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

	.clearFix {display:inline-block;}

	/* Hide from IE Mac \*/
	.clearFix {display:block;}
	/* End hide from IE Mac */


/* SEO friendly hide */

.hidden {
	background:none;
	font-size:1px;
	display:none;
	height:0;
	left:-9999px;
	overflow:hidden;
	position:absolute;
	top:-9999px;
	width:0;
	z-index:0;
	line-height:0px;
}

/*PNG Fix for IE6 and Below*/

/*Support for <img src: only*/

/*img, div, a, input { 
	behavior: url(css/pngBehavior.htc)
	}*/
