/* @override http://axela.dev/css/screen.css */

/* @group Basics */

/* 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;
	}

/* Remove border around linked images */
a img, :link img, :visited img {
	border: none;
	}

/* Typography */

html {
	font-size: 100.01%;
	min-height: 100%;
	height: auto;
	}
body {
	background: #FFF url(/img/bg/bg-body-btm.png) center bottom repeat-x;
	color: #333;
	font: 84%/1.4 Helvetica,Arial,sans-serif;
	padding: 0;
	text-align: center;
	}
body * {
	font-size: 1em;
	}

/* @end */

/* @group Headings */

body h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
	}

body h2 {
	color: #023556;
	font-size: 2.4em;
	font-weight: normal;
	line-height: 1;
	margin: 0 0 .75em;
	}
body #text h2 {
	border-bottom: 1px solid #dee5ea;
	padding: 0 0 10px;
	position: relative;
	}

body h3 {
	color: #023556;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1em 0 .75em;
	}
body #text h3 span {
	color: #333;
	font-size: .75em;
	}
body #text h3 span.lettrine {
	clear: left;
	color: #afc1cf;
	font-size: 2em;
	padding: 0 .2em 0 0;
	position: relative;
	top: .15em;
	}

body h4 {
	color: #222;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	margin: 1.25em 0 .75em;
	}

/* @end */

/* @group Links */

a:link {
	color: #22577C;
	text-decoration: none;
	}
a:visited {
	color: #6389af;
	text-decoration: none;
	}
a:hover, a:active {
	color: #933;
	text-decoration: none;
	}

/* @end */

/* @group Elements */

/* Tables */

table {
	border-spacing: 0;
	border-collapse: collapse;
	}

tr {
	vertical-align: top;
	}

th {
	text-align: left;
	}

/* Lists */

ul {
	padding: 0 0 0 1.4em;
	}
ul ul, ol ul {
	color: #555;
	margin: .25em 0 .75em;
	}
ol {
	padding: 0 0 0 2.2em;
	}

li {
	margin: 0 0 .25em;
	}

#text ul {
	list-style: none;
	padding: 0;
	}
#text ul li {
	background: transparent url(/img/menu-arrow2.png) 0 .26em no-repeat;
	margin: 0 0 .4em;
	padding: 0 0 0 18px;
	zoom: 1;
	}

#text ul.flat {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#text ul.flat li {
	background: none;
	margin: 0;
	padding: 0;
	}

ul.special {
	border-bottom: 1px dashed #dee5ea;
	list-style: none;
	padding: 0;
	}
* html ul.special {
	width: 960px;
	}
* html .withMenu ul.special {
	width: 720px;
	}
ul.special li {
	background: transparent url(/img/menu-arrow2.png) 0 .93em no-repeat;
	border-top: 1px dashed #dee5ea;
	margin: 0;
	padding: 7px 10px 8px 20px;
	}

/* @end */

/* @group CLASSes */

/* See contribute.css for user classes */

.middle {
	vertical-align: middle;
	}

.nowrap {
	white-space: nowrap;
	}

.clear {
	clear: both;
	height: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	}

.clearPrev {
	clear: both;
	}

.topReset {
	margin-top: 0;
	}

.required, div.error, p.error, span.error, label.error { font-weight: bold; color: #AB1C35; }
input.error, textarea.error { border: 3px solid #AB1C35 !important; }

.textblock {
	margin: 1em 0;
	}

.doctype {
	color: #666;
	font-size: .85em;
	}

.noborder, a.noborder {
	border: none;
	}

.hide {
	display: none;
	}

.pagemenu {
	font-size: 1.15em;
	margin-bottom: 2em;
	}

.call {
	position: relative;
	text-align: center;
	z-index: 100;
	}

form .leftlabel {
	clear: left;
	}
form .leftlabel label {
	display: block;
	float: left;
	width: 6em;
	}
form .toplabel label {
	display: block;
	}
form ul {
	list-style: none;
	padding: 0;
	}
form li label {
	margin-left: .5em;
	}

form div {
	margin: 1em 0 0;
	}
form fieldset {
	margin: 0;
	padding: 1em 0;
	border: none;
	border-bottom: 1px solid #EEE;
	}
form fieldset p {
	margin: 0 0 .5em;
	}
form .condition {
	font-weight: bold;
	margin-bottom: 1em;
	}

/* @end */

/* @group Layout */

#pagewrap {
	background: transparent url(/img/bg/bg-body-top.jpg) center top repeat-x;
	}

#page {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 960px;
	}

#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0;
	position: relative;
	width: 960px;
	}

/* @end */

/* @group Header */

#header {
	position: relative;
	width: 960px;
	}

#logo {
	padding: 20px 0;
	width: 210px;
	}

/* @end */

/* @group Footer */

#footer {
	border-top: 4px solid #afc1cf;
	color: #515960;
	font-size: .84em;
	margin:  30px 0 0;
	padding: 10px 0 20px;
	}
#footer p {
	margin: 0 0 .25em;
	}

/* @end */

/* @group Utils */

#util {
	position: absolute;
	top: 0;
	left: 300px;
	width: 660px;
	}

#util ul {
	float: right;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	}

#util li {
	border-right: 1px solid #a4bdd0;
	display: inline;
	float: left;
	font-size: .94em;
	line-height: 1;
	margin: 0;
	}
#util li#b-home {
	border-left: 1px solid #a4bdd0;
	}

#util li.first {
	background: none;
	}

#util li a {
	display: block;
	float: left;
	padding: 12px 12px 4px 12px;
	}

#home #util li#bu-home a,
#sitemap #util li#bu-sitemap a {
	color: #933;
	font-weight: bold;
	}
#util li a:visited {
	color: #22577C;
	}

/* @end */

/* @group Menu */

#menu ul {
	background: #FFF;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 960px;
	}

#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	}

#menu a {
	background: url(/img/menu.png) 0 0 no-repeat;
	color: #CCC;
	display: block;
	position: relative;
	height: 52px;
	text-indent: -9999em;
	width: 120px;
	}

#b-immunoassays a { background-position: 0 0; }
#b-microarrays a { background-position: -120px 0; }
#b-applications a { background-position: -240px 0; }
#b-catalogue a { background-position: -360px 0; }
#b-services a { background-position: -480px 0; }
#b-partnering a { background-position: -600px 0; }
#b-about a { background-position: -720px 0; }
#b-contact a { background-position: -840px 0; }

#immunoassays #b-immunoassays a, 
#b-immunoassays a:hover { background-position: 0 -52px; }
#microarrays #b-microarrays a, 
#b-microarrays a:hover { background-position: -120px -52px; }
#applications #b-applications a, 
#b-applications a:hover { background-position: -240px -52px; }
#catalogue #b-catalogue a, 
#b-catalogue a:hover { background-position: -360px -52px; }
#services #b-services a, 
#b-services a:hover { background-position: -480px -52px; }
#partnering #b-partnering a, 
#b-partnering a:hover { background-position: -600px -52px; }
#about #b-about a, 
#b-about a:hover { background-position: -720px -52px; }
#contact #b-contact a, 
#b-contact a:hover { background-position: -840px -52px; }

/* @end */

/* @group SectionMenu */


#sectionMenu {
	float: left;
	width: 200px;
	}

#sectionMenu h1 {
	background: #214061 url(/img/bg/bg-sectionmenu-top.png) 0 0 repeat-x;
	color: #FFF;
	font-size: 1.4em;
	margin: 0;
	padding: 16px 10px 10px;
	text-transform: uppercase;
	}

#sectionMenu ul {
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
	}

#sectionMenu li {
	background: #49728f;
	border-bottom: 1px solid #dee5ea;
	font-size: 1.05em;
	line-height: 1;
	margin: 0;
	padding: 0 0 0 5px;
	}

#sectionMenu li a {
	background: #FFF;
	color: #85888b;
	display: block;
	padding: 6px 30px 5px 10px;
	}

#sectionMenu li a:hover {
	color: #80bcff;
	}
#sectionMenu li.select a {
	background: #e9eaea url(/img/menu-arrow.png) 202px 50% no-repeat;
	color: #023556;
	}

/* Submenu */

/*
#sectionMenu ul ul {
	margin: 0;
	padding: 0;
	}
#sectionMenu ul ul li span {
	border-left: 1px solid #FFF;
	display: block;
	padding: 5px 10px;
	}
#sectionMenu ul ul li.select span {
	border-color: #666;
	}
#sectionMenu ul ul a {
	padding: 0 0 0 15px;
	}
#sectionMenu ul li.select ul a {
	color: #595959;
	}
#sectionMenu ul li.select ul li.select a {
	color: #000;
	}
*/

#sectionMenu .ad {
	margin: 2em 0 0;
	text-align: center;
	}

/* @end */

/* @group Content */

#content {
	position: relative;
	width: 960px;
	}

.withMenu #content {
	float: right;
	width: 720px;
	}
	
.col2 {
	float: left;
	margin-right: 30px;
	padding: 0 0 20px;
	width: 450px;
	}
.withMenu .col2 {
	width: 330px;
	}
.withSidebar .col2 {
	width: 320px;
	}

.col3 {
	float: left;
	margin-right: 30px;
	padding: 0 0 20px;
	width: 290px;
	}
.withMenu .col3 {
	width: 210px;
	}
.withSidebar .col3 {
	width: 200px;
	}


/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	margin: 0 0 10px 30px;
	position: relative;
	width: 225px;
	}
#sidebar .target {
	border-top: 10px solid #36698d;
	border-bottom: 10px solid #36698d;
	margin: 0 0 20px;
	padding: 10px 0;
	}
#sidebar .target h3 {
	margin: .5em 0;
	}
#sidebar .target ul {
	margin-top: 0;
	}
