/* 	[ 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)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* {	margin: 0px;
	padding: 0px;}

body
{
	background: #ffffff url(/Templates/_images/back.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
}
#outer {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	background: url(../../Templates/_images/temp_forklifts.jpg) no-repeat top center;
}
	.home #outer {
	background: url(../../Templates/_images/temp_home.jpg) no-repeat top center;
}
	.forestry #outer {
		background: url(../../Templates/_images/temp_forestySawmilling.jpg) no-repeat top center;
	}
	.container #outer {
		background: url(../../Templates/_images/temp_containerParks.jpg) no-repeat top center;
	}
	.coolstorage #outer {
		background: url(../../Templates/_images/temp_coolStorage.jpg) no-repeat top center;
	}
	.warehousing #outer {
		background: url(../../Templates/_images/temp_warehousing.jpg) no-repeat top center;
	}
#blackWrapper
{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
* html #blackWrapper
{
}
#mainWrapper 
{
	padding: 0px;
	margin: 270px 0 0 0;
	*margin: 457px 0 0 0;
	display: inline-block;
	width: 100%;
	background: #fff url(../../Templates/_images/mainwrap.jpg) repeat-y top left;
}
	.home #mainWrapper {
	margin: 307px 0 0 0;
	*margin: 494px 0 0 0;
}
* html #mainWrapper 
{
	height: 1%;
}
* html #mainWrapper 
{
	display: block;
}

/* === [ main navigation ] === */
#cN  {	
	position: relative;
	display: block;
	clear: both;
	height: 1%;
	*margin: 1px 0 0 0;
}
/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	margin: 0px 0px;
	clear: both;
	float: left;
}

	/* === [ header - logo ] === */
		#cTB
		{
			float: left;
			width: 330px;
			display: inline;
			clear: none;
			padding: 0px 0px 0px 0px;
		}
		/* === [ top  ] === */
		#cT {
			float: right;
			padding: 0px;
			height: 20px;
			display: inline;
			clear: none;
			width: 660px;
			text-align: right;
		}
		/* === [ header banner ] === */
		#cB 
		{
			float: right;
			padding: 0px;
			display: inline;
			clear: none;
			width: 660px;
			text-align: right;
		}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}
/* === [ Primary Container ] === */
#cPC
{
	padding: 92px 0 0 0;
}

	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 222px 0 329px;
		
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 329px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 222px 0 0;
	}
	.layout4 #cPC /* 2 column - Home */
	{
		margin: 0 0 0 329px;
		padding: 15px 0px 25px 0px;
	}
.HTMLContent {
	clear: both;
}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 256px;
	padding: 0px 0px 25px 27px;
	margin-top: -70px;
}
.home #cLS {
	padding: 25px 0px 25px 27px;
	margin-top: 0;
}	

/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	padding: 20px 0px 0px 0px;
	width: 202px;
}
/* === [ Footer ] === */
#cFwrapper {
	width: 100%;
	background:#000;
}
#cFinner {
	position: relative;
	display: block;
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#cF {
	display: inline;
	clear: none;
	width: 415px;
	float: left;
	border-right: #252525 1px solid;
	background: url(../../Templates/_images/footer.gif) no-repeat top left;
	margin: 0 0 20px 0;
}
#cFR {
	display: inline;
	clear: none;
	width: 570px;
	float: right;
	margin: 8px 0 20px 0px;
}



/* -----[ 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;
		}
}
