/*
945px grid system ~ Core CSS.
24 Columns ~ Margin left: 15px

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:-15px;}
.gu1 .row {width: 40px;}
.gu2 .row {width: 80px;}
.gu3 .row {width: 120px;}
.gu4 .row {width: 160px;}
.gu5 .row {width: 200px;}
.gu6 .row {width: 240px;}
.gu7 .row {width: 280px;}
.gu8 .row {width: 320px;}
.gu9 .row {width: 360px;}
.gu10 .row {width: 400px;}
.gu11 .row {width: 440px;}
.gu12 .row {width: 480px;}
.gu13 .row {width: 520px;}
.gu14 .row {width: 560px;}
.gu15 .row {width: 600px;}
.gu16 .row {width: 640px;}
.gu17 .row {width: 680px;}
.gu18 .row {width: 720px;}
.gu19 .row {width: 760px;}
.gu20 .row {width: 800px;}
.gu21 .row {width: 840px;}
.gu22 .row {width: 880px;}
.gu23 .row {width: 920px;}
.gu24 .row {width: 960px;}

.col {padding-left:15px; float:left; position:relative;}
.gu1{width: 25px;}
.gu2{width: 65px;}
.gu3{width: 105px;}
.gu4{width: 145px;}
.gu5{width: 185px;}
.gu6{width: 225px;}
.gu7{width: 265px;}
.gu8{width: 305px;}
.gu9{width: 345px;}
.gu10{width: 385px;}
.gu11{width: 425px;}
.gu12{width: 465px;}
.gu13{width: 505px;}
.gu14{width: 545px;}
.gu15{width: 585px;}
.gu16{width: 625px;}
.gu17{width: 665px;}
.gu18{width: 705px;}
.gu19{width: 745px;}
.gu20{width: 785px;}
.gu21{width: 825px;}
.gu22{width: 865px;}
.gu23{width: 905px;}
.gu24{width: 945px;}
