/* template grid css v03 */

/*------------------------------------*\
TEMPLATE: GENIE-GRIDS.CSS
\*------------------------------------*/

/*
Author: Christian Scripter
Project URL: geniecompany.com
Version: 4.0
Codename: ProGrade
Updated: October 2011

Copyright 2011 Genie Company
*/

/* Base grid / Columns: 56px (x12) total width: 848px */

.grid {
	z-index: 3;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: transparent;
	}
	
.grid .col {
	float: left;
	width: auto;
	height: auto;
	min-height: 40px;
	margin: 0 16px 0 0;
	padding: 0;
	background-color: transparent;
	}

.grid .one { width: 56px; }
.grid .two { width: 128px; }
.grid .three { width: 200px; }
.grid .four { width: 272px; }
.grid .five { width: 344px; }
.grid .six { width: 416px; }
.grid .seven { width: 488px; }
.grid .eight { width: 560px; }
.grid .nine { width: 632px; }
.grid .ten { width: 704px; }
.grid .eleven { width: 776px; }

.grid .last {
	margin-right: 0;
	padding: 0;
	}
