/* 	[ 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)
		4.	Layout 4 - 1 column layout (full centre #cPC) */

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { }

body
{
	margin: 0px 0px 10px 0px; 
	padding: 0px; 
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#topWrapper
{
	margin: 0px;
	padding: 0px; 
	width: 100%;
	background: url(/Templates/MICRO-Alpha/_images/back_cHInner.gif) repeat-x top left;
	min-width: 989px;
}
	#topWrapper2
	{
		margin: 0px auto;
		padding: 0px; 
		width: 989px;
	}
	#mainWrapper 
	{
		height: 1%;
		width: 100%;
	}
#outerWrapper
{
	position: relative;
	margin: 0px auto 10px auto;
	padding: 0px; 
	width: 880px;
	background-color: #FFFFFF;
}
	#mainWrapper 
	{
		height: 1%;
		width: 100%;
		z-index: 0;
	}

/* === [ header ] === */
#cH 
{
	position: relative;
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	background: url(/Templates/MICRO-Alpha/_images/back_cH.jpg) repeat-x left bottom;
	height: 1%;
}
		.Itinerary #cH 
		{
			position: relative;
			clear: both;
			display: block;
			padding: 0px;
			margin: 0px;
			background: url(/Templates/MICRO-Alpha/_images/back_cHItinerary.jpg) repeat-x left bottom;
			height: 1%;
		}
	/* === [ header - logo ] === */
		#cH .cLogo
		{
			position: relative;
			clear: both;
			display: block;
			padding: 0px;
			margin: 0px 0px 0px 54px;
		}
	
/* === [ header banner ] === */
#cB {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	float: left;
}		

/* === [ spare Container ] === */
#cS
{
}

/* === [ main navigation ] === */
#cN 
{
	position: relative;
	display: block;
	width: 880px;
	background: #0057A0;
	z-index: 2000;
	border-top: 4px solid #FFD503;
	margin: 0px auto;
	height: 1%;
}
/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
	margin: -16px 0px 0px 0px;
	}
	.Itinerary #cPCWrapper
	{
		float: left;
		width: 100%;
		margin: 0px 0px 0px 0px;
		}

/* === [ Primary Container ] === */
#cPC
{
	padding: 0px 10px 0px 10px;
	min-height: 300px;
	display: block;
}
* html #cPC
{
	border-top-style: none;
}	
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0px 210px 0 268px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0px 0 0 268px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0px 210px 0 0;
	}
	.layout4 #cPC /* 1 column - blank page */
	{
		margin: 0px 0 0 0;
	}
	.layout5 #cPC /* 1 column - blank page */
	{
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 20px 20px;
		background-color: #FFFFFF;
	}

	/* === [ Intinerary Wrapper ] === */
	#outerWrapperItin
	{
		height: 1%;
		z-index: 0;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 100px; 
		width: 780px;
		background-color: #24589C;
	}
	/* === [ Intinerary Header ] === */
	#cItinHeader 
	{
		position: relative;
		clear: both;
		display: block;
		padding: 0px 0px 0px 100px;
		margin: 0px 0px 0px 0px;
		background: #24589C;
		height: 119px;
		width: 780px;
	}
	/* === [ Intinerary Footer ] === */
	.Itinerary #cItinFooter
	{
		position: relative;
		clear: both;
		display: block;
		padding: 0px;
		padding: 0px 0px 0px 100px;
		margin: 0px 0px 0px 0px;
		background: url(../../../Templates/MICRO-Alpha/_images/ItinFooter_back.gif) repeat-x top left;
		width: 780px;
		height: 265px;
	}



/* === [ Left Side Column ] === */
#cLS
{
	margin: 0px 0px 0px 0px;
	padding: 0px 21px 0px 20px;
	float: left;
	margin-left: -100%;
	width: 220px;
	background: url(/Templates/MICRO-Alpha/_images/back_cLS.gif) no-repeat top right;
	min-height: 446px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	margin: 0px 0px 0px 0px;
	background: url(/Templates/MICRO-Alpha/_images/back_cLS.gif) no-repeat top left;
	float: right;
	margin-left: -100%;
	width: 200px;
	padding: 20px 0px 0px 10px;
	min-height: 446px;
}
/* === [ TopLeft Side Column ] === */
#cTL
{
}
/* === [ TopRight Side Column ] === */
#cTR 
{
}
/* === [ unique navigation  ] === */
#cT {
	font-size: 85%;
	position: relative;
	clear: both;
	margin: 0px;
	padding: 84px 0px 10px 0px;
	background: url(/Templates/MICRO-Alpha/_images/back_footer.gif) repeat-x top left;
}
	.Itinerary #cT {
		font-size: 85%;
		position: relative;
		clear: both;
		margin: 0px;
		padding: 84px 0px 10px 0px;
		background: url(/Templates/MICRO-Alpha/_images/back_footerItinerary.gif) repeat-x top left;
	}
/* === [ footer ] === */
#cF
{
	color: #999999;
	font-size: 85%;
	position: relative;
	margin: 0px;
	float: left;
	clear: left;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
	#cF a:link,
	#cF a:hover,
	#cF a:visited {
		text-decoration: none;
	}



/* === [ copyRight ] === */
#cC  
{
	color: #999999;
	font-size: 85%;
	position: relative;
	margin: 0px;
	float: left;
	clear: left;
	padding: 8px 6px 8px 0px;
	white-space: nowrap;
}
	#cC a
	{
		text-decoration: none;
	}
	#cC a:hover
	{
		text-decoration: none;
	}

		.cLogoGreen
		{
			float: right;
			padding: 0px;
			margin: 0px;
		}		
		.cLogoMotuora
		{
			float: right;
			padding: 0px;
			margin: 0px 8px;
		}		
		.cLogoQualmark
		{
			float: right;
			padding: 0px;
			margin: 0px;
		}

/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -210px;
}
*:first-child+html #cRS 
{
	margin-left: -210px;
}

/* -----[ 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;
		}
}
