/***************************************************************************************************
* geral
***************************************************************************************************/
/* * { / * mozilla * /
  -moz-user-select: none;
} */
 

html {
	width: 100%; height: 100%; margin: 0; padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
}

body { /* mozilla */
	text-align: -moz-center;
	font-size: 14px;
}
	
img {
	border: 0;
	text-align: center;
	color: #333;
}

ul, form{
	margin: 0;
	padding: 0;
}

#main{
	width: 1000px;
	margin:	0 0 0 -500px;
	left: 50%;
	position: absolute;
}

.pic{
	background-image: url(../images/layout/picShadow.jpg); background-position: bottom center; background-repeat: no-repeat;
}


/***************************************************************************************************
* classes de formulário
***************************************************************************************************/
.inputSelect { font-family: Arial; font-size: 10px; min-width: 100px; }
.inputSelectBusca { font-family: Arial; font-size: 10px; min-width: 60px; }
.inputText { font-family: Arial; font-size: 10px; border: 1px solid #000; width: 140px; }
.inputTextBusca { width: 90px; font-family: Arial; font-size: 10px; border: 1px solid #000; }
.inputTextSearch { font-family: Arial; font-size: 12px; border: 1px solid #000; width: 200px; }

/***************************************************************************************************
* corpo
***************************************************************************************************/
#body_work_01 {
	height: 110px; background: url(../images/layout/bw01.jpg) no-repeat;
}

#body_work_02 {
	height: 350px; margin: 0; padding: 0; background: #FFF;
}

#body_work_03 {
	padding: 0;
	background: #FFF; text-align: left;
}

#body_work_04 {
	height: 50px; background: url(../images/layout/bw05.jpg) no-repeat bottom; text-align: center;
}

#body_back{
	padding: 5px 0; margin: 15px 0; text-align: center; width: 1000px;
}


/***************************************************************************************************
* topo
***************************************************************************************************/

#bw_topo_busca { margin: 0; padding: 0; width: 300px; float: right;	font-family: Arial;	font-size: 12px; color: #0060a9; }

#bw_topo{ margin: 0; padding: 0; float: right; }
#bw_topo_logo {	width: 163px; /*height: 92px;*/ float: left; text-align: left; background: url(../images/layout/body_topo_logo.gif) no-repeat; margin: 10px 20px; }

#bw_topo_botoes { height: 40px; text-align: right; padding: 30px 20px 0 0; }
#bw_topo_botoes ul{ margin: 0 0 0 8px; padding: 0; font-family: Arial; font-size: 11px; font-weight: bold; }
#bw_topo_botoes ul li { display: inline; list-style: none; padding: 0 0 0 15px; margin: 0; }
#bw_topo_botoes ul li a { text-decoration: none; color: #0060a9; }
#bw_topo_botoes ul li a:hover { text-decoration: none; color: #FFF; }

.btn_topo01 a{ padding: 0 5px; }
.btn_topo01 a:hover{ background: url(../images/layout/btn_topo01.png) center no-repeat; }
.btn_topo02 a{ padding: 0 5px; }
.btn_topo02 a:hover{ background: url(../images/layout/btn_topo02.png) center no-repeat; }
.btn_topo03 a{ padding: 0 5px; }
.btn_topo03 a:hover{ background: url(../images/layout/btn_topo03.png) center no-repeat; }
.btn_topo04 a{ padding: 0 5px; }
.btn_topo04 a:hover{ background: url(../images/layout/btn_topo04.png) center no-repeat; }
.btn_topo05 a{ padding: 0 5px; }
.btn_topo05 a:hover{ background: url(../images/layout/btn_topo05.png) center no-repeat; }
.btn_topo06 a{ padding: 0 5px; }
.btn_topo06 a:hover{ background: url(../images/layout/btn_topo06.png) center no-repeat; }
.btn_topo07 a{ padding: 0 5px; }
.btn_topo07 a:hover{ background: url(../images/layout/btn_topo07.png) center no-repeat; }
.btn_topo08 a{ padding: 0 5px; }
.btn_topo08 a:hover{ background: url(../images/layout/btn_topo08.png) center no-repeat; }

/* menu com submenu */
ul#navmenu-h { margin: 0; padding: 0; list-style: none; position: relative; }

ul#navmenu-h ul {
 width: 120px; /* Sub Menu Width */
 margin: 0;
 list-style: none;
 display: none;
 position: absolute;
 top: 100%;
 left: 0;
 text-align: left;
}

ul#navmenu-h ul ul,ul#navmenu-h ul ul ul { top: 0; left: 100%; }

ul#navmenu-h li { float: left; display: inline; position: relative; }
ul#navmenu-h ul li { width: 100%; display: block ; }

/* Root Menu */
ul#navmenu-h a {
 float: left;  display: block;  color: #0060a9; text-decoration: none;  height: 1%;
 margin: 0; padding: 2px 5px; font-family: Arial; font-size: 11px;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover{
 color: #FFF;
}

ul#navmenu-h li:hover a{
 color: #FFF;
 background-color: #0060a9;
 padding: 2px 5px;
}

ul#navmenu-h li.iehover a {
 color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,ul#navmenu-h li.iehover li a {
 float: none;
 background: #FFF;
 color: #0060a9;
 padding: 5px;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,ul#navmenu-h li:hover li:hover a,ul#navmenu-h li.iehover li a:hover,ul#navmenu-h li.iehover li.iehover a {
 background: #0060a9;
 color: #FFF;
}


/* Hover Function - Do Not Move */
ul#navmenu-h li:hover ul ul,ul#navmenu-h li:hover ul ul ul,ul#navmenu-h li.iehover ul ul,ul#navmenu-h li.iehover ul ul ul { display: none; }
ul#navmenu-h li:hover ul,ul#navmenu-h ul li:hover ul,ul#navmenu-h ul ul li:hover ul,ul#navmenu-h li.iehover ul,ul#navmenu-h ul li.iehover ul,ul#navmenu-h ul ul li.iehover ul { display: block; } 

/**/

#bw_topo_icones{ font-family: Arial; font-size: 11px; color: #0060a9; text-align: right; padding: 16px 25px 0 0; }

.inputLogin{ font-family: Arial; font-size: 10px; border: 1px solid #cecece; width: 75px; }


/***************************************************************************************************
* area restrita
***************************************************************************************************/
#area_restrita { display: block; }
#area_restrita_texto { width: 620px; font-family: Arial; font-size: 11px; color: #0060a9; float: left; text-align: right; }
#area_restrita_sair{ width: 80px; float: right; }
#area_restrita_sair a { color: #0060a9; text-decoration: underline;  }
#area_restrita_sair a:hover{ color: #000; text-decoration: none; }


/***************************************************************************************************
* navegação
***************************************************************************************************/
#bw_navegacao { width: 984px; height: 41px; padding: 0; margin: 0; text-align: center; background: #0060a9;}
#bw_navegacao ul { margin: 0 0 0 4px; padding: 0; }
#bw_navegacao ul li { list-style: none; display: inline; padding: 0; margin: 0 0 0 -4px; }


/***************************************************************************************************
* aumenta fonte
***************************************************************************************************/
#ferramentas_aumentafonte{ width: 200px; margin: 30px 0 5px 0; float: left; }
#ferramentas_aumentafonte_padrao{ margin:0 0 5px 0; padding: 0 0 30px 0; border-bottom: 1px dashed #CACACA; display: block; }
#ferramentas_aumentafonte_padrao a{ border-bottom: 1px dashed #666; color: #666; font-weight: bold; }

.componentes_texto_0{ width: 100%; font-family: Arial; font-size: 10px; color: #000; margin: 10px;}
.componentes_texto_1{ width: 100%; font-family: Arial; font-size: 11px; color: #000; margin: 10px;}
.componentes_texto_2{ width: 100%; font-family: Arial; font-size: 12px; color: #000; margin: 10px;}
.componentes_texto_4{ width: 100%; font-family: Arial; font-size: 13px; color: #000; margin: 10px;}
.componentes_texto_5{ width: 100%; font-family: Arial; font-size: 14px; color: #000; margin: 10px;}
.componentes_texto_6{ width: 100%; font-family: Arial; font-size: 15px; color: #000; margin: 10px;}

.btnNavigate{ padding: 5px 10px; font-family: Arial; font-size: 12px; color: #FFF; font-weight: bold; }
.btnNavigate, a{ text-decoration: none; }
.btnNavigate, a:hover{ text-decoration: underline; }


/***************************************************************************************************
* menu lateral
***************************************************************************************************/
#mnu_nivel00_titulo {
	width: 167px; height: 28px; font-family:Arial; font-size: 10px; color: #FFF;
	font-weight: bold; text-transform: uppercase; background: #0060a9; line-height: 28px; padding: 0 0 0 10px;
}

#mnu_nivel01_titulo {
	width: 167px; height: 28px; font-family:Arial; font-size: 10px; color: #0060a9;
	font-weight: bold; text-transform: uppercase; line-height: 28px; padding: 0 0 0 10px; margin: 0 0 -10px 0;
}

#mnu_nivel01_bloco { width: 167px; padding: 0 0 10px 10px; }
#mnu_nivel01_bloco ul { padding: 0; margin: 0; }
#mnu_nivel01_bloco ul li { list-style: none; padding: 0; margin: 0; height: 20px; }
#mnu_nivel01_bloco ul li a { font-family: Arial; font-size: 10px; color: #666; text-decoration: none; }
#mnu_nivel01_bloco ul li a:hover {
	font-family: Arial; font-size: 10px; color: #000; text-decoration: none;
	border-bottom: 1px #666 dashed;
}



/***************************************************************************************************
* banners
***************************************************************************************************/
#banner_principal {
	width: 989px; height: 150px; padding: 0; margin: 0; text-align: left;
}

#banner_vertical_00 {
	width: 120px; height: 175px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #333; color: #FFF;
}

#banner_vertical_01 {
	width: 120px; height: 200px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #666;
}

#banner_vertical_02 {
	width: 120px; height: 240px; padding: 0; margin: 0 0 1px 0; text-align: left;
	background: #999;
}

#banner_fundo{
	height: 363px; text-align: left; vertical-align: top; margin: 0; padding: 0;
}

#banner_conteudo{
	background-color: #000; height: 63px;
}

#banner_texto{
	margin: 0; padding: 20px 0 0 10px; width: 569px; height: 63px; text-align: left; font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; font-style: italic; float: left;
}

#banner_botoes{
	width: 420px;
	height: 63px;
	float: right;
}

#banner_botoes ul {
	padding: 20px 5px; text-align: right;
}

#banner_botoes ul li, #banner_botoes ul li a {
	padding: 4px; list-style: none; display: inline;
	font-family: Arial; font-size: 12px; color: #FFF; text-decoration: none; text-transform: uppercase; font-weight: bold;
}

#banner_botoes ul li a:hover {
	background-color: #444;
}


/***************************************************************************************************
* conteúdo
***************************************************************************************************/
#conteudo_titulo {
	font-family: Arial; font-size: 26px;
	color: #0060a9; font-weight: 550; margin: 0; border-bottom: 1px solid #0060a9;
}

.conteudo_titulo {
	font-family: Arial; font-size: 26px;
	color: #0060a9; font-weight: 550; margin: 0;
}

#conteudo_texto {
	font-family: Arial; font-size: 13px;
	color: #000; text-align: justify;
}

#conteudo_texto p{
	margin: 0 0 10px 0;
	text-indent: 0.5cm;
}

#conteudo_texto img {
	margin: 0 10px 2px 0; border: none;
	float: left;
}

#conteudo_saibamais {
	padding: 5px;
}

#conteudo_saibamais a {
	color: #0060a9; font-family: Arial; font-size: 11px; text-transform: capitalize;
	font-weight: bold; text-decoration: underline;
}


#conteudo_saibamais a:hover {
	font-family: Arial; font-size: 11px; text-transform: capitalize;
	color: #000; text-decoration: none; font-weight: bold;
}


#conteudo_saibamais_cinza {
	height: 16px; background: url(../images/layout/btns_link_cinza.gif) no-repeat center;
	padding: 0; margin: 1px 0 4px 0; text-align: center;
}

#conteudo_saibamais_cinza a {
	font-family: Arial; font-size: 7px; text-transform: uppercase;
	color: #FFF; line-height: 15px; font-weight: bold; text-decoration: none;
}

#conteudo_saibamais_cinza a:hover{
	font-family: Arial; font-size: 7px; text-transform: uppercase;
	color: #999; line-height: 15px; font-weight: bold; text-decoration: none;
}


/***************************************************************************************************
* titulo geral
***************************************************************************************************/
#tornese_titulo {
	font-family: Arial; font-size: 20px; padding: 0 0 5px 0;
	color: #0060a9; font-weight: bold; margin: 0; border-bottom: 1px solid #0060a9;
}



/***************************************************************************************************
* html geral
***************************************************************************************************/
#html_bloco_geral {
	font-family: Arial; font-size: 12px; text-align: justify; display:block;
	color: #000; width: 850px; display: table-caption;
}

#html_bloco_geral_esquerda {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #000; width: 530px; display: table-cell; float: left;
}

#html_bloco_geral_direita {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #000; width: 320px; display: table-cell; 
}

#html_bloco_titulo {
	font-family: Arial; font-size: 16px; color: #0060a9; font-weight: bold; text-align: left; padding: 10px;
	border-bottom: 1px solid #0060a9;
}

#html_bloco_conteudo{
	font-family: Arial; font-size: 12px; color: #000; text-align: justify;
	width: 820px; float: right; display: table-cell; padding: 5px;
}

#html_bloco_geral a{ color: #0060a9; text-decoration: none; border-bottom: 1px solid #0060a9; }
#html_bloco_geral a:hover{ color: #000; border-bottom: 1px solid #000; text-decoration: none; }



/***************************************************************************************************
* caminho da página
***************************************************************************************************/

#body_caminho{
	font-family: Arial; font-size: 12px; color: #000; text-align: left; margin: 0; clear: both;
	padding: 4px 0; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
}

#body_caminho a{
	color: #0060a9; text-decoration: underline;
}

#body_caminho a:hover{
	color: #000; text-decoration: none;
}


/***************************************************************************************************
* titulo da página
***************************************************************************************************/

#body_titulo{
	font-family: Arial; font-size: 20px; font-weight: bold; color: #0060a9; text-align: left;
	padding: 5px 0; border-bottom: 1px solid #0060a9;
}


/***************************************************************************************************
* container do conteudo geral
***************************************************************************************************/

#body_container{
	width: 1000px; text-align: center;
}


/***************************************************************************************************
* coluna da esquerda | submenu
***************************************************************************************************/

#body_colunLeft{
	font-family: Arial; font-size: 12px; color: #0060a9; text-align: right; overflow: hidden;
	border-right: 1px solid #0060a9; width: 110px; float: left; padding: 5px; min-height: 150px;
}

#body_colunLeft a{
	font-family: Arial; font-size: 12px; color: #0060a9; text-decoration: underline;
}

#body_colunLeft a:hover{
	color: #000; text-decoration: none;
}


/***************************************************************************************************
* coluna da direita | conteudo e componentes
***************************************************************************************************/

#body_colunRight{
	font-family: Arial; font-size: 12px; color: #0060a9; text-align: justify;
	width: 850px; float: right; padding: 5px 10px;
}


/***************************************************************************************************
* busca
***************************************************************************************************/
#busca_paginas {
	padding: 10px; border-bottom: dotted 1px #CCC;
}

#busca_titulo{ font-family: Arial; font-size: 14px; color: #0060a9; }
#busca_titulo strong{ color: #000; border-bottom: dashed 1px #000; }

#busca_paginas_titulo a{ font-family: Arial; font-size: 12px; color: #0060a9; text-decoration: underline; }

#busca_paginas_titulo a:hover{ color: #000; text-decoration: none; }

#busca_paginas_texto{ font-family: Arial; font-size: 12px; color: #333; }

#busca_paginas_texto a{ color: #0060a9; text-decoration: underline; }

#busca_paginas_texto a:hover{ color: #000; text-decoration: none; }


/***************************************************************************************************
* busca de produtos
***************************************************************************************************/
#busca_produtos_bloco_geral {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #000; width: 850px; display: table-caption;
}

#busca_produtos_titulo {
	font-family: Arial; font-size: 16px; color: #0060a9; font-weight: bold; text-align: left; padding: 10px;
	border-bottom: 1px solid #0060a9;
}

#busca_produtos_conteudo{
	font-family: Arial; font-size: 12px; color: #000; text-align: justify;
	padding: 5px;
}

#busca_produtos_conteudo a{
	font-family: Arial; font-size: 12px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#busca_produtos_conteudo a:hover{
	font-family: Arial; font-size: 12px;
	color: #5378b1; text-align: justify; text-decoration: none; border-bottom: 1px dashed #5378b1;
}

#busca_produtos_espaco{
	font-family: Arial; font-size: 12px; color: #0060a9; text-align: right;
	border-right: 1px solid #0060a9; width: 100px; padding: 5px; display: table-cell;
}


/***************************************************************************************************
* galeria
***************************************************************************************************/
#galeria_bloco {
	font-family: Arial; font-size: 11px; text-align: justify;
	color: #000; width: 800px; display: table-caption; float: right;
}

#galeria_titulo {
	font-family: Arial; font-size: 16px; color: #0060a9; font-weight: bold; text-align: left; padding: 10px;
	border-bottom: 1px solid #0060a9; width: 800px; float: right;
}

#galeria_dados {
	font-family: Arial; font-size: 11px; color: #000; text-align: justify;
	width: 610px; float: right; display: table-cell; padding: 5px;
}

#galeria_dados_interna {
	font-family: Arial; font-size: 11px; color: #000; text-align: justify;
	width: 800px; float: right; display: table-cell; padding: 5px;
}

#galeria_local {
	font-family: Arial; font-size: 11px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#galeria_texto {
	font-family: Arial; font-size: 11px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#galeria_categoria {
	font-family: Arial; font-size: 11px;
	color: #5378b1; text-align: justify; text-decoration: none;
}

#galeria_imagem {
	width: 160px; height: 120px; text-align: center; vertical-align: middle;
	overflow: hidden; display: table-cell; border-right: 1px solid #0060a9; padding: 5px 10px 0 0
}

#galeria_acessar{ padding: 5px 5px 0 0; text-align: right; }

#galeria_acessar a{
	font-family: Arial; font-size: 11px;
	color: #0060a9; text-decoration: underline;
}

#galeria_acessar a:hover{ color: #000; text-decoration: none; }

#galeria_lista{ width: 800px; float: right; display: table-caption; }

#galeria_moldura{ width: 160px; padding: 10px; display: table-cell; }

#galeria_foto{
	width: 160px; height: 120px; text-align: center; vertical-align: middle;
	border: 1px solid #0060a9; padding: 2px; display: table-cell;
}

#galeria_foto_titulo{ font-family: Arial; font-size: 11px; font-weight: bold; color: #0060a9; }

#galeria_foto_texto{ width: 160px; padding: 2px; font-family: Arial; font-size: 11px; color: #333; }

.txtPreto{ font-family: Arial; font-size: 11px; color: #000; }



/***************************************************************************************************
* produtos
***************************************************************************************************/

#produtos_externo_bloco_linha{
	width: 820px; display: block; margin: 0 0 15px 0; border-bottom: 1px dashed #CCC;
	float: right; padding: 0; clear: both;
}

#produtos_externo_bloco_coluna{
	width: 210px; min-height: 235px; text-align: center; float: right; overflow: hidden;
}

#produtos_externo_bloco_paginacao{
	line-height: 25px; height: 25px; clear: left; width: 850px; display: block;
	font-family: Arial; font-size: 10px; text-align: center; color: #FFF;
	width: 820px; display: block; margin: 15px 0 0 0; background: #0060a9; padding: 0;
}

#produtos_externo_bloco_paginacao a{
	font-family: Arial; font-size: 10px; text-align: center; color: #000;
	text-decoration: none;
}

#produtos_externo_bloco_paginacao a:hover{
	font-family: Arial; font-size: 10px; text-align: center; color: #666;
	text-decoration: none; border-bottom: 1px dashed #666;
}

#produtos_externo_imagem {
	width: 210px; height: 100px; text-align: center; vertical-align: middle;
	overflow: hidden;
}

#produtos_externo_bloco_coluna { /* mozilla */
	text-align: -moz-center;
}

#produtos_externo_titulo, #produtos_externo_titulo a {
	font-family: Arial; font-size: 12px;
	color: #000; font-weight: bold; text-decoration: none;
}

#produtos_externo_fabricante, #produtos_externo_fabricante a {
	font-family: Arial; font-size: 12px;
	color: #000; text-decoration: none;
}

#produtos_externo_chamada, #produtos_externo_chamada a {
	font-family: Arial; font-size: 10px;
	color: #999; text-decoration: none; height: 24px; overflow: hidden;
}

#produtos_externo_linha a {
	font-family: Arial; font-size: 11px;
	color: #A6A6A6; width: 100%; text-decoration: none;
}

#produtos_externo_linha a:hover {
	font-family: Arial; font-size: 11px;
	color: #666; width: 100%; text-decoration: none; border-bottom: 1px dashed #999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#produtos_interno_titulo {
	font-family: Arial; font-size: 18px;
	color: #0060a9; width: 100%; text-decoration: none;
	font-weight: bold; padding: 5px 0 5px 0; border-bottom: 1px solid #0060a9;
}

#produtos_interno_chamada {
	font-family: Arial; font-size: 10px; float: left;
	color: #333; width: 625px; text-decoration: none; line-height: 24px; overflow: hidden; padding: 0 0 4px 0;
	margin: 0 0 20px 0;
}

.produtos_interno_imagem {
	width: 350px; height: 350px; margin: 0 0 20px 20px; float: right;
	border: 1px solid #0060a9;
}

#produtos_interno_conteudo_texto {
	font-family: Arial; font-size: 12px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify; padding: 0 0 0 0;
}

#produtos_interno_conteudo_texto p{
	text-indent: 20px;
}

#produtos_interno_tags {
	font-family: Arial; font-size: 12px; clear: both;
	color: #333; text-decoration: none; padding: 15px 0 15px 0;
	margin: 20px 0 0 0; border-top: 1px dashed #666;
}

.produtos_interno_tags_titulo {
	font-family: Arial; font-size: 12px;
	color: #0060a9;
}

#produtos_interno_produtos_relacionados{
	font-family: Arial; font-size: 12px;
	color: #0060a9; margin: -10px 0 0 0;
}

/***************************************************************************************************
* produtos em destaque
***************************************************************************************************/

#produtos_destaque_bloco_linha{
	width: 800px; display: block; margin: 0 0 15px 0; border-bottom: 1px dashed #CCC;
	float: left; padding: 0; clear: both;
}

#produtos_destaque_bloco_coluna{
	width: 210px; min-height: 235px; text-align: center; float: left;
}

#produtos_destaque_imagem {
	width: 210px; height: 100px; text-align: center; vertical-align: middle;
	overflow: hidden;
}

#produtos_destaque_bloco_coluna { /* mozilla */
	text-align: -moz-center;
}

#produtos_destaque_titulo, #produtos_destaque_titulo a {
	font-family: Arial; font-size: 12px;
	color: #000; font-weight: bold; text-decoration: none;
}

#produtos_destaque_fabricante, #produtos_destaque_fabricante a {
	font-family: Arial; font-size: 11px;
	color: #000; text-decoration: none;
}

#produtos_destaque_chamada, #produtos_destaque_chamada a {
	font-family: Arial; font-size: 9px;
	color: #999; text-decoration: none; height: 24px; overflow: hidden;
}

#produtos_destaque_linha a {
	font-family: Arial; font-size: 10px;
	color: #A6A6A6; width: 100%; text-decoration: none;
}

#produtos_destaque_linha a:hover {
	font-family: Arial; font-size: 10px;
	color: #666; width: 100%; text-decoration: none; border-bottom: 1px dashed #999;
}

/***************************************************************************************************
* produtos novo
***************************************************************************************************/

#produtos_novo_bloco_linha{
	display: block; margin: 0 0 15px 0; border-bottom: 1px dashed #CCC;
	float: right; padding: 0; clear: both; width: 900px;
}

#produtos_novo_bloco_coluna{
	width: 420px; text-align: left; float: left; overflow: hidden;
}

#produtos_novo_bloco_paginacao{
	line-height: 25px; height: 25px; clear: left; display: block;
	font-family: Arial; font-size: 11px; text-align: right; color: #0060a9;
	margin: 15px 0 0 0; padding: 0;
}

#produtos_novo_bloco_paginacao a{
	font-family: Arial; font-size: 11px; text-align: center; color: #000;
	text-decoration: none;
}

#produtos_novo_bloco_paginacao a:hover{
	font-family: Arial; font-size: 11px; text-align: center; color: #666;
	text-decoration: none; border-bottom: 1px dashed #666;
}

#produtos_novo_imagem {
	width: 190px; height: 100px; text-align: right; vertical-align: middle;
	overflow: hidden; float: left;
}

#produtos_novo_bloco_coluna { /* mozilla */
	text-align: -moz-center;
}

#produtos_novo_conteudo{
	float: right; width: 220px; text-align: justify;
}

#produtos_novo_titulo, #produtos_novo_titulo a {
	font-family: Arial; font-size: 13px;
	color: #000; font-weight: bold; text-decoration: none;
}

#produtos_novo_chamada, #produtos_novo_chamada a {
	font-family: Arial; font-size: 10px;
	color: #999; text-decoration: none; overflow: hidden;
}

#produtos_novo_linha a {
	font-family: Arial; font-size: 11px;
	color: #A6A6A6; width: 100%; text-decoration: none;
}

#produtos_novo_linha a:hover {
	font-family: Arial; font-size: 11px;
	color: #666; width: 100%; text-decoration: none; border-bottom: 1px dashed #999;
}



/***************************************************************************************************
* guias
***************************************************************************************************/

#guias_externo_bloco_linha{
	width: 800px; display: block; margin: 0 0 15px 0; border-bottom: 1px dashed #CCC;
	float: right; padding: 0; clear: both;
}

#guias_externo_bloco_coluna{
	width: 110px; min-height: 155px; text-align: center; float: left; overflow: hidden;
}

#guias_externo_bloco_paginacao{
	line-height: 25px; height: 25px; clear: left; display: block;
	font-family: Arial; font-size: 11px; text-align: right; color: #0060a9;
	width: 800px; display: block; margin: 15px 0 0 0; padding: 0;
}

#guias_externo_bloco_paginacao a{
	font-family: Arial; font-size: 11px; text-align: center; color: #000;
	text-decoration: none;
}

#guias_externo_bloco_paginacao a:hover{
	font-family: Arial; font-size: 11px; text-align: center; color: #666;
	text-decoration: none; border-bottom: 1px dashed #666;
}

#guias_externo_imagem {
	width: 110px; height: 100px; text-align: center; vertical-align: middle;
	overflow: hidden;
}

#guias_externo_bloco_coluna { /* mozilla */
	text-align: -moz-center;
}

#guias_externo_titulo, #guias_externo_titulo a {
	font-family: Arial; font-size: 13px;
	color: #000; font-weight: bold; text-decoration: none;
}

#guias_externo_fabricante, #guias_externo_fabricante a {
	font-family: Arial; font-size: 12px;
	color: #000; text-decoration: none;
}

#guias_externo_chamada, #guias_externo_chamada a {
	font-family: Arial; font-size: 10px;
	color: #999; text-decoration: none; height: 24px; overflow: hidden;
}

#guias_externo_linha a {
	font-family: Arial; font-size: 11px;
	color: #A6A6A6; width: 800px; text-decoration: none;
}

#guias_externo_linha a:hover {
	font-family: Arial; font-size: 11px;
	color: #666; width: 800px; text-decoration: none; border-bottom: 1px dashed #999;
}


/***************************************************************************************************
* validação
***************************************************************************************************/

#validacao_bloco_left {
	float: left; width: 450px;
	font-family: Arial; font-size: 11px; color: #000;
}

#validacao_bloco_right {
	float: left; width: 250px;
	clear: right;
}

#validacao_tela {
	width: 200px; clear: right; background: #F7F7F7; display: block;
	margin: 25px 0 0 20px; padding: 10px; border: 2px dashed #0060a9;
    font-family: Arial;
    font-size: 12px; color: #000; font-weight: normal; text-align: left;
}



/***************************************************************************************************
* css de formulário 
***************************************************************************************************/

.form_input { 
	width: 260px; line-height: 21px; color: #999;
	border: #85898C solid 1px; padding: 0 0 0 4px; margin: 5px 0 5px 0;
    font-family: Arial;
	font-size: 11px; font-weight: normal;
}

.textarea { 
	width: 260px; height: 100px; line-height: 21px; color: #999;
	border: #85898C solid 1px; padding: 0 0 0 4px; margin: 5px 0 5px 0;
    font-family: Arial; 
	font-size: 11px; font-weight: normal;
}



/***************************************************************************************************
* eventos
***************************************************************************************************/

#eventos_bloco_geral {
	width: 633px; display: block;
}

#eventos_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#eventos_bloco_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#eventos_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#eventos_conteudo_data {
	font-family: Arial; font-size: 18px; margin: -5px 0 1px 0;
	color: #0060a9; border-bottom: 1px solid #0060a9; width: 100%;
}

#eventos_conteudo_titulo {
	font-family: Arial; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#eventos_conteudo_texto {
	font-family: Arial; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#eventos_conteudo_chamada {
	font-family: Arial; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.eventos_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#eventos_conteudo_data_interna {
	font-family: Arial; font-size: 14px; color: #0060a9;
	text-align: left; widows: 415px;
}

/***************************************************************************************************
* noticias
***************************************************************************************************/

#noticias_bloco_geral {
	width: 850px; display: block;
}

#noticias_bloco_separador {
	display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#noticias_bloco_imagem {
	width: 90px; height: 100px; margin: 0 10px 0 0;
	border-right: 1px solid #0060a9; float: left;
}

#noticias_bloco_titulo {
	margin: 0; border-bottom: 1px solid #0060a9; clear: right; text-align: center;
}

#noticias_bloco_texto {
	margin: 0; float: left; clear: right; width: 700px;
}

#noticias_conteudo_data {
	font-family: Arial; font-size: 15px; margin: -5px 0 1px 0;
	color: #0060a9; border-bottom: 1px solid #0060a9;
}

#noticias_conteudo_titulo {
	font-family: Arial; font-size: 15px; font-weight: bold; margin: 5px 0 1px 0;
	color: #0060a9;
}

#noticias_conteudo_texto {
	font-family: Arial; font-size: 12px;
	color: #000; margin: 5px 0 0 0; text-align: justify;
}

#noticias_conteudo_chamada {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #FFF; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.noticias_conteudo_imagem {
	width: 75px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#noticias_conteudo_data_interna {
	font-family: Arial; font-size: 15px; color: #0060a9;
	text-align: left; widows: 150px;
}

#noticias_saibamais a{ color: #0060a9; font-family: Arial; font-size: 11px; text-decoration: underline; text-align: left; }
#noticias_saibamais a:hover{ color: #000; text-decoration: none; }

/***************************************************************************************************
* noticias home
***************************************************************************************************/

#noticias_bloco_geral_home {
	width: 300px; display: block;
}

#noticias_bloco_imagem_home {
	width: 90px; height: 100px; margin: 0 10px 0 0; padding: 5px 0 0 0;
	border-right: 1px solid #0060a9; float: left;
}

#noticias_bloco_titulo_home {
	width: 300px; margin: 0; border-bottom: 1px solid #0060a9; clear: right; text-align: center;
}

#noticias_bloco_texto_home {
	width: 190px; margin: 0; float: left; clear: right;
}

#noticias_conteudo_titulo_home {
	font-family: Arial; font-size: 15px; font-weight: bold; margin: 5px 0 1px 0;
	color: #0060a9;
}

#noticias_conteudo_texto_home {
	font-family: Arial; font-size: 12px;
	color: #000; margin: 5px 0 0 0; text-align: justify;
}

#noticias_conteudo_chamada_home {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #FFF; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.noticias_conteudo_imagem_home {
	width: 75px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}


/***************************************************************************************************
* destaques
***************************************************************************************************/

#destaques_bloco_geral {
	width: 633px; display: block;
}

#destaques_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#destaques_bloco_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#destaques_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#destaques_conteudo_data {
	font-family: Arial; font-size: 18px; margin: -5px 0 1px 0;
	color: #0060a9; border-bottom: 1px solid #0060a9; width: 100%;
}

#destaques_conteudo_titulo {
	font-family: Arial; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#destaques_conteudo_texto {
	font-family: Arial; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#destaques_conteudo_chamada {
	font-family: Arial; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.destaques_conteudo_imagem {
	width: 100px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#destaques_conteudo_data_interna {
	font-family: Arial; font-size: 14px; color: #0060a9;
	text-align: left; widows: 415px;
}


/***************************************************************************************************
* downloads
***************************************************************************************************/

#downloads_bloco_geral {
	width: 633px; display: block;
}

#downloads_bloco_separador {
	width: 100%; display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#downloads_bloco_imagem {
	width: 148px; height: 198px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#downloads_bloco_texto {
	width: 415px; margin: 0; float: left; clear: right;
}

#downloads_conteudo_data {
	font-family: Arial; font-size: 18px; margin: -5px 0 1px 0;
	color: #0060a9; border-bottom: 1px solid #0060a9; width: 100%;
}

#downloads_conteudo_titulo {
	font-family: Arial; font-size: 18px; margin: 5px 0 1px 0;
	color: #000;
}

#downloads_conteudo_texto {
	font-family: Arial; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0; text-align: justify;
}

#downloads_conteudo_chamada {
	font-family: Arial; font-size: 10px; text-align: justify;
	color: #FFF; width: 613px; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.downloads_conteudo_imagem {
	width: 148px; height: 198px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}

#downloads_conteudo_data_interna {
	font-family: Arial; font-size: 14px; color: #0060a9;
	text-align: left; widows: 415px;
}

/***************************************************************************************************
* depoimentos
***************************************************************************************************/

#depoimentos_bloco_geral {
	width: 850px; display: block;
	/*border-bottom: 1px solid  #0060a9;*/
}

#depoimentos_bloco_separador {
	display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#depoimentos_bloco_imagem {
	width: 90px; height: 100px; margin: 0 10px 0 0; padding: 2px 0 0 0;
	border-right: 1px solid #0060a9; float: left;
}

#depoimentos_bloco_titulo {
	margin: 0; border-bottom: 0px solid #0060a9; clear: right; text-align: center;
}

#depoimentos_bloco_texto {
	margin: 0; float: right; width: 740px;
}

#depoimentos_conteudo_titulo {
	font-family: Arial; font-size: 15px; font-weight: bold; margin: 5px 0 1px 0;
	color: #0060a9;
}

#depoimentos_conteudo_texto {
	font-family: Arial; font-size: 12px;
	color: #000; margin: 5px 0 0 0; text-align: justify;
}

#depoimentos_conteudo_chamada {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #FFF; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.depoimentos_conteudo_imagem {
	width: 75px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}


/***************************************************************************************************
* resultados
***************************************************************************************************/

#resultados_bloco_geral {
	width: 850px; display: block;
	border-bottom: 1px solid  #0060a9;
}

#resultados_bloco_separador {
	display: block;
	border-bottom: 1px dashed  #CCC; clear: both;
}

#resultados_bloco_imagem {
	width: 90px; height: 100px; margin: 0 10px 0 0; padding: 2px 0 0 0;
	border-right: 1px solid #0060a9; float: left;
}

#resultados_bloco_titulo {
	margin: 0; border-bottom: 0px solid #0060a9; clear: right; text-align: center;
}

#resultados_bloco_texto {
	margin: 0; float: right; width: 740px;
}

#resultados_conteudo_titulo {
	font-family: Arial; font-size: 15px; font-weight: bold; margin: 5px 0 1px 0;
	color: #0060a9;
}

#resultados_conteudo_texto {
	font-family: Arial; font-size: 12px;
	color: #000; margin: 5px 0 0 0; text-align: justify;
}

#resultados_conteudo_chamada {
	font-family: Arial; font-size: 12px; text-align: justify;
	color: #FFF; margin: 0 0 5px 0; padding: 10px; background: #0060a9;
}

.resultados_conteudo_imagem {
	width: 75px; height: 100px; margin: 0 10px 0 0;
	border: 1px solid #0060a9; float: left;
}


/***************************************************************************************************
* template resultados
***************************************************************************************************/

.template_resultados_texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
}

.template_resultados_texto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0060a9;
	text-align: center;
	text-decoration: none;
}

.template_resultados_texto a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	text-decoration: underline;
}



/***************************************************************************************************
* onde encontrar
***************************************************************************************************/

#ondeencontrar_bloco_mapa {
	height: 400px; text-align: center;
}


#ondeencontrar_bloco_combo {
	height: 33px; padding: 34px 50px 0 0 ; text-align: right;
	background: url(../images/layout/body_onde_comprar_busca.gif) no-repeat right;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px;
}

#ondeencontrar_titulo {
	font-family: Arial; font-size: 18px; margin: 15px 0 0 0;
	color: #0060a9; border-bottom: 1px solid #0060a9; width: 100%; clear: both;
}

#ondeencontrar_texto {
	font-family: Arial; font-size: 10px;
	color: #000; width: 100%; margin: 5px 0 0 0;
}

#ondeencontrar_texto p{
	text-indent: 20px; margin: 10px 0 0 0;
}



/***************************************************************************************************
* classes de formulário de orçamento
***************************************************************************************************/

#orcamento_all {
	height: 400px; width: 350px; margin: 0; padding: 0;
	background-color: #fff;
}

#orcamento_topo{
	width: 100%; height: 80px; /*background: url(../images/layout/body_wallpaper.gif) repeat-x;*/
	font-family: Arial; font-size: 26px; text-align: left;
	color: #fff; line-height: 100px;
}

#orcamento_bloco{
	width: 90%; font-family: Arial; font-size: 12px; text-align: left;
	color: #000; padding: 0 0 0 10px;
}


/***************************************************************************************************
* flash
***************************************************************************************************/

#flash { /*padding: 2px; border: dotted 1px #0060a9;*/ text-align: center; }
#flash_texto{ font-family: Arial; font-size: 11px; text-align: center; text-decoration: underline; color: #0060a9; }

/***************************************************************************************************
* busca
***************************************************************************************************/

.busca_titulo{ color: #0060a9; font-weight: bold; }


/***************************************************************************************************
* guias : apresentação
***************************************************************************************************/

#guias_barra{ background-color: #0060a9; text-align: center; text-decoration: none; padding: 5px 20px; }

#guias_barra_left, #guias_barra_left a{ width: 50px; float: left; color: #FFF; font-family: Arial; font-size: 12px; }
#guias_barra_left a:hover{ color: #000; text-decoration: none; border-bottom: dashed 1px #000; }

#guias_barra_middle{ text-align: center; color: #FFF; font-family: Arial; font-size: 12px; }

#guias_barra_right, #guias_barra_right a{ width: 50px; float: right; color: #FFF; font-family: Arial; font-size: 12px; }
#guias_barra_right a:hover{ color: #000; text-decoration: none; border-bottom: dashed 1px #000; }


/***************************************************************************************************
* rodapé
***************************************************************************************************/

#bw_rodape_menu{ text-align: center; padding: 10px; background: url(../images/layout/bg_submenu_rodape.png) no-repeat center; }
#bw_rodape_menu ul{ margin: -2px 0 0 0; }
#bw_rodape_menu ul li{ display: inline; font-family: Arial; font-size: 11px; color: #FFF; padding: 0 8px; }
#bw_rodape_menu ul li a{ color: #FFF; text-decoration: none; }
#bw_rodape_menu ul li a:hover{ color: #000; text-decoration: none; }

#bw_rodape_texto{ padding: 5px 0 0 240px; }
#bw_rodape_left{ font-family: Arial; font-size: 11px; color: #828383; float: left; text-align: left; }
#bw_rodape_right{ padding: 0 35px 0 0; float: right; text-align: left; }
.Produtividade {
	font-size: 24px;
}
.titulo_resultados {
	text-align: center;
	color: #96C;
}
.tabela_resultados {
	font-size: 12px;
}
#resultado_tabela {
	
	color:#000;
}
.resultados_texto {
	font-size: 14px;
}
