@charset "UTF-8";
/* CSS Document */
body {
	background-color:#e5e6e7;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#666;
	text-align:center;
	padding:0;
	margin:0;
}

html{
	overflow-y:scroll;
}
a.geral{
	color:#999;
	text-decoration:none;
}
a.geral:visited{
	color:#999;
}
a.geral:hover{
	color:#76b043;
	text-decoration:underline;
}

/*============ HEADER ===================================*/


#header{
	background-image:url(_img/bg_topo.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:127px;
	text-align:center;
}

/*============ CONTENT ===================================*/

#content{
	background-image:url(_img/bg_middle.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#FFFFFF;
	width:100%;
}
.content_text{
	width:730px;
	left: 50%;
	position:absolute;
	margin-left: -360px;
	text-align:left;
	padding-bottom:20px;
}
h1{
	font-size:18pt;
	color:#76b043;
	font-weight:normal;
}
h2{
	font-size:15pt;
	font-weight:normal;
}
#bt_matriz_tabela{
  float:left;
  display: block;
  width: 146px;
  height: 35px;
  background:url(_img/bt_versao_tabela.gif) no-repeat 0 0;
}
#bt_matriz_tabela_select{
  float:left;
  display: block;
  width: 146px;
  height: 35px;
  background:url(_img/bt_versao_tabela.gif) no-repeat 0 -35px;
}
#bt_matriz_tabela:hover{ 
  background-position: 0 -35px
}
#bt_matriz_animada{
  float:left;
  display: block;
  width: 140px;
  height: 35px;
  background:url(_img/bt_versao_animada.gif) no-repeat 0 0;
}
#bt_matriz_animada_select{
  float:left;
  display: block;
  width: 140px;
  height: 35px;
  background:url(_img/bt_versao_animada.gif) no-repeat 0 -35px;
}
#bt_matriz_animada:hover{ 
  background-position: 0 -35px
}
.tabela_cell{
  width:230px;
  padding:45px 30px 10px 30px;
  text-align:center;
  background:url(_img/matriz_bg.png) no-repeat 10px	 0;
  color:#333333;
}

/*============ FOOTER ===================================*/

#footer{
	background-color:#e5e6e7;
	background-image:url(_img/bg_footer.gif);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
	left:0;
	width:100%;
	height:55px;
	text-align:center;
	position:absolute;
	padding-bottom:20px;
}
#footer_text{
	position: absolute;
	text-align:right;
	width:700px;
	left:50%;
	margin:13px 0 20px -330px;
	color:#666;
	font-size:11px;
}
#marca_footer{
	float:right;
	margin:10px 0 0 10px;
}

/*============ MENU ===================================*/
#menu{
	float:left;
	margin:72px 0 0 0;
}

#empresa{
  float:left;
  display: block;
  width: 80px;
  height: 26px;
  background: url(_img/bt_empresa.gif) no-repeat 0 0;
}
#empresa:hover{ 
  background-position: 0 -26px;
}
#empresa_selected{ 
  float:left;
  display: block;
  width: 80px;
  height: 26px;
  background: url(_img/bt_empresa.gif) no-repeat 0 -26px;
}
#empresa span{
  display: none;
}
#parceiros{
  float:left;
  display: block;
  width: 81px;
  height: 26px;
  background: url(_img/bt_parceiros.gif) no-repeat 0 0;
}
#parceiros:hover{ 
  background-position: 0 -26px;
}
#parceiros_selected{ 
  float:left;
  display: block;
  width: 81px;
  height: 26px;
  background: url(_img/bt_parceiros.gif) no-repeat 0 -26px;
}
#parceiros span{
  display: none;
}
#clientes{
  float:left;
  display: block;
  width: 71px;
  height: 26px;
  background: url(_img/bt_clientes.gif) no-repeat 0 0;
}
#clientes:hover{ 
  background-position: 0 -26px;
}
#clientes_selected{ 
  float:left;
  display: block;
  width: 71px;
  height: 26px;
  background: url(_img/bt_clientes.gif) no-repeat 0 -26px;
}
#clientes span{
  display: none;
}
#matriz{
  float:left;
  display: block;
  width: 138px;
  height: 26px;
  background: url(_img/bt_matriz.gif) no-repeat 0 0;
}
#matriz:hover{ 
  background-position: 0 -26px;
}
#matriz_selected{ 
  float:left;
  display: block;
  width: 138px;
  height: 26px;
  background: url(_img/bt_matriz.gif) no-repeat 0 -26px;
}
#matriz span{
  display: none;
}
#contato{
  float:left;
  display: block;
  width: 71px;
  height: 26px;
  background: url(_img/bt_contato.gif) no-repeat 0 0;
}
#contato:hover{ 
  background-position: 0 -26px;
}
#contato_selected{ 
  float:left;
  display: block;
  width: 71px;
  height: 26px;
  background: url(_img/bt_contato.gif) no-repeat 0 -26px;
}
#contato span{
  display: none;
}

.selected{
	background-position: 0 -26px;
}