/*
989px grid system ~ Core CSS.
11 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: 8680px;
	margin-top: 35px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g468, .g516, .g512, .g469, .g624, .g631 {
	display: inline;
	float: left;
	margin-left: 30px;
	
	
}

/* =Grid >> 14 Columns
--------------------------------------------------------------------------------*/
.g468{width:428px; margin-right: 40px;}
.g516{width:516px;}
.g512{width:512px;}
.g469{width:469px;}
.g624{width:624px;}
.g631{width:631px;}



/* =Grid >> 14 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml89{margin-left:99px;}
.ml178{margin-left:188px;}
.ml267{margin-left:277px;}
.ml356{margin-left:366px;}
.ml445{margin-left:455px;}
.ml534{margin-left:544px;}
.ml623{margin-left:633px;}
.ml712{margin-left:722px;}
.ml801{margin-left:811px;}
.ml890{margin-left:900px;}
.ml979{margin-left:989px;}


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