@charset "utf-8";
/*
style.css
Compiled for: Biomimix Inc. (http://www.biomimix.com)
*/

html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 150%;
	padding-top: 40px;
	background: #ADD8E6 center top repeat-x;
	color: #333;
    text-align: justify;
}

* {
	padding: 10;
	margin: 0;
}


/* BEGIN: Layout Selectors */

div#container, div.wrapper {
	width: 934px;
	margin: 0 auto;
	font-size: 1.2em;
}

div#header {
	width: 100%;
	overflow: hidden;
	min-height: 81px;
	height: auto !important;
	height: 81px;
	background: url(../images/head-bg.png) top repeat-x;
}

div#globalnav {
	background: #0ca8ce;
}

div#footer {
	padding: 15px 0;
	border-top: 1px solid #DDD;
	top: 30px;
	position: relative;
	clear: left;
	color: #FFF;
	font-size: 0.9em;
}

/* END: Layout Selectors */

/* BEGIN: TYPO Selectors */

h1 {color: #FFF}

div#container h1 {
	padding-top: 1.6em;
	line-height: 1.2em;
	font-size: 2.5em;
	font-weight: normal;
}

div#container h1 span.supportline {
	display: block;
	font-size: 62.5%;
	color: #C7C7C7;
}

div#container .content h2, div#container .contentright h2 {
    padding: 0.5em 0;
	line-height: 1em;
	font-size: 1.3em;
}

div#container .content h3, div#container .contentright h3 {
	color: #485d0e;
	padding-top: 0.8em;
	font-size: 1.3em;
}

div#container .content h4, div#container .contentright h4 {
	font-size: 1em;
	padding-right: 2.5em;
    text-align: justify;
}

div#container .content h5, div#container .contentright h5 {
	color: #000000;
	padding: 0.5em 0;
	line-height: 1em;
	font-size: 1.8em;
}

h6 {
    color: #FFFFFF;
    padding: 3em 0 0 0;
    font-size: 16px;
}

div#container .content p, div#container .contentright .content95 p {
padding: 0.5em 3em 0.5em 0;
text-align: justify;
}

/* END: TYPO Selectors */


/* LIST Selectors */

.content ul, .contentright ul {
	margin-left: 15px;	
}

.content ul li, .contentright ul li {
	margin: 0.5em 0;	
}

.content ul li span, .contentright ul li span {
	font-weight: bold;	
	display: block;
}

/* END: LIST Selectors */

/* BEGIN: Indipenedent Selectors */

.fleft {float: left}
.fright {float: right}
.logo {padding-top: 1.3em}
.languages {padding-top: 2.8em}
.tmargin30 {margin-top: 40px}
.tmargin20 {margin-top: 20px}
.tmargin10 {margin-top: 10px}
.bmargin30 {margin-bottom: 40px}
.whiterelative {position: relative; text-transform: uppercase}
span.date {display: block; float: none; color: #666; font-style: italic; margin-bottom: 0.3em}
span.required {color: #f00; margin: 0 3px;}
.bpadding {padding-bottom: 1em}
.tbpadding {padding: 1.8em 0 0.5em 0}
.bwpadding {padding: 1em 0.2em 0 0.2em}
.bapadding {padding: 0.5em 0em 0.5em 1.8em}
.wpadding {padding: 0em 5em 5em 5em}
.wwpadding {padding: 0em 6em 0em 6em}
.bpadding {padding: 0.5em 0.5em 0.5em 0.5em}

p.more {
	font-weight: bold;
	text-transform: uppercase;
}

/* END: Indipenedent Selectors */


/* Transparency Slecotrs */

#row1, #row1b, #row2 {
	position: relative;
	float: left;
	width: 904px; /* remember to set a width */
	_width: 919px; /* For IE6 */
	padding: 15px;
	_padding: 15px 0px 15px 15px; /* For IE6 */
	clear: left;
}

.overlay, .overlay1b, .overlay2, .overlaybottom {
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #FFF;
	opacity: 0.70;
	-moz-opacity: 0.70; /* older Gecko-based browsers */
	filter: alpha(opacity=70); /* For IE6&7 */
}

.overlay2 {
	opacity: 0.60;
	-moz-opacity: 0.60; /* older Gecko-based browsers */
	filter: alpha(opacity=60); /* For IE6&7 */	
}

.overlaybottom {
	opacity: 0.6;
	-moz-opacity: 0.6; /* older Gecko-based browsers */
	filter: alpha(opacity=60); /* For IE6&7 */		
}

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

.content50 {
	width: 50%;
	position: relative;
}

.content {
	width: 34.5%;
	position: relative;
}

.contentright {
	width: 31%;
	position: relative;
}

.content65 {
	width: 65%;
	position: relative;
}

.content95 {
	width: 95%;
	position: relative;
}

/* Lets use the * html hack so only IE6 reads the rule */

* html #row1 .overlay {
  height: expression(document.getElementById("row1").offsetHeight);
}

* html #row1b .overlay {
  height: expression(document.getElementById("row1b").offsetHeight);
}

* html #row2 .overlay {
  height: expression(document.getElementById("row2").offsetHeight);
}

/* END: Transparency Slecotrs */

.pressrelease {
    font-size: 10pt;
}

.presstitle {
    text-transform: uppercase;
    line-height: normal;
}

.press_edit {
    font-size: 8pt;
    color: #C00;
    float: left;
}

.press_meta {
    font-size: 8pt;
    color: #C00;
    float: right;
}

.toplink {
	margin: 10px 25px 10px 10px;
	position: relative;
	font-size: 8pt;
}

/* Clear Float Hack */

.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 Clear Float Hack */


/* BEGIN: Pseudo Class Selectors */

a img { border: 0 none; outline: none}

a {
	color: #114488;
	text-decoration: none;
}

a:hover {color: #0b9bbd}

div#footer a {color: #FFF; text-decoration: none; margin: 0 5px;}
div#footer a:hover {color: #0ca8ce}

/* END: Pseudo Class Selectors */
