/* 	[ 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: #f3f3f4;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer
{
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background:#f3f3f4 url(../../Templates/_images/outer.jpg) no-repeat top left;
	padding: 22px 35px 0px 35px;
}

#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;
		background: #fff url(../../Templates/_images/mainwrapBottom.gif) no-repeat bottom left;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */




/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 20px;
	clear: both;
	height: 1%;
	z-index: 200;
	width: 960px;
	}
	/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 0px 0px 0px 0px;
			float: left;
			width: 70px;
			display: inline;
			clear:none;
		}
	
	#cNWrapper {
		float: right;
		width: 882px;
		display: inline;
		clear:none;
	}

	/* === [ main navigation ] === */
	#cNTop {
			display: block;
			float: right;
		}
	#cN {
			display: block;
			float: right;
			margin: 15px 0 0 0;
			background:url(../../Templates/_images/cN.gif) no-repeat bottom left;
		}
	
	

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
	z-index: 20;
}
#cPcontentWrapper /* === [ contains cP containers on home page ] === */ {
	display: block;
	clear: both;
	float: left;
	padding: 0px 20px 0 20px;
}
	#cPL, #cPM, #cPR {
			padding: 0px;
			margin: 0px 30px 0 0;
			float: left;
			width: 299px;
			clear: none;
		}
		#cPL {
			background:#5ca038 url(../../Templates/_images/top-green.gif) no-repeat top left;
		}
		#cPM {
			background:#f7941e url(../../Templates/_images/top-orange.gif) no-repeat top left;
		}
		#cPR {
			margin: 0px 0px 0 0;
			background:#7cbcd9 url(../../Templates/_images/top-blue.gif) no-repeat top left;
		}

/* === [ Primary Container ] === */
#cPC {
	padding: 0px 20px 20px 20px;
	float: left;
	z-index: 20;
}

	.layout1 #cPC /* 3 column Default */
	{
		margin: 0px 270px 0px 270px;
	}
	.layout2 #cPC /* 2 column - left */
	{
		margin: 0px 0 0 270px;
	}
	.layout3 #cPC /* 2 column - right */
	{
		margin: 0px 270px 0 0;
	}
	.layout4 #cPC /* 3 column home */
	{
	padding: 20px 20px 20px 20px;
		margin: 0px 0px 0px 0px;
	}
	
#cSWrapper {
	display: block;
	clear: both;
	float: left;
}
		
		/* === [ Spare Container ] === */
		#cS {
			padding: 0px 20px 25px 20px;
			float: left;
			width: 634px;
			clear: none;
		}
		
		.home #cS {
			float: none;
			width: auto;
			clear: both;
		}
		/* === [ TopRight Side Column ] === */
		#cTR {
			padding: 0px 20px 25px 0px;
			float: right;
			width: 300px;
			clear: none;
		}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 240px;
	padding: 0 0 0 20px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 240px;
	}



/* === [ footer ] === */
#cFWrapper {
	display: block;
	clear: both;
	margin: 24px 0 0 0;
}
/* === [ top footer  ] === */
#cT {
	padding: 0px;
	background: url(../../Templates/_images/cT.gif) no-repeat top left;
	min-height: 34px;
}
#cF
{
	clear: both;
	background: #d7d7d7 url(../../Templates/_images/cF.gif) no-repeat top right;
}


	

/*________________________________________________________________________________ PUSHBOX ___*/

@font-face {
    font-family: 'FuturaMedium';
    src: url('/Fonts/futuram-webfont.eot');
    src: url('/Fonts/futuram-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/futuram-webfont.woff') format('woff'),
         url('/Fonts/futuram-webfont.ttf') format('truetype'),
         url('/Fonts/futuram-webfont.svg#FuturaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

div.pushbox {
	width: 960px;
	position: relative;
	background: #231f20;
}
div.pushbox div.pushbox_viewport {
	width: 960px;
	height: 270px;
	overflow: hidden;
	position: relative;	
}
div.pushbox img.main_visual {
	position: absolute;
	top: 0;
	left: 0;
}
div.pushbox ul.slides li {
	float: left;
	position: absolute;
	top: 0;
	left: 960px;
	width: 960px;
	height: auto;
	padding-left: 0;
}

div.pushbox div.pushbox_container,
div.pushbox ul.slides li img {
	filter: inherit; /* fixes fading in IE8 */
}

div.pushbox div.pushbox_container {
	width: 340px;
	height: 252px;
	padding: 20px 560px 15px 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

div.pushbox div.pushbox_container h2 {
	font-size: 35px;
	padding: 0 0 0px 0;
	margin-bottom: 0.2em;
	color: #fff;
	line-height: 1em;
	font-family: 'FuturaMedium';
	font-style: normal;
}

div.pushbox div.pushbox_container p {
	font-size: 14px;
	color: #fff;
	line-height: 1.4em;
	font-style: normal;
	margin: 0 0 0.3em 0;
}

div.pushbox div.pushbox_container a.external {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5em;
	color: #9fdaf5;
	padding: 0px 0 0 0;
	text-decoration: none;
	display: block;
}


div.pushbox div.pushbox_container a:hover {
	text-decoration: none;
}

/*** PUSHBOX NAVIGATION ***/
div.pushbox ul.pushbox_nav {
	position: absolute;
	top: 0px;
	right: 20px;
	*right: 20px;
	z-index: 10;
	width: 109px;
	height: 30px;
	padding: 0px 0px 0px 6px;
	background: url(../../Templates/_images/pushbox-nav.png) no-repeat top right;
}
div.pushbox li {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div.pushbox ul.pushbox_nav li {
	background: none;
	float: left;
	padding: 0;
	list-style: none;
	list-style-type: none;
}
div.pushbox ul.pushbox_nav li a {
	background: url(/Templates/_images/bg_pushbox_nav.png) no-repeat left center;	
	display: block;
	width: 25px;
	font-size: 0px;
	line-height: 14px;
	height: 24px;
	color: #7f7c7c;
	text-decoration: none;	
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-type: none;
}

div.pushbox ul.pushbox_nav li:hover a,
div.pushbox ul.pushbox_nav li.active a {
	background: url(/Templates/_images/bg_pushbox_nav_active.png) no-repeat left center;
	color: #fff;	
}

/*_________________________________________________________________________________  END PUSHBOX ___*/



/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -240px;
}
*:first-child+html #cRS 
{
	margin-left: -240px;
}



/* -----[ 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;
		}
}
