/* structure stylesheet - page layout elements */
/**************************************************************************/
/* 1: Zero out all styles except form elements, which are left to default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
}
/* define focus styles */
:focus {
 outline: 0;
}
ol, ul {
 list-style: none;
}
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}
/* Clearing bug fix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* End zero out */
/**************************************************************************/

/**************************************************************************/
/* Basic body styles */
body {
 font-size:12px; /* 12px default */
 font-family:"Lucida Sans Unicode","Lucida Grande", Tahoma, Garuda, Arial, Helvetica, sans-serif;
 font-weight:normal;
 color:#222222;
 padding:10px 0 20px;
 text-align:center;
 background:#F8FAEF;
}
/* Skip to content link */
#skip{
 display:none;
}
/* Standard text styles */
p {
 margin:15px 0;
 line-height:1.4em;
}
p.intro {
 font-size:1.1em;
}
h1 {
 font-size:1.5em;
 font-weight:bold;
 color:#222222;
 margin:0 0 5px;
}
h2 {
 font-size:1.2em;
 font-weight:bold;
 color:#222222;
 margin:0 0 15px;
}
h3 {
 font-size:1.1em;
 font-weight:bold;
 color:#222222;
 margin:10px 0 5px;
}
h4 {
 font-size:1em;
 font-weight:bold;
 margin:10px 0 5px;
}
h5 {
 font-size:1.17em; /* 14px - 14/1.2em */
 font-weight:normal;
 margin-top:12px;
}
h1 span, h2 span, h3 span, h4 span{
 color:#A3CD39;
}
ul{
	margin:15px 0;
}
a {
 color:#A3CD39;
 text-decoration:none;
 
}
a:hover {
 text-decoration:underline;
}
input, select{
	color:#000000;
}
.no_border{
	border:none !important;
	background:none !important;
}
.no_margin{
	margin:0 !important;
}
.no_padding{
	padding:0 !important;
}
/* End Basic body styles */
/**************************************************************************/


/**************************************************************************/
/* Header Section */

#header{
	width:814px;
	min-height:91px;
	_height:91px;
	margin:0 auto;
	text-align:left;
	background:url(../images/layout/header_bg.jpg) center top no-repeat;
	position:relative;
}
	#header #logo{
		padding:17px 0 0 23px;
		width:245px;
		display:block;
		float:left;
	}
		#header #logo img{
			display:block;
		}

/* End Header Section */
/**************************************************************************/


/**************************************************************************/
/* Main Navigation Section */

#main_nav{
	float:right;
	width:473px;
	margin:14px 0 0 0;
	padding:0 14px 0 0;
}
	#main_nav li{
		display:block;
		float:left;
		margin:0 5px 0 0;
	}
	#main_nav li a{
		display:block;
		height:60px;
		line-height:60px;
		color:#FFFFFF;
		font-weight:bold;
		font-size:1.1em;
		text-align:center;
		background-position:left top;
		background-repeat:no-repeat;
		text-decoration:none;
	}
	#main_nav li a:hover{
		text-decoration:none;
		background-position:0 -60px !important;
	}
	#main_nav li.selected a{
		background-position:0 -60px !important;
		text-decoration:none;
		color:#A3CD39;
	}
		#main_nav li#home a{
			background-image:url(../images/layout/nav_home.jpg);
			width:70px;
		}
		#main_nav li#media a{
			background-image:url(../images/layout/nav_media.jpg);
			width:99px;
		}
		#main_nav li#case_study a{
			background-image:url(../images/layout/nav_case_study.jpg);
			width:102px;
		}
		#main_nav li#sampling a{
			background-image:url(../images/layout/nav_sampling.jpg);
			width:95px;
		}
		#main_nav li#contact a{
			background-image:url(../images/layout/nav_contact.jpg);
			width:82px;
		}

/* End Navigation Section */
/**************************************************************************/


/**************************************************************************/
/* Main Content Section */

#page{
	width:814px;
	margin:5px auto 0;
	padding:0;
	text-align:left;
	background:url(../images/layout/page_bg.gif) repeat-y top left;
}
	#page_inner{
		padding:30px 30px 20px;
		min-height:390px;
		_height:390px;
		background:url(../images/layout/page_bg_top.jpg) no-repeat top left;
	}
		#page_inner .inner_lh_col{
			float:left;
			width:369px;
		}		
		#page_inner .inner_rh_col{
			float:right;
			width:369px;
		}
		#page_inner a.dotted_line{
			border-bottom:1px dotted #A3CD39;
			color:#A3CD39;
			text-decoration:none;
			font-weight:normal
		}
		#page_inner a.dotted_line:hover{
			border-bottom:2px solid #A3CD39;
		}
		#page_inner ul.icon_list {
			margin:0;
		}
		#page_inner ul.icon_list li{
			padding:0 0 0 20px;
			background:url(../images/layout/list_icon.gif) no-repeat left 2px;
			position:relative;
		}
		#page_inner ul.icon_list_tick li{
			padding:0 0 0 20px;
			background:url(../images/layout/list_icon_tick.gif) no-repeat left 2px;
			position:relative;
		}
	
	.content_box{
		padding:20px 0 0;
		background:url(../images/layout/content_box_top.gif) no-repeat left top;
		position:relative;
	}
		.content_box_inner{
			padding:0 22px 20px;
			background:url(../images/layout/content_box_btm.gif) no-repeat left bottom;
		}
#page a{font-weight:bold}
#page_btm{
	width:814px;
	text-align:left;
	margin:auto;
	height:15px;
	background:url(../images/layout/page_bg_btm.gif) no-repeat bottom left;
}
		
/* End Content Section */
/**************************************************************************/

#footer{
	width:764px;
	min-height:63px;
	_height:63px;
	margin:3px auto 0;
	padding:0 25px;
	text-align:left;
	color:#FFFFFF;
	background:url(../images/layout/footer_bg.jpg) left top no-repeat;
}
	#footer .lhs{
		float:left;
	}
	#footer .rhs{
		float:right;
	}
	#footer p{
		line-height:63px;
		margin:0;
		padding:0;
		color:#FFFFFF;
	}
	#footer a{
		color:#FFFFFF;
	}

/**************************************************************************/
/* Footer Section */



/* End Footer Section */
/**************************************************************************/

