/*			
			Truong Nguyen.
			http://constnantx.com
			constantx@gmail.com
*/

/*****Generic Classes*****/

/*****Basic Elements*/
body{
	font-size:62.5%;
	font-weight: 100;
}
/*****Grid Layout*/
.generic{
	float:left;
}
.clear{
	clear:both;
}
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 140px */
.oneforty{
	width:14em;
	margin-right:2em;
}

/* 220px */
.twotwenty{
	width:22em;
	margin-right:2em;
}
/* 300px */
.threehun{
	width:30em;
	margin-right:2em;
}
/* 380px */
.threeeighty{
	width:38em;
	margin-right:2em;
}
/* 460px */
.foursixty{
	width:46em;
	margin-right:2em;
}
/* 540px */
.fiveforty{
	width:54em;
	margin-right:2em;
}
/* 620px */
.sixtwenty{
	width:62em;
	margin-right:2em;
}
/* 700px */
.sevenhun{
	width:70em;
	margin-right:2em;
}
/* 780px */
.seveneighty{
	width:78em;
	margin-right:2em;
}
/* 860px */
.eightsixty{
	width:86em;
	margin-right:2em;
}
/* 940px */
.nineforty{
	width:94em;
}

/*fix css float bug*/
.clearfix { display: inline-block; clear: both;}
.clearfix:after{
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
}
