/*
1006px grid system ~ Core CSS.
12 columns ~ margin: 10px

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

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

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

/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g83, .g166, .g249, .g332, .g415, .g498, .g581, .g664, .g747, .g830, .g913, .g996 {
	display: inline;
	float: left;
	margin-left: 10px;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.g83{width:73px;}
.g166{width:156px;}
.g249{width:239px;}
.g332{width:322px;}
.g415{width:405px;}
.g498{width:488px;}
.g581{width:571px;}
.g664{width:654px;}
.g747{width:737px;}
.g830{width:820px;}
.g913{width:903px;}
.g996{width:986px;}


/* =Grid >> 12 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml83{margin-left:93px;}
.ml166{margin-left:176px;}
.ml249{margin-left:259px;}
.ml332{margin-left:342px;}
.ml415{margin-left:425px;}
.ml498{margin-left:508px;}
.ml581{margin-left:591px;}
.ml664{margin-left:674px;}
.ml747{margin-left:757px;}
.ml830{margin-left:840px;}
.ml913{margin-left:923px;}
.ml996{margin-left:1006px;}


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