/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1em;
	background-color: #EEEEEE;
	margin: 0px 0px 0px 0px;
}

li {
	margin-bottom: 0.3em;
}

/* Divs */
#container {
	position: relative;
	margin: 0 auto;
	text-align: left;
}

#background_logo, #background_eye, #background_droplets {
	position: absolute;
	background-repeat: no-repeat;
	z-index: 1;
}

#menu, #logo_link, #title_home, #title_products, #title_partners, #title_partnerships, #title_sensagest, #title_investors, #title_contact, #title_news, #title_profile, #title_latest_news, #title_awards {
	position: absolute;
	z-index: 2;
}

#content_left, #content_right {
	font-size: 0.7em;
	position: absolute;
	overflow: auto;
	z-index: 4;
}

#menu {
	left: 4.33121%;
	top: 22.912%;
}

#logo_link {
	left: 3.7%;
	top: 2.9%;
	width: 19.4%;
	height: 17.7%;
}

#title_home, #title_products, #title_partners, #title_partnerships, #title_sensagest, #title_investors, #title_contact, #title_news, #title_profile {
	left: 1.95%;
	top: 40.85%;
	width: 2.6%;
	height: 35%;
	background-repeat: no-repeat;
}

#title_latest_news, #title_awards {
	left: 45.3%;
	top: 40.85%;
	width: 3%;
	height: 35%;
	background-repeat: no-repeat;
}

#content_left, #content_left a {
	color: #666666;
	top: 40.8%;
	left: 6.0%;
	width: 27.8%;
	height: 47.8%;
}

#content_right, #content_right a {
	color: #FFFFFF;
	top: 40.8%;
	left: 49.4%;
	width: 25.0%;
	height: 47.8%;
}


/* Line divs */
#line1, #line2, #line3 {
	position: absolute;
	top: 40.8%;
	width: 1px;
	height: 35%;
	z-index: 3;
}

#line1, #line2 {
	background-color: #44C8F5;
}

#line3 {
	background-color: #8ED8F8;
}

#line1 {
	left: 4.4%;
}

#line2 {
	left: 35.4%;
}

#line3 {
	left: 47.8%;
}


/* Specific elements */
#logo_spacer {
	width: 100%;
	height: 100%;
	border: 0px solid #ffffff;
}


/* General */
a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	font-size: 0.6em;
	color: #00BAF1;
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	text-decoration: underline;
}

.news_title, .news_title a {
	color: #650260;
}

.news_text, .news_text a {
	color: #FFFFFF;
}
