/* 	[ 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]--------------------------------------------------------------------- */

* { -moz-outline-style: none;
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
	margin: 0px;
}

body {
	background: url(/Templates/Vidal/_images/body.gif) repeat top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer {
	width: 100%;
	background: url(/Templates/Vidal/_images/outer.jpg) repeat-x top left;
}
#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;
    }
		.home #mainWrapper {
		background: transparent url(/Templates/Vidal/_images/mainwrap.png) no-repeat top left;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	min-height: 176px;
	width: 1000px;
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			width: 155px;
			clear: none;
		}
	
	/* === [ header banner ] === */
		#cT {
			padding: 0px;
			margin: 35px 0 17px 0;
			float: right;
			width: 370px;
			clear: none;
		}

/* === [ top  ] === */
#cB {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
}

/* === [ main navigation ] === */
#cN {
	display: block;
	clear: none;
	float: right;
	width: 740px;
	height: 85px;
	margin-top: 27px;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Home Top Container ] === */
#cPCTop {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	text-align: right;
	height: 430px;
}
#cPCTop .HTMLContent {
	height: 250px;
}
#cS {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px 0px 20px 0px;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 302px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 332px;
	}
	.home .layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 364px;
		padding: 20px 0px 0px 0px;
		float: right;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 302px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 297px;
	padding: 0px 0px 0 0;
}
	.home #cLS {
	width: 329px;
	padding: 10px 0px 0 0;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 302px;
	padding-top: 0px;
}
#cPCBottom {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	margin: 30px 0 30px 0;
}

/* === [ footer ] === */
#cFwrapper {
	width: 100%;
	background: url(/Templates/Vidal/_images/cFwrapper.jpg) repeat top left;
	min-height: 45px;
	padding: 10px 0px;
	margin: 20px 0 0 0;
}
#cFinner {
	position: relative;
	background: url(/Templates/Vidal/_images/cFinner.jpg) no-repeat top center;
	margin: 0px auto;
	padding: 30px 0px;
	width: 1000px;
	text-align: center;
	
}
#cF {
	clear: both;
}

/* === [ copyRight ] === */

#cC {
	color: #555555;
	font-size: 0.85em;
	display:block;
	clear: both;
}
	#cC a {
		color: #555555;
		text-decoration: underline;
	}
	#cC a:hover {
		color: #e51b24;
		text-decoration: underline;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -302px;
}
*:first-child+html #cRS {
	margin-left: -302px;
}

/* -----[ Clearings ]-------------------------------------------------------------------------- */

.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cLS, #cTL, #cS, #cT, #cH, #cN, #cCText, .ModuleArticleFeatures {
		display: none;
	}
#mainOuter {
	border-style: 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 */
		{
		}
		.layout4 #cPC /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
}