#sidebar .target .important {
	font-weight: bold;
	text-align: center;
	}
#discovery-research #sidebar .target {
	border-color: #6389af;
	}
#clinical-research #sidebar .target {
	border-color: #cd8448;
	}
#protein-production #sidebar .target {
	border-color: #b2c29a;
	}
#diagnostics #sidebar .target {
	border-color: #ab1c35;
	}

/* @end */

/* @group Misc */

table.data {
	margin: 1em auto;
	}
table.data th {
	background: #36698d;
	border: 1px solid #EEE;
	color: #FFF;
	font-weight: normal;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
	}
table.data td {
	background: #FFF;
	border: 1px solid #EEE;
	padding: 10px;
	}
table.data ul {
	margin: 0;
	}

table.people {
	margin: 1em 0 0;
	width: 100%;
	}
table.people th {
	padding: 0 0 10px;
	width: 60px;
	}
table.people th img {
	display: block;
	}
table.people td {
	padding: 0 10px 10px 10px;
	vertical-align: middle;
	}
table.people p {
	margin: 0;
	}

/* news list */
select#year {
	padding-right: 1em;
	}
dl.news {
	line-height: 1.2;
	margin: 1em 0 0;
	}
dl.news dt {
	border-top: 1px solid #dee5ea;
	float: left;
	padding: 6px 10px 6px 5px;
	text-align: right;
	width: 10em;
	}
dl.news dt a {
	color: #333 !important;
	}
dl.news dd {
	border-top: 1px solid #dee5ea;
	padding: 6px 5px;
	}

/* events list */
dl.eventlist {
	margin: 1em 0 0;
	}
dl.eventlist dt {
	border-top: 1px solid #dee5ea;
	float: left;
	margin: 0 0 10px;
	padding: 4px 0 0;
	width: 15em;
	}
dl.eventlist dd {
	border-top: 1px solid #dee5ea;
	margin: 0 0 10px 15em;
	padding: 4px 0 0 1em;
	}

#inforeq {
	/*
	background: #dee5ea;
	padding: 10px;
	*/
	margin: 1em 0 0;
	}
#inforeq p {
	margin: 0;
	}
.preslink {
	cursor: pointer;
	}

/* catalog */

#catalog-wrap h2 {
	font-size: 1.6em;
	margin: 1.5em 0 .5em;
 	}

#catalog-wrap h3 {
	color: #023556;
	font-size: 1.2em;
	font-weight: bold;
	margin: 1.5em 0 .5em;
	text-align: left;
	}

table.catalog {
	border-bottom: 1px solid #dee5ea;
	margin: 0;
	width: 100%;
	}
table.catalog tr.head th {
	border-top: 4px solid #dee5ea;
	font-weight: bold;
	line-height: 1.1;
	padding: 10px 0 2px;
	text-align: center;
	width: 100px;
	}
table.catalog tr.head th.title {
	text-align: left;
	width: auto;
	}
table.catalog th {
	border-top: 1px solid #dee5ea;
	font-weight: normal;
	line-height: inherit;
	padding: 2px 0;
	text-align: left;	
	}
table.catalog td {
	border-top: 1px solid #dee5ea;
	padding: 2px 0;
	text-align: center;	
	}
table.catalog td.note {
	font-size: .85em;
	font-style: italic;
	padding-top: 8px;
	text-align: left;
	}

table.catalog p {
	margin: 0;
	}

#catalog-wrap a.more-arrow {
	background: transparent url(/img/more-arrow.png) left center no-repeat;
	padding-left: 15px;
	}
#catalog-wrap a.down {
	background-image: url(/img/more-arrow-down.png);
	}

#text table.catalog ul {
	color: #555;
	margin: 0 0 0 1em;
	}
#text table.catalog ul li {
	margin: 0 0 .2em;
	text-align: left;	
	}

#catalog-wrap p.action {
	margin-top: 2.5em;
	}
#catalog-wrap p.action input {
	font-size: 1.2em;
	}

/* Information Request */
#request label {
	line-height: 1.1;
	padding-bottom: 4px;
	}
#request .leftlabel label {
	line-height: 1.1;
	width: 8em;
	}
#request input, #request textarea, #request select {
	background: #FFF;
	border: 1px solid #023556;
	width: 180px;
	}
#request #s00N30000001JqYH {
	height: 200px;
	width: 320px;
	}
#request #description {
	height: 200px;
	width: 320px;
	}
#request label .note {
	color: #555;
	display: block;
	}
#request .action {
	clear: both;
	text-align: center;
	}
#request .action input {
	background: #FFF;
	border: 3px solid #023556;
	font-size: 1.2em;
	padding: 4px 8px;
	width: auto;
	}

/* Literature */

ul.literature {
	color: #999;
	}

/* Investors */

#text ul.logos {
	list-style: none;
	margin: 1em 0 10px 10px;
	padding: 0;
	text-align: center;
	}
#text ul.logos li {
	background: none;
	margin: 0;
	padding: 0;
	}

/* @end */
