/* CSS Document */
/* Autor: Perverte Design;
   Data Criação: 15/01/2009;
*/
/* REFERENTE AOS LINKS */
a:link{
	color:#000000;
	text-decoration: none;
}
a:visited{
	color:#000000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* REFERENTE AOS ELEMENTOS GLOBAIS */
body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
input{
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: #CCCCCC 1px solid;
	height: 16px;
	background-color: #EDEEE9;
}
textarea{
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: #CCCCCC 1px solid;
	overflow: auto;
	background-color: #EDEEE9;
}
select{
	background-color: #036EB4;
	color: #FFFFFF;
	font-size: 12px;
	font-family: "Trebuchet MS";
	border: #CCCCCC 1px solid;
	background-color: #EDEEE9;
}
.clr{
	clear: both;
}
.btn{
	cursor: pointer;
}
.mar_right_10{
	margin-right: 10px;
}
/* REFERENTE AO MODELO */
#flash_splash{
	width: 100%;
	z-index: 99;
	position: relative;
}
#site{
	width: 100%;
	position: absolute;
	margin: 250px 0 0 0;
}
#site_total{
	position: relative;
}
#principal{
	width: 800px;
}
#rodape2{
	position: absolute;
	width: 100%;
	height: 105px;
	left: 0;
	margin-top: 20px;
}
#rodape{
	background: url(../imagens/rodape.jpg) no-repeat;
	width: 640px;
	height: 105px;
	padding: 60px 0 0 160px;
	margin: 0 auto 0 auto;
}
.rodape_telefone{
	float: left;
	width: 115px;
	font-weight: bold;
	font-size: 16px;
	padding: 4px 0 0 0;
}
.rodape_endereco{
	float: left;
	width: 350px;
	margin: 0 0 0 60px;
	text-align: left;
	color: #858585;
}
/* REFERENTE A INDEX */
.index{
	height: 435px;
}
.index_esq{
	float: left;
	width: 530px;
}
.index_dir{
	float: left;
	width: 260px;
}
.index_quadro{
	background: url(../imagens/index_quadro.jpg) no-repeat;
	width: 232px;
	height: 307px;
	margin: 48px 3px 0 0;
}
.index_tit{
	width: 170px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 5px;
}
.index_texto{
	width: 170px;
	text-align: left;
	color:#858585;
	margin-bottom: 5px;
}
.index_saiba{
	width: 170px;
	text-align:left;
	font-size: 10px;
}
.index_tit2{
	width: 170px;
	text-align: right;
	font-size: 18px;
	margin-bottom: 5px;
}
.index_texto2{
	width: 170px;
	text-align: right;
	color:#858585;
	margin-bottom: 5px;
}
.index_saiba2{
	width: 170px;
	text-align:right;
	font-size: 10px;
}
.index_produtos{
	margin: 35px 0 0 270px;
}
.index_tecnologia{
	margin: 25px 100px 0 0;
}
.index_texto_dir{
	padding: 55px 0 5px 0;
	text-align: left;
	width: 180px;
	color: #666666;
	line-height: 16px;
}
.index_saiba_dir{
	text-align: left;
	margin: 10px 0 0 40px;
	font-size: 10px;
}
/* REFERENTE A PÁGINA EMPRESA */
.empresa_esq{
	float: left;
	width: 580px;
	_width: 575px;
	text-align: left;
}
.empresa_esq div{
	margin-left: 150px;
}
.empresa_dir{
	float: left;
	width: 210px;
}
.empresa_quadro{
	background: url(../imagens/empresa_quadro.jpg) no-repeat;
	width: 202px;
	height: 267px;
	margin: 48px 3px 0 0;
	padding: 50px 0 0 20px;
	text-align: left;
}
.titulo_principal{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 8px solid #FCDB00;
	padding-bottom: 3px;
	width: 90px;
	margin-bottom: 20px;
}
.empresa_sub_titulo{
	font-weight: bold;
	margin-bottom: 20px;
}
.empresa_texto{
	color:#858585;
	width: 400px;
}
.empresa_destaque{
	width: 390px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #FCDB00;
	padding: 0 0 0 10px;
}
.empresa_quadro div{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.empresa_voltar{
	margin: 15px 0 10px 0;
	border-top: 1px dotted #cccccc;
}
.empresa_voltar a{
	font-size: 10px;
	color: #858585;
}
/* REFERENTE A PÁGINA NOTÍCIAS */
.noticias{
	text-align: left;
	margin-left: 150px;
}
.noticias_publicadas{
	color: #858585;
	margin: 10px 0 20px 0;
}
.noticias_publicadas strong{
	color: #000000;
}
.noticias_listagem{
	width: 600px;
	border-bottom: 1px dotted #858585;
	padding: 3px 0 5px 0;
	margin: 10px 0 5px 0;
}
.noticias_seta{
	float: left;
	width: 15px;
	margin: 0 10px 0 0;
}
.noticias_data{
	float: left;
	width: 80px;
	color: #858585;
	font-weight: bold;
}
.noticias_titulo{
	float: left;
	width: 485px;
	font-size: 14px;
	font-weight: bold;
}
/* REFERENTE A PÁGINA NOTÍCIAS DETALHES */
.noticias_detalhes_voltar{
	text-align: right;
	float: left;
	width: 495px;
	color: #858585;
}
.noticias_detalhes_voltar a{
	color: #858585;
}
.noticias_detalhes_titulo{
	width: 600px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 20px 0;
}
.noticias_detalhes_box{
	background: url(../imagens/bg_noticias_box.jpg) no-repeat;
	width: 242px;
	height: 184px;
	float: left;
	margin: 0 15px 0 0;
}
.noticias_detalhes_texto{
	color: #858585;
	padding: 0 40px 0 0;
}
/* REFERENTE A PÁGINA CONTATO */
.contato_esq{
	float: left;
	width: 440px;
	text-align: left;
}
.contato_dir{
	float: left;
	width: 210px;
}
.contato_texto{
	color: #858585;
	margin-bottom: 20px;
}
.contato_input{
	width: 280px;
}
.contato_form_esq{
	clear: both;
	width: 80px;
	text-align:right;
	float: left;
	padding: 0 0 5px 0;
}
.contato_form_dir{
	width: 320px;
	float: left;
	padding: 0 0 5px 0;
}
.contato_form_meio{
	width: 14px;
	float: left;
	margin: 0 10px 0 10px;
	padding: 1px 0 5px 0;
}
.contato_obrigatorios{
	color: #858585;
	float:left;
	width: 150px;
	padding: 5px 0 0 120px;
}
.contato_enviar{
	float:left;
	padding: 5px 0 0 53px;
}
.contato_endereco{
	margin: 48px 0 0 0;
	color: #474747;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
	width: 185px;
}
.contato_mapa{
	width: 185px;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.contato_fone{
	width: 185px;
	font-weight: bold;
	font-size: 16px;
	padding: 0 0 0 10px;
}
.contato_fone span{
	color: #858585;
	font-size: 12px;
}
/* REFERENTE A PÁGINA TECNOLOGIA */
.tecnologia_quadro{
	background: url(../imagens/empresa_quadro.jpg) no-repeat;
	width: 202px;
	height: 267px;
	margin: 48px 3px 0 0;
	padding: 50px 0 0 20px;
	text-align: left;
}
.tecnologia_box{
	background: url(../imagens/bg_tecnologia_box.jpg) no-repeat top;
	width: 57px;
	height: 57px;
	float:left;
}
.tecnologia_titulo{
	font-weight: bold;
	width: 120px;
}
.tecnologia_veja{
	font-size: 10px;
}
.tecnologia_dados{
	float: left;
	height: 57px;
	margin: 0 0 5px 10px;
}
/* REFERENTE A PÁGINA TECNOLOGIA PREVENÇÃO */
.prevencao_dados{
	float: left;
	margin: 0 0 30px 0;
	width: 325px;
}
.tecnologia_sub_titulo{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
.prevencao_box{
	background: url(../imagens/prevencao_box.jpg) no-repeat;
	width: 296px;
	height: 117px;
}
.prevencao_titulo{
	padding: 25px 0 0 140px;
	font-weight: bold;
	font-size: 14px;
}
.prevencao_seta{
	background: url(../imagens/seta.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin: 5px 0 0 140px;
	_margin-left: 70px;
}
.prevencao_ver_animacao{
	margin: 5px 0 0 5px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.prevencao_texto{
	margin: 2px 0 0 5px;
	color: #858585;
	width: 300px;
}
/* REFERENTE A PÁGINA TECNOLOGIA LIMPEZA */
.limpeza_esq{
	float: left;
	width: 290px;
	color: #858585;
	margin: 0 45px 0 0;
}
.limpeza_dir{
	float: left;
	width: 300px;
}
.limpeza_box{
	background-color: #FCDB00;
	width: 290px;
	height: 50px;
	margin: 0 0 5px 0;
}
.limpeza_titulo{
	padding: 5px 0 0 20px;
	font-weight: bold;
	font-size: 14px;
}
.limpeza_seta{
	background: url(../imagens/seta.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin: 5px 0 0 20px;
	_margin-left: 10px;
}
.limpeza_ver_animacao{
	margin: 5px 0 0 5px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
.limpeza_texto{
	margin: 0 0 50px 0;
}
.limpeza_sub_titulo{
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color:#000000;
}
.limpeza_sub_titulo2{
	margin-top: 121px;
}
.limpeza_texto2{
	color: #858585;
}
/* REFERENTE A PÁGINA ARTIGOS */
.artigos_topo{
	border-bottom: 1px dotted #cccccc;
	margin: 0 0 20px 0;
}
.artigos_foto{
	text-align: center;
	width: 131px;
	height: 162px;
	float: left;
}
.artigos_dados{
	float: left;
	width: 500px;
}
.artigos_titulo{
	font-size: 16px;
	font-weight: bold;
}
.artigos_texto{
	color: #858585;
	margin: 10px 0 10px 0;
}
.artigos_download{
	background: url(../imagens/bt_download_pdf.jpg);
	width: 123px;
	height: 24px;
	cursor: pointer;
}
.artigos_box{
	float:left;
	width: 200px;
	height: 249px;
	background-color: #595959;
	margin-bottom: 15px;
}
.artigos_box2{
	float:left;
	width: 200px;
	height: 249px;
	background-color: #FCDB00;
	margin-bottom: 15px;
}
.artigos_box_fundo{
	background: url(../imagens/artigos_box.jpg) no-repeat;
	float:left;
	width: 200px;
	height: 249px;
	background-color: #595959;
	margin-bottom: 15px;
}
.artigos_box_titulo{
	color: #FCDB00;
	font-size: 14px;
	padding: 10px 20px 0 20px;
}
.artigos_box_titulo2{
	font-weight: bold;
	font-size: 14px;
	padding: 10px 20px 0 20px;
}
.artigos_box_texto{
	color: #ffffff;
	padding: 10px 20px 0 20px;
	font-size: 11px;
}
.artigos_box_texto2{
	padding: 10px 20px 0 20px;
	font-size: 11px;
}
.artigos_box_fundo_texto{
	font-size: 11px;
	margin: 60px 0 0 25px;
	width: 165px;
}
.artigos_box_fundo_texto2{
	font-size: 11px;
	margin: 10px 0 0 25px;
	width: 165px;
}
.artigos_telefone{
	background-color: #FCDB00;
	margin: 10px 0 0 25px;
	width: 135px;
	height: 25px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 0 10px;
}
/* REFERENTE A PÁGINA CASES */
.cases_box{
	float:left;
	width: 200px;
	height: 175px;
	background-color: #FCDB00;
	margin-bottom: 15px;
}
.cases_seta{
	background: url(../imagens/seta.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin-left: 20px;
	_margin-left: 10px;
}
.cases_mar{
	margin-top: 20px;
}
.cases_mar2{
	margin-top: 10px;
}
.cases_ver_detalhes{
	margin-left: 5px;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
/* REFERENTE A PÁGINA CASES DETALHES */
.cases_detalhes_titulo{
	float: left;
	width: 350px;
	margin: 0 10px 20px 0;
	background-color: #FCDB00;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px 0 10px;
}
.cases_detalhes_voltar{
	text-align: right;
	float: left;
	width: 195px;
	color: #858585;
}
.cases_detalhes_voltar a{
	color: #858585;
}
.cases_esq{
	float: left;
	width: 400px;
	text-align: left;
}
.cases_dir{
	float: left;
	width: 210px;
}
.cases_quadro{
	background: url(../imagens/empresa_quadro.jpg) no-repeat;
	width: 202px;
	height: 267px;
	margin: 0 3px 0 0;
	padding: 50px 0 0 20px;
	text-align: left;
}
.cases_quadro div{
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.cases_detalhes_sub_titulo{
	margin: 0 0 10px 0;
	font-weight: bold;
}
.cases_detalhes_texto{
	width: 370px;
	color: #858585;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}
.cases_detalhes_texto2{
	width: 370px;
	color: #858585;
}
/* REFERENTE A PÁGINA PRODUTOS */
.produtos_box{
	float:left;
	width: 200px;
	height: 175px;
	background-color: #FCDB00;
	margin-bottom: 20px;
}
.produtos_titulo2{
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 0 10px;
}
.produtos_titulo{
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 10px;
}
.produtos_img{
	padding: 10px 0 0 10px;
}
.produtos_seta{
	background: url(../imagens/seta.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin: 10px 0 0 10px;
	_margin-left: 5px;
}
.produtos_ver_detalhes{
	font-size: 10px;
	font-weight: bold;
	float: left;
	margin: 10px 0 0 5px;
}
/* REFERENTE A PÁGINA PRODUTOS DETALHES */
.produtos_aviso{
	clear: both;
	width: 600px;
	border: 1px solid #cccccc;
	padding: 2px 0 2px 10px;
	font-weight: bold;
}
.produtos_voltar{
	margin: 10px 0 10px 0;
}
.produtos_voltar a{
	font-size: 10px;
	color: #858585;
}
#bg{
	position: absolute;
	width: 299px;
	height: 192px;
	z-index: 999999;
	
background-image: url(../imagens/balloon_produtos.png) !important;
background-image: none;
filter: none !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=../imagens/balloon_produtos.png,sizingMethod='scale');

}
#snap_texto{
	padding: 20px;
	text-align: left;
	width: 250px;
}
/* REFERENTE A PÁGINA DE PRODUTOS DETALHES 2 */
.produtos_especificacoes_titulo{
	clear: both;
	width: 600px;
	font-size: 16px;
	border: 1px solid #cccccc;
	padding: 2px 0 2px 10px;
	font-weight: bold;
}
.produtos_especificacoes_sub_titulo{
	margin: 10px 0 10px 0;
	font-weight: bold;
}
.produtos_especificacoes_texto{
	width: 600px;
	color: #858585;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}
/* REFERENTE A PÁGINA DE CLIENTES */
.clientes_esq{
	float: left;
	width: 330px;
	text-align: left;
	padding-left: 150px;
}
.clientes_esq div{
}
.clientes_dir{
	float: left;
	width: 210px;
}
.clientes_texto{
	color:#858585;
}
.clientes_mapa{
	background: url(../imagens/clientes_mapa.jpg) no-repeat;
	width: 313px;
	height: 323px;
	margin: 50px 0 0 0;
}
.clientes_destaque{
	width: 300px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #FCDB00;
	padding: 0 0 0 10px;
}
.clientes_pesquisa{
	background: url(../imagens/clientes_pesquisa.jpg) no-repeat;
	width: 280px;
	height: 109px;
	margin: 30px 0 0 0;
	cursor:pointer;
}
.clientes_pesquisa_texto{
	color: #858585;
	text-align: left;
	padding: 48px 0 0 120px;
	width: 150px;
	font-size: 10px;
}
.clientes_fale{
	background: url(../imagens/clientes_fale.jpg) no-repeat;
	width: 287px;
	height: 100px;
	margin: 40px 0 20px 0;
	cursor: pointer;
}
.clientes_fale_texto{
	color: #858585;
	text-align: left;
	padding: 35px 0 0 120px;
	width: 150px;
	font-size: 10px;
}
/* REFERENTE A PÁGINA SERVIÇOS */
.servicos_seta{
	background: url(../imagens/servicos_seta.jpg) no-repeat;
	width: 16px;
	height: 16px;
	float:left;
	margin: 2px 0 0 0;
}
.servicos_entre_contato{
	margin: 3px 0 0 5px;
	float: left;
}
.servicos_entre_contato a{
	color: #000000;
	font-size: 10px;
}
/* REFERENTE A PÁGINA DE BUSCA */
.busca_aviso{
	height: 200px;
}
.busca_titulo{
	float: left;
	width: 570px;
	font-size: 14px;
	font-weight: bold;
}
.busca_texto{
	clear: both;
	width: 540px;
	font-weight: bold;
	color: #858585;
	padding-left: 30px;
}
.busca_box{
	float: left;
	width: 20px;
	margin: 0 10px 0 0;
	background-color:#FCDB00;
	height: 18px;
	text-align: center;
	padding: 2px 0 0 0;
	font-weight: bold;
}
/* REFERENTE A PÁGINA DE PESQUISA */
.pesquisa{
	width: 640px;
	text-align: left;
}
.pesquisa_form_esq{
	clear: both;
	width: 50px;
	text-align: right;
	float: left;
	padding: 0 0 5px 0;
}
.pesquisa_form_dir{
	width: 540px;
	float: left;
	padding: 0 0 5px 0;
}
.pesquisa_pergunta{
	color: #858585;
}
.pesquisa_resposta{
	margin: 10px 0 20px 0;
}
.radio{
	border: 0;
}
.pesquisa_textarea{
	width: 425px;
}
.pesquisa_input{
	width: 340px;
}
.pesquisa_obrigatorios{
	color: #858585;
	float:left;
	width: 215px;
	padding: 5px 0 0 85px;
}
.pesquisa_voltar{
	text-align: left;
	width: 195px;
	color: #858585;
	margin: 0 0 10px 0;
}
.pesquisa_voltar a{
	color: #858585;
}
/* REFERENTE A PÁGINA CERTIFICADOS */
.certificados_destaque{
	width: 390px;
	height: 265px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #FCDB00;
	text-align:left;
	padding: 0 0 0 10px;
	text-align: left;
}
.certificados_destaque div{
	font-size: 12px;
	text-align: left;
	width: 390px;
	margin: -20px 0 0 0;
	padding: 0 0 0 10px;
}
/* FIM */