/* 	[ 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: #003f21;
}

* {
 -moz-outline-style: none;     
   outline-syle: none;
   outline-width: 0px;
   outline-color: -moz-use-text-color;
}


/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer {
	position: relative;
	margin: 0px auto;
	width: 1024px;
	background: #cbe2b8 url(/Templates/selfhealth/_images/outer.jpg) no-repeat top left;
	padding: 0px 0px 50px 0px;
}
#outer1 {
	background:#000;
	height: 100%;
	min-height: 770px;
}

#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 962px;
}
.landing #outerWrapper {
	width: 1022px;
	background: #000;
}
	#mainWrapper:after
	.landing #mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both; 
		visibility: hidden;
	}
	#mainWrapper {
		display: inline-block;
		background: url(/Templates/Applicationz/_images/mainWrapTop-bkg.gif) no-repeat top left;
		width: 100%;
		height: auto;
		margin: 10px 0 0 0;
	}
	.landing #mainWrapper {
		display: inline-block;
		border: #602a88 1px solid;
		width: 100%;
		height: auto;
		margin: 5px 0 0 0;
		padding: 0 0 30px 0;
	}
	/* Hides from IE Mac \*/
	* html #mainWrapper {
		height: 1%; }
	#mainWrapper {
		display: block; }
	* html .landing #mainWrapper {
		height: 1%; }
	.landing #mainWrapper {
		display: block; }
	/* End hide from IE-mac */


/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px 10px 0 0;
	clear: both;
	margin: 0px auto;
	width: 1014px;
	z-index: 200;
}
.landing #cH {
	padding: 30px 10px 0px 0;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
		.landing #cH .cLogo {
			margin: 0;
            font-size: 1.2em;
            color: #f7931e;
            font-family: Georgia, "Times New Roman", Times, serif;
		}
		/*.landing #cH .cLogo a {
			font-size: 1.2em;
			color: #f7931e;
			font-family: Georgia, "Times New Roman", Times, serif;
			
		}*/
	
	/* === [ top search ] === */
		#cT {
			padding: 0px;
			margin: 16px 0 0 0;
			float: right;
			width: 255px;
		}



/* === [ main navigation ] === */
#cN {
	display: block;
	clear: both;
	height: 39px;
	height: 1%;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
	
}
/* === [ default 2 column only ] === */
	#cPCinner:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both; 
		visibility: hidden;
	}
	#cPCinner {
		border: #fff 1px solid;
		margin: 0 0 20px 201px;
		display: inline-block;
		width: auto;
		height: auto;
	}
	/* Hides from IE Mac \*/
	* html #cPCinner {
		height: 1%; }
	#cPCinner {
		display: block; }
	/* End hide from IE-mac */


/* === [ default 2 column only ] === */
	#cB:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both; 
		visibility: hidden;
	}
	#cB {
		display: inline-block;
		background: url(/Templates/Applicationz/_images/mainWrapTop-bkg.gif) no-repeat top left;
		width: 100%;
		height: auto;
		margin: 0 0 0 0;
	}
	/* Hides from IE Mac \*/
	* html #cB {
		height: 1%; }
	#cB {
		display: block; }
	/* End hide from IE-mac */


/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 250px 0 0px;
		width: 469px;
		float: left;
		clear: none;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 201px;
	}
	.home .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 201px;
		padding: 0;
	}
	.default .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 0;
	}
	.products .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 0;
		background: #fff;
	}
	
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 420px 0 0;
		padding: 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 191px;
	padding: 0px 0px 0px 0px;
	background: #87b339;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 420px;
	background: url(/Templates/selfhealth/_images/wildfire-cRS.jpg) no-repeat top left;
	clear: none;
}
.layout1 #cRS {
	padding-top: 20px;
	float: right;
	margin-left: -100%;
	width: 235px;
	clear: none;
	background: none;
}
/* === [ TopLeft Side Column ] === */
#cTL {
}
/* === [ TopRight Side Column ] === */
#cTR {
}
/* === [ spare Container ] === */
#cS {
	display:block;
	clear: both;
}

/* === [ footer ] === */
#cFWrapper {
	margin: 0 0 0 201px;
	clear: both;
	display: block;
}

#cF {
	float: left;
	width: 550px;
	clear: none;
}

/* === [ copyRight ] === */
#cC {
	color: #003f21;
	font-size: 1.2em;
	padding: 50px 0 20px 0;
	width: 200px;
	float: right;
	clear: none;
	text-align: right;
}
	#cC a {
		color: #003f21;
	}
	#cC a:hover {
		color: #7030a0;
	}
.landing #cC {
	color: #FFFFFF;
	float: left;
	clear: both;
	text-align: left;
}
	.landing #cC a {
		color: #FFFFFF;
	}
	.landing #cC a:hover {
		color: #FFFFFF;
	}



/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -420px;
}
*:first-child+html #cRS {
	margin-left: -420px;
}
* html .layout1 #cRS {
	margin-left: -250px;
}
*:first-child+html .layout1 #cRS {
	margin-left: -250px;
}


/* -----[ 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;
		}
}
