* { margin: 0; padding: 0; }
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px;
}
a{overflow:hidden;text-decoration:none;}
#geral{
	width:1000px;
	margin:0 auto;
}


#linha_sup{
	background-color:#00933d;
	height:8px;
	width:100%;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	float:left;
}
#menu ul li a.home{
	display:block;
	background:#FFF url(../imagens/top_home.jpg) no-repeat;
	width:71px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.home{
	display:block;
	background:#FFF url(../imagens/top_home_link.jpg) no-repeat;
}
#menu ul li a.empresa{
	display:block;
	background:#FFF url(../imagens/top_empresa.jpg) no-repeat;
	width:91px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.empresa{
	display:block;
	background:#FFF url(../imagens/top_empresa_link.jpg) no-repeat;
}
#menu ul li a.produtos{
	display:block;
	background:#FFF url(../imagens/top_produtos.jpg) no-repeat;
	width:91px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.produtos{
	display:block;
	background:#FFF url(../imagens/top_produtos_link.jpg) no-repeat;
}
#menu ul li a.loja{
	display:block;
	background:#FFF url(../imagens/top_loja.jpg) no-repeat;
	width:112px;
	height:84px;
	text-indent:-9999px;
}
#menu ul li a:hover.loja{
	display:block;
	background:#FFF url(../imagens/top_loja_link.jpg) no-repeat;
}
#menu ul li a.protocolos{
	display:block;
	background:#FFF url(../imagens/top_protocolos.jpg) no-repeat;
	width:109px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.protocolos{
	display:block;
	background:#FFF url(../imagens/top_protocolos_link.jpg) no-repeat;
}
#menu ul li a.treinamentos{
	display:block;
	background:#FFF url(../imagens/top_treinamentos.jpg) no-repeat;
	width:113px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.treinamentos{
	display:block;
	background:#FFF url(../imagens/top_treinamentos_link.jpg) no-repeat;
}
#menu ul li a.atendimento{
	display:block;
	background:#FFF url(../imagens/top_atendimento.jpg) no-repeat;
	width:151px;
	height:84px;
	text-indent:-9999px;
}
#menu ul li a:hover.atendimento{
	display:block;
	background:#FFF url(../imagens/top_atendimento_link.jpg) no-repeat;
}
#menu ul li a.contato{
	display:block;
	background:#FFF url(../imagens/top_contato.jpg) no-repeat;
	width:85px;
	height:84px;
	text-indent:-99999px;
}
#menu ul li a:hover.contato{
	display:block;
	background:#FFF url(../imagens/top_contato_link.jpg) no-repeat;
}

#flash{
}

#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{float:left;}
#footer li a{display: block;}


#linha_inf{
	background-color:#00933d;
	height:50px;
	width:100%;
	text-align:center;	
}
#linha_inf p{
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
}
#linha_inf p a{
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#d7df23;
}