/*
994px grid system ~ Core CSS.
24 columns ~ margin: 10px

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: 994px !important;
    text-align: left;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g41, .g82, .g123, .g164, .g205, .g246, .g287, .g328, .g369, .g410, .g451, .g492, .g533, .g574, .g615, .g656, .g697, .g738, .g779, .g820, .g861, .g902, .g943, .g984 {
	display: inline;
	float: left;
	margin-left: 10px;
}

/* =Grid >> 24 Columns
--------------------------------------------------------------------------------*/
.g41{width:31px;}
.g82{width:72px;}
.g123{width:113px;}
.g164{width:154px;}
.g205{width:195px;}
.g246{width:236px;}
.g287{width:277px;}
.g328{width:318px;}
.g369{width:359px;}
.g410{width:400px;}
.g451{width:441px;}
.g492{width:482px;}
.g533{width:523px;}
.g574{width:564px;}
.g615{width:605px;}
.g656{width:646px;}
.g697{width:687px;}
.g738{width:728px;}
.g779{width:769px;}
.g820{width:810px;}
.g861{width:851px;}
.g902{width:892px;}
.g943{width:933px;}
.g984{width:974px;}


/* =Grid >> 24 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml41{margin-left:51px;}
.ml82{margin-left:92px;}
.ml123{margin-left:133px;}
.ml164{margin-left:174px;}
.ml205{margin-left:215px;}
.ml246{margin-left:256px;}
.ml287{margin-left:297px;}
.ml328{margin-left:338px;}
.ml369{margin-left:379px;}
.ml410{margin-left:420px;}
.ml451{margin-left:461px;}
.ml492{margin-left:502px;}
.ml533{margin-left:543px;}
.ml574{margin-left:584px;}
.ml615{margin-left:625px;}
.ml656{margin-left:666px;}
.ml697{margin-left:707px;}
.ml738{margin-left:748px;}
.ml779{margin-left:789px;}
.ml820{margin-left:830px;}
.ml861{margin-left:871px;}
.ml902{margin-left:912px;}
.ml943{margin-left:953px;}
.ml984{margin-left:994px;}


.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;
}
