/* 	[ 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 complaint 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)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

body
{
	background: #FFFFFF url(/Templates/_images/body-bkg.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px; 
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */

#outer1 {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background: url(/Templates/_images/outer-bkg.gif) repeat-y top center;
	width: 889px;
}

#outer2 {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background: url(/Templates/_images/outer2-bkg.jpg) no-repeat top center;
	width: 889px;
}
* html #outer2 {
	width: 889px;
}

#outerWrapper {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	background: #FFFFFF;
	width: 860px;
}
	#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
    #mainWrapper {
		position: relative;
		display: inline-block;
		width: 100%;
		height: auto;
		z-index: 20;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */



/* === [ header ] === */
#cH {
	clear: both;
	position: relative;
	padding: 0px;
	margin: 0px;
	background: url(/Templates/_images/Header-bkg.jpg) no-repeat top left;
	height: 1%;
	display: block;
	z-index: 200;
}
	/* === [ top  ] === */
	#cT {
		padding: 0px 10px 0px 0px;
		text-align: right;
	}
		/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
		/* === [ header banner ] === */
		#cB {
			margin: 20px 20px 0px 0px;
			float: right;
			text-align: right;
		}
	/* === [ main navigation ] === */
	#cN {
		clear: both;
		position: relative;
		display: block;
		padding: 0px;
		margin: 0 auto;
		width: 860px;
		z-index: 300;
		height: 27px;
		background: url(/Templates/_images/nav-bkg.gif) repeat-x top left;
	}

/* === [ spare Container ] === */
#cS
{
	clear: both;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 840px;
	background: #FFFFFF;
	border: 1px solid #91A6C1;
	border-top: none;
	border-bottom: none;
}

/* === [ main navigation ] === */


/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
	z-index: 20;
}


/* === [ Primary Container ] === */
#cPC
{
	padding: 20px;
	min-height: 350px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 230px 0 230px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 230px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 260px 0 0;
	}

	.layout4 #cPC /* 2 column - home page */
	{
		margin: 0 0 0 0;
		min-height: 20px;
	}
/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-bottom: 10px;
	margin-left: -100%;
	width: 210px;
	padding: 20px 0px 80px 20px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	
	width: 240px;
	margin-bottom: 10px;
	padding: 20px 20px 80px 0px;
	float: right;
	margin-left: -100%;
}
/* === [ TopLeft Side Column ] === */
#cTL
{
	position: relative;
	display: block;
	height: 1%;
	width: 216px;
	padding: 20px 0 20px 34px;
	background: #FFFFFF url(/Templates/_images/home-bkg.gif) repeat-x top left;
	float: left;
	clear: none;
}
* html #cTL
{
	width: 217px;
}
/* === [ TopRight Side Column ] === */
#cTR 
{
	position: relative;
	display: block;
	height: 1%;
	width: 576px;
	padding: 20px 34px 20px 0;
	background:  #FFFFFF url(/Templates/_images/home-bkg.gif) repeat-x top left;
	float: left;
	clear: none;
}
#cTR 
{
	width: 575px;
}
#cTA 
{
	position: relative;
	clear: both;
	display: block;
	height: 1%;
	margin: 0px;
	padding: 0 20px;
}
* html #cTA 
{
	padding: 0 0 0 20px;
	width: 840px;
}

/* === [ footer ] === */
#cF
{
	font-size: 80%;
	clear: both;
	padding: 10px 10px 5px 10px;
	color: #FFFFFF;
}
	#cF a {
		color: #FFFFFF;
	}

	#cF a:hover {
		color: #91A6C1;
	}

/* === [ copyRight ] === */
#cC  
{
	color: #FFFFFF;
	font-size: 80%;
	clear:both;
	display:block;
	margin: 0 auto;
	vertical-align:bottom;
	padding: 50px 10px 20px 15px;
	background: url(/Templates/_images/back_footer.gif) no-repeat top right;
}
	#cC a {
	color: #FFFFFF;
	}
	#cC a:hover {
		color: #0f3063;
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -260px;
}
*:first-child+html #cRS 
{
	margin-left: -260px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}