/* 	[ 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: #004990 url(/Templates/CrestTech/_images/body-bkg.jpg) top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0 0 0 85px;
	width: 860px;
}
	#mainWrapper {
		display: inline-block;
		width: 100%;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	margin: 0 0 0 85px;
	height: 94px;
	width: 860px;
	background: url(/Templates/CrestTech/_images/cH-bkg.jpg) no-repeat top left;
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			clear: both;
		}

/* === [ main navigation ] === */
#cNWrapper {
	width: 100%;
	height: 58px;
	background: #004990 url(/Templates/CrestTech/_images/cN-bkg.jpg) no-repeat top left;
}
#cN {
	display: block;
	clear: both;
	width: 860px;
	margin: 0 0 0 85px;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	min-height: 300px;
	display: block;
	border: #95a5b5 1px solid;
	background: #ffffff;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 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 280px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}
#cB {
	padding: 0px;
	display: block;
}
	
	.layout3 #cB /* 2 column layout (right column #cRS) */
	{
		margin: 0 280px 16px 0;
	}



/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 180px;
	padding: 10px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	background: #ffffff;
	width: 256px;
	border: #95a5b5 1px solid;
	border-top-style: none;
	padding: 0px 0px 10px 0;
}
/* === [ spare Container ] === */
#cSWrapper {
	border-top: #93b6d9 4px solid;
	background: #ffffff;
	width: 100%;
}
#cS {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 0 85px;
	width: 860px;
	height: 81px;
	border-left: #a6c0d9 1px solid;
}

/* === [ footer ] === */

#cCOuter {
	width: 100%;
	background: #004990 url(/Templates/CrestTech/_images/cC-bkg.gif) no-repeat top left;
}
#cCWrapper {
	position: relative;
	display: block;
	clear: both;
	margin: 0 0 0 85px;
	height: 91px;
	padding: 25px 0 0 0;
	width: 860px;
}
#cF {
	clear: none;
	float: right;
}

/* === [ copyRight ] === */
#cC {
	color: #ffffff;
	font-size: 80%;
	padding: 10px 0;
	float: left;
}
	#cC a {
		color: #ffffff;
	}
	#cC a:hover {
		color: #ffffff;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* 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;
}

/* -----[ 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;
		}
}
