/* 	[ 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 - Default 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: #FFFFFF;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px;
	background-color: #FFFFFF;
}
	#mainWrapper 
	{
		display: inline-block;
		background: url(/Templates/Madworld/_images/wrapper_bkg.gif) repeat-y;
		width: 900px;
	}
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cHWrapper {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 111px;
	width: 100%;
	border-bottom: 1px solid #FFFFFF;
	background: #b5b6ff url(/Templates/Madworld/_images/cH_bkg.jpg) no-repeat;
	white-space: nowrap;
}
	#cH {
		width: 900px;
	}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			padding: 0px;
			width: 248px;
		}
	
	/* === [ header banner ] === */
		#cB 
		{
			padding: 0px 0px 0px 20px;
			float: left;
			width: 561px;
		}

/* === [ top  ] === */
#cT {
	height: 20px;
	padding: 0px;
}

/* === [ main navigation ] === */
#cNWrapper {
	clear: both;
	background: #aaa4d5;
	border-bottom: 1px solid #131373;
}
	#cN {
			width: 800px;
	}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 20px 0px 8px 12px;
	min-height: 300px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0px 250px 0px 236px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0px 0px 0px 236px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	width: 200px;
	margin-left: -100%;
	padding: 14px;
	min-height: 400px;
	background-color: #bbb6dd;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 100px;
	padding-top: 10px;
}
/* === [ footer ] === */
#cF {
	float:left;
	padding: 30px 0px 0px 100px;
}

/* === [ copyRight ] === */
#cC_1 {
	color: #131373;
	font-size: 85%;
	float: left;
	padding: 32px 0px 0px 18px;
}
	#cC_1 a {
		color: #bbb6dd;
	}
	#cC_1 a:hover {
		color: #299cc4;
	}	
#cC {
	float: left;
	clear: both;
	color: #131373;
	font-size: 90%;
	padding: 24px 0px 12px 49px;
	line-height: 1.2em;
	width: 851px;
}
	#cC a {
		color: #bbb6dd;
	}
	#cC a:hover {
		color: #299cc4;
	}

#cC_2 {
	text-align:right;
	float:left;
	font-weight: bold;
	border-right: #bbb6dd 1px solid;
	padding: 0px 18px 0px 0px;
}
#cC_3 {
	font-weight: normal;
	float: left;
	padding: 6px 0px 0px 18px;
}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -236px;
}
*:first-child+html #cRS 
{
	margin-left: -236px;
}

/* -----[ 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;
		}
}