/* 	[ 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 - 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: #c3c3c3 url(/Templates/_images/body-bkg.jpg) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 990px;
	background: #ffffff url(/Templates/_images/OuterWrap-bkg.jpg) repeat-y top center;
}
* html #outerWrapper {
	width: 900px;
	background: #ffffff;
}
#outerWrapper2 {
	background: url(/Templates/_images/OuterWrap2-bkg.jpg) no-repeat top left;
	padding: 0 50px 0 55px;
}
* html #outerWrapper2 {
	background: none;
	padding: 0 35px;
	width: 900px;
}
	#mainWrapper {
		display: inline-block;
		width: 100%;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	min-height: 100px;
	width: 880px;
	border-bottom: 1px solid #FFFFFF;
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			clear: none;
		}
	
/* === [ top  ] === */
#cT {
	height: 70px;
	width: 678px;
	float: right;
	clear: none;
	padding: 0px;
}
#cB {
	display: block;
	clear: both;
	width: auto;
	height: 20px;
	margin: 0px 0 0px 204px;
	*margin: 0px 0 10px 204px;
	padding: 0 0 0px 0;
}

/* === [ main navigation ] === */
#cN {
	display: block;
	float: left;
	clear: none;
	height: 28px;
	width: 679px;
	background: url(/Templates/_images/nav-bkg.gif) repeat-x top left;
	border-bottom: #cccccc 1px solid;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px 0;
	display: block;
	clear: both;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 204px 0 204px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 204px;
		padding: 20px;
	}
	.header .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		padding: 20px 8px 20px 30px;
		background: url(/Templates/_images/Red-Header-bkg.jpg) no-repeat top right;
	}
	* html .header .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0px 0 0 204px;
		padding: 20px 0px 20px 20px;
		background: none;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}

.home .layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0px;
		padding: 10px 6px 10px 8px;
	}
	
	.HTMLContent {
		display: block;
		clear: both;
	}

/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 204px;
	padding: 40px 0 10px 0;
}
.header #cLS {
	float: left;
	margin-left: -100%;
	width: 204px;
	padding: 30px 0 10px 0;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 204px;
	padding-top: 10px;
}
/* === [ TopLeft Side Column ] === */
#cTL {
	position: relative;
	display: block;
	clear: both;
	height: 1%;
	padding: 0 0 20px 0;
	margin: 14px 0 0px 0;
}
/* === [ TopRight Side Column ] === */
#cTR {
}
/* === [ spare Container ] === */
#cS {
	display: block;
	clear: both;
}

/* === [ footer ] === */
#cFWrapper {
	clear: both;
	width: 872px;
	background: url(/Templates/_images/cF-bkg.gif) repeat-x top left;
	margin: 20px 0px 0 8px;
}
#cF {
	clear: none;
	float: right;
	padding: 0 20px 0 0;
}

/* === [ copyRight ] === */
#cC {
	color: #333333;
	font-weight: bold;
	font-size: 80%;
	padding: 7px 0 20px 20px;
	width: 350px;
	clear: none;
	float: left;
}
	#cC a {
		color: #333333;
	}
	#cC a:hover {
		color: #000000;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -204px;
}
*:first-child+html #cRS {
	margin-left: -204px;
}

/* -----[ 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;
		}
}
