/* 	[ 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]--------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: url(/Templates/Fieldline/_images/body_bg.jpg) repeat-x top;
}

#header {
	height: 155px;
	background: 2e2e2e;
	position: relative;
}

/* === [ header - logo ] === */
	#header .logo {
		float: left;
		width: 251px;
		height: 155px;
	}

/* === [ header banner ] === */
	#header #banner {
		width: 701px;
		height: 155px;
		float: left;
	}
	
	#made-in-nz {
		display: block;
		margin: 0; padding: 0;
		position: absolute;
		width: 77px; height: 77px;
		top: 8px; left: 221px;
		background: url(/Templates/Fieldline/_images/made_in_nz.png) no-repeat;
		text-indent: -9999px; 
	}

.newsletter_box {
	width: 199px;
	margin: 0px 0 0px;
	padding: 15px 20px 10px;
	background: #ff0000;
}

.newsletter_box p {
	margin: 7px 0 0 0;
	line-height: 14px;
}

.newsletter_box .fields .field {
	margin: 5px 0;
}

.newsletter_box .fields .field input {
	background: white;
	width: 129px;
	display: block;
	border: none;
	font-size: 11px;
	line-height: 11px;
	color: #666;
	padding: 7px 5px 4px;
	float: left;
}

.newsletter_box .fields .field label {
	width: 40px;
	float: left;
	margin-right: 9px;
	padding: 7px 5px 4px;
	color: #fff;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	width: 952px;
	position: absolute;
	left: 50%;
	margin-left: -476px;
	background: white;
}
	#mainWrapper {
		margin: 15px 21px;
		position: relative;
		z-index: 0;
	}


/* === [ header ] === */
#cH {
	height: 155px;
	background: 2e2e2e;
	position: relative;
}

/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			width: 251px;
			height: 155px;
		}
	
	/* === [ header banner ] === */
		#cB {
			width: 701px;
			height: 155px;
			float: left;
		}

/* === [ top  ] === */
#cT {
	
}

/* === [ main navigation ] === */
#cN {
	position: relative;
	z-index: 2;
}

.spareContainer {
	z-index: 2;
}

/* === [ Primary Container Wrapper ] === */

.layout4, .layout5, .layout6 {
	margin-top: 50px !important;
}

.layout3 #cPCWrapper {
	width: 562px;
	float: left;
	position:relative;
	z-index: 0;
}

.layout4 #cPCWrapper {
	width: 361px;
	float: left;
	position:relative;
	z-index: 0;
}
.layout6 #cPCWrapper{
	width: 395px;
	float: left;
	position:relative;
	z-index: 0;
}
/* === [ Primary Container ] === */



/* === [ Left Side Column ] === */
#cLS {
	
}
/* === [ Right Side Column ] === */
.layout3 #cRS {
	float: left;
	width: 239px;
	margin-left: 75px;
}

.layout4 #cRS {
	float: left;
	width: 453px;
	margin-left: 92px;
}

.layout6 #cRS {
	float: left;
	width: 491px;
	margin-left: 20px;
	overflow: hidden;
}



/* === [ TopLeft Side Column ] === */
#cTL {
}
/* === [ TopRight Side Column ] === */
#cTR {
}
/* === [ spare Container ] === */
#cS {
}

/* === [ footer ] === */
#cF {
	
}

/* === [ copyRight ] === */
#cC {
	color: #000000;
	font-size: 0.9em;
	padding: 10px 0;
	background: #999999;
}
	#cC a {
		color: #333333;
	}
	#cC a:hover {
		color: #FFFFFF;
	}
.copyright 
{
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 10px;
    color: #999;
    margin: 10px 25px;
    padding-top: 10px;
}
    .copyright a 
    {
        color: #999;
    }

/* -----[ IE6 ]------------------------------------------------------------------------------- */

/** html #cRS {
	margin-left: -200px;
}
*:first-child+html #cRS {
	margin-left: -200px;
}*/

/* -----[ Clearings ]-------------------------------------------------------------------------- */

.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 

    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 

/* -----[ 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;
		}
}
