

/*
980px grid system ~ Core CSS.
24 columns ~ margin: 20px

Based on the golden grid system - http://code.google.com/p/the-golden-grid/
by Vladimir Carrer

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

/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}

.main p {
	font-family: 'Droid Sans', sans-serif;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g40, .g80, .g120, .g160, .g200, .g240, .g280, .g320, .g360, .g400, .g440, .g480, .g520, .g560, .g600, .g640, .g680, .g720, .g760, .g800, .g840, .g880, .g920, .g960 {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* =Grid >> 24 Columns
--------------------------------------------------------------------------------*/
.g40{width:20px;}
.g80{width:60px;}
.g120{width:100px;}
.g160{width:140px;}
.g200{width:180px;}
.g240{width:220px;}
.g280{width:260px;}
.g320{width:300px;}
.g360{width:340px;}
.g400{width:380px;}
.g440{width:420px;}
.g480{width:460px;}
.g520{width:500px;}
.g560{width:540px;}
.g600{width:580px;}
.g640{width:620px;}
.g680{width:660px;}
.g720{width:700px;}
.g760{width:740px;}
.g800{width:780px;}
.g840{width:820px;}
.g880{width:860px;}
.g920{width:900px;}
.g960{width:940px;}


/* =Grid >> 24 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml40{margin-left:60px;}
.ml80{margin-left:100px;}
.ml120{margin-left:140px;}
.ml160{margin-left:180px;}
.ml200{margin-left:220px;}
.ml240{margin-left:260px;}
.ml280{margin-left:300px;}
.ml320{margin-left:340px;}
.ml360{margin-left:380px;}
.ml400{margin-left:420px;}
.ml440{margin-left:460px;}
.ml480{margin-left:500px;}
.ml520{margin-left:540px;}
.ml560{margin-left:580px;}
.ml600{margin-left:620px;}
.ml640{margin-left:660px;}
.ml680{margin-left:700px;}
.ml720{margin-left:740px;}
.ml760{margin-left:780px;}
.ml800{margin-left:820px;}
.ml840{margin-left:860px;}
.ml880{margin-left:900px;}
.ml920{margin-left:940px;}
.ml960{margin-left:980px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*
920px grid system ~ Core CSS.
30 Columns ~ Margin left: 10px

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:-10px;}
.gu1 .row {width: 31px;}
.gu2 .row {width: 62px;}
.gu3 .row {width: 93px;}
.gu4 .row {width: 124px;}
.gu5 .row {width: 155px;}
.gu6 .row {width: 186px;}
.gu7 .row {width: 217px;}
.gu8 .row {width: 248px;}
.gu9 .row {width: 279px;}
.gu10 .row {width: 310px;}
.gu11 .row {width: 341px;}
.gu12 .row {width: 372px;}
.gu13 .row {width: 403px;}
.gu14 .row {width: 434px;}
.gu15 .row {width: 465px;}
.gu16 .row {width: 496px;}
.gu17 .row {width: 527px;}
.gu18 .row {width: 558px;}
.gu19 .row {width: 589px;}
.gu20 .row {width: 620px;}
.gu21 .row {width: 651px;}
.gu22 .row {width: 682px;}
.gu23 .row {width: 713px;}
.gu24 .row {width: 744px;}
.gu25 .row {width: 775px;}
.gu26 .row {width: 806px;}
.gu27 .row {width: 837px;}
.gu28 .row {width: 868px;}
.gu29 .row {width: 899px;}
.gu30 .row {width: 930px;}

.col {padding-left:10px; float:left; position:relative;}
.gu1{width: 21px;}
.gu2{width: 52px;}
.gu3{width: 83px;}
.gu4{width: 114px;}
.gu5{width: 145px;}
.gu6{width: 176px;}
.gu7{width: 207px;}
.gu8{width: 238px;}
.gu9{width: 269px;}
.gu10{width: 300px;}
.gu11{width: 331px;}
.gu12{width: 362px;}
.gu13{width: 393px;}
.gu14{width: 424px;}
.gu15{width: 455px;}
.gu16{width: 486px;}
.gu17{width: 517px;}
.gu18{width: 548px;}
.gu19{width: 579px;}
.gu20{width: 610px;}
.gu21{width: 641px;}
.gu22{width: 672px;}
.gu23{width: 703px;}
.gu24{width: 734px;}
.gu25{width: 765px;}
.gu26{width: 796px;}
.gu27{width: 827px;}
.gu28{width: 858px;}
.gu29{width: 889px;}
.gu30{width: 920px;}

.h200{min-height:180px;}
.h150{min-height:140px;}
.h120{min-height:120px;}
.h100{min-height:100px;}
.h50{min-height:70px;}