/* 	[ 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 - 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 */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px;}

body
{
	background: #fff url(/Templates/OMS/_images/bkg.gif) repeat-x;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 860px;
	border-left: #e9e7e9 1px solid;
	border-right: #e9e7e9 1px solid;
	background-color: #FFFFFF;
}
	#mainWrapper {
		display: inline-block;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 161px;
	width: 860px;
	border-bottom: 1px solid #FFFFFF;
}

	/* === [ 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 {
	clear: both;
	height: 31px;
	width: 840px;
	background: #fff url(/Templates/OMS/_images/cN_bkg2.gif) no-repeat top right;
	height: 1%;
	padding: 1px 0 0 0;
	margin: 0 0 0 10px;
	border-top: 1px solid #bbdbf1;
	border-bottom: 1px solid #bbdbf1;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 5px 10px 50px 10px;
	min-height: 350px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 236px 0 180px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 180px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 236px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 180px;
	padding: 10px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 220px;
	padding: 5px 8px 0px 6px;
}

/* === [ footer ] === */
#cF {
	clear: both;
	background: url(/Templates/OMS/_images/cN_bkg3.gif) repeat-x bottom left;
	padding: 0;
	margin: 0 0 50px 8px;
	height: 31px;
	width: 844px;
}

/* === [ copyRight ] === */
#cC {
	color: #000000;
	font-size: 75%;
	padding: 0px 9px 0px 0px;
	float:right;	
}
	#cC a {
		color: #5bafe1;
	}
	#cC a:hover {
		color: #666;
	}

/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -236px;
}
*:first-child+html #cRS 
{
	margin-left: -236px;
}

/* -----[ 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;
		}
}