/*
968px grid system ~ Core CSS.
4 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: 968px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g237, .g474, .g711, .g948 {
	display: inline;
	float: left;
	margin-left: 20px;
}

/* =Grid >> 4 Columns
--------------------------------------------------------------------------------*/
.g237{width:217px;}
.g474{width:454px;}
.g711{width:691px;}
.g948{width:928px;}


/* =Grid >> 4 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml237{margin-left:257px;}
.ml474{margin-left:494px;}
.ml711{margin-left:731px;}
.ml948{margin-left:968px;}


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