/* CSS Document */

#load {
	position:absolute;
	left:48%;
	top:60%;
	width:31px;
	height:31px;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
	margin-left:-16px;
	margin-top:-16px;
	z-index:999999;
	display:none;
}

#estrutura_superior {
	height:15px;
	background-image: url(../img/estrutura_img1.png) !important;
	_background-image: url(../img/estrutura_img1.gif) !important;
}

#sombraEsquerda {
	background-image: url(../img/estrutura_sombra_esq.png) !important;
	_background-image: url(../img/estrutura_sombra_esq.gif) !important;
	background-repeat:repeat-y;
}

#sombraDireita {
	background-image: url(../img/estrutura_sombra_dir.png) !important;
	_background-image: url(../img/estrutura_sombra_dir.gif) !important;
	background-repeat:repeat-y;
}

#topo {
	height:133px;
	padding-bottom:2px;
}

#menu {
	height:31px;
	background-color:#011C4F;
	border-bottom:solid 1px #001336;	
}
#formulario_indique label div {
	width:90px;
	float:left;
	margin-left:5px;
}

#caracteristicas ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
}

#caracteristicas li {
	padding-bottom:4px;
	padding-top:4px;
	border-bottom:1px solid #082354;
	
}

#caracteristicas li span {
	color:#ffffff;
	background-image:url(../img/marcador_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
}

#caracteristicas li span:hover {
	color:#557BA3;
	background-image:url(../img/marcador_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	text-decoration:none;
}



#menu_geral {
	width: 180px;
}
#menu_geral ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
}
#menu_geral li {
	margin-top:2px;
	text-align:right;
	width:170px;
}
#menu_geral img{width:179px; height:149px;  }

#menu_geral li div{display: none}

#menu_geral li:hover div{ 
  display:block;
  position:absolute;
  width:179px; 
  margin-top:-50px;
  text-align:justify;
  margin-left:180px;
  height:149px;
  z-index:999;
}

#menu_geral a {
	display: block;
	padding:0;
	padding-right:15px;
	padding-top:8px;
	width: 180px;
	background-color: #063186;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../img/menu_fundo_off.png);
	background-position:right center;
	width:165px;
	height:29px;
	font-size:12px;
	font-weight:bold;
}
body>#menu_geral a {width:153px;}

#menu_geral a:hover { 
	background-color:#4E79A6; 
	background-image: url(../img/menu_fundo_on.png); 
	color:#7ed0ee; 
}

#menu_geral .link_desativado { 
	background-color:#4E79A6; 
	background-image: url(../img/menu_fundo_on.png); 
	color:#7ed0ee; 	
	display: block;
	padding:0;
	padding-right:15px;
	padding-top:8px;
	width: 180px;
	background-color: #063186;
	text-decoration: none;
	background-position:right center;
	width:165px;
	height:29px;
	font-size:12px;
	font-weight:bold;
	
	
}

#base {
	height:19px;
	background-color:#001336;
}

#chamadas {
	background-color:#001B4E;
	height:210px;
	background-image:url(../img/estrutura_fundo_chamadas.jpg);
	background-repeat:repeat-x;
}
#conteudo {
	background-color:#FFFFFF;
}

#rodape {
	background-image:url(../img/estrutura_rodape_fundo.jpg);
	background-color:#001B4E;
	background-repeat:repeat-x;
	height:54px;
	padding-left:15px;
}
#rodape div {
	font-size:11px;
}

#menu_lateral ul {
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
}

#menu_lateral li {
	text-align:left;
	height:30px;
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
	padding-top:8px;
	background-color:#EEF5FF;
	border-bottom:1px solid #BBD3EA;
	border-top:1px solid #FFFFFF;	
}

#menu_lateral a {
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	color:#666666;	
}
#menu_lateral a:hover {
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	color:#333333;	
}


#menu_lateral li.video {
	background-image:url(../img/menu_lateral_video.gif);
}
#menu_lateral li.tecnologia {
	background-image:url(../img/menu_lateral_tecnologia.gif);
}
#menu_lateral li.manutencao {
	background-image:url(../img/menu_lateral_manutencao.gif);
}

#faixa_decorativa {
	text-decoration:none;
}
#div_faixa_decorativa {
	display:block;
	position:absolute;
	margin-top:-60px;
	padding-left:280px;
	z-index:3;
}



