/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*
		Do not change class names or Container ID's. Alter attributes as required.
*/

/*
		The table structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		
		--Width 
		The fluid width can be modified on the id called #outerWrapper.
		To set a fixed width - delete max-width, min-width, width: expression and add a width value.
		
		--Layouts
		The layouts can be set by changing the class on the main content wrapper.
		1.	Layout 1 - Default 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* {}

body
{
	background: #333333;
	margin: 0px;
	padding: 0px; 
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	clear: both;
	margin: 0px auto;
	width: 942px;
	background-color: #000000;
	z-index: 0;
}
	#Popup 
	{
		padding: 0px;
		margin: 0px auto;
		background: #000000;
		border: 1px solid #000000;
		height: 100%;
		width: 220px;
	}
	#PopupMed 
	{
		padding: 0px;
		margin: 0px auto;
		height: 100%;
		width: 100%;
	}
	#PopupMed #cPC {
		color: #FFFFFF;
	}
	#mainWrapper 
	{
		display: inline-block;
		margin: 0px;
		padding: 0px 0px 100px 0px;
		background: url(/Templates/_images/back_cWrapper.jpg) no-repeat bottom left;
	}
	* html #mainWrapper 
	{
		width: 100%;
		height: 1%;
		display: block;
	}
		.layout4 #mainWrapper /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 0px 0px;
			background: none;
			background-color:#000000;
		}
		
/* === [ header ] === */
#cH {
	position: relative;
	padding: 0px;
	clear: both;
	background: url(/Templates/_images/back_cH.jpg) no-repeat top left;
	height: 1%;
	border: 1px solid #000000;
	z-index: 20;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px 0px 12px 0px;
		}
	
	/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 0px;
			float: right;
		}

/* === [ top  ] === */
#cT {
	height: 22px;
	width: 100%;
	padding: 2px 0px 0px 0px;
	text-align: right;
}

/* === [ main navigation ] === */
#cN {
	clear: both;
	position: relative;
	height: 1%;
	background: #737171 url(/Templates/_images/back_cN.gif) repeat top left;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 16px 0px 0px 0px;
	z-index: 50;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 18px;
	min-height: 300px;
	background: #B2B2B2 url(/Templates/_images/back_cPC.gif) no-repeat top left;
	border: 4px solid #4F4F4F;
}
	.layout1 #cPC /* 3 column layout */{
		margin: 18px 236px 0 234px;
	}
	.layout2 #cPC /* 2 column - inside */{
		margin: 18px 18px 0 234px;
	}
	.layout4 #cPC /* 1 column */{
		padding: 10px;
		margin: 0 0 0 0;
	}
	.layout5 #cPC /* 1 column */{
		margin: 0 0 0 0;
		padding: 10px;
		background: none;
		border-style: none;
	}

/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 200px;
	padding: 40px 0px 0px 18px;
	background: url(/Templates/_images/cLS.gif) no-repeat top right;
	margin-top: 18px;
}
	.Gogglebox #cLS {
		float: left;
		margin-left: -100%;
		width: 200px;
		padding: 0px 0px 0px 18px;
		margin-top: 18px;
		background: none;
	}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	width: 200px;
	padding: 0px;
	margin: 18px 18px 0px 0px;
	margin-left: -100%;

}
	* html #cRS {
		margin: 18px 0px 0px 0px;
	}
	
/* === [ Top Banner Row ] === */	
#cS
{
	float: none;
	clear: both;
	width: 100%;
	height: 200px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}


/* === [ TopLeft Side Column ] === */
#cTL
{
	float: none;
	width: 444px;
	padding: 0px 0px 0px 0px;
	margin: 10px 464px 0px 18px;
}

* html #cTL
{
	margin: 10px 0px 0px 18px;
}
/* === [ TopRight Side Column ] === */
#cTR {
		float: right;
		margin-left: -100%;
		width: 444px;
		padding: 0px 0px 0px 0px;
		margin: 10px 18px 0px -100%;
	}
	* html #cTR {
		
		margin: 10px 0px 0px -100%;
	}
/* === [ footer ] === */
#cF {
	position: relative;
	clear: both;
}

/* === [ copyRight ] === */
#cC {
	position: relative;
	clear: both;
	color: #FFFFFF;
	font-size: 80%;
	padding: 10px 0;
	background: #333333;
	text-align: right;
}
	#cC a {
		color: #FFFFFF;
	}
	#cC a:hover {
		color: #FFFFFF;
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -218px;
}
*:first-child+html #cRS {
	margin-left: -218px;
}
* html #cTR {
	margin-left: -464px;
}
*:first-child+html #cTR {
	margin-left: -464px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
	width: 100%;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cRS, #cLS, #cTL, #cS, #cT, #cB, #cH, #cN {
		display: none;
	}
	#cPC {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			border-style: none;
		}
		.layout1 #cPC /* 3 column layout */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout2 #cPC /* 2 column - left */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout3 #cPC /* 2 column - right */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout4 #cPC /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout5 #cPC /* 1 column */{
				margin: 0px;
				padding: 0px 0px 20px 0px;
		}
}