* { 
	margin: 0; padding: 0; outline: 0;
}
html, body {
	height: 100%;	
}
body {
	font-family: 'PT Serif', serif;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 11px;
	line-height: 1.6em;
	color:#000;
	background-color: #fff;
}
.clearfloat {
	clear: both;
	height: 0px;	
}
/* FORMATAÇÕES DE LAYOUT*/
.wrapper {	
	position: relative;
	width: 970px;
	margin: 0 auto;
	min-height:100%;
}
/* TOP */
.wrapper .top {
	padding-top: 28px;
}
.wrapper .top .menu {
	float: left;
	width: 808px;
	margin-right: 25px;	
	border-bottom: 1px solid #c0c0c0;
}
.wrapper .top .menu ul {
	margin: 12px 0 0 4px;
	list-style-type: none;	
}
.wrapper .top .menu ul li {
	display: inline-block;
	width: 110px;
}
.wrapper .top .menu ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #999;
	text-transform: uppercase;
	text-decoration: none;
}
.wrapper .top .menu ul li a:hover,
.wrapper .top .menu ul li a.active {
	color: #000;
}
.wrapper .top .logo {
	float: left;
	width: 116px;
	margin-right: 20px;
}
.wrapper .top .submenu {
	position: relative;
	width: 110px;
	top: -42px;
	margin-bottom: -12px;
}
.wrapper .top .submenu ul {
	margin: 0;
	list-style-type: none;	
}
.wrapper .top .submenu ul li {
	width: 110px;
	padding: 0 4px;
	border-bottom: 1px solid #c0c0c0;
}
.wrapper .top .submenu ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 26px;
	color: #999;
	text-transform: lowercase;
	text-decoration: none;
}
.wrapper .top .submenu ul li a:hover,
.wrapper .top .submenu ul li a.active {
	color: #000;
}
/* MAIN */
.wrapper .main {	
	width: 970px;
	overflow: hidden;
	padding-bottom: 65px; /* footer height */
}
/* INDEX */
.wrapper .main .slideshow {
	margin-top: 15px;	
}
.wrapper .main .highlights {
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
}
.wrapper .main .highlights .title {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 0 4px 2px 4px;
	border-bottom: 1px solid #c0c0c0;
}
.wrapper .main .highlights .entries {
	margin-top: 10px;
}
.wrapper .main .highlights .entries .item {
	float: left;
	width: 212px;
	margin-right: 4px;
}
.wrapper .main .highlights .entries .item.newsletter {
	float: right;
	width: 216px;
}
.wrapper .main .highlights .entries .item .title {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	padding: 0 4px 2px 4px;
	border-bottom: 1px solid #c0c0c0;
}
.wrapper .main .highlights .entries .item .text {
	margin-top: 15px;
	padding: 0 4px;
	font-size: 11px;
	line-height: 1.6em;
	color: #4d4d4d;
}
.wrapper .main .highlights .entries .newsletter .fields {
	margin-top: 15px;
	padding: 0;
}
.wrapper .main .highlights .entries .newsletter .fields .textbox {
	width: 150px;
	margin-right: 3px;	
} 
/* Historia */
.wrapper .main .container_historia {
	width: 1860px;
}
.wrapper .main .container_historia .panel {
	float: left;	
}
.wrapper .main .container_historia .panel_1 {
	float: left;
	width: 212px;
	margin-right: 4px;
}
.wrapper .main .container_historia .panel_2 {
	float: left;
	width: 428px;
	margin-right: 4px;
}
.wrapper .main .container_historia .panel_3 {
	float: left;
	width: 644px;
	margin-right: 4px;
}
.wrapper .main .container_historia .panel_img {
	float: left;
	margin: 20px 4px 0 0;
}
.wrapper .main .container_historia .panel_2 .col200 {
	float: left;
	width: 200px;
	margin-top: 15px;
	padding: 0 4px;
}
/* Equipa */
.wrapper .main .container_equipa1 {
	float: left;
	width: 644px;
	margin-right: 110px;	
}
.wrapper .main .container_equipa2 {
	float: left;
	width: 212px;
	margin-right: 4px;
}
.wrapper .main .img_equipa {
	margin-top: 20px;	
}
/* Clientes */
.wrapper .main .clients {
	margin-top: 10px;
}
.wrapper .main .clients .logo {
	height: 80px;
	float: left;
	margin: 20px;
}
.wrapper .main .clients .logo img {
	top: 50%;
	margin-bottom: -40px;
	border: 0;
}
/* Casos de estudo */
.wrapper .main .container_casos {
	width: 10000px; /* calculado por javascript */
	margin-top: 10px;
}
.wrapper .main .container_casos .case {
	float: left;
	margin-right: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
.wrapper .main .container_casos .case .desc {
	margin-top: 10px;
}
/* Espaços */
.wrapper .main .container .space {
	float: left;
	margin-right: 4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #4d4d4d;
}
.wrapper .main .container .space .desc {
	margin-top: 10px;
}
/* BOTTOM */
.wrapper .bottom {	
	position:absolute;
	bottom:0;
	height: 65px;
	width: 100%;
}
.wrapper .bottom .line {
	margin-top: 25px;
	border-top: 1px solid #c0c0c0;
	height: 0px;	
}
.wrapper .bottom .col {
	float: left;
	margin: 0 4px 20px 0;	
	width: 212px;
}
.wrapper .bottom .right {
	float: right;
	text-align: right;
}
.wrapper .bottom .col ul {
	margin: 0 0 0 4px;	
	list-style-type: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	color: #000;
}
.wrapper .bottom .right ul {
	color: #4d4d4d;
}
.wrapper .bottom .col ul li {
	display: inline;
	margin-right: 5px;
}
.wrapper .bottom .col ul li a {
	color: #4d4d4d;	
	font-weight: normal;
	text-decoration: none;
}
.wrapper .bottom .col ul li a:hover,
.wrapper .bottom .col ul li a.active {
	color: #000;
}
/* contactos */
input.contacts,
textarea.contacts {
	width: 390px;
	margin-bottom: 5px;
}
/* NAVIGATION */
.nav-horiz {
	display: none;
	position: absolute;
	z-index: 100;
	width: 55px;
	height: 66px;
	cursor: pointer;
	top: 300px;
}
#nav-left {
	left: 0px;
}
#nav-right {
	right: 0px;
}

/* FORMATAÇÕES GENÉRICAS */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
}
.textbox {
	padding: 4px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
}
.textbox_error {
	border: 1px solid #f00;	
}
.button {
	padding: 3px 4px;
	border: 1px solid #c0c0c0;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #999;
	font-weight: bold;
	width: 50px;
}
.title {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #999;
	text-transform: uppercase;
	padding: 0 4px;
	border-bottom: 1px solid #c0c0c0;
}
.title .active {
	color: #000;	
}
.subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #999;
	text-transform: uppercase;
	padding: 0 4px;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 2px;
}
.ptitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #999;
	text-transform: lowercase;
	padding: 0 4px 2px 4px;
	border-bottom: 1px solid #c0c0c0;
	margin-top: 10px;
}
.text_grey {
	color: #999;
}
.text_black {
	color: #000;
}
.text_error {
	color: #f00;	
}
.text_success {
	display: block;
	font-weight: bold;
	text-align: center;
}
.container {
	width: 10000px; /* calculado por javascript */	
}
.panel_1 {
	float: left;	
	width: 212px;
	margin-right: 4px;
}
.panel_2 {
	float: left;
	width: 428px;
	margin-right: 4px;
}
.panel {
	float: left;	
}
.col {
	float: left;
	margin: 10px 4px 0 4px;	
}
.img {
	float: left;
	margin: 20px 4px 0 0;	
}
