/* Getting the new tags to behave */
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline
}

/* Global properties ======================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #464646;
	min-width: 1000px;
}

html,
body {
	height: 100%;
}

p {
	padding-top: 21px;
}

.top {
	padding-top: 4px;
}

.top_1 {
	padding-top: 11px !important;
}

.top1 {
	padding-top: 16px;
}

.top2 {
	padding-top: 21px;
}

.top3 {
	padding-top: 25px;
}

.top4 {
	padding-top: 27px;
}

.top5 {
	padding-top: 18px;
}

.bot {
	padding-bottom: 45px;
}

.bot1 {
	padding-bottom: 38px;
}

.bot2 {
	padding-bottom: 32px;
}

.margin-top {
	margin-top: 13px;
}

a {
	color: #464646;
	outline: none;
}

a:hover {
	text-decoration: none;
}

/* Global Structure ============================================================= */
.main {
	margin: 0 auto;
	width: 948px;
	overflow: hidden;
}

/* Header */
header {
	height: 165px;
}

/* Content */
section#content {}

/* Footer */
.footer {
	height: 135px;
	margin-top: 25px;
	overflow: hidden;
}

.footer .footer-row:last-child {
	margin-top: 10px;
}

/* Left & Right alignment */

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5 {
	float: left;
	width: 33%;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
}

/*----- form defaults -----*/
input,
select,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
	font-weight: normal;
}

/*----- other -----*/
.img-indent {
	margin: 0 20px 0 0;
	float: left;
}

.img-indent1 {
	margin: 0 25px 0 0;
	float: left;
}

.img {
	padding-top: 6px
}

.extra-wrap {
	overflow: hidden;
}

.phone {
	display: inline-block;
	width: 88px;
	vertical-align: baseline;
}

/*=============================================================================== text =====*/
h1 {
	padding: 20px 0 20px 25px;
	position: relative;
	float: left;
}

h1 a {
	display: block;
	background: url(../images/logo.png) left top no-repeat;
	padding-left: 125px;
	padding-top: 19px;
	font-size: 35px;
	text-decoration: none;
	height: 40px;
}

h2 {
	font-size: 30px;
	line-height: 1.2em;
	color: #1e1e1e;
	padding: 35px 0 8px 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3 {
	font-size: 19px;
	line-height: 1.1em;
	color: #1e1e1e;
	padding: 15px 0 0;
	height: 35px;
}

.strong {
	padding-bottom: 4px;
	display: block;
}

.text {
	font-size: 18px;
	line-height: 25px;
	color: #464646;
	display: block;
	margin-top: 3px;
}

.text1 {
	font-size: 14px;
	line-height: 25px;
}

.text2 {
	font-size: 13px;
	line-height: 25px;
}

.text2 a {
	color: #ffc000;
}

.color {
	color: #ffc000;
}

.color1 {
	color: #a3a3a3;
}

.bg-bot {
	background: url(../images/bg-bot-bg.gif) left bottom repeat-x;
}

/*=================================================================================================================== header =====*/
/*=============================================================================== nav =====*/
nav {
	position: relative;
}

nav ul {
	width: 100%;
}

nav li {
	float: left;
	font-size: 16px;
	line-height: 1.2em;
	background: url(../images/nav-li-bg.png) 0 0 no-repeat;
	padding-left: 1px;
	width: 188px;
}

nav li a {
	display: block;
	text-decoration: none;
	color: #1b1b1b;
}

nav a strong {
	display: block;
	background: url(../images/nav-a-bg.png) 0 0 repeat-x;
	text-align: center;
	padding: 14px 0 16px;
}

nav a:hover strong,
nav .active strong {
	background: url(../images/nav-a-bg-hover.png) 0 0 repeat-x;
}

nav .first {
	background: none;
}

nav .first a {
	padding: 0px 0px 0px 7px;
	background: url(../images/nav-first-strong-bg.png) 0 0 no-repeat;
}

nav .first a:hover,
nav .first .active {
	background: url(../images/nav-first-strong-bg-hover.png) 0 0 no-repeat;
}

nav .last a {
	padding: 0px 10px 0px 0px;
	background: url(../images/nav-last-strong-bg.png) right top no-repeat;
	width: 184px;
}

nav .last a:hover,
nav .last .active {
	background: url(../images/nav-last-strong-bg-hover.png) right top no-repeat;
}


nav ul li ul {
	display: none;
	position: absolute;
	width: auto;
	z-index: 100;
	border: 1px solid #ccc;
	margin-top: -4px;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	display: block;
	background: #fefefe;
	width: 185px;
	float: left;
	clear: both;
	padding-left: 0px;
}

nav ul li ul li a {
	text-decoration: none;
	color: #222;
	padding: 10px;
}

nav ul li ul li a:hover {
	background: #ddd;
}

.slogan {
	width: 300px;
	height: 250px;
	text-align: left;
	font-size: 25px;
	line-height: 1.2em;
	color: #333;
	position: absolute;
	top: 25px;
	right: 25px;
	letter-spacing: -1px;
	z-index: 10;
}

.slogan li {
	padding-bottom: 5px;
	list-style-type: disc;
}

.slogan strong {
	font-size: 93px;
	line-height: 1.2em;
	display: block;
	margin-bottom: -16px;
}

.slogan a {
	display: inline-block;
	background: url(../images/slogan-a-bg.gif) 0 0 repeat-x;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
	box-shadow: 0 2px 4px #dddddd;
	-moz-box-shadow: 0 2px 4px #dddddd;
	-webkit-box-shadow: 0 2px 4px #dddddd;
	behavior: url(js/PIE.htc);
	position: absolute;
	top: 169px;
	left: 99px;
	text-align: center;
	width: 192px;
	height: 46px;
	color: white;
	text-decoration: none;
	font-size: 30px;
	line-height: 1.2em;
	padding-top: 9px;
}

.slogan a:hover {
	color: #111111;
}

/*=================================================================================================================== content =====*/

/*=============================================================================== indents =====*/
.indent {
	padding: 0px 29px 36px 29px
}

.indent1 {
	padding: 0px 0px 36px 29px
}

.pad-left-col {
	padding-left: 29px;
}

/*=============================================================================== col-indents =====*/
.col-indent {
	padding-right: 60px;
}

.col-indent1 {
	padding-right: 0px;
}

.col-indent2 {
	padding-right: 0px;
}

.col-indent3 {
	padding-right: 0px;
}

/*=============================================================================== boxes =====*/
.box {
	background: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(js/PIE.htc);
	position: relative;
	border: 1px solid #c8c8c8;
}

.bg {
	background: url(../images/box-bg.png) 0 0 repeat-x;
}

.block-bg {
	background: url(../images/yellow-bg.gif) 0 0 repeat-x #ffdd00;
}

.block {
	min-height: 150px;
	text-align: center;
	font-size: 14px;
	color: #675302;
	padding-bottom: 32px;
}

.block img {
	padding: 26px 0 0 0;
	text-align: left;
}

.block p {
	font-size: 17px;
	margin: 15px 10px 0px 10px;
	min-height: 65px;
}

.block a {
	background: url(../images/block-a-bg.gif) 0 0 repeat-x;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
	box-shadow: 0 2px 4px #ddc000;
	-moz-box-shadow: 0 2px 4px #ddc000;
	-webkit-box-shadow: 0 2px 4px #ddc000;
	behavior: url(js/PIE.htc);
	position: relative;
	width: 141px;
	height: 35px;
	display: inline-block;
	color: white;
	text-decoration: none;
	margin-top: 28px;
	font-size: 22px;
	line-height: 1.2em;
	letter-spacing: -1px;
	padding-top: 6px;
}

.block a:hover {
	color: #ffcc00;
}

/*=============================================================================== line-hor =====*/

/*=============================================================================== lists =====*/
.list {
	padding-top: 17px;
}

.list li {
	font-size: 13px;
	line-height: 30px;
	background: url(../images/list-bg.gif) 1px 12px no-repeat;
	padding-left: 16px;
}

.list li a {
	color: #ffc000;
}

.list .list-bot {
	padding-bottom: 24px;
}

/*=============================================================================== links =====*/
.link {
	background: url(../images/link-bg.gif) 0 0 repeat-x;
	display: inline-block;
	width: 124px;
	height: 25px;
	padding-top: 7px;
	border: 1px solid #cfcfcf;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #1b1b1b;
	margin-top: 9px;
	text-transform: capitalize;
}

.link:hover {
	color: #6c6c6c;
}

.decoration {
	text-decoration: none;
}

.decoration:hover {
	text-decoration: underline;
}

/*=============================================================================== menu =====*/
ul.tabs {
	position: relative;
	padding: 27px 0 23px 0;
	width: 100%;
	overflow: hidden;
}

ul.tabs li {
	float: left;
	font-size: 16px;
	line-height: 1.2em;
	background: url(../images/nav-li-bg.png) 0 0 no-repeat;
	padding-left: 1px;
	width: 148px;
}

ul.tabs li a {
	display: block;
	text-decoration: none;
	color: #1b1b1b;
}

ul.tabs a strong {
	display: block;
	background: url(../images/nav-a-bg.png) 0 0 repeat-x;
	text-align: center;
	padding: 14px 0 16px;
}

ul.tabs a:hover strong,
ul.tabs .active strong {
	background: url(../images/nav-a-bg-hover.png) 0 0 repeat-x;
}

ul.tabs .first {
	background: none;
}

ul.tabs .first a {
	padding: 0px 0px 0px 7px;
	background: url(../images/nav-first-strong-bg.png) 0 0 no-repeat;
}

ul.tabs .first a:hover,
ul.tabs .first.active a {
	background: url(../images/nav-first-strong-bg-hover.png) 0 0 no-repeat;
}

ul.tabs .last a {
	padding: 0px 10px 0px 0px;
	background: url(../images/nav-last-strong-bg.png) right top no-repeat;
	width: 142px;
}

ul.tabs .last a:hover,
ul.tabs .last.active a {
	background: url(../images/nav-last-strong-bg-hover.png) right top no-repeat;
}

.tab_content {
	width: 100%;
	overflow: hidden;
}

/*=============================================================================== contact =====*/
.contact {
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
	color: #464646;
}

.contact span {
	display: inline-block;
	width: 149px;
	vertical-align: baseline;
}

.contact a {
	float: right;
	margin-right: 12px;
}

/*=============================================================================== images =====*/
.images {
	width: 569px;
	overflow: hidden;
	padding: 31px 0 16px 1px;
}

/*=================================================================================================================== footer =====*/
footer p {
	float: left;
	font-size: 14px;
	line-height: 21px;
	color: #8f8f8f;
	padding: 40px 0 0 7px;
}

footer strong {
	font-weight: normal;
	color: #1e1e1e;
	padding-right: 4px;
}

footer p a {
	text-decoration: none;
	color: #8f8f8f;
}

footer p span {
	display: block;
}

footer p a:hover {
	text-decoration: underline;
}

/*=============================================================================== social =====*/
.social {
	float: right;
	padding: 40px 10px 0 0;
}

.social img {
	float: left;
	margin-right: 9px;
}

/*------------------------------------------------------------------------------------------------------------------- forms -----*/
#SearchForm {
	padding: 25px 0px 0px 0;
	margin-right: -1px;
	width: 237px;
	float: right;
}

#SearchForm label {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	background: url(../images/search-label-bg.png) 0 0 no-repeat;
}

#SearchForm input {
	vertical-align: top;
	border: none;
	background: none;
	text-transform: lowercase;
}

#SearchForm .input {
	width: 181px;
	padding: 10px 0px 12px 10px;
	border: none;
	font-size: 13px;
	line-height: 1.2307em;
	color: #626262;
	display: block;
	height: 13px;
}

#ContactForm {
	padding-top: 27px;
}

#ContactForm .column1 {
	float: left;
	width: 276px;
	margin-right: 19px;
}

#ContactForm .column2 {
	float: left;
	width: 276px;
}

#ContactForm label {
	height: 32px;
	display: block;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
	position: relative;
	border: 1px solid #cdcdcd;
	margin-bottom: 25px;
}

#ContactForm a {
	color: #1b1b1b;
	text-decoration: none;
	text-align: center;
	height: 26px;
	width: 97px;
	padding-top: 5px;
	margin-top: 7px;
	behavior: url(js/PIE.htc);
	position: relative;
	margin: 34px 2px 0 0px;
	background: url(../images/link-bg.gif) 0 0 repeat-x;
	display: inline-block;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 2px 2px 3px #d7d7d7;
	-moz-box-shadow: 2px 2px 3px #d7d7d7;
	-webkit-box-shadow: 2px 2px 3px #d7d7d7;
	font-size: 16px;
	line-height: 1.2em;
}

#ContactForm a:hover {
	color: #6c6c6c;
}

#ContactForm em {
	display: inline-block;
	margin-left: 6px;
}

#ContactForm input {
	width: 234px;
	background: none;
	border: none;
	padding: 7px 0px;
	margin: 0 20px;
	color: #464646;
}

#ContactForm textarea {
	width: 253px;
	height: 136px;
	background: none;
	border: none;
	padding: 7px 0px;
	margin: 0 0 0 20px;
	overflow: auto;
	color: #464646;
}

#ContactForm span {
	height: 150px;
	display: block;
	background: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(js/PIE.htc);
	position: relative;
	border: 1px solid #cdcdcd;
}

/*==========================================*/
#faded {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 350px;
	background: #fff;
}

.sliders li {
	width: 100%;
}

a {
	outline: 0;
	border: 0;
}

ul.pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
	position: absolute;
	font-size: 0;
	line-height: 0;
	top: 300px;
	right: 75px;
	width: 93px;
}

ul.pagination li {
	float: left;
	padding: 0 0px 0 0;
}

ul.pagination li a {
	display: block;
	width: 31px;
	height: 31px;
	background: url(../images/faded-pagination-bg.png) left top no-repeat;
	color: #fff;
	font-size: 0;
	text-align: center;
	line-height: 0;
	text-decoration: none;
}

ul.pagination li a:hover {
	background: url(../images/faded-pagination-bg-hover.png) left top no-repeat;
}

ul.pagination li.current a {
	background: url(../images/faded-pagination-bg-active.png) left top no-repeat;
	color: #ffb520;
}

#lang {
	float: right;
	margin: 5px;
}

/* Project specifics =========================================================== */
/* Pour some CSS below ========================================================= */

.box p {
	text-align: justify;
}

.box ul,
.box ol {
	padding-left: 25px;
}

.box ul li {
	list-style-type: square;
}

.box ol li {
	list-style-type: decimal;
}

.product_samples {
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.product_sample {
	width: 275px;
	height: 225px;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	padding-top: 10px;
	border-right: 1px solid #aaa;
	font-size: 12px;
}

.product_sample:last-child {
	border-right: none;
	margin-right: 0px;
}

.product_sample_reference {
	font-weight: bold;
	color: #111;
	font-size: 14px;
}


.product_sample_density,
.product_sample_celltype,
.product_sample_function,
.product_sample_mainproperties,
.product_sample_range {
	overflow: hidden;
	width: 100%;
	padding-top: 5px;
}

.product_sample_density_label,
.product_sample_celltype_label,
.product_sample_function_label,
.product_sample_mainproperties_label,
.product_sample_range_label {
	display: inline-block;
	font-weight: bold;
	color: #666;
	margin-right: 5px;
	width: 105px;
}

.product_sample_density_value,
.product_sample_celltype_value,
.product_sample_function_value,
.product_sample_mainproperties_value,
.product_sample_range_value {
	display: inline-block;
	width: 160px;
	color: #333;
}

.sponsor-link {
	display: inline-block;
	vertical-align: middle;
}