/* 	[ 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.
		Currently there are three layout options available:
		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)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px; }

body
{
	background: #9bd13c;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer1
{
	background: #fff url(/Templates/Concert/_images/body2.gif) repeat-y top left;
}
.home #outer1
{
	background: #9bd13c;
}
#outer2
{
	background: transparent url(/Templates/Concert/_images/body.gif) repeat-x top left;
}
.home #outer2
{
	background: #9bd13c url(/Templates/Concert/_images/body.gif) repeat-x top left;
}

#outerWrapper
{
	position: relative;
	margin: 0px auto;
	width:985px;
	background: url(/Templates/Concert/_images/body3.gif) repeat-y top right;

}
#outerWrap {
	background: url(/Templates/Concert/_images/outer2.gif) no-repeat top right;
}
.home #outerWrapper
{
	background: url(/Templates/Concert/_images/outer.gif) no-repeat top right;
}
	#mainWrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;	
    clear: both; 
    visibility: hidden;
	}
	#mainWrapper {
		display: inline-block;
		padding: 20px 0 0 0;
	}
    /* Hides from IE Mac \*/
    * html #mainWrapper{
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */


/* === [ top  ] === */
#cH {
	padding: 0px;
	margin: 0 auto;
	min-height: 170px;
	width: 985px;
	z-index: 600;
	display: block;
	position: relative;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			clear: none;
			width: 359px;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cT {
			width: 400px;
			padding: 0px;
			height: 170px;
			float: right;
			clear: none;
			display: block;
			z-index: 1000;
		}

/* === [ main navigation ] === */
#cN {
	position: relative;
	clear: both;
	display: block;
	height: 23px;
	width: 985px;
	background: url(/Templates/Concert/_images/nav.gif) no-repeat bottom right;
	padding: 6px 0 0 10px;
	z-index: 400;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}
#cPCWrapper2
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	/*margin: 0 250px 0 180px;*/
	padding: 20px;
	z-index: 10;
	min-height: 350px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 230px 0 280px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 280px;
		padding: 90px 20px 20px 55px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 230px 0 0;
		padding-bottom: 0;
	}
	.layout4 #cPC /* 2 column - home page */
	{
		margin: 0 0 0 0;
	}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 215px;
	padding: 0px 0 30px 30px;
	z-index: 20;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 210px;
	padding: 20px 20px 0 0;
}
*html #cRS 
{
	padding: 20px 0px 0 0;
}

/* === [ TopLeft Side Column ] === */
#cTLouter {
	background: #fff url(/Templates/Concert/_images/cCwrap.gif) repeat-x top left;
}
#cCLwrap {
	background: url(/Templates/Concert/_images/cC-bkg.gif) no-repeat top left;
	width: 1260px;
	height: 210px;
}
#cTL {
	position: relative;
	display: block;
	clear: both;
	width: 985px;
	margin: 0 auto;
	padding: 8px 0 0 40px;
}
/* === [ spare Container ] === */
#cS {
	position: relative;
	display: block;
	clear: both;
	padding: 0 10px 0 40px;
}

/* === [ footer ] === */
#cFwrap {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	background: #1b3664;
}

#cF {
	position: relative;
	display: block;
	clear: both;
	width: 985px;
	margin: 0 auto;
}

/* === [ copyRight ] === */
#cC {
	color: #000000;
	font-size: 80%;
	padding: 10 0;
	clear: both;
}
	#cC a {
		color: #666666;
	}
	#cC a:hover {
		color: #1b4164;
	}
	
	
/* -----[ HACKS ]------------------------------------------------------------------------------- */

* 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;
}

