/* 	[ 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: #CCCCCC url(/Templates/EconoCampers/_images/body-bkg.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer{
	background: #b83f08;
	width: 914px;
	margin: 0px auto;
	padding: 0 12px 0 20px;
}
#outerWrapper {
	position: relative;
	width: 914px;
	background-color: #FFFFFF;
}

	#mainWrapper {
		display: inline-block;
		width: 100%;
		background: #FFFFFF url(/Templates/EconoCampers/_images/side_color.gif) repeat-y top left;
	}
	.home #mainWrapper {
		
		background: #FFFFFF url(/Templates/EconoCampers/_images/side_color.gif) repeat-y top right;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cHWrapper {
	position: relative;
	display: block;
	padding: 9px 9px 0px 8px;
	clear: both;
	width: 897px;
	z-index: 400;
	background: url(/Templates/EconoCampers/_images/cH-bkg.jpg) no-repeat top left;
	
}
#cH {
	display: block;
	height: 210px;
	width: 897px;
	
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 0px;
			float: right;
		}

/* === [ top  ] === */
#cT {
	height: 20px;
	width: 100%;
	padding: 0px;
}

/* === [ main navigation ] === */
#cN {
	display: block;
	clear: both;
	height: 33px;
	background: url(/Templates/EconoCampers/_images/cN-bkg.gif) repeat-x top left;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	display: block;
	z-index: 20;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 259px 0 259px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 259px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 259px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}
	
	#cS {
	padding: 10px 0px;
	display: block;
	background: #b83f08;
	
}
	.layout1 #cS /* 3 column layout */
	{
		margin: 0 249px 0 249px;
	}
	.layout2 #cS /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 256px;
	}
	.layout3 #cS /* 2 column layout (right column #cRS) */
	{
		margin: 0 249px 0 0;
	}
	.layout4 #cS /* 1 column layout */
	{
		margin: 0 0 0 0;
	}

#cTR {
	padding: 10px 0 10px 10px;
	display: block;
	background: #b83f08;
}
	.layout1 #cTR /* 3 column layout */
	{
		margin: 0 249px 0 249px;
	}
	.layout2 #cTR /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 249px;
	}
	.layout3 #cTR /* 2 column layout (right column #cRS) */
	{
		margin: 0 249px 0 0;
	}
	.layout4 #cTR /* 1 column layout */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 249px;
	padding: 10px 8px 0 0;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 249px;
	padding-top: 10px;
}

/* === [ TopLeft Side Column ] === */
#cTL {
}
/* === [ TopRight Side Column ] === */

#cCWrapper{
	background: #baca23 url(/Templates/EconoCampers/_images/side_color.gif) repeat-y top right;
	height: 80px;
	border-top: #CCCCCC 3px solid;
}

/* === [ footer ] === */
#cF {
	padding: 20px 0 0 10px;
	width: 230px;
	clear: none;
	float: right;
}

/* === [ copyRight ] === */
#cC {
	color: #000000;
	font-size: 80%;
	padding: 20px 60px 0 0;
	text-align: right;
	float: right;
	clear: none;
}
	#cC a {
		color: #333333;
	}
	#cC a:hover {
		color: #FFFFFF;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -249px;
}
*:first-child+html #cRS {
	margin-left: -249px;
}

/* -----[ 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;
		}
}