@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,300italic,400italic,600italic,700italic);

body ,
input,
textarea {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 17px;
	color: #153C66;
}

body {
	line-height: 150%;
}

/********************************************************************/
/** STRUCTURE *******************************************************/
/********************************************************************/
header {
	height: 300px;
	background-image: url(../img/bg_header.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

section.main {
	min-height: 300px;
	padding-bottom: 50px;
	background-image: url(../img/bg.png);
}

footer {
	min-height: 215px;
	background-image: url(../img/bg_footer.png);
	background-position: top;
	background-repeat: repeat-x;
}

.container {
	position: relative;
	width: 990px;
	margin: 0 auto;
}

/********************************************************************/
/** HEADER **********************************************************/
/********************************************************************/
header .top {
	height: 180px;
}

h1,#logo {
	position: absolute;
}

h1 {
	width: 342px;
	height: 50px;
	right: 0;
	top: 67px;
	margin: 0;
	padding: 0;
	background-image: url(../img/headline.png);
}

h2, h3, h4, h5, h6 {
	position: relative;
}

h2 {
	margin: 0;
	padding: 25px 0;
	font-size: 30px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	color: #B3B3B3;
}

h3 {
	margin: 0;
	padding: 50px 0;
	font-size: 40px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color: #153C66;
}

h4 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 17px;
	text-transform: uppercase;
	color: #153C66;
	background-color: #E6E6E6;
	border-bottom: 1px solid #B3B3B3;
}

h6 {
	font-size: 16px;
	font-weight: bold;
}

dl, dd {
	margin: 0;
	padding: 0;
}

#logo {
	top: 45px;
	left: 0;
}

/********************************************************************/
/** NAVIGATION - MAIN ***********************************************/
/********************************************************************/
.container-menu-main {
	height: 120px;
	background-image: url(../img/bg_nav_main.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.menu-main ul,
.menu-main li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu-main ul {
	float: right;
	margin-top: 16px;
}

.menu-main li {
	display: inline;
	float: left;
	margin-top: 34px;
	margin-left: 50px;
}

.menu-main ul,
.menu-main li,
.menu-main a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #fff;
	text-decoration: none;
}


/********************************************************************/
/** NAVIGATION - SERVICES *******************************************/
/********************************************************************/
.menu-services {
    background-color: #3FA9F5;
}

.menu-services ul,
.menu-services li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-services ul {
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.menu-services li {
    display: inline;
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.menu-services li.active {
    background-position: 0 -90px;
}

.menu-services a {
	display: block;
	width: 100%;
	height: 100%;
}

.menu-services .last {
    margin-right: 0;
}

.menu-services .aquaculture {background-image: url(../img/service_aquaculture_sprite.png)}
.menu-services .aquatic {background-image: url(../img/service_aquatic_sprite.png)}
.menu-services .biotechnology {background-image: url(../img/service_biotechnology_sprite.png)}
.menu-services .chemistry {background-image: url(../img/service_chemistry_sprite.png)}
.menu-services .costal {background-image: url(../img/service_costal_sprite.png)}
.menu-services .ecotoxicology {background-image: url(../img/service_ecotoxicology_sprite.png)}
.menu-services .environmental {background-image: url(../img/service_environmental_sprite.png)}
.menu-services .events {background-image: url(../img/service_events_sprite.png)}
.menu-services .molecular {background-image: url(../img/service_molecular_sprite.png)}
.menu-services .sos {background-image: url(../img/service_sos_sprite.png)}


/********************************************************************/
/** INTRO ***********************************************************/
/********************************************************************/
.intro {
	height: 240px;
}

.intro p {
	float: right;
	width: 580px;
	height: 25px;
	margin-top: 35px;
	color: #FFF;
	font-size: 18px;
	line-height: 34px;
	font-weight: 300;
	text-align: right;
}

.homepage .intro p {
	width: 698px;
	height: 25px;
	margin-top: 35px;
	color: #0090E3;
	font-size: 22px;
	line-height: 34px;
	font-weight: 400;
	text-align: right;
	background-image: url("../img/tagline.png");
}

.homepage .intro {
	background-color: #3FA9F5;
	background-image: url(../img/star-light.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.about-us .intro,
.contact-us .intro {
	background-color: #153C66;
	background-image: url(../img/star-dark.png);
	background-position: top center;
	background-repeat: no-repeat;
}

/********************************************************************/
/** ABOUT US ********************************************************/
/********************************************************************/
.about-header {
	margin: 30px auto 50px auto;
}

.about-header h3,
.about-header p {
	float: left;
	clear: none;
	width: 470px;
	margin: 0;
	padding: 0;
}

.about-header h3 {
	margin-bottom: 30px;
}

.about-header p {
	font-weight: 300;
}

.about-header img {
	float: right;
	clear: none;
	margin-left: 30px;
}

/********************************************************************/
/** HOMEPAGE - SERVICES *********************************************/
/********************************************************************/
.home-services,
.home-services li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home-services {
}

.home-services li {
	position: relative;
	display: inline-block;
	float: left;
	width: 330px;
	height: 259px;
	background-position: 15px 15px;
	background-position: top center;
	background-repeat: no-repeat;
}

.home-services,
.home-services li,
.home-services a {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #00358F;
}

.home-services a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/arrow_right.png);
	background-position: 150px 219px;
	background-repeat: no-repeat;
}

.home-services span {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 56px;
}

.home-services .last {
	margin-left: 330px;
}

.home-services .aquaculture {background-image: url(../img/service_aquaculture.png)}
.home-services .aquatic {background-image: url(../img/service_aquatic.png)}
.home-services .biotechnology {background-image: url(../img/service_biotechnology.png)}
.home-services .chemistry {background-image: url(../img/service_chemistry.png)}
.home-services .costal {background-image: url(../img/service_costal.png)}
.home-services .ecotoxicology {background-image: url(../img/service_ecotoxicology.png)}
.home-services .environmental {background-image: url(../img/service_environmental.png)}
.home-services .events {background-image: url(../img/service_events.png)}
.home-services .molecular {background-image: url(../img/service_molecular.png)}
.home-services .sos {background-image: url(../img/service_sos.png)}

/********************************************************************/
/** SERVICES ********************************************************/
/********************************************************************/
.service-header {
	margin: 30px auto 50px auto;
}

.service-header h3,
.service-header p {
	float: left;
	clear: none;
	width: 470px;
	margin: 0;
	padding: 0;
}

.service-header h3 {
	margin-bottom: 30px;
}

.service-header p {
	font-weight: 300;
}

.service-header img {
	float: right;
	clear: none;
	margin-left: 30px;
}

.service-section {
	width: 988px;
	margin-bottom: 10px;
	border: 1px solid #b3b3b3;
}

.service-section h4 a {
	display: block;
	padding: 10px;
	color: #153C66;
	text-decoration: none;
}

.service-section dl {
	width: 968px;
	margin: 0 10px;
	border-bottom: 1px solid #b3b3b3;
}

.service-section dl.last {
	border-bottom: none;
}

.service-section dd {
	float: left;
	clear: none;
	padding: 10px;
	font-size: 13px;
}

.service-section .first {
	padding-left: 0;
}

.service-section .last {
	padding-right: 0;
}

.service-section .column-area-title,
.service-section .column-title {
	font-weight: bold;
}

.service-section .column-area-title {
	color: #0079C2;
}

.service-section .column-area-subtitle {
	font-weight: bold;
}


.service-section .column-title {
	text-transform: uppercase;
}

.service-section .note {
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/** 5 COLUMNS *******************************************************/
.column-5 .code {
	width: 40px;
}

.column-5 .analysis,
.column-5 .method,
.column-5 .sample {
	width: 242px;
}

.column-5 .price {
	width: 122px;
}

.service-section-molecular.column-5 .analysis,
.service-section-molecular.column-5 .method,
.service-section-molecular.column-5 .price {
	width: 242px;
}

.service-section-molecular.column-5 .sample {
	width: 122px;
}

.service-section-costal.column-5 .analysis {
	width: 362px;
}

.service-section-costal.column-5 .sample {
	width: 122px;
}

/** 4 COLUMNS *******************************************************/
.column-4 .code {
	width: 40px;
}

.column-4 .analysis,
.column-4 .method,
.column-4 .description,
.column-4 .denomination {
	width: 370px;
}

.column-4 .price {
	width: 122px;
}

.service-section-chemistry.column-4 .sample {
	width: 140px;
}

.service-section-chemistry.column-4 .price {
	width: 256px;
}
/** 4 COLUMNS A *****************************************************/
.column-4a .code {
	width: 40px;
}

.column-4a .analysis {
	width: 550px;
}

.column-4a .method {
	width: 192px;
}

.column-4a .price {
	width: 122px;
}

/** 3 COLUMNS *******************************************************/
.column-3 .code {
	width: 40px;
}

.column-3 .sample {
	width: 140px;
}

.column-3 .denomination {
	width: 470px;
}

.column-3 .price {
	width: 256px;
}

/** 2 COLUMNS *******************************************************/
.column-2 .sample {
	width: 140px;
}

.column-2 .price {
	width: 256px;
}

.column-2 .activities {
	width: 700px;
}

.column-2 .price {
	width: 200px;
}

/********************************************************************/
/** CONTACT US ******************************************************/
/********************************************************************/
form,
input,
select,
textarea {
	font-size: 15px;
	color: #999;
}

label {
	display: inline-block;
	width: 88px;
	font-size: 22px;
	font-weight: 300;
	color: #153C66;
}

input:focus,
select:focus {
	color: #808080;
}

input,
select,
textarea {
	border: 1px solid #CCC;
}

input {
	width: 510px;
	height: 30px;
	padding: 5px;
	line-height: 30px;
}

select {
	width: 522px;
	padding: 11px 5px;
}

#form-contactus div {
	margin-bottom: 15px;
}

#form-contactus #assunto {
	width: 886px;
}

#form-contactus textarea {
	width: 977px;
	height: 350px;
	padding: 5px;
	resize: vertical;
}

#form-contactus #submit {
	float: right;
	clear: none;
	width: auto;
	height: 34px;
	margin: 0;
	padding: 0 45px 0 0;
	line-height: 34px;
	font-size: 22px;
	font-weight: 300;
	color: #153C66;
	background-color: transparent;
	background-image: url(../img/arrow_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	border: none;
}

#form-contactus p {
	float: left;
	clear: none;
	margin: 8px 0 0 0;
	padding: 0;
	color: #153C66;
}

#form-contactus em {
	position: relative;
	top: -10px;
	font-size: 12px;
}

span.error {
	display: block;
	margin-left: 92px;
	font-size: 12px;
	color: #3FA9F5;
}

/********************************************************************/
/** FOOTER **********************************************************/
/********************************************************************/
footer .footer-top {
	height: 215px;
	background-image: url(../img/bg_footer_container.png);
	background-position: top center;
	background-repeat: no-repeat;
}

.container-news {
	width: 500px;
	height: 120px;
	padding: 0 53px;
	color: #fff;
}

.container-news h6,
.container-news p {
	margin: 0;
	padding: 0;
}

.container-news p {
	font-size: 16px;
	font-weight: light;
}

.container-news .button {
	display: block;
	position: absolute;
	top: 44px;
	width: 31px;
	height: 31px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.container-news .button-previous {
	left: 0;
	background-image: url(../img/arrow_previous.png);
}

.container-news .button-next {
	right: 0;
	background-image: url(../img/arrow_next.png);
}

#news,
#news li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#news {
	margin-top: 40px;
}


#funding {
	display: block;
	position: relative;
	margin: 16px auto;
}


/********************************************************************/
/********************************************************************/
/********************************************************************/
.note {
	font-size: 10px;
    margin-bottom: 10px !important;
    margin-top: -10px !important;
}




