/* CSS Document */

/* REINICIANDO AS CONFIGURAÇÕES DE "TODOS" OS ELEMENTOS PARA DIVERSOS NAVEGADORES */
/* definições de html basico */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	outline:0;
	padding:0;
	/*vertical-align:baseline;*/
}

:focus {
	outline:1;
	border-bottom-color: #FFFFFF;
}

body {
	background-image:url(../Imagens/fundoGeral01.gif);
	background-position:left;
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003c89;
}

h1{
	font-size:20px;
}

h2{
	font-size:15px;
}

h3{
	font-size:16px;
}

h4{
	font-size:14px;	
}

h5{
	font-size:11px;
}

h6{
	font-size:10px;
	font-weight:200;
}



ol, ul, li { 
	list-style: none;
}


label{
	display:block;
	height:auto;
}

input, textarea, select{
	margin:0;
	padding:0px;
	width:auto;
	height:auto;
	border:1px;
}

#clear{
	clear:both;
}

/* definições de links */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

a {	color: #FFFFFF; text-decoration:none;	}
a:link { color:#FFFFFF; }
a:hover { color:#85a8cd; }	
a:active {color:#85a8cd; }

a.link2 { color:#828282; text-decoration: none;}	
a.link2:link { color:#828282; text-decoration: none; }
a.link2:hover {	color:#ea9d50; text-decoration: underline; }	
a.link2:active { color:#ea9d50; text-decoration: none;	}

a.link3 { color:#3399cc; text-decoration: none;}	
a.link3:link { color:#3399cc; text-decoration: none; }
a.link3:hover {	color:#ea9d50; text-decoration: underline; }	
a.link3:active { color:#ea9d50; text-decoration: none;	}

a.link4 { color: #FFFFFF; text-decoration: none;}	
a.link4:link { color: #FFFFFF; text-decoration: none; }
a.link4:hover {	color: #000033; text-decoration: underline; }	
a.link4:active { color:#ea9d50; text-decoration: none;	}

/*Navegaçao*/
a.navegacao { color:#828282; text-decoration: none; }	
a.navegacao:link { color:#FFCC00; }
a.navegacao:hover {	color:#cccccc; }	
a.navegacao:active { color:#cccccc;	}

/* definições de Span */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.fontePreta{
	color: #000000;
}

.fonteBca{
	color: #FFFFFF;
}

.fonteAmarela{
	color: #ffcc00;
}

.fonteLaranja{
	color:#ff9900;
}

.fonteAzul{
	color: #3399cc;
}

.fontePreto{
	color: #000000;
}

.fonteAzulBold{
	color: #3399cc;	
}

.fonteAzulContato{
	color: #003c89;
	font-weight:bold;
	font-size:26px;	
}

.fonteAzulMarinhoBold{
	color: #003c89;
	font-weight:bold;
}

/*  stform*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.stformMapa{
	border: #ebebeb solid 2px;				
}

.stformform{
	background-color:#ffffff;
	font-size:12px;
	border: 0px;
	font-weight: normal;
	padding-top:2px;
	padding-left:2px;
	color:#333333;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	-moz-border-radius: 5px; /* adiciona bordas arredondadas no Firefox */
  	-webkit-border-radius: 5px; /* adiciona bordas arredondadas no Safari */
	
}

.stformform02{
	background-color:#E9E9E9;
	font-size:12px;
	border: 0px;
	font-weight: normal;
	padding-top:2px;
	padding-left:2px;
	color:#333333;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	-moz-border-radius: 5px; /* adiciona bordas arredondadas no Firefox */
  	-webkit-border-radius: 5px; /* adiciona bordas arredondadas no Safari */
	
}

.stformformBusca{
	height:19px;
	padding-top:2px;
	padding-left:2px;
	color:#333333;
}

/*  navegacao Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#navegacao{
	padding: 0px 0px 15px 0px;
}

/*  Index Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#indexTopoGeral{
	width:100%;
	background-repeat:no-repeat;
	background-position: center top;
	background-image: url(../Imagens/topo.png);
}

#marcaMenu{
	margin:0 auto;
	width:960px;
	padding-top: 70px;
	padding: 65px 0px 5px 0px;
}

#indexInclude{
	width: 100%;
}

#indexRodapeGeral{
	width: 960px;
	margin: 0 auto;
	background-image:url(../Imagens/backRodapeIndex.gif);
	background-repeat:no-repeat;
	background-position: center top;
	height:120px;
}

#news{
	position:absolute;
	height:116px;
	padding: 0px 0px 0px 20px;
	margin-top: -5px;
}

#rodape{
	background-image:url(../Imagens/rodape.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:60px;
	width:960px;
	margin: 0 auto;
	margin-top: 10px;
}

#textoRodapeIndex{
	margin:0 auto;
	width:955px;
	padding-top: 5px;
	padding-right: 5px;
}

#linkRodape{
	float:right;
	padding:22px 12px 10px 0px;
}

/*  home-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#internasGeral{
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}	

#menuLateral{
	width: 290px;
	float:left;
	margin-top: 2px;
}

#menuLateralTopo{
	width: 290px;
}

#menuLateralRodape{
	width: 290px;
}

#menuLateralConteudo{
	width: 250px;
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px 20px 2px 20px;
	background-image: url(../Imagens/boxMenuMeio.gif);
}

#menuLateral{
	width: 290px;
	margin-right: 12px;
}

#boxPrincipal{
	width: 657px;
	float:left;
	margin-left: 10px;
}

#boxConteudoTopo{
	background-image: url(../Imagens/boxConteudoTopo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 656px;
	float: left;

}

#boxConteudoMeio{
	background-position: top left;
	background-repeat:repeat-y;
	background-image: url(../Imagens/boxConteudoMeio.gif);
	width: 637px;
	padding: 0px 10px 0px 10px;
	float: left;
}

#boxConteudoRodape{
	background-image: url(../Imagens/boxConteudoRodape.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 656px;
	float: left;
	padding-left: 2px;
	height: 12px;
}

#boxConteudoRodape02{
	background-image: url(../Imagens/boxConteudoRodape.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 656px;
	float: right;
	padding-left: 2px;
	height: 12px;
}

#titulo01{
	float:left;
	margin-bottom: 12px;

}

#titulo02{
	float:left;
	padding: 3px 0px 0px 10px;

}

#conteudo01{
	width:360px;
	float: left;
	padding-bottom: 1px;
}

#conteudo02{
	width:270px;
	float: left;
	background-image: url(../Imagens/imgUpload.gif);
	background-repeat: no-repeat;
	margin-left: 7px;
	height: 360px;
	padding: 20px 0px 0px 0px;
}

#conteudoUpload{
	width:245px;
	height: 360px;
	padding: 0px 13px 0px 10px;
	text-align: right;
}

#conteudoUpload img{
	padding: 190px 20px 20px 10px;

}


#clientes{
	width:940px;
	background-image: url(../Imagens/imgClientes01.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 270px;
	margin-top: 10px;
	padding: 10px 0px 0px 20px;
}
/* Empresa-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/*
#btnMenuEmpresa01{
	width: 226px;
	height:26px;
	background-color: #05244d;
	border: #ffffff solid 2px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;

}

#btnMenuEmpresa01aa{
	width: 234px;
	height:26px;
	padding: 10px 0px 0px 16px;
	cursor: pointer;
	background-color: #99cccc;
	background-image: url(../Imagens/linhaMenu.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}

#btnMenuEmpresa01a{
	width: 234px;
	height:26px;
	padding: 10px 0px 0px 16px;
	cursor: pointer;
	background-color: #003366;
	background-image: url(../Imagens/linhaMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

#btnMenuEmpresa01ab{
	width: 234px;
	height:26px;
	padding: 10px 0px 0px 16px;
	cursor: pointer;
	background-color: #003366;
	margin-bottom: 10px;
	background-image: url(../Imagens/linhaMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}

#boxGeralEmpresa{
	float:left;
}

#btnMenuEmpresa02{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	padding: 10px 0px 0px 20px;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;

}

#btnMenuEmpresa02a{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	padding: 10px 0px 0px 20px;
	cursor: pointer;

}

#btnMenuEmpresa03{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;

}

#btnMenuEmpresa04{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;

}

#btnMenuEmpresa05{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;
}

#btnMenuEmpresa06{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;

}

#btnMenuEmpresa07{
	width: 228px;
	height:26px;
	background-color: #376aaa;
	margin-bottom: 10px;
	padding: 10px 0px 0px 20px;

}*/

.btnSelecionado{
	width: 226px;
	height:26px;
	background-color: #05244d;
	border: #ffffff solid 2px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.btnTitulo{
	width: 230px;
	height:26px;
	background-color: #376aaa;
	padding: 10px 0px 0px 20px;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.btnListagem{
	width: 234px;
	height:26px;
	padding: 10px 0px 0px 16px;
	cursor: pointer;
	background-color: #003366;
	background-image: url(../Imagens/linhaMenu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.btnRollOver{
	width: 226px;
	height:26px;
	background-color: #99CCCC;
	border: #ffffff solid 2px;
	padding: 10px 0px 0px 20px;
	cursor: pointer;
	color: #FFFFFF;
	margin-bottom: 10px;
}


#boxEmpresaMeio{
	background-image: url(../Imagens/boxEmpresaMeio.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
}

#boxEmpresaRodape{
	background-image: url(../Imagens/boxEmpresaBotton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}

#boxEmpresa{
	width:268px;
	float: left;
	margin-left: 9px;
}

#boxEmpresaTopo{
	background-image: url(../Imagens/boxEmpresaTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
	
}

#boxEmpresaMeio{
	background-image: url(../Imagens/boxEmpresaMeio.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;
}

#boxEmpresaRodape{
	background-image: url(../Imagens/boxEmpresaBotton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 16px;
}



/* Produtos-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxTopoProdutos{
	background-image:url(../Imagens/barraTopoProdutos.gif);
	background-position:top center;
	background-repeat:no-repeat;
	height:29px;
	padding: 14px 0px 15px 0px;
	text-align: center;
}

#geralProdutos{
	float: left;
	width: 650px;
}

#buscaProdutos{
	padding-right: 8px;
	text-align: right;
	height: 22px;
}

#boxProdutos01{
	background-image:url(../Imagens/boxDeProdutos01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#boxProdutos01 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos02{
	background-image: url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos02 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos03{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos03 img{
	padding:7px 0px 5px 0px;
}


#boxProdutos04{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos04 img{
	padding:7px 0px 5px 0px;
}


#boxProdutos05{
	background-image:url(../Imagens/boxDeProdutos05.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos05 img{
	padding:7px 0px 5px 0px;
}


#boxProdutos06{
	background-image:url(../Imagens/boxDeProdutos02a.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#boxProdutos06 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos07{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos07 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos08{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos08 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos09{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos09 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos10{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:123px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos10 img{
	padding:7px 0px 5px 0px;
}

#boxProdutos11{
	background-image:url(../Imagens/boxDeProdutos06.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:148px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#boxProdutos11 img{
	padding:4px 0px 5px 0px;
}

#boxProdutos12{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos12 img{
	padding:4px 0px 5px 0px;
}

#boxProdutos13{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos13 img{
	padding:5px 0px 5px 0px;
}

#boxProdutos14{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos14 img{
	padding:4px 0px 5px 0px;
}

#boxProdutos15{
	background-image:url(../Imagens/boxDeProdutos07.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos15 img{
	padding:5px 0px 5px 0px;
}


/* Clientes-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxTopoClientes{
	background-position:top left;
	background-repeat:no-repeat;
	height:29px;
	padding: 14px 0px 15px 15px;
	background-image: url(../Imagens/tituloClientes01.gif);
	width: 870px;
}

#geralProdutosClientes{
	float: left;
	width: 650px;
}

#buscaProdutosClientes{
	padding-right: 8px;
	text-align: right;
	height: 22px;
}

#boxProdutos01Clientes{
	background-image:url(../Imagens/boxDeProdutos01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#titulo01Clientes{
	float:left;
	margin-bottom: 12px;

}

#titulo02Clientes{
	float:left;
	padding: 3px 0px 0px 10px;

}

#boxConteudoTopoClientes{
	background-repeat: no-repeat;
	background-position: bottom;
	height: 15px;
	width: 960px;
	float: left;
	background-image: url(../Imagens/topoClientes.gif);

}

#boxConteudoMeioClientes{
	width: 910px;
	padding: 0px 10px 0px 40px;
	background-color: #003c89;
}

#boxConteudoRodapeClientes{
	background-image: url(../Imagens/rodapeClientes01.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 960px;
	float: right;
	height: 22px;
}

#boxConteudoNavegaRodapeClientes{
	float: right;
	padding: 5px 35px 0px 0px;
	width: 150px;
	text-align: right;
}

#boxProdutos01Clientes img{
	padding:13px 0px 16px 0px;
}

#boxProdutos02Clientes{
	background-image: url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos02Clientes img{
	padding:13px 0px 16px 0px;
}

#boxProdutos03Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos03Clientes img{
	padding:13px 0px 16px 0px;
}


#boxProdutos04Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos04Clientes img{
	padding:13px 0px 16px 0px;
}


#boxProdutos05Clientes{
	background-image:url(../Imagens/boxDeProdutos05.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos05Clientes img{
	padding:13px 0px 16px 0px;
}


#boxProdutos06Clientes{
	background-image:url(../Imagens/boxDeProdutos02a.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:144px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#boxProdutos06Clientes img{
	padding:13px 0px 16px 0px;
}

#boxProdutos07Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos07Clientes img{
	padding:13px 0px 16px 0px;
}

#boxProdutos08Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos08Clientes img{
	padding:13px 0px 16px 0px;
}

#boxProdutos09Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos09Clientes img{
	padding:16px 0px 13px 0px;
}

#boxProdutos10Clientes{
	background-image:url(../Imagens/boxDeProdutos02.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:123px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos10Clientes img{
	padding:16px 0px 13px 0px;
}

#boxProdutos11Clientes{
	background-image:url(../Imagens/boxDeProdutos06.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:143.5px;
	float: left;
	margin-left: 7px;
	text-align: center;
}

#boxProdutos11Clientes img{
	padding:13px 0px 12px 0px;
}

#boxProdutos12Clientes{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:143.5px;
	float: left;
	text-align: center;
}

#boxProdutos12Clientes img{
	padding:13px 0px 12px 0px;
}

#boxProdutos13Clientes{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos13Clientes img{
	padding:13px 0px 12px 0px;
}

#boxProdutos14Clientes{
	background-image:url(../Imagens/boxDeProdutos002.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:124px;
	height:144px;
	float: left;
	text-align: center;
}

#boxProdutos14Clientes img{
	padding:13px 0px 12px 0px;
}

#boxProdutos15Clientes{
	background-image:url(../Imagens/boxDeProdutos07.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:125px;
	height:145px;
	float: left;
	text-align: center;
}

#boxProdutos15Clientes img{
	padding:13px 0px 12px 0px;
}


/* Contato-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxContatoTopo{
	background-image: url(../Imagens/boxContatoTopo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding: 25px 0px  0px 70px;
}

#boxContatoMeio{
	width:940px;
	background-color:#003c89;
	padding-left: 10px;
	padding: 14px 4px 0px 16px;
}

#boxContatoRodape{
	background-image: url(../Imagens/boxContatoRodape.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 34px;
}

#boxFundoConteudoContato{
	background-position:top left;
	background-repeat:no-repeat;
	width:929px;
	height:500px;
	background-image: url(../Imagens/boxFundoContato01.gif);
}

#boxLateralContato01{
	float:left;
	width:378px;
	height: 400px;
	padding: 2px 0px 10px 10px;
}

#boxLateralContato02{
	float:left;
	width:525px;
	padding-top: 60px;
}

#textoContato01{
	padding-top:5px;
}

#textoContato02{
	padding-top:32px;
	width: 340px;
	padding: 32px 0px 15px 0px;
}

#textoContato02 img{
	float:right;
}

#textoContato03{
	padding-top:50px;
	text-align: center;
	padding: 40px 0px 50px 0px;
	height: 38px;
	width: 340px;
}

#textoContato04{
	width: 340px;
	text-align: center;
	border-top: solid 2px;
}

/* orçamento-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxLateralOrcamento{
	float:left;
	width:525px;
	padding-top: 25px;
}

/* Noticias-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxNoticiasTopo{
	background-image: url(../Imagens/boxContatoTopo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	padding: 25px 0px 0px 70px;
}

#boxNoticiasMeio{
	background-color:#003c89;
	padding: 0px 10px 0px 10px;
	width: 940px;
}

#boxNoticiasRodape{
	width:960px;
	background-image: url(../Imagens/boxContatoRodape.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}

#boxFundoConteudoNoticias{
	width:935px;
}

#boxLateralNoticias01{
	float:left;
	width:378px;
	height: 400px;
	padding: 2px 0px 10px 10px;
}

#boxLateralNoticias02{
	padding: 13px 8px 8px 20px;
	background-image: url(../Imagens/fundoTopoNoticias01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
}

#noticia01{
	background-image:url(../Imagens/boxNovidades.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:170px;
	width: 460px;
	margin-left: 10px;
}



#noticia02{
	background-image:url(../Imagens/boxNovidades.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:170px;
	width: 460px;
	margin-left: 6px;
}



#noticia03{
	background-image:url(../Imagens/boxNovidades.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:170px;
	width: 460px;
	margin-left: 10px;
}



#noticia04{
	background-image:url(../Imagens/boxNovidades.gif);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	height:170px;
	width: 460px;
	margin-left: 8px;
}



#textoNoticias01{
	padding:22px 0px 15px 60px;
	width:200px;
	text-align: left;
}

#textoNoticias02{
	padding:5px 0px 0px 20px;
	width:260px;
	height: 100px;
}

#textoNoticias03{
	padding:10px 15px 0px 0px;
	width:150px;
	height: 150px;
	float:right;
}

#boxLateralNoticiasInternas01{
	float:left;
	width:920px;
	height: 490px;
	padding: 15px 0px 0px 20px;
	background-image: url(../Imagens/imgNovidadesInt01.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
}

#boxLateralNoticiasInternas02{
	float:left;
	width:525px;
	padding-right: 10px;
}

#boxLateralNoticiasInternas03{
	width:370px;
	text-align: botton;
	padding: 345px 0px 0px 0px;
	float: left;
}

#boxLateralNoticiasInternas03 img{
	padding: 2px 1px 0px 0px;
}

#boxLateralNoticiasInternas04{
	float:left;
	width:920px;
	height: 490px;
	padding: 15px 0px 0px 20px;
	background-image: url(../Imagens/imgNovidadesInt02.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
}

#boxLateralNoticiasInternas05{
	float:left;
	width:920px;
	height: 490px;
	padding: 15px 0px 0px 20px;
	background-image: url(../Imagens/imgNovidadesInt03.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
}

#boxLateralNoticiasInternas06{
	float:left;
	width:920px;
	height: 490px;
	padding: 15px 0px 0px 20px;
	background-image: url(../Imagens/imgNovidadesInt04.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 15px;
}
/* Localização-v Versatil*/
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#boxLocalizacaoTopo{
	background-image: url(../Imagens/boxContatoTopo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
	height: 38px;
	padding-top: 25px;
}

#boxLocalizacaoMeio{
	width:939px;
	background-color:#003c89;
	padding-left: 10px;
	padding: 14px 5px 0px 16px;
}

#boxLocalizacaoRodape{
	width:960px;
	background-image: url(../Imagens/boxContatoRodape.gif);
	height: 30px;
	background-repeat: no-repeat;
	background-position: top;
}

#boxFundoConteudoLocalizacao{
	background-image:url(../Imagens/boxFundoContato01.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:935px;
	height:440px;
}

#boxLateralLocalizacao01{
	float:left;
	width:375px;
	height: 400px;
	padding: 2px 0px 10px 10px;
}

#boxLateralLocalizacao02{
	float:left;
	width:525px;
	padding: 8px;
}

#textoLocalizacao01{
	padding-top:12px;
}

#textoLocalizacao02{
	width: 340px;
	padding: 56px 0px 0px 0px;
}

#textoLocalizacao02 img{
	float:right;
	margin-top: -19px;
}

#textoLocalizacao03{
	width: 340px;
	margin-bottom: 40px;
	margin-top: 40px;
}

#textoLocalizacao04{
	width: 340px;
	text-align: center;
	border-top: solid 2px;
}
.black_overlay{
			display: none;
			position:fixed;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
.white_content {
			display: none;
			
			position:fixed;
			top: 25%;
			left: 50%;
			width: 330px;
			margin-left:-165px;
			height: 190px;
			padding: 10px;
			border: 5px solid #CCCCCC; 
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
		
* html .white_content
{ 
	/*IE6 only rule, applied on top of the default above */ 
	
	position: absolute;  
	top: expression(document.compatMode=="CSS1Compat"?document.documentElement.scrollTop+100+"px" :body.scrollTop+100+"px");
   
 } 
 * html  .black_overlay
 {
	position: absolute;   
	top: 0px;
 }
