/* -----[ Main structure CSS]--------------------------------------------------------------------- */

body
{
	background-color: #000000;
	margin: 0px; 
	padding: 0px; 
}

/* -----[ STRUCTURE]--------------------------------------------------------------------- */

/* === [ wrapper to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	max-width: 810px;
	min-width: 760px;
	background-color: #FFFFFF;
	padding: 0px 15px 0px 15px;
	background: url(../../Templates/_images/back_OuterWrapper.jpg) no-repeat top right;
}
 	* html #outerWrapper
				{
					width: 810px;
				}


/* === [ top  ] === */
#cT {
	clear :both;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

/* === [ header ] === */
#cH 
{
	clear :both;	
}
	
	/* === [ header - logo ] === */
	#cH .cLogo
	{
		float: left;
		height: 90px;
	}

/* === [ main navifgation ] === */
#cN 
{
	position: relative;
	clear: both;
	padding: 0px;
	background-color: #000000;
	margin: 4px 0px;
	border-bottom: 1px solid #666666;
	border-top: 1px solid #666666;
	display: block;
	z-index: 2000;
	
}

/* === [ header banner ] === */
#cB 
{
	clear :both;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}

/* === [ Primary Container ] === */
#cS
{
	clear: both;
	padding: 0;
	margin: 0px 0px;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */

#cPC
{
	background: #F1F1F1 url(../../Templates/_images/back_cPCWrapper.gif) repeat-y top right;
	height: 1%;
}
		#cPCback
		{
			background: url(../../Templates/_images/back_cPC.gif) no-repeat top right;
			min-height: 450px;
			padding: 38px 58px 60px 32px;
		}	
			* html #cPCback
			{
				height: 450px;
			}	
		.layout1 #cPC /* 3 column layout */
			{
				margin: 0px 190px 0px 246px;
			}
			.layout2 #cPC /* Left Hand Template */
			{
				margin: 0px 0px 0px 246px;
			}
			.layout3 #cPC /* Right Hand Template */
			{
				margin: 0px 190px 0px 0px;
			}
				.layout4 #cPC /* 1 column - blank page */
			{
				margin: 0px 0px 0px 0px;
			}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	padding: 8px 40px 80px 20px;
	margin-left: -100%;
	width: 178px;
	background: url(../../Templates/_images/back_cLS.jpg) no-repeat top left;
	min-height: 350px;
}
	* html #cLS
	{
		height: 350px;
	}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin-left: -100%;
	width: 180px;
}


/* -----[ HACKS ]--------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -180px;
}
*:first-child+html #cRS 
{
	margin-left: -180px;
}
#mainWrapper:after 
{
	/*content: '[DO NOT LEAVE IT IS NOT REAL]'; */
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#mainWrapper 
{
	display: inline-block;
}
* html #mainWrapper 
{
	height: 1%;
	display: block;
}

/* === [ footer ] === */
#cF
{
	position: relative;
	clear: both;
	height: 20px;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px 0px 4px 0px;
	text-align: right;
}
	#cF a
	{
		color: #FFFFFF;
	}
	#cF a:hover {
		color: #FE2218;
	}

/* === [ copyRight ] === */
#cC  
{
	position: relative;
	clear: both;
	height: 20px;
	color: #FFFFFF;
	font-size: 80%;
	padding: 0px 0px 10px 0px;
	text-align: right;
}
	#cC a
	{
		color: #FFFFFF;
	}
	#cC a:hover
	{
		color: #FE2218;
	}

/* -----[ Clearings ]--------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

