@charset "utf-8";
/* CSS Document */

/**************Reset trick***************/
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}
a:focus {
	outline: none;
}

img {
	border: none;
}

/* Clear Fixes */
.clearfix {
	display: block;
}

.clear {
	clear: both;
	font-size: 1%;
	height: 1%;
	line-height: 0;
}

.floatLeft {
float: left;
}