/* reset */


/* clearfix */
.clearfix:after, .row:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .row {display:inline-block;} /*Those two .clearfix have to be separate!)*/
.clearfix, .row {display:block;}

/* grid framework */
.row {
	position:relative;
	margin-left:-20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gu6 .row {width: 960px;}
.gu5 .row {width: 800px;}
.gu4 .row {width: 640px;}
.gu3 .row {width: 480px;}
.gu2 .row {width: 320px;}
.gu1 .row {width: 160px;}

.col {padding-left:10px;float:left; position:relative;}
.gu6 {width: 940px;}
.gu5 {width: 780px;}
.gu4 {width: 620px;}
.gu3 {width: 460px;}
.gu2 {width: 300px;}
.gu1 {width: 140px;}

