/* @override http://biolactis2.fn.mac/css/scr-base.css */

/* =General
---------------------*/

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul, ol {
	margin: 1em 0 0;
}
blockquote {
	margin-left: 2em;
}

/* Class for clearing floats */
.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.nowrap {
	white-space: nowrap;
	}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
---------------------*/

html {
	font-size: 100.01%;
	}

body {
	padding: 10px 0 20px;
	text-align: center;
	color: #333;
	font-family: Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size: 69%;
	line-height: 1.4;
	background: #c1d79e;
	}


/* =Headings
---------------------*/

h2 {
	margin: 0 0 .75em;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.1;
	color: #535d44;
	}
h2.kicker {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #333;
	color: #004b8d;
	text-transform: uppercase;
	}
h2 .exposant {
	top: -8px;
	font-size: 50%;
	}
h3 .exposant {
	top: -6px;
	font-size: 55%;
	}

h3 {
	color: #535d44;
	margin: 1em 0 .5em;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.1;
	}

h4 {
	margin: 1em 0 .5em;
	font-size: 1em;
	line-height: 1.1;
	}


/* =Links
---------------------*/

a:link {
	color: #369;
	}
a:visited {
	color: #1F3E5D;
	}
a:hover {
	color: #369;
	}
a:active {
	color: #369;
	}


/* =Forms
---------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
---------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

tr {
	vertical-align: top;
	}

th {
  text-align: left;
	font-weight: bold;
}
td {
  text-align: left;
	font-weight: normal;
}


/* =Lists
---------------------*/

ul {
	padding: 0 0 0 1.4em;
	}
ol {
	padding: 0 0 0 2em;
	}
li {
	padding: 0 0 .2em;
	}


/* =Classes
---------------------*/

.col1 {
	width: 50%;
	float: left;
	}
.col2 {
	width: 50%;
	float: right;
	}
.legend {
	font-size: .94em;
	line-height: 1.2;
	}

div.message {
	margin: 1em 0;
	font-weight: bold;
	color: #CC5033;
	}
div.error, p.error {
	font-weight: bold;
	color: #C30;
	}
input.error, textarea.error {
	border: 3px solid #C30 !important;
	}
p.back {
	margin: 2em 0 0;
	}

.photoright {
	float: right;
	margin: 0 0 10px 10px;
	text-align: right;
	}

span.docsize {
	font-size: .9em;
	color: #999;
	}


/* =Layout
---------------------*/

#page {
	width: 770px;
	margin: auto;
	text-align: left;
	background: #FFF url(/img/bg/bg-page-body.gif) 0 0 repeat-y;
	}


/* =Header
---------------------*/


#headerwrap {
	background: transparent url(/img/bg/bg-page-top.gif) 0 0 no-repeat;
	width: 770px;
	}

#header {
	background: #9bc3e6 url(/img/bg/bg-header.jpg) 0 0 no-repeat;
	margin: 0 5px;
	position: relative;
	width: 760px;
	}

#header h1 {
	position: absolute;
	top: 30px;
	left: 8px;
	width: 188px;
	height: 55px;
	overflow: hidden;
	}
#home #header h1 a {
	cursor: default;
	}

#header #tagline {
	position: absolute;
	top: 30px;
	left: 196px;
	width: 270px;
	height: 55px;
	overflow: hidden;
	}


/* =Main Nav
---------------------*/

#menu {
	padding: 95px 0 0;
	}

#menu .wrap {
	float: left;
	display: inline;
	width: 760px;
	padding: 0 0 6px;
	background: #004b8d url(/img/bg/bg-menu.png) bottom left repeat-x;
	}

#menu ul {
	float: left;
	display: inline;
	width: 760px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#menu li {
	float: left;
	display: inline;
	border-left: 1px solid #336fa4;
	position: relative;
	}
#header.en #menu li {
	letter-spacing: 1px;
	}
#menu li.first {
	border-left: none;
	}
#menu li.important {
	font-weight: bold;
	}

#menu li a {
	display: block;
	float: left;
	padding: 4px 10px 3px;
	color: #FFF;
	text-decoration: none !important;
	}
#menu li a:hover {
	color: #c1d79e;
	}

#menu li.select a {
	color: #c1d79e;
	}

/* subnav formatting */

#menu ul ul {
	background: #004b8d;
	display: none;
	padding: 0;

	position: absolute;
	top: 2.1em; left: -1px;
	width: 175px;
	z-index: 1000;
	}

#menu ul li:hover ul, #menu ul li.over ul {
	display: block;
	}

#menu ul ul li {
	border: none;
	border-top: 1px solid #336FA4;
	display: block;
	font-size: .94em;
	width: 100%;
	}
#menu ul ul li a {
	float: none;
	padding: 5px 10px;
	line-height: 1;
	}


/* =Utils Nav
---------------------*/

#header #utils {
	position: absolute;
	top: 10px;
	right: 0;
	width: 100px;
	}

#header #utils ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#header #utils li {
	clear: both;
	font-size: .94em;
	line-height: 1.1;
	overflow: hidden;
	padding: 0 13px 2px 0;
	text-align: right;
	width: 87px;
	}
#header #utils li a {
	color: #004b8d;
	display: block;
	float: right;
	padding: 1px 2px 2px;
	text-decoration: none !important;
	}
#header #utils li a:hover {
	background: #004b8d;
	color: #c1d79e;
	}


/* =Content
---------------------*/

#main {
	clear: both;
	margin: 0 5px;
	padding: 15px 15px 20px;
	}

.w2col #mainwrap {
	width: 730px;
	background: transparent url(/img/bg/bg-main-2col.gif) 0 0 repeat-y;
	}

.w2col #section_menu {
	float: left;
	width: 175px;
	}
.w2col #content {
	float: right;
	width: 530px;
	}

#specs {
	float: right;
	width: 180px;
	margin: 0 0 10px 20px;
	padding: 0 0 10px;
	text-align: center;
	border-bottom: 1px solid #E0E0E0;
	}
#specs p {
	margin: .5em 0 0;
	text-align: left;
	}


/* =Section Menu
---------------------*/

#section_menu {
	padding: 0 0 190px; /* leaves room for girl photo */
	}
#section_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#section_menu li {
	margin: 0;
	padding: 0 0 .75em 8px;
	font-weight: bold;
	line-height: 1.2;
	color: #535d44;
	background: transparent url(/img/dot.gif) 0 .4em no-repeat;
	}
#section_menu li.select {
	background-image: url(/img/dot-select.gif);
	}

#section_menu li a:link, #section_menu li a:visited {
	color: #535d44;
	text-decoration: none;
	}
#section_menu li a:hover {
	color: #004b8d;
	text-decoration: none;
	}
#section_menu li a.select:link, #section_menu li a.select:visited {
	color: #AAA;
	cursor: default;
	}

#section_menu ul ul li {
	padding: .25em 0 0;
	font-weight: normal;
	background: none !important;
	}

#section_menu blockquote {
	margin: 0;
	padding: 1em 0;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4;
	color: #004b8d;
	}


/* =Footer
---------------------*/

#footer {
	clear: both;
	padding: 5px 15px;
	font-size: .85em;
	color: #535d44;
	background: #c1d79e url(/img/bg/bg-page-btm.gif) 0 0 no-repeat;
	}


/* =Misc 1
---------------------*/

.excerpt {
	margin: 1.5em 0 0;
	padding: 1px 0 0;
	font-size: 1.1em;
	background: #F9F7F3 url(/img/rule-h.gif) 0 0 repeat-x;
	}
.excerpt .wrap1 {
	padding: 0 0 1px;
	background: transparent url(/img/rule-h.gif) bottom left repeat-x;
	}
.excerpt .wrap2 {
	padding: 6px 6px 8px 30px;
	background: transparent url(/img/flower.gif) 8px 50% no-repeat;
	}
.excerpt strong {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #CC5033;
	}
.excerpt a {
	color: #333 !important;
	}


/* =Misc 2
---------------------*/

#products table#pipeline {
	width: 730px;
	line-height: 1.2;
	border-bottom: 1px solid #B2B2B2;
	}

#products #pipeline tr {
	vertical-align: middle;
	}

#products #pipeline th em {
	display: block;
	font-weight: normal;
	}

#products #pipeline thead th {
	width: 110px;
	padding: 4px 0;
	vertical-align: top;
	font-weight: bold;
	text-align: center;
	}
#products #pipeline thead th.first {
	width: 180px;
	text-align: left;
	font-weight: bold;
	}

#products #pipeline tbody tr.space td {
	height: 8px;
	line-height: 8px;
	background: none;
	}
#products #pipeline tbody th {
	padding: 4px 0 0;
	}
#products #pipeline tbody th.cat {
	padding: 4px 0;
	font-weight: normal;
	font-size: 1.3em;
	border-top: 3px solid #B2B2B2;
	}

#products #pipeline tbody td {
	background: transparent url(/img/pipeline/vertical-bar.png) 0 0 repeat-y;
	text-align: center;
	}

#products .graph {
	border-top: 1px solid #E0E0E0;
	margin-top: 2em;
	padding: 10px 0 0;
	text-align: center;
	}
#products .legend {
	padding: 0 2em;
	}

#news dt {
	display: block;
	margin: .5em 0 0;
	font-weight: bold;
	}

table.data {
	margin: 1em 0;
	border: 1px solid #555;
	}
table.data th, table.data td {
	padding: 2px;
	background: #F9F7F3;
	}
table.data .separator th, table.data .separator td {
	border-top: 2px solid #555;
	}
table.data thead th {
	text-align: center;
	background: #c1d79e;
	border-bottom: 2px solid #555;
	}
table.data td {
	text-align: center;
	}

table.technology_data {
	margin: 1em 0 0;
	}
table.technology_data th,
table.technology_data td {
	background: #ecf3e2;
	border-right: 1px solid #FFF;
	padding: 5px;
	text-align: center;
	width: 165px;
	}
table.technology_data th {
	background: #004B8D;
	color: #FFF;
	font-size: 1.6em;
	font-weight: normal;
	}
table.technology_data tr.cat td {
	background: #004B8D;
	color: #FFF;
	line-height: 1.1;
	vertical-align: middle;
	}
table.technology_data tr.visual td {
	padding: 20px 0;
	}
table.technology_data tr.desc td {
	padding-bottom: 10px;
	text-align: left;
	}
table.technology_data ul {
	margin: 0;
	}

table.mpm-pict {
	width: 100%;
	}
table.mpm-pict td {
	padding-left: 16px;
	}
table.mpm-pict td.first {
	padding-left: 0;
	}

table.mpm {
	line-height: 1;
	margin: 1em auto 0;
	width: 100%;
	}
table.mpm th, table.mpm td {
	border-bottom: 1px solid #E0E0E0;
	padding: 5px 0 5px 5px;
	vertical-align: top;
	}
table.mpm thead th {
	background: #ECF3E2;
	}
table.mpm tbody th {
	font-weight: normal;
	}

table.trial th, table.trial td {
	border-top: 1px solid #E0E0E0;
	line-height: 1.2;
	padding: 2px 0 4px 10px;
	}
table.trial th {
	color: #535d44;
	padding-left: 0;
	}

.sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.sitemap ul li {
	font-weight: bold;
	margin: .5em 0 0;
	padding: 0 0 .4em;
	line-height: 1.2;
	}
.sitemap ul ul {
	margin: .5em 0 0;
	}
.sitemap ul ul li {
	background: transparent url(/img/dot.gif) 0 .45em no-repeat;
	font-weight: normal;
	margin: 0;
	padding: 0 0 .4em 8px;
	}

