/*CSS Norteldata*/

* {
  font-family:Arial, "Nimbus Sans L";
}

body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(../images/site/bg_site.jpg);
	background-repeat:repeat-x;
}

img {
  border:0;
}

a {
  text-decoration:none;
}

#principal {
	width:988px;
  margin:0 auto;
}

/*
 * cabecalho
 */
.cabecalho {
	width:988px;
	height:129px;
  background-image:url(../images/site/fundo_cab.jpg);
	background-repeat:no-repeat;
  background-position:right;
}
.logo {
  float:left;
  margin:14px 0 0 6px;
  display:inline;
}
#flash_topo {
  float:right;
}

/*
 * Menu
 */
#menu {
	float:left;
	width:987px;
	height:37px;
  background-image:url(../images/site/bg_menu.gif);
  background-repeat:repeat-x;
}
#menu ul {
	width:987px;
	height:37px;
	float:left;
	margin:0;
  padding:0;
  text-align:center;
  list-style:none;
}
#menu ul li {
	text-align:center;
	padding:0;
 	margin:0;
	float:left;
}
#menu ul li a {
  height:29px;
	color:#ffffff;
  margin:0;
  padding:8px 0 0 0;
  float:left;
}
#menu ul li a:hover {
	background-image:url(../images/site/bg_menu_hover.gif);
}
#menu ul li.visitado a {
  height:29px;
	color:#ffffff;
  margin:0;
  padding:8px 0 0 0;
  float:left;
	background-image:url(../images/site/bg_menu_hover.gif);
}
#menu ul li.linha_menu {
	width:2px;
	height:37px;
	font-size:0px;
	background-image:url(../images/site/linha_menu.gif);
	background-repeat:no-repeat;
}

/*
 * estrutura
 */
#corpo {
	width:987px;
	padding:0;
	margin:0;
	float:left;
  background-image:url(../images/site/bg_corpo.gif);
  background-repeat:repeat-y;
  color:#636363;
  font-size:10pt;
}
.base_corpo {
  float:left;
  width:987px;
  height:14px;
  font-size:0px;
  background-image:url(../images/site/base_corpo.jpg);
  margin:0 0 6px 0;
  display:inline;
  font-size:0px;
}
.area_conteudo {
  width:978px;
	padding:0 0 20px 0;
	margin:0 0 0 5px;
	float:left;
  display:inline;
  background-image:url(../images/site/bg_conteudo.jpg);
  background-position:top;
  background-repeat:repeat-x;
}

#corpo p {
	font-size:10pt;
	padding:0 0 10px 0;
  margin:0;
  color:#636363;
}
#corpo h3 {
	font-size:13pt;
	text-align:left;
  padding:0;
 	margin:0 0 10px 0;
	color:#636363;
}
#corpo h4 {
	font-size:11pt;
	margin:0 0 10px 0;
  color:#636363;
}

/*
 * home
 */
.destaque_left {
  width:170px;
  margin:16px 0 0 0;
  float:left;
}

.banner {
  width:629px;
  margin:0;
  float:left;
}

.destaque_right {
  float:right;
  width:170px;
  margin:8px 6px 0 0;
  display:inline;
}
.contato {
  margin-bottom:5px;
}

/*
 * busca
 */
#form_busca {
  float:left;
  width:169px;
  height:43px;
  background-image:url(../images/site/fundo_area_busca.gif);
  margin:0 0 5px 0;
  padding:0;
}
#form_busca input {
  float:left;
  border:1px solid #014e95;
  width:108px;
  height:16px;
  color:#707070;
  padding:2px;
  margin:10px 0 0 6px;
  display:inline;
}
#form_busca input.buscar {
  width:39px;
  height:26px;
  padding:0;
  background-image:url(../images/site/bt_buscar.gif);
  border:0;
  cursor:pointer;
  margin:9px 0 0 4px;
}

/*
 * area restrita
 */
.arearestrita {
  width:169px;
  height:114px;
  background-image:url(../images/site/fundo_area_restrita.jpg);
  background-repeat:no-repeat;
  float:left;
  margin-bottom:8px;
}
#corpo .arearestrita h4 {
  width:150px;
  margin:0 auto;
  padding:9px 0 5px 0;
  border-bottom:1px solid #636363;
  font-size:11pt;
  color:#636363;
}
.arearestrita form {
  margin:5px 0 0 0;
  padding:0;
}
.arearestrita form table {
  margin:0 auto;
}
.arearestrita input {
  border:1px solid #014e95;
  width:134px;
  height:16px;
  color:#707070;
  padding:2px;
}
.arearestrita input.campo {
  width:90px;
}
.arearestrita input.bt_ok {
  width:39px;
  height:25px;
  padding:0;
  background-image:url(../images/site/bt_ok.gif);
  border:0;
  cursor:pointer;
}
.arearestrita .sair {
  width:39px;
  height:25px;
  padding:0;
  background-image:url(../images/site/bt_sair.gif);
  border:0;
  cursor:pointer;
  float:right;
  margin:10px;
}
#corpo .arearestrita p {
  font-size:8pt;
  margin:0;
  padding:0;
}

/*
 * destaques
 */
.top_area_noticias {
  width:971px;
  height:13px;
  background-image:url(../images/site/top_area_noticias.gif);
  font-size:0px;
  float:left;
  margin:10px 0 0 3px;
  display:inline;
}
.base_area_noticias {
  width:971px;
  height:13px;
  background-image:url(../images/site/base_area_noticias.gif);
  font-size:0px;
  float:left;
  margin:0 0 0 3px;
  display:inline;
}
.bg_area_noticias {
  width:965px;
  background-color:#e3f5f5;
  float:left;
  margin:0 0 0 3px;
  display:inline;
  border-left:3px solid #c3c9cb;
  border-right:3px solid #c3c9cb;
  font-size:10pt;
  color:#555555;
}
.cotacoes {
  float:left;
  width:407px;
  margin:0 0 0 24px;
  display:inline;
}
#corpo .bg_area_noticias h4 {
  color:#555555;
  padding-top:11px;
}
.cotacoes td {
  border-bottom:1px solid #a1e6f0;
}
.cotacoes a {
  color:#555555;
  float:right;
  margin:5px;
  font-size:8pt;
}
.cotacoes a:hover,
.noticias a:hover {
  text-decoration:underline;
}

.noticias {
  float:right;
  width:375px;
  margin:0 55px 0 0;
  display:inline;
}
.noticias a {
  color:#636363;
}
.ver_mais {
  float:right;
}

/*
 * conteudo
 */
.conteudo {
  width:726px;
  float:left;
  margin:0 0 0 34px;
  display:inline;
  color:#636363;
  font-size:10pt;
  padding-top:10px;
}
.conteudo a {
  color:#636363;
}
.conteudo a:hover {
  text-decoration:underline;
}

.bt_voltar {
  float:right;
  margin:10px 10px 10px 0;
}

/*
 * Produtos
 */
.table_produtos a {
  color:#003663;
  font-size:9pt;
}
.table_produtos a:hover {
  text-decoration:underline;
}
.table_produtos {
  margin-bottom:25px;
}

.box_produto {
  width:153px;
  height:174px;
  text-align:center;
  padding-top:10px;
}
.imagem_produto {
  height:144px;
}

.produto_list {
  width:145px;
  height:126px;
  text-align:center;
}

.produto_show {
  width:100%;
  float:left;
}


.none_desc {
  margin:10px 0 0 50px;
  float:left;
  width:320px;
  text-align:left;
}

.galeria_produtos {
  width:320px;
  margin:10px 0 0 0;
  float:left;
}


/*
 * menu vertical
 */
.menu_vertical {
	width:172px;
	float:left;
	padding:0px;
	margin:0 0 0 9px;
  display:inline;
}
.menu_vertical ul {
	padding:0;
	margin:0;
  list-style: none;
}
.menu_vertical li {
	padding:0;
	margin:0;
  text-align:left;
  font-size:9pt;
}
.menu_vertical .ul_level_0_normal {
	width:172px;
}
.menu_vertical .li_level_0_normal {
	border-bottom:1px solid #1b7eb6;
}
.menu_vertical .a_level_0_normal {
  width:167px;
	display:block;
	padding:8px 0 8px 5px;
	color:#636363;
}
.menu_vertical .a_level_0_normal:hover {
  font-weight:bold;
  color:#fdfdfd;
  background-color:#8c9193;
}
.menu_vertical .a_level_0_current {
  width:167px;
	display:block;
	padding:8px 0 8px 5px;
	color:#fdfdfd;
  font-weight:bold;
  background-color:#8c9193;
}

.menu_vertical .a_level_1_normal {
	display:block;
	padding:8px 0 8px 15px;
	color: #636363;
}
.menu_vertical .a_level_1_current {
	display:block;
	padding:8px 0 8px 15px;
	color:#636363;
  font-weight:bold;
}
.menu_vertical .a_level_1_normal:hover {
  font-weight:bold;
}

/*
 * Formularios
 */
#formulario { 
	font-size:10pt;
	font:bold;
	margin:0px auto;
}
#formulario label {
	font-weight:bold;
	text-align:right;
}
#formulario input { 
	border:1px solid #69b1f1;
	width:259px;
	height:12px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario input.fone { 
	width:229px;
}
#formulario input.ddd { 
	width:20px;
}
#formulario input.cidade { 
	width:196px;
}
#formulario select { 
	border:1px solid #69b1f1;
	height:20px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario textarea { 
	border:1px solid #69b1f1;
	width:259px;
	height:102px;
	font-size:9pt;
	padding:2px;
  background-color:#faf7f7;
}
#formulario .limpar {
	width:63px;
	height:29px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_limpar.gif);
}
#formulario .enviar {
	width:63px;
	height:29px;
	border:0;
	cursor:pointer;
	padding:0px;
	margin:5px 5px 0px 0px;
	background-image:url(../images/site/bt_enviar.gif);
}

.label_erro {
	color:red;
}

/*
 * rodape
 */
#rodape {
	width:957px;
	height:57px;
	float:left;
	background-image:url('../images/site/bg_rodape.gif');
	background-repeat:repeat-x;
}
.cantoe_rodape {
  width:15px;
	height:57px;
  float:left;
	background-image:url('../images/site/cantoe_rodape.gif');
  font-size:0px;
}
.cantod_rodape {
  width:15px;
	height:57px;
  float:left;
	background-image:url('../images/site/cantod_rodape.gif');
  font-size:0px;
}
#rodape address {
	font-size:10pt;
	font-style:normal;
  color:#ffffff;
	padding:12px 0 0 0;
  text-align:center;
}

.assinatura {
  font-size:10pt;
  width:100%;
}
.assinatura a {
  float:right;
  text-align:right;
  margin:5px 10px 5px 0;
  padding:0;
  color:#2c5587;
}
.assinatura a:hover {
  text-decoration:underline;
}

/*
 * lightbox galeria show
 */
.lb_slideshow {
  font-size:12px;
}

/*
 * localizacao
 */
.mapa_localizacao {
  width:430px;
  margin:20px auto;
}

.ampliar {
  width:177px;
  font-size:11px;
  background-image:url(../images/site/ampliar.gif);
  background-repeat:no-repeat;
  background-position:left;
  padding-left:20px;
  float:left;
  margin-top:10px;
  text-align:left;
  color:#555454;
}

/*
 * Paginação
 */
.paginacao {
	margin:13px auto;
} 
.paginacao a {
  width:15px;
  height:19px;
	color:#8d8b8b;
	text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  font-weight:bold;
  background-color:#ffffff;
}
.paginacao a:hover {
	background-color:#bababa;
  color:#ffffff;
}
.paginacao a.img {
  width:6px;
  height:12px;
  font-size:0px;
  padding:0 3px 0 3px;
  background:none;
}
.paginacao a.img:hover {
  background:none;
}
.paginacao strong {
  width:15px;
  height:19px;
  color:#8d8b8b;
  text-decoration:none;
  text-align:center;
  padding-top:5px;
  font-size:11px;
  float:left;
  background-color:#bababa;
  color:#ffffff;
}

.saiba_mais a {
  text-decoration:underline;
}

/*
 * backtracking
 */
.backtracking ul {
  font-size:12px;
  margin:5px 0px 0px 5px;
  padding:10px;
  text-align:left;
}
.backtracking li {
  display:inline;
  list-style:none;
  color:#666;
}
.backtracking a {
  color:#666;
}
.backtracking a:hover {
  text-decoration: underline;
}
.backtracking li.last {
  font-weight:bold;
}
