/* 	[ 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: #FFF;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 870px;
	background: #FFFFFF url(/Templates/TaupoIkaNui/_images/bodyback.gif) repeat-y;
	padding-right:30px;
	padding-left:32px;
}
	#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
    #mainWrapper {
		display: inline-block;
		width: 100%;
		height: auto;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	min-height: 124px;
	
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			position:absolute;
			left:0px; 
			top:35px;
			padding: 0px;
			z-index:10000;
		}
	
	/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 0px;
			z-index:100;
		}
		#cB2 {
			padding: 0px;
			margin: 0px 0px 20px 0px;
			z-index:100;
			width:616px;
			clear: both; 
		}

/* === [ top  ] === */
#cT {
	height:30px;
	padding-top:14px;
	width: 100%;
	margin-bottom:10px;
	text-align:right;
}

#tagLine{height:49px; padding-top:10px;line-height:59px; text-align:right; font-size:18px; color:#ee1d23; letter-spacing:2px;}

/* === [ main navigation ] === */
#cN {
	display: block;
	clear: both;
	height: 37px;
	z-index: 200;
	margin-top:9px;
	margin-bottom:16px;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding-right: 23px;
	min-height: 300px;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 230px 0 180px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 180px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 230px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 200px;
	padding-right: 30px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 230px;
	padding-top: 0px;
}
/* === [ footer ] === */
#cF {
	clear: both;
}

#cPCwrap2 {
	margin:25px 253px 0 0;
}
#cPCwrap2 #cSide {
	float:left; 
	width:180px; 
	padding:0px 0px 30px 0px; 
	margin-right:20px;
}
#cPCwrap2 #cPC{
	float:left; 
	width:417px; 
	padding:0px 0px 30px 0px; 
	margin:0px;
}

#bottom {
	position: relative;
	margin: 0px auto;
	width: 870px;
	height: 7px;
	background: url(/Templates/TaupoIkaNui/_images/bottom.gif) no-repeat;
	padding-right:30px;
	padding-left:32px;
}

/* === [ copyRight ] === */
#cC {
	color: #000000;
	font-size: 11px;
	padding: 10px;
	margin: 0px auto 10px auto;
	width: 870px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
	#cC a {
		color: #333333;
	}
	#cC a:hover {
		
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -230px;
}
*:first-child+html #cRS {
	margin-left: -230px;
}

/* -----[ 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;
		}
}