/* CSS Document */

#colEsq{
	width:652px;
	height:490px;
	float:left;
	margin-right:5px;
}

ul#abas{
	width:652px;
	height:37px;
}

ul#abas li{
	display:block;
	float:left;
}

ul#abas li a{
	display:block;
	width:163px;
	height:37px;
	text-decoration:none;
	text-indent:-9999em;
}

ul#abas li a#abahistorico{
	width:160px;
	margin-right:2px;
	background:url(../img/abas/historico.gif) top no-repeat;
}

ul#abas li a#abaequipe{
	margin-right:2px;
	background:url(../img/abas/equipe.gif) top no-repeat;	
}

ul#abas li a#abacertificacoes{
	margin-right:2px;
	background:url(../img/abas/certificacoes.gif) top no-repeat;	
}

ul#abas li a#abahistorico.ativo{
	background-position:bottom;
}
ul#abas li a#abaequipe.ativo{
	background-position:bottom;
}
ul#abas li a#abacertificacoes.ativo{
	background-position:bottom;
}

div#historico {
	background:url(../img/historico.jpg) right top no-repeat;
}

div#certificacoes {
	/*background:url(../img/certificacoes-fake.gif) left top no-repeat;*/
}

div#historico,
div#equipe,
div#certificacoes {
	position:relative;
	background-color:#fff;
	width:830px;
	height:330px;
	padding:50px;
}

div#historico p,
div#equipe p {
	width:500px;
	padding-top:15px;
	float:left;
	font-size:14px;
}

div#certificacoes p  {
	width:380px;
	font-size:14px;
}

div#historico h2,
div#equipe h2,
div#certificacoes h2  {
	font-size:19px;
	color:#ff5200;
	text-transform:uppercase;
}

div#equipe h2{
	padding-top:30px;
}

div#equipe img,
div#certificacoes img  {
	display:block;
	float:left;
	margin-right:50px;
	float:left;
}

div#certificacoes h2 {
	display:block;
	width:400px;
	float:left;
	margin-bottom:15px;
}

p#download {
	padding-top:30px;
}

p#download img {
	display:block;
	float:left;
	margin-right:10px;
}

div#certificacoes ul li.qualidade,
div#certificacoes ul li.seguranca {
	position:relative;
	display:block;
	width:380px;
	float:left;
	padding-top:130px;
}


div#certificacoes ul li.qualidade{
	background:url(../img/certificacoes1.gif) no-repeat;
}
div#certificacoes ul li.seguranca {
	background:url(../img/certificacoes2.gif) no-repeat;
}

div#certificacoes ul li.separacao {
	display:block;
	width:1px;
	height:300px;
	float:left;
	border-right:solid 1px #ccc;
	margin:0 30px 0 10px;
}