/* 	[ 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.
		Currently there are three layout options available:
		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)
		3.	Layout 4 - 1 column layout (center column #cPC)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

body
{
	margin: 0px; 
	padding: 0px; 
	background: #E9F2D8 url(../../Templates/_images/back.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#innerWrapper
{
	margin: 0px auto;
	position: relative;
}
#outerWrapper
{
	margin: 0px auto;
	position: relative;
	width: 840px;
}
#footerWrapper
{
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background: #E9F2D8 url(../../Templates/_images/back_cF.gif) repeat-x bottom right;
	border-bottom: 1px solid #669900;
	padding: 30px 0px 0px 0px;
	height: 58px;
	margin: 20px 0px 0px 0px;
}
#footerWrapper2
{
	background: transparent url(../../Templates/_images/back_cF2.gif) no-repeat bottom right;
	position: relative;
	margin: 0px auto;
	width: 840px;
}
#mainWrapper 
{
	clear: both;
	display: inline-block;
}
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}
#EcomWrapper 
{
	clear: both;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
	* html #EcomWrapper 
	{
		height: 1%;
		display: block;
	}


/* === [ top  ] === */
#cT {
	position: relative;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 840px;
}

/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	padding: 20px 0 0 0;
	clear: both;
	min-height: 100px;
	background: #E9F2D8 url(../../Templates/_images/back2.gif) repeat-x top left;
	width: 840px;
}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			padding: 0px 0 0px 0;
			margin: 0 0 0px 0;
			width: 221px;
}
	
/* === [ header banner ] === */
#cB 
{
	padding: 14px 0px 0px 0px;
	margin: 0px;
	height: 76px;
	width: 530px;
	float: right;
}
/* === [ main navigation ] === */
#cN 
{
	float: right;
	clear: right;
	padding: 24px 0 0px 0;
	margin: 0px 0px;
	width: 580px;
}

/* === [ spare Container ] === */
#cS
{
	position: relative;
	display: block;
	margin: 0px;
	width: 617px;
	height: 184px;
	padding: 0px;
}

/* === [ footer ] === */
#cF
{
	color: #000000;
	font-size: 80%;
	clear: both;
	padding: 0px;
	padding: 12px 0px 4px 0px;
}
	#cF a
	{
		color: #333333;
	}
	#cF a:hover
	{
		color: #FFFFFF;
	}
/* === [ copyRight ] === */
#cC  
{
	color: #000000;
	font-size: 80%;
	padding: 8px 0px 4px 0px;
}
	#cC a
	{
		color: #333333;
	}
	#cC a:hover
	{
		color: #FFFFFF;
	}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
	margin: 24px 0px 0px 0px;
	width: 840px;
}
#cPCEcomWrapper
{
	float: left;
	width: 100%;
	margin: 0px;
}

/* === [ Primary Container ] === */
#cPC
{
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0px 220px 0px 220px;
		background: #FFFFFF url(../../Templates/_images/back_cPC.gif) repeat-x top left;
		border: 1px solid #90CC23;
		min-height: 300px;
		padding: 10px 20px 20px 20px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0px 0px 0px 220px;
		background: #FFFFFF url(../../Templates/_images/back_cPC.gif) repeat-x top left;
		border: 1px solid #90CC23;
		min-height: 300px;
		padding: 10px 20px 20px 20px;
	}
	* html .layout2 #cPC /* 2 column - inside */
	{
		width: 580px;
	}
	.layout3 #cPC /* 2 column - right-hand */
	{
		margin: 0px 220px 0px 0;
		background: #FFFFFF url(../../Templates/_images/back_cPC.gif) repeat-x top left;
		border: 1px solid #90CC23;
		min-height: 300px;
		padding: 10px 20px 20px 20px;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0px 0 0px 0;
		padding: 0px;
	}
	.layout5 #cPC /* 3 column layout */
	{
		margin: 0px 220px 0px 220px;
		padding: 10px 0px 0px 0px;
	}
	* html .layout5 #cPC /* 2 column - inside */
	{
	}
/* === [ Primary Container ] === */
#cPCEcom
{
}
	.layout2 #cPCEcom /* 2 column - inside */
	{
		margin: 0px 0px 0px 220px;
		background: #FFFFFF url(../../Templates/_images/back_cPC.gif) repeat-x top left;
		border: 1px solid #90CC23;
		padding: 10px 20px 20px 20px;
		min-height: 300px;
	}
	* html .layout2 #cPCEcom /* 2 column - inside */
	{
		width: 580px;
	}
	.layout3 #cPCEcom /* 2 column - inside */
	{
		margin: 0px;
		background: #FFFFFF url(../../Templates/_images/back_cPC.gif) repeat-x top left;
		border: 1px solid #90CC23;
		padding: 10px 20px 20px 20px;
		min-height: 300px;
	}
/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 200px;
	margin-top: 24px;
}
	/* === [ Left Side Column ] === */
	.layout5 #cLS
	{
		float: left;
		margin-left: -100%;
		width: 200px;
		margin-top: 220px;
	}
	.layout2 #cLS
	{
		float: left;
		margin-left: -100%;
		width: 200px;
		margin-top: 0px;
	}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 200px;
	margin-top: 24px;
}
/* === [ TopLeft Side Column ] === */
#cTL
{
}
/* === [ TopRight Side Column ] === */
#cTR 
{
}

/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -200px;
}
*:first-child+html #cRS 
{
	margin-left: -200px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.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-top-style: none;
			border-left-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;
		}
}