/*
	Title:      Grid styles
	Author:     Poort80 - Frontend
	Copyright:  2009, Poort80  All rights resevered
*/

/* header
============================================================================= */
#header {
	margin:0px;
	padding:0px;
}
/* header > content
============================================================================= */
#header .content {
	margin:0px auto;
	padding:0px;
	width:980px;
	height:120px;
}
/* header > content > col
============================================================================= */
#header .content .col{
	margin:0px;
	padding:0px;
	float:left;
	height:120px;
}
/* header > content > col one
============================================================================= */
#header .content .col.one{
	margin-right:20px;
	width:530px;
	position:relative;
}
/* header > content > col two
============================================================================= */
#header .content .col.two{
	width:430px;
	position:relative;
}
/* content
============================================================================= */
#content {
	margin:0px auto;
	padding:0px;
	width:996px;
	overflow:hidden;
}
/* content > content-side
============================================================================= */
.content-side {
	margin:0px 0px 10px 8px;
	padding:15px 0px 0px 0px;
	width:230px;
	float:left;
	display:inline; /* IE6 fix */
}
/* content > content-main
============================================================================= */
.content-main {
	margin:0px 8px 10px 0px;
	padding:15px 0px 0px 0px;
	width:730px;
	float:right;
	display:inline; /* IE6 fix */
}
/* content > col
============================================================================= */
#content .col {
	margin:0px;
	padding:0px;
	float:left;
	display:inline; /* IE6 fix */
}
/* content > col one
============================================================================= */
#content .col.one {
	padding:0px 0px 10px 10px;
	width:220px;
	overflow:hidden;
}
/* content > col two
============================================================================= */
#content .col.two {
	padding:0px 10px;
	width:458px;
	border-style:solid;
	border-width:0px 1px 0px 1px;
	border-color:#E3E3E3;
}
/* content > col three
============================================================================= */
#content .col.three {
	margin:0px 0px 0px 10px;
	padding:0px 10px 0px 0px;
	width:220px;
}
/* content > col four
============================================================================= */
#content .col.four {
	padding:0px 10px 10px 0px;
	width:720px;
}
/* content > col five
============================================================================= */
#content .col.five {
	margin:0px 10px 0px 0px;
	width:480px;
}
/* content > col six
============================================================================= */
#content .col.six {
	width:230px;
}
/* footer
============================================================================= */
#footer {
	margin:0px;
	padding:0px;
}
/* footer > content
============================================================================= */
#footer .content {
	margin:0px auto;
	padding:0px;
	width:980px;
	height:50px;
	overflow:hidden;
}

