/*
940px grid system ~ Core CSS.
5 Columns ~ Margin left: 20px

Based on the simple grid system - http://www.webnicer.com/
by Jacek Ciolek

Created by the Grid System Generator - v1.00
Learn more ~ http://www.gridsystemgenerator.com/
*/

/* 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;}

/* gridframework */
.row {position:relative; margin-left:-20px;}
.gu1 .row {width: 192px;}
.gu2 .row {width: 384px;}
.gu3 .row {width: 576px;}
.gu4 .row {width: 768px;}
.gu5 .row {width: 960px;}

.col {padding-left:20px; float:left; position:relative;}
.gu1{width: 172px;}
.gu2{width: 364px;}
.gu3{width: 556px;}
.gu4{width: 748px;}
.gu5{width: 940px;}

	
