/* Site Containers
--------------------------------------------------------------------------------*/

.site_container
{
	margin-left: auto;
	margin-right: auto;
	width: 999px;
}

/* Grid >> Global
--------------------------------------------------------------------------------*/


.content,
.headerbackground,
.headerspace,
.main-content,
.left-navigation,
.main-text,
.graphics,
.theme-tabs,
.spacer10,
.spacer5,
.spacer7,
.site-curve,
.curvespace,
.site-footer,
.footerspace
{
	display: inline;
	float: left;
	margin:0;
}


.site_container .content
{
	width: 999px;
}

.site_container .headerbackground
{
	width: 892px;
	height: 132px;
}

.site_container .headerspace
{
	width: 107px;
}

.site_container .main-content
{
	width: 999px;
	margin-top:-5px;
}

.site_container .left-navigation
{
	width: 182px;
}

.site_container .main-text
{
	width: 503px;
}

.site_container .graphics
{
	width: 162px;
}

.site_container .theme-tabs
{
	width: 118px;
	margin-top:30px;
}

.site_container .spacer10
{
	width: 10px;
}

.site_container .spacer5
{
	width: 5px;
}

.site_container .spacer7
{
	width: 7px;
}

.site_container .site-curve
{
	width: 871px;
}

.site_container .curvespace
{
	width: 118px;
}

.site_container .site-footer
{
	width: 888px;
}

.site_container .footerspace
{
	width: 104px;
}


/* CLEARING FLOATS */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* CLEARING */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	/* display: inline-block; */
	display: block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}