/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #58595B;
	text-align: center;
	}


#page {
	background-color: white;
	border: 0px;
	text-align: left;
	}

#header {
	background: #fff;
	}

#headerimg 	{
	margin: 0px 0px 0px 0px;
	height: 223px;
	width: 972px;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#box_singlecol{
	background: #fff url('images/singlecol-bg.gif') repeat-y;
	background-position:top center;
	width: 834px;
	margin:10px 0 0 -13px;
	float:left;
}
#box_singlecol h2{
	background: #fff url('images/singlecol-header.gif') no-repeat;
	background-position:top center;
	width: 834px;
	height:55px;
	display:block;
	overflow:hidden;
	margin:0;
	line-height:60px;
	text-indent: 50px;
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	float:left;
	margin-bottom:20px;
}
#box_singlecol .footer {
	background: #fff url('images/singlecol-footer.gif') no-repeat;
	background-position:top center;
	width: 834px;
	height:49px;
	display:block;
	overflow:hidden;
	margin:0;
	float:left;
}

#box_left {
	background: #fff url('images/box_left.jpg') no-repeat;
	width: 402px;
	height: 356px;
	margin: 10px 0 0px -20px ;
	float: left;
	}
	
	#box_left_freesample {
		background: #fff url('images/box_left_freesample.jpg') no-repeat;
		width: 402px;
		height: 356px;
		margin: 10px 0 0px -20px ;
		float: left;
	}
		#box_left_freesample .dollarofflink {
			display:block;
			width:323px;
			height:132px;
			margin: 33px 0 0 37px;
			
			text-indent:-9999px;
			font-size:0px;
		}
		#box_left_freesample .freesamplelink {
			display:block;
			width:369px;
			height:106px;
			margin: 44px 0 0 15px;
			
			text-indent:-9999px;
			font-size:0px;
		}

	#box_left_countries {
		background: #fff url('images/home_countries.jpg') no-repeat;
		width: 402px;
		height: 356px;
		margin: 18px 0 0px -20px ;
		float: left;
	}
		#box_left_countries .dollarofflink {
			display:block;
			width:323px;
			height:132px;
			margin: 33px 0 0 37px;
			
			text-indent:-9999px;
			font-size:0px;
		}
		#box_left_countries .freesamplelink {
			display:block;
			width:369px;
			height:106px;
			margin: 44px 0 0 15px;
			
			text-indent:-9999px;
			font-size:0px;
		}
		
	#box_freesample_form {
		background: #fff url('images/box_freesample_form.jpg') no-repeat;
		background-position:top center;
		width: 810px;
		height: 704px;
		float:left;
	}
	#box_freesample_form2{
		background: #fff url('images/box_freesample_form2.jpg') no-repeat;
		background-position:top center;
		width: 810px;
		height: 924px;
		float:left;
	}
	
	#box_freesample_form .name, #box_freesample_form .address_street, 
	#box_freesample_form .address_apt, #box_freesample_form .address_city, 
	#box_freesample_form .address_state, #box_freesample_form .address_zip,
	#box_freesample_form .email, #box_freesample_form .check {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: middle;
	height:17px;
	background: transparent;
	}
	
	#box_freesample_form .name {
		display:block;
		width:576px;
		margin:169px 0 0 144px;
	}
	
	#box_freesample_form .address_street {
		display:block;
		width:408px;
		margin: 32px 0 0 155px;
		float:left;
	}
	
	#box_freesample_form .address_apt {
		display:block;
		width:90px;
		margin: 32px 0 0 65px;
		float:left;	
	}
	
	#box_freesample_form .address_city {
		display:block;
		width:186px;
		margin: 32px 0 0 132px;
		float:left;	
	}	
	
	#box_freesample_form .address_state {
		display:block;
		width:97px;
		margin: 32px 0 0 80px;
		float:left;	
	}	
	
	#box_freesample_form .address_zip {
		display:block;
		width:160px;
		margin: 32px 0 0 61px;
		float:left;	
	}	
	#box_freesample_form .email {
		display:block;
		width:518px;
		margin: 32px 0 0 198px;
		float:left;	
	}
	#box_freesample_form .check {
		display:block;
		margin: 28px 0 0 87px;
		float:left;	
	}
	#box_freesample_form .disclaimertext {
		margin: 28px 0 0 87px;
		width:635px;
		color: #676767;
		font: normal 11px/12px sans-serif;
	}
	#box_freesample_form .errormsg {
		margin: 10px 0 0 87px;
		width:413px;
		color: #dd0f0f;
		font: bold 18px/30px sans-serif;
		float:left;
	}
	#box_freesample_form .submitbtn {
		display:block;
		margin:10px 0 0 81px;
		height:40px;
		width:148px;
		float:left;	
	}	
	#box_freesample_form2 .firstname, #box_freesample_form2 .lastname, 
	#box_freesample_form2 .address_street, #box_freesample_form2 .address_apt, 
	#box_freesample_form2 .address_city, #box_freesample_form2 .address_state, 
	#box_freesample_form2 .address_zip,	#box_freesample_form2 .email, #box_freesample_form2 .referredby, 
	#box_freesample_form2 .check {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: middle;
	height:17px;
	background: transparent;
	}
	
	#box_freesample_form2 .firstname {
		display:block;
		width:211px;
		margin:169px 0 0 173px;
		float:left;
	}
	
	#box_freesample_form2 .lastname {
		display:block;
		width:213px;
		margin:169px 0 0 120px;
		float:left;
	}
	
	#box_freesample_form2 .address_street {
		display:block;
		width:408px;
		margin: 32px 0 0 155px;
		float:left;
	}
	
	#box_freesample_form2 .address_apt {
		display:block;
		width:90px;
		margin: 32px 0 0 65px;
		float:left;	
	}
	
	#box_freesample_form2 .address_city {
		display:block;
		width:186px;
		margin: 32px 0 0 132px;
		float:left;	
	}	
	
	#box_freesample_form2 .address_state {
		display:block;
		width:97px;
		margin: 32px 0 0 80px;
		float:left;	
	}	
	
	#box_freesample_form2 .address_zip {
		display:block;
		width:160px;
		margin: 32px 0 0 61px;
		float:left;	
	}	
	#box_freesample_form2 .email {
		display:block;
		width:518px;
		margin: 32px 0 0 198px;
		float:left;	
	}	
	#box_freesample_form2 .referredby {
		display:block;
		width:253px;
		margin: 29px 0 0 462px;
		float:left;	
	}
	#box_freesample_form2 .radio1 {
		display:block;
		margin: 33px 0 0 458px;
		float:left;	
	}
	#box_freesample_form2 .radio2 {
		display:block;
		margin: 33px 0 0 88px;
		float:left;
	}
	#box_freesample_form2 .opcheck1 {
		display:block; margin: 59px 0 0 95px; float:left;	
	} #box_freesample_form2 .opcheck2 {
		display:block; margin: 59px 0 0 106px; float:left;	
	} #box_freesample_form2 .opcheck3 {
		display:block; margin: 59px 0 0 167px; float:left;	
	} #box_freesample_form2 .opcheck4 {
		display:block; margin: 59px 0 0 96px; float:left;	
	} #box_freesample_form2 .opcheck5 {
		display:block; margin: 59px 0 0 91px; float:left;	
	} #box_freesample_form2 .opcheck6 {
		display:block; margin: 11px 0 0 95px; float:left;	
	} #box_freesample_form2 .opcheck7 {
		display:block; margin: 11px 0 0 106px; float:left;	
	} #box_freesample_form2 .opcheck8 {
		display:block; margin: 11px 0 0 167px; float:left;	
	} #box_freesample_form2 .opcheck9 {
		display:block; margin: 11px 0 0 96px; float:left;	
	} #box_freesample_form2 .opcheck10 {
		display:block; margin: 11px 0 0 91px; float:left;	
	}
	#box_freesample_form2 .check {
		display:block;
		margin: 34px 0 0 87px;
		float:left;	
	}
	#box_freesample_form2 .disclaimertext {
		margin: 28px 0 0 87px;
		width:635px;
		color: #676767;
		font: normal 11px/12px sans-serif;
	}
	#box_freesample_form2 .errormsg {
		margin: 10px 0 0 87px;
		width:413px;
		color: #dd0f0f;
		font: bold 18px/30px sans-serif;
		float:left;
	}
	#box_freesample_form2 .submitbtn {
		display:block;
		margin:10px 0 0 81px;
		height:40px;
		width:148px;
		float:left;	
	}
	#box_leftbiofach {
	background: #fff url('images/box_leftbiofach.jpg') no-repeat;
	width: 402px;
	height: 356px;
	margin: 10px 0 0px -20px ;
	float: left;
	}
	
	
	
	#box_left_prodall {
	background: #fff url('images/boxpads.jpg') no-repeat;
	width: 841px;
	height: 347px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
		#box_left_prodall2 {
	background: #fff url('images/boxtamp.jpg') no-repeat;
	width: 841px;
	height: 372px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
			#box_left_prodall3 {
	background: #fff url('images/boxpanty.jpg') no-repeat;
	width: 841px;
	height: 347px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
			#box_press {
	background: #fff url('images/press.jpg') no-repeat;
	width: 843px;
	height: 350px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
		#box_left_prodcat {
	background: #fff url('images/box_prodcat.jpg') no-repeat;
	width: 840px;
	height: 339px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
			#box_left_prodcatww {
	background: #fff url('images/box_prodcatww.jpg') no-repeat;
	width: 840px;
	height: 339px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
				#box_left_prodcatiw {
	background: #fff url('images/box_prodcatiw.jpg') no-repeat;
	width: 840px;
	height: 369px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
			#box_left_prod {
	background: #fff url('images/box_prod1.jpg') no-repeat;
	width: 400px;
	height: 339px;
	margin: 26px 0 1px -20px ;
	float: left;
	}
	
		#box_left_prod2 {
	background: #fff url('images/productsmb.jpg') no-repeat;
	width: 381px;
	height: 339px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
			#news_left1 {
	background: #fff url('images/news_left1.jpg') no-repeat;
	width: 446px;
	height: 173px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
				#news_left2 {
	background: #fff url('images/news_left2.jpg') no-repeat;
	width: 446px;
	height: 175px;
	margin: 190px 0 1px -20px ;
	
	}
	
					#landing {
	background: #fff url('images/landing.jpg') no-repeat;
	width: 446px;
	height: 175px;
	margin: 190px 0 1px -20px ;
	
	}
	
	#news_right {
	background: #fff url('images/news_right.jpg') no-repeat;
	width: 391px;
	height: 348px;
	margin: -350px 75px 0px 0px ;
	float:right;
	}
	
	.bi {
	position: relative;
	top: -28px;
	left: 2px;
	}
	
		.new {
	position: relative;
	top: -394px;
	left: 304px;
	}
	
			.readmore {
	position: relative;
	top: 0px;
	right: 12px;
	}
	
	.rssrel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
			.rssabs {
	position: absolute;
	top: -370px;
	left: -34px;
	}
	
		.centorel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
			.centoabs {
	position: absolute;
	top: -152px;
	left: 374px;
	}
	
			.linerel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
				.lineabs {
	position: absolute;
	top: -330px;
	left: 724px;
	}
	
	
					.lineabs2 {
	position: absolute;
	top: -330px;
	left: 670px;
	}
	
	
				.wwrel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
				.wwabs {
	position: absolute;
	top: -343px;
	left: 9px;
	}
	
					.iwrel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
				.iwabs {
	position: absolute;
	top: -373px;
	left: -13px;
	}
	
			.line2 {
	position: relative;
	top: -393px;
	left: 724px;
	}
	
			.withwingsrel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
				.withwingsabs {
	position: absolute;
	top: -320px;
	left: 270px;
	}
	
				.withapprel {
	position: relative;
	top: 0px;
	left: 0px;
	}
	
				.withappabs {
	position: absolute;
	top: -317px;
	left: 380px;
	}
	
	
			.label {
	position: relative;
	top: -429px;
	left: 35px;
	}
	
				.label2 {
	position: relative;
	top: -396px;
	left: 13px;
	}
	
	
					.label3 {
	position: relative;
	top: -390px;
	left: 38px;
	}
	
	#box_profile {
	background: #fff url('images/box_profile.jpg') no-repeat;
	width: 382px;
	height: 338px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
	
	#box_leftcott2 {
	background: #fff url('images/boxcot3.jpg') no-repeat;
	width: 297px;
	height: 339px;
	margin: 17px 0 1px -20px ;
	float: left;
	}
	
#box_cotton1 {
	background: #fff url('images/boxcotton_1.jpg') no-repeat;
	width: 505px;
	height: 215px;
	margin: 17px 0 0px -20px ;
	float: left;
	}
	
	
		#text1 {
	font-size: 1.0em;
	padding:0px 0px 0px 0px;
	margin-top: 248px;
	margin-left: 35px;
	height:75px;
	width: 330px;
	overflow: auto;
	}
	
	
	
			#text1p {
	padding:0px 0px 0px 0px;
	margin-top: 248px;
	margin-left: 35px;
	}
	
		.text1p p {
	padding:30px;
	margin-top: -15px;
	}
	
	
	
	#box_cotton2 {
	background: #fff url('images/boxcotton_2.jpg') no-repeat;
	width: 505px;
	height: 125px;
	margin: 0px 0 1px 0px ;
	float: left;
	}
	
			#text1biofach {
	font-size: 1.0em;
	padding:0px 0px 0px 0px;
	margin-top: 248px;
	margin-left: 35px;
	height:80px;
	width: 330px;
	overflow: auto;
	}

	
	.text1 h2 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: 37px;
	margin-bottom: -20px;
	}
	
		.text1 p {
	font-size: 1.5em;
	font-weight: normal;
	color:#666;
	padding:30px;
	margin-top: 0px;
	}
	
	
	

	
		.gallery {
	padding:0px 0px 0px 0px;
	margin: -20px 0px 0px 30px;
	}

	#box_right0 {
	background: #fff url('images/box_right.jpg') no-repeat;
	width: 446px;
	height: 190px;
	margin: 10px 57px 1px 0px ;
	float:right;
	}
	
#box_right1 {
	background: #fff url('images/box_rightusa.jpg') no-repeat;
	width: 446px;
	height: 190px;
	margin: 10px 57px 1px 0px ;
	float:right;
	}
	
	#box_right_shopretailers {
	background: #fff url('images/box_right_shopretailers.jpg') no-repeat;
	width: 446px;
	height: 190px;
	margin: 10px 57px 1px 0px ;
	float:right;
	}
	
		#box_right_shopretailers .retailer_logos {
			padding:13px 25px 0px 25px;
			margin-top: 0px;
		}
		#box_right_shopretailers .retailer_logos h2 {
			font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
			font-weight: bold;
			font-size: 1.5em;
			color: #fff;
			text-align: left;
			padding:0px;
			margin-top: 7px;
			margin-bottom: 15px;
		}
		#box_right_shopretailers .retailer_logos img {
			float:left;
		}
		
.buyonlinetooltip{
    position:absolute;
    z-index:1999;
    left:-9999px;
    width:154px;
	height:60px;
}

.buyinstoretooltip{
    position:absolute;
    z-index:1999;
    left:-9999px;
    width:213px;
	height:60px;
}

	#box_gallery {
	background: #fff url('images/boxgallery.jpg') no-repeat;
	width: 465px;
	height: 339px;
	margin: 17px 58px 1px 0px ;
	float:right;
	}
	

	
	
		
#box_flash_cott {
	width: 551px;
	height: 164px;
	margin: 17px 56px 1px 0px ;
	float:right;
	}
	
	
	#box_flash_profile {
	width: 466px;
	height: 338px;
	margin: 17px 57px 1px 0px ;
	float:right;
	}
		
#box_right10 {
	background: #fff url('images/box10.jpg') no-repeat;
	width: 347px;
	height: 348px;
	margin: 9px 52px 1px 0px ;
	float:right;
	
	}
	
	.titlescroll h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	width: 300px;
	position: relative;
	top: -15px;
	left: 36px;
	}
	
			.titlescrolln {
	text-align: left;
	width: 300px;
	position: relative;
	top: -65px;
	left: 26px;
	margin-bottom: -60px;
	}
	
		.titlescrolln h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	
	margin-bottom: 0px;
	}
	
		.titlescroll2 h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	width: 300px;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
		.titlescrolln2 h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	width: 300px;
	position: relative;
	top: -65px;
	left: 26px;
	}
	
				.titlescrolln3 {
	text-align: left;
	width: 300px;
	position: relative;
	top: -58px;
	left: 26px;
	margin-bottom: -60px;
	}
	
		.titlescrolln3 h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	
	margin-bottom: 0px;
	}
	
	
	.textscroll {
	padding:0px 30px 30px 30px;
	margin-top: -35px;
	height:222px;
	width: 260px;
	overflow: auto;
	}
	
	.textscroll2 {
	padding:0px 30px 30px 30px;
	margin-top: -35px;
	height:232px;
	width: 213px;
	overflow: auto;
	}
	
		.textscroll3 {
	padding:0px 30px 30px 30px;
	margin-top: -45px;
	height:90px;
	width: 463px;
	overflow: auto;
	}
	
		.textscroll4 {
	padding:0px 30px 30px 30px;
	margin-top: -30px;
	height:232px;
	width: 283px;
	overflow: auto;
	}
	
			.textscroll5 {
	padding:0px 30px 30px 30px;
	margin-top: -30px;
	height:130px;
	width: 275px;
	overflow: auto;
	}
	
		.textscrolln {
	padding:0px 30px 30px 30px;
	margin-top: -35px;
	height:222px;
	width: 375px;
	overflow: auto;
	}
	
			.textscrolln2 {
	padding:5px 0px 30px 20px;
	margin-top: 20px;
	height:212px;
	width: 345px;
	overflow: auto;
	}
	
				.textscrolln2su {
	margin-top: 0px;
	
	

	}
	
		.flash {
	padding:0px 0px 0px 0px;
	margin-top: -10px;
	margin-left: -6px;

	}
	
	.text {
	padding:30px 25px 0px 25px;
	margin-top: 0px;
	}
	
		.textpress {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: regular;
	font-size: 1.2em;
	color: #231f20;
	text-align: left;
	line-height: 1.5em;	
	padding:10px 20px 0px 25px;
	margin-top: 0px;
	}
	
		.textusa {
		font-size: 0.9em;
	color: #fff;
	padding:35px 25px 0px 265px;
	margin-top: 4px;

	}

			.textwipes {
	padding:0px 0px 0px 265px;
	margin-top: 5px;
	line-height: 1.3; 
	text-align:left;
	margin-top: -5px;
	}
		.textwipes p {
font-size: 1.3em;
	}
	
	
	
				.textland {
	padding:0px 0px 0px 200px;
	margin-top: 5px;
	line-height: 1.3; 
	text-align:left;
	margin-top: -5px;
	}
		.textland p {
font-size: 1.3em;
	}
	
	
		.textpr {
	padding:0px 15px 0px 0px;
	margin-top: 5px;
	line-height: 1.1; 
	}
		.textpr p {
font-size: 1.1em;
	}
	
			.textpr p img {
	padding:10px 15px 0px 10px;
	margin-top: 0px;
	}
	
		.titlescroll h1 {
	padding:30px;
	margin-top: 0px;

	}
	
		.titlescroll2 h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 40px;
	}
	
	.text h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -24px;
	margin-bottom: 20px;
	}
	
		.text h2 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -8px;
	margin-bottom: 20px;
	
	}
	
	
	.text p img {
	margin-top: -10px;
	
	}
	

	
	
		.text p {
	margin-top: -6px;
	}






	.textb {
	padding:13px 25px 0px 25px;
	margin-top: 0px;
	}
	
	.textb h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -24px;
	margin-bottom: 20px;
	}
	
		.textb h2 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -8px;
	margin-bottom: 20px;
	
	}
	
	
	.textb p img {
	margin-top: -10px;
	}
	
	
		.textb p {
	margin-top: -6px;
	}



	.textbiofach {
	padding:-30px 25px 0px 25px;
	margin-top: 0px;
	margin-left: -25px;
	height:95px;
	width: 200px;
	overflow: auto;
	}


	.textc {
	padding:13px 25px 0px 25px;
	margin-top: 0px;
	font-size: 0.9em;
	text-align: justify;
	}
	

	
	.textc h1 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -4px;
	margin-bottom: 20px;
	}
	
		.textc h2 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: -8px;
	margin-bottom: 20px;
	
	}
			.textc h3 {
	font-family: 'Helvetica','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #fff;
	text-align: left;
	padding:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
	
	}
	
	
	.textc p img {
	margin-top: -10px;
	}
	
	
		.textc p {
	margin-top: -6px;
	}






	
			.textpr2 p {
	margin-top: -6px;
	}

	
		.textpr2 p img {
	margin-top: 0px;
	}
	
#box_documents {
	width: 280px;
	height: 172px;
	margin: 80px 0px 0px 3px ;
	float: left;
	}
	
	#box_interviews {
	width: 280px;
	height: 172px;
	margin: 80px 0px 0px 0px ;
	float: left;
	}
	
	#box_advertising {
	width: 280px;
	height: 172px;
	margin: 80px 0px 0px 0px ;
	float: left;
	}
	
	#box_right1 .text p img {
	margin-top: -63px;
	}


#box_right2 {
	background: #fff url('images/box_rightunder.jpg') no-repeat;
	width: 445px;
	height: 172px;
	margin: -8px 57px 1px 0px ;
	float: right;
	}
	
	#box_right3 {
	background: #fff url('images/boxcot2_right.jpg') no-repeat;
	width: 551px;
	height: 175px;
	margin: -8px 56px 1px 0px ;
	float: right;
	}
	
	#plantrel {
	position: relative;
	top: 0px;
	right: 0px;
	}
	
		#plantabs {
	position: absolute;
	top: -165px;
	right: 33px;
	}

#footer {
	
	border: none;
	}
	
	#address {
	background: #fff url('images/address.jpg') no-repeat;
	width: 811px;
	height: 46px;
	border: none;
	margin-left: 77px;
	}
	
		#address p {
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.2em;
	}


green {
	color: #597635;
	font-weight: bold;
	text-decoration: none;
	}
	
	
	

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
	titlenews {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.0em;
	color: #58595b;
	font-weight: bold;
	text-decoration: none;
	}
		a titlenews {
	
	text-decoration: none;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
	#data {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
	color: #6B8B3A;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
	
	.news {
	text-decoration: none;
	color: #58595B;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #597635;
	;
	}

a:hover {
	color: #597635;
	text-decoration: none;
	}
	
	.mailto	{
	font-family: 'Helvetica', Verdana, Arial, Sans-Serif;
	color: #fff;
	font-size: 1.0em;
	text-decoration: none;
	}
	
p.pro { 
line-height: 1.0; 
text-align: left;
margin-top: 0px;
}	
	
a.pro	{
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: .01em;
	text-decoration: none;
	padding-bottom: 0px;
	white-space: nowrap;
	}
	
	a.pro:hover {
	background: url('images/underline.gif') repeat-x 180% 80%;
	position:relative;
	top: -1px;
	left: 1px;
}


	

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0px;
	padding: 0px;
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 972px;
	border: 0px solid #959596;
	}

#header {
	background-color: #fff;
	margin: 0px;
	padding: 0;
	height: 223px;
	width: 972px;
	}

#headerimg {
	margin: 0;
	height: 223px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 5px 0 20px 80px;
	margin: 0px 0 0;
	width: 885px;
	}
	
	.findus {
	float: left;
	padding: 0px 0px 0px 65px;
	margin: 0px 0px 0px 0px;
	
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0px 0 0px 0px;
	padding: 50px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 972px;
	height: 137px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignright2 {
	padding: 62px 20px 0 0;
	display: inline;
	}
	
img.alignright3 {
	padding: 0px 0px 0px 0;
position: relative;
top: -150px;
right: -45px;
	display: inline;
	}



img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright, .alignright2, .alignright3 {
	float: right;
	}
	


.alignleft {
	float: left
	}
	
	
	img.icon {
	padding: 0px;
	position: relative;
	top: 8px;
	left: 0px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

