/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

.menu_bg {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height:90px;
	background:url(../images/menu_bg.png) center no-repeat;
}

.body_bg {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background:url(../images/body_bg.png) center repeat-y;
}

.bottom_bg {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	height:55px;
	background:url(../images/bottom_bg.png) center repeat-y;
}

.container_products {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width:655px;
	height:525px;
	background:url(../images/products_bg.png) center no-repeat;
}
.services_products {
	margin-left: auto;
	margin-right: auto;
	width:770px;
}

.about_products {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width:655px;
	height:500px;
	background:url(../images/about_bg.png) center no-repeat;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 1px;
}

.grid_4_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 45px;
	margin-right: 0;
}
.grid_8 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 45px;
	margin-right: 0;
}

.grid_13 {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 55px;
}

.products {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 55px;
}

.grid_key_l {
	display:inline;
	float: left;
	position: relative;
	margin-left: 35px;
	margin-right: 0;
}

.grid_key_r {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 5px;
}

.services_l {
	display:inline;
	float: left;
	position: relative;
	margin-left: 50px;
	margin-right: 0;
}

.services_r {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 45px;
}

.about_l {
	display:inline;
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 0;
}

.about_r {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 20px;
}

.faq {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0;
	margin-left: 40px;
}

.contact_l {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0;
	margin-left: 20px;
}
.contact_r {
	display:inline;
	float: right;
	position: relative;
	margin-left: 0;
	margin-right: 20px;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:165px;
}

.container_12 .grid_4_2 {
	width:165px;
}

.container_12 .grid_13 {
	width:330px;
}


/* 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;
}