body {
	margin: 0;
	padding: 0;
	background: transparent url('/css/bioplant/stripes-bg.gif') left top;
	line-height: 1.5;
	text-align: center;	
}

.clear { clear:both; }

.innertube {  }

/* =Text elements 
*********************************** */
body { font-size: 90%; color:#555555; font-family:  "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#3968a0;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1em;line-height:1.5;margin-bottom:0em;font-weight: bold;text-transform:uppercase;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:0 0 1.5em 1.5em; }
a:focus, a:hover {color:#333;}
a { color:#eb6f00; text-decoration:underline; } 
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.error {color:#900;}
img, a img {
	border: none;
}
.postTitle { margin-bottom: 0; }
.postTitle a { color: #3968a0; text-decoration: none; }

p.date {
	margin-top: 0;
	padding: 0;
}

ul.contact {
	list-style-type: none;
	margin-left: 0;
	padding-left:0;
}

/* =Layout 
*********************************** */
#header {
	width: 950px;
	margin: 2em auto 1em auto;	
	text-align: left;
}

#headerLogo {
	float: left;
	width: 404px;
	height: 61px;	
}

#headerLogo h1 {
	margin: 0;
	padding: 0;
	line-height: 61px;
}

#headerLogo h1 a {
	display: block; /* Allows you to change the width and height of the image */
	width: 404px;
	height: 61px;
	background: transparent url('/css/bioplant/logo-bioplant.png') no-repeat left top;
	text-indent: -2000em; /* Hides the text in the h1 tag */
	text-decoration: none; /* Hides the underline of the hyperlink */
	z-index: 1000; /* IE Fix*/
}

/* =Google Translate
*********************************** */
#google_translate_element {
	float: right;	
	width: 300px;
	margin-top: 15px;
}

#mainwrapper {
	width: 970px;
	margin: 0 auto;
	padding: 10px 0;
	background: transparent url('/css/bioplant/trans-shade.png') left top;
}

#main {
	width: 950px;
	margin: 0 auto;
	padding-top: 20px;
	background: #fff url('/css/bioplant/stripes-blue-bg.gif') repeat-y left top;
	text-align: left;
}

#maintop {
	text-align: center;
}

/* total width = 690px */
#content {
	width: 650px;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;	
}

/* total width = 240px */
#sidenav, #sideNews {
	width: 220px;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

#sidenav ul, #sideNews ul {
	margin-left: 0;
}

#sidenav {
	background:#E5ECF9;
}

#sideNews {	
	background:#eee;
}

h2.navTitle {
	margin: 1em .5em .5em .5em;	
	border-bottom: 1px solid #ccccff;
}

h3.smallNewsTitle {
	margin-bottom: .5em;
	padding-left: 1em;
	font-weight: bold;
}

p.smallNewsText {
	margin: 0 1em;
	padding: 1em 0;
	border-top: 1px solid #ddd;
	font-size: 11px;
}

p.readMore {
	margin: 1em 1em;
	text-align: right;
}

p.readMore a {
	color: #3968a0;
	font-weight: bold;
}

#footer {
	clear: both;
	width: 950px;
	margin: 1em auto;
	color: #999;
}

/* =Post styles 
*********************************** */
div.postBox {
	margin-bottom: 2em;
}

p.postMeta {
	border-bottom: 1px solid #ccc;
	color: #aaa;	
	font-size: 11px;
	line-height: 2em;
}

.postImage, .productImage {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

/* =Misc layout elements
*********************************** */
.breadcrumbs {
	border-bottom: 1px solid #eee;
}

.breadcrumbs p {
	margin: 0;
	padding: 0;
	line-height: 2em;
}

/* =Product Styles
*********************************** */
.productBox {
	width: 100%;
	float: left;
	border-bottom: 1px solid #eee;
}

#content .single, #content .last {
	border-bottom: 0;
}

img.productImage {
	float: right;
	margin: 1em 0 1em 1em;
}

/* =Feature
*********************************** */
#feature {
	position: relative; 
	width: 670px; 
	height: 347px;
}

#feature-content {
	position: absolute;
	bottom: 0; 
	left: 0; 
	height: 100px; 
	width: 650px; 
	background-image: url('/css/bioplant/trans-blue.png');

}

#feature-content h1 {
	margin: 0;
	padding: 0;
	padding: 0 20px;
	color: #fff; 
	font-weight: normal;
	font-size: 2.3em;
	line-height: 100px; 
}

#feature-content a {
	float: right; 
	font-size: .6em; 
	color: #fff; 
	text-decoration: none; 
	text-transform: uppercase; 
}


div.warning {
	margin: 1em 0;
	padding: 10px;
	border: 1px solid #FEABB9;
	background: #FBEEF1;
	text-align: left;
	font-weight: bold;	
}

div.warning h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;		
}
div.warning p {
	margin: 12px 0 0 0;
	padding: 0;
}
div.warning a {
	color: #3968a0;
}

