@charset "UTF-8";
/* CSS Document */

/* -------------- clearing --------------- */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* -------------- layout --------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

img {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	color: #fff;
}

ul, ul li, ol, ol li {
	margin: 0 0 0 15px;
	padding: 0;
}

.hidden {
	display:none;
}