* {
	/* Começo zerando tudo. O * quer dizer TUDO, o IE aceita isso */
	margin:0;
	padding:0;
	list-style:none;
    border:none;
	text-decoration:none;
}
/*div{
  border:1px solid red;
}*/
body{
  margin:0 auto;
}
#geral{
  width:774px;
  height:413px;
  position:absolute;
  left:50%;
  margin-left:-387px;
  top:50%;
  margin-top:-206px;
  border:2px solid #000;
}
#lateralesquerda{
  width:327px;
  height:413px;
  float:left;
  background:url(../imagens/lateralesquerda.jpg) no-repeat;
}
#conteudo{
  width:447px;
  height:413px;
  float:left;
  background:url(../imagens/bg_conteudo.jpg) no-repeat;
}

#link_logo a{
  width:150px;
  height:50px;
  position:absolute;
  top:160px;
  left:160px;
  background:#006699 transparent;
  display:block;
}
h1{ margin-left:-10000px;}

/*********** Lista do menu vertical - menu drop down **********/
#menu_vertical{
  width:405px;
  height:0px;
  position:absolute;
  top:257px;
  left:115px;
  float:left;
}
ul li {}

ul li span{
  display:none;
}
li ul{
  position:absolute;
  left:212px;
  top:0;
  display:none;
  z-index:100;
}

ul#botao_vertical{  float:left; display:block;}
ul#botao_vertical li a{  width:212px;  height:19px; display:block;}

ul#botao_vertical li.empresa a{  background:url(../imagens/bt_empresa.gif) no-repeat;}
ul#botao_vertical li.empresa a:hover{  background:url(../imagens/bt_empresa.gif) 0 -19px no-repeat;}

ul#botao_vertical li.area a{  background:url(../imagens/bt_area.gif) no-repeat;}
ul#botao_vertical li.area a:hover{  background:url(../imagens/bt_area.gif) 0 -19px no-repeat;}

ul#botao_vertical li.produtos a{  background:url(../imagens/bt_produtos.gif) no-repeat;}
ul#botao_vertical li.produtos a:hover{  background:url(../imagens/bt_produtos.gif) 0 -19px no-repeat;}

ul#botao_vertical li.representantes a{  background:url(../imagens/bt_representantes.gif) no-repeat;}
ul#botao_vertical li.representantes a:hover{  background:url(../imagens/bt_representantes.gif) 0 -19px no-repeat;}

ul#botao_vertical li.amplast a{  background:url(../imagens/bt_empresa_amplast.gif) no-repeat; width:193px;}
ul#botao_vertical li.amplast a:hover{  background:url(../imagens/bt_empresa_amplast.gif) 0 -19px no-repeat;}
  
ul#botao_vertical li.grupo a{  background:url(../imagens/bt_empresa_grupo.gif) no-repeat; width:193px;}
ul#botao_vertical li.grupo a:hover{  background:url(../imagens/bt_empresa_grupo.gif) 0 -19px no-repeat;}
 
ul#botao_vertical li.estrutura a{  background:url(../imagens/bt_empresa_estrutura.gif) no-repeat; width:193px;}
ul#botao_vertical li.estrutura a:hover{  background:url(../imagens/bt_empresa_estrutura.gif) 0 -19px no-repeat;}

ul#botao_vertical li.social a{  background:url(../imagens/bt_empresa_social.gif) no-repeat; height:38px; width:193px;}
ul#botao_vertical li.social a:hover{  background:url(../imagens/bt_empresa_social.gif) 0 -39px no-repeat;}
  
ul#botao_vertical li.pedaco_menu{ background:url(../imagens/pedaco_bubmenu.gif) no-repeat; width:193px; height:20px;}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */

li ul li a { } /* Sub Menu Styles */

li:hover ul, li.over ul { display: block; background:#FFFFFF;} /* The magic */

/*********************** fim da lista de menu drop down  ***************************/


/***************** Títulos  ********************/
#titulo{
  width:447px;
  height:23px;
  float:left;
}
.titulo_amplast{ background:url(../imagens/tit_amplast.gif) no-repeat;}
	
.titulo_grupo{ background:url(../imagens/tit_grupo_jshayeb.gif) no-repeat;}

.titulo_estrutura{ background:url(../imagens/tit_estrutura.gif) no-repeat;}

.titulo_social{ background:url(../imagens/tit_respsocial.gif) no-repeat;}

.titulo_area{ background:url(../imagens/tit_area.gif) no-repeat;}

.titulo_produtos{ background:url(../imagens/tit_produtos.gif) no-repeat;}

.titulo_representantes{ background:url(../imagens/tit_representantes.gif) no-repeat;}

.titulo_noticias{ background:url(../imagens/tit_noticias.gif) no-repeat;}

.titulo_moda{ background:url(../imagens/tit_moda.gif) no-repeat;}

.titulo_eventos{ background:url(../imagens/tit_eventos.gif) no-repeat;}

.areadynamic{
  font:10px verdana, Helvetica, sans-serif;
  color:#355462;
  overflow:auto;
}