/* 	[ 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)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px; }

body
{
	background: #cdecfc url(/Templates/kowhai/_images/body.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0 auto;
	width: 838px;
	background: url(/Templates/kowhai/_images/wrapperLeftRepeat.gif) repeat-y top left;	
}
#outerWrapper2 {
	background: url(/Templates/kowhai/_images/wrapperRightRepeat.gif) repeat-y top right;
	margin: 0 0 0 0;
}
#outerWrapper3 {
	background:  url(/Templates/kowhai/_images/wrapperLeft.gif) no-repeat top left;
	margin: 0 0 0 0;
}
#outerWrapper4 {
	background:  url(/Templates/kowhai/_images/wrapperRight.gif) no-repeat top right;
	margin: 0 0 0 0;
}
#outerWrapper5 {
	background: #ffffff url(/Templates/kowhai/_images/outerwrap.gif) no-repeat top left;
	width: 800px;
	min-height: 620px;
	margin: 0 auto;
}
#outerWrapBottom {
	position: relative;
	margin: 0 auto;
	width: 838px;
	height: 12px;
	background: url(/Templates/kowhai/_images/wrapperBottom.gif) no-repeat top left;	
}
	#mainWrapper {
		display: inline-block;
		width: 100%;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}


/* === [ top  ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	width: 950px;
	z-index: 200;
}
		/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 0px 0 0 0;
		}


/* === [ main navigation ] === */
#cN 
{
	clear: none;
	width: 486px;
	padding: 8px 0 0 130px;
	float: left;
	height: 14px;
}
	/* === [ header - logo ] === */
		#cH .cLogo {
			float: right;
			width: 180px;
			float: left;
			clear: none;
			padding: 0px;
		}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
	padding: 0px 0px 0px 0px;
	z-index: 0;

}

/* === [ Primary Container ] === */
#cPC
{
	padding: 15px 40px 20px 0px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 180px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 180px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 207px 0 134px;
	}
	.layout4 #cPC /* 2 column - home page */
	{
		margin: 0 0px 0 134px;
	}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 180px;
	padding: 10px;
	z-index: 20;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 207px;
	padding-top: 10px;
	z-index: 20;
}
/* === [ TopLeft Side Column ] === */
#cTL {
}
/* === [ TopRight Side Column ] === */
#cTR {
}
/* === [ spare Container ] === */
#cS {
}

/* === [ footer ] === */
#cF {
	clear: both;
	padding: 0 0 0 130px;
}

/* === [ copyRight ] === */
#cC {
	color: #777c7e;
	font-size: 1em;
	padding: 10px 0 10px 134px;
	clear: both;
}
	#cC a {
		color: #777c7e;
	}
	#cC a:hover {
		color: #666666;
	}
	
/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -207px;
}
*:first-child+html #cRS 
{
	margin-left: -207px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}