/* 	[ 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]--------------------------------------------------------------------- */

* { margin: 0px; }

body {
	background: #ffffff url(/Templates/_images/body.jpg) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	width: 100%;
	display: block;
}
#outerWrapper2 {
	background: url(/Templates/_images/outer.jpg) no-repeat bottom right;
	display: block;
	min-height: 600px;
}
#outerWrapper3 {
	margin: 0 auto;
	width: 972px;
	background: url(/Templates/_images/outerLeft.gif) no-repeat top left;
	padding: 0 0 0 12px;
	display: block;
}
#outerWrapper4 {
	background: url(/Templates/_images/outerRight.gif) no-repeat top right;
	padding: 0 12px 0 0;
	display: block;
}
* html #outerWrapper3 {
	margin: 2px auto 0px auto;
}
* html #outerWrapper4 {
	margin: 0px auto 0px auto;
}
	#mainWrapper {
		display: inline-block;
		width: 100%;
		padding-bottom: 180px;
		z-index: 0;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cHwrapper {
	padding: 0px;
	clear: both;
	display: block;
	position: relative;
	width: 100%;
	z-index: 500;
}
#cH {
	padding: 0px;
	margin: 0 auto;
	min-height: 164px;
	width: 960px;
	background: url(/Templates/_images/cH.jpg) no-repeat top left;
	z-index: 600;
	display: block;
	position: relative;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cT {
			width: 750px;
			padding: 0px;
			height: 31px;
			float: right;
			position: relative;
			clear: none;
			display: block;
			background: url(/Templates/_images/cT.jpg) no-repeat top right;
			z-index: 1000;
		}

/* === [ main navigation ] === */
#cN {
	position: relative;
	clear: both;
	display: block;
	height: 26px;
	width: 948px;
	padding-top: 4px;
	z-index: 400;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
	z-index: 0;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 5px 20px 20px 20px;
	z-index: 20;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 180px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 310px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 320px 0 0;
		padding: 0px 0px 20px 20px;
		float: left;
	}
	* html .layout3 #cPC /* 2 column - home page */
	{
		width: 620px;
		float: none;
		padding: 0px 0px 20px 0px;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 300px;
	padding:  4px 0 0 20px;
	z-index: 40;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 300px;
	padding-top: 0px;
	z-index: 40;
}
.promo #cRS {
	margin-top: 20px;
}
	* html .home #cRS {
		margin-left: 0;
		clear: none;
	}

/* === [ spare Container ] === */
#cS {
	display: block;
	padding: 0px;
	clear: both;
	width: 100%;
	z-index: 20;
}

/* === [ footer ] === */
#cFWrapper {
	position: relative;
	display:block;
	clear: both;
	width: 100%;
	padding: 30px 0px 60px 0px;
	background: #000000 url(/Templates/_images/cFwrap.gif) repeat-x top left;
}

#cF {
	display: block;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -300px;
}
*:first-child+html #cRS {
	margin-left: -300px;
}

/* -----[ 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, #cFWrapper {
		display: none;
	}
	#cPC {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			border-top-style: none;
			border-left-style: none;
			display: block;
			white-space: nowrap;
		}
		.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;
		}
}