/* 	[ 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: #ffffff url(/Templates/_images/body-bkg.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer {
	position: relative;
	margin: 0px auto;
	width: 966px;
}
	#mainWrapper {
		display: inline-block;
		width: 100%;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px auto;
	clear: both;
	height: 85px;
	width: 966px;
	z-index: 200;
	background: url(/Templates/_images/cH-bkg.gif) no-repeat top right;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cT {
			height: 75px;
			width: 460px;
			padding: 10px 0 0 0;
			float: right;
			text-align: right;
			clear: none;
		}
		* html #cT {
			
		}

/* === [ main navigation ] === */
#cN {
	position: relative;
	display: block;
	clear: both;
	height: 29px;
	margin: 0px auto;
	width: 966px;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	display: block;
}
* html #cPC {
	padding: 20px 0px 20px 20px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 253px 0 223px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 223px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 223px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 223px;
	padding: 10px 0;
	margin-top: 10px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 243px;
	padding: 10px 0;
}
/* === [ default hotels template ] === */
#cPCWrapInner {
	margin: -20px 0 50px 223px;
	height: 1%;
	display: block;
}

#cTL {
	position: relative;
	display: block;
	height: 1%;
	width: 340px;
	padding: 0px 0px 0px 20px;
	float: right;
	clear: none;
}

#cTR {
	position: relative;
	display: block;
	height: 1%;
	width: 340px;
	padding: 0px 20px 0px 0px;
	float: right;
	clear: none;
	border-right: #959595 1px solid;
}

/* === [ footer ] === */
#cFOuter{
	display:block;
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #666666 url(/Templates/_images/cFWrap-bkg.jpg) repeat-x top left;
}
#cFWrapper {
	clear: both;
	margin: 0 auto;
	width: 966px;
	height: 100%;
	padding: 0;
	background: url(/Templates/_images/cF-bkg.jpg) no-repeat top right;
}
#cF {
	padding: 0 0 20px 0;
	display: block;
	height: 420px;
	clear: both;
}

/* === [ copyRight ] === */
#cC {
	color: #ffffff;
	margin: 0 auto;
	width: 966px;
	font-size: 80%;
	padding: 6px 0;
}
	#cC a {
		color: #ffffff;
	}
	#cC a:hover {
		color: #FFFFFF;
	}
	
/* ========================================= [ CONTENT TABS ] ================================================================ */
	
	/* Surrounding DIVs */
#panelContainer {
	margin: 0px 0 0 0;
	padding: 0px 0 1px 0;
	height: 1%;
	display: block;
	clear: both;
	position: relative;
}
#cTabs {
	margin: 0px 0 0 0;
	padding: 0px;
	height: 1%;
	position: relative;
	display: block;
	clear: both;
}
	/* 3 column layout - Must match cPC */
	.layout2 #panelContainer {
		margin: 0 0px 20px 243px;
		padding: 12px;
		height: 100%;
		border: #0177bf 4px solid;
	}
	.Black .layout2 #panelContainer {
		border: #040404 4px solid;
	}
	.Red .layout2 #panelContainer {
		border: #972429 4px solid;
	}

.layout2 #cTabs {
		margin: 0 0px 0 208px;
		*margin: 0 0px 0 248px;
	}
	* html .layout2 #cTabs {
		margin: 0 0px 0 246px;
	}
/* Surrounding DIV */
#tabContainer {
}
.tab_content ul li {
	list-style-image: url(/Templates/_images/bullet.gif);
	margin: 0 0 4px 0px;
	padding: 0 0 4px 0;
	*margin: 0 0 0 20px;
}

/* List Styles */
#tabContainer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#tabContainer li {
	float:left;
	padding: 0px;
	margin: 0px 0px 0 -6px;
	list-style-type: none;
}
* html #tabContainer li {
	margin: 0px 0px 0 0px;
}
#tabContainer ul li {
	float:left;
	padding: 0px 0 0 px;
	margin: 0px 0 0 0px;
	list-style-type: circle;
}
	#tabContainer li a span {
		display: block;
		color: #FFFFFF;
		font-size: 90%;
		font-weight: bold;
		text-decoration: none;
		width: 115px;
		background: url(/Templates/_images/Tabs-Blue-off.gif) no-repeat bottom center;
		text-align: center;
		padding: 10px 5px 6px 5px;
	}
	* html #tabContainer li a span {
		padding: 10px 2px 6px 2px;
	}
	.Black #tabContainer li a span {
		background: url(/Templates/_images/Tabs-Black-off.gif) no-repeat bottom center;
	}
	.Red #tabContainer li a span {
		background: url(/Templates/_images/Tabs-Red-off.gif) no-repeat bottom center;
	}
	
	#tabContainer li a.tabs_on span {
		background: url(/Templates/_images/Tabs-Green-on.gif) no-repeat bottom center;
		text-align: center;
		padding: 10px 6px 6px 6px;
	}
	* html #tabContainer li a.tabs_on span {
		padding: 10px 2px 6px 2px;
	}
	.Black #tabContainer li a.tabs_on span {
		background: url(/Templates/_images/Tabs-Grey-on.gif) no-repeat bottom center;
	}
	.Red #tabContainer li a.tabs_on span {
		background: url(/Templates/_images/Tabs-Yellow-on.gif) no-repeat bottom center;
	}

/* ========================================= [ END CONTENT TABS ] ================================================================ */

/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -250px;
}
*:first-child+html #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;
		}
}