/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*  
	Change Class Selectors and ID Selectors to reflect your Design as required.
	The aim of this file is create the 'Template' for your design.
	Such as: backgrounds, colours, borders, margins, padding.
	Alter the Property and Value to reflect your design as required.

	--Layouts
		The 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. 
		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]--------------------------------------------------------------------- */

* { -moz-outline-style: none;
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
	margin: 0px;
}
	
body { background: #ffffff url(../../Templates/_images/back.gif) repeat-x top left; }

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 1000px;
}
	#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
    #mainWrapper {
		display: inline-block;
		width: 100%;
		height: auto;
		background: #fff;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */


/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	z-index: 200;
}
	
	/* === [ header banner ] === */
	#cB {
		position: relative;
		display: block;
		clear: none;
		width: 480px;
		padding: 0px;
		float: left;
	}

	/* === [ top  ] === */
	#cT {
		position: relative;
		display: block;
		clear: none;
		padding: 0px;
		margin: 40px 0 0 0;
		float: right;
		text-align: right;
	}
	
	/* === [ Main Navigation ] === */
	#cN {
		position: relative;
		display: block;
		clear: both;
		width: 100%;
		z-index: 200;
		background:url(../../Templates/_images/back_nav.gif) repeat-x top left;
		height: 37px;
	}
#HeaderBanner {
	display: block;
	clear: both;
	margin: 0 0 16px 0;
}
	.home #HeaderBanner {
	margin: 0 0 0px 0;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}
#cPCinner {
	margin: 25px 0 0 301px;
	display: block;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 10px;
	min-height: 300px;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 270px 0 274px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 313px;
		padding: 0px 0px 10px 0px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 270px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}
	
#cPCLeft {
	position: relative;
	clear: none;
	width: 212px;
	float: left;
	margin: 0 27px 0 0;
}

#cPCMid {
	position: relative;
	clear: none;
	width: 212px;
	float: left;
	margin: 0 27px 0 0;
}

#cPCRight {
	position: relative;
	clear: none;
	width: 212px;
	float: left;
	margin: 0 px 0 0;
}

#FooterBanners {
	position: relative;
	display: block;
	clear: both;
	margin: 20px 0 20px 0;
}


/* === [ Left Side Column ] === */
#RSS {
	border:#d7d7d7 1px solid;
	padding: 16px 16px 16px 16px;
	clear: both;
	display: block;
	margin: 0 0 16px 0;
	width: 237px;
}

#subnav {
	background: url(../../Templates/_images/subnav.jpg) repeat-y top right;
	display: block;
	clear: both;
	margin: 0 0 16px 0;
	width: 274px;
	min-height: 244px;
}

#cLS {
	float: left;
	margin-left: -100%;
	width: 274px;
	padding: 16px 0 16px 16px;
}
	.home #cLS {
		padding: 25px 0 16px 0;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 270px;
	padding: 16px 0;
}
	

/* === [ footer ] === */
#cFWrapper {
	background: #dee7f0 url(../../Templates/_images/footerLogo.gif) no-repeat top right;
	padding: 16px 190px 16px 16px;
	min-height: 48px;
}

#cF {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	margin: 0px 0 0 -10px;
}

/* === [ copyRight ] === */
#cC {
	position: relative;
	display: block;
	clear: both;
	padding: 0px;
	font-size: 12px;
}
	#cC a {
		text-decoration: underline;
		color:#666;
	}
	#cC a:hover {
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -270px;
}
*:first-child+html #cRS {
	margin-left: -270px;
}

/* -----[ 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;
		}
}
