/**************************************************/
/* by BCK Design - www.bck.com.br                 */
/* Versão 1.0									  */
/**************************************************/

/* COMUNS A TODOS OS MÓDULOS */
a { /* Links */
	color: #2A1818;
	text-decoration: none;
}
a:hover {/* Links */
	color: #483C3A;
	text-decoration: underline;
}
.tituloPaginaHidden {
	display: none;
}
.tituloTexto {
	font: 15px Arial, Verdana, Helvetica;
	font-weight: bolder;
	color: #002929;
	padding: 15px 0 10px 0;
}
.tituloTexto strong {
	color: #E43500;
}
.subTituloTexto {
	font: 14px Arial, Verdana, Helvetica;
	font-weight: bolder;
	color: #000000;
	padding: 15px 0 10px 0;
}
.infoTexto {
	font: 11px "Trebuchet MS";
	padding: 2px 0 5px 0;
	margin: 0;
}
.blocoLinks { /* Bloco com links */
	clear: both;
	width: auto;
	height: auto;	
	text-align: center;
	padding: 30px 10px 10px 0;
}
.blocoLinks li {
	display: inline;
}
.aviso { /* Mensagens de erro ou diretamente ao visitante */
	text-align: center;
	padding: 30px 15px 20px 15px;
	font-weight: bolder;
	color: #004F4F;
}
.thumbTexto { /* Alinhada a esquerda */
	float: left;
	padding: 2px;
	margin: 0 10px 2px 0;
	border: 1px solid #C7C7C7;
}
.msgLoading { /* posicionamento imagem loading AJAX */
	padding-top: 175px;
	text-align: center;
}
.paginacao {
	clear: both;
	width: auto;
	height: auto;
	text-align: center;
	
}
.paginacao strong {
	font-weight: bolder;
	color: #990000;
	font-size: 12px;
	letter-spacing: 2px;
}
.paginacao em {
	font-style: normal;
	color: #CCCCCC;
}
p.error {
	font-size: 10px;
	color: #FF0000;
	margin: 0;
	padding: 0;
}

/* HOME */
.tituloHidden {
	display: none;
}
.imgBoxHome {
	text-align: left;
	margin-left: 6px;
	margin-top: 1px;
}
.btBoxHome {
	text-align: right;
	padding-top: 18px;
	margin: 0;
}
/* Boxes da home */
#boxNoticias {
	float: left;
	width: 214px; /* Default: 242px */
	height: 324px; /* Default: 352px */
	padding: 14px;
	background: url(../Imgs/backBoxHomeNoticias.gif) no-repeat center top;
}
.dataNoticiaHome {
	display: block;
	font-size: 11px;
	padding-top: 3px;
}
.tituloNoticiaHome {
	font-weight: bolder;
	color: #000000;
	font-size: 13px;
	line-height: 15px;
}
.textoNoticiaHome {
	width: auto;
	height: 50px;
	margin: 5px 0 0 0;
	padding: 0;
	overflow: auto;
}
#boxProdutos {
	float: left;
	width: 214px; /* Default: 242px */
	height: 324px; /* Default: 352px */
	padding: 14px;
	margin-left: 5px;
	background: url(../Imgs/backBoxHomeProdutos.gif) no-repeat center top;
}
#boxProdutosInt { /* Semelhante a classe acima, só remove a margin */
	float: left;
	width: 214px; /* Default: 242px */
	height: 324px; /* Default: 352px */
	padding: 14px;
	background: url(../Imgs/backBoxHomeProdutos.gif) no-repeat center top;
}
.tituloProdutoHome {
	font-weight: bolder;
	color: #000000;
	padding-top: 8px;
	padding-left: 21px;
	background: url(../Imgs/decorItemListaProdutos.gif) no-repeat 1px 10px;
	font-size: 13px;
	line-height: 15px;
}
.textoProdutoHome {
	width: auto;
	height: 75px;
	margin: 7px 0 0 0;
	padding: 0;
	overflow: auto;
}
#boxEmpresa {
	float: right;
	width: 214px; /* Default: 242px */
	height: 324px; /* Default: 352px */
	padding: 14px;
	background: url(../Imgs/backBoxHomeEmpresa.gif) no-repeat center top;
}
.textoEmpresaHome strong {
	display: block;
	font-weight: bolder;
	padding-bottom: 6px;
	color: #E43500;
}
.textoEmpresaHome {
	padding-top: 10px;
}
.btLocalizarQuimicer {
	padding-right: 5px;
}

/* EMPRESA */
.tituloPaginaEmpresa {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	background: url(../Imgs/tituloPaginaEmpresa.jpg) no-repeat right top;
}
.missaoEmpresa {
	font-size: 12px;
	font-weight: bolder;
	padding: 30px 8px 15px 8px;
	background: url(../Imgs/backLinhaHorizontal.gif) repeat-x center 10px;
}
.missaoEmpresa em {
	font-style: normal;
	color: #E43500;
}
/* LOCALIZAÇÃO */
.tituloPaginaLocalizacao {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	background: url(../Imgs/tituloPaginaLocalizacao.jpg) no-repeat right top;
}
#mapaLocalizacao {
	width: 456px;
	height: 306px;
	overflow: hidden;
	margin-left: 10px;
}
#mapaLocalizacao img {
	border: 2px solid #CCCCCC;
}
/* NOTÍCIAS */
.tituloPaginaNoticias {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	background: url(../Imgs/tituloPaginaNoticias.jpg) no-repeat right top;
}
.listaNoticias {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: left;
}
.listaNoticias li {
	list-style: none;
	padding: 20px 0 20px 0;
	background: url(../Imgs/backLinhaHorizontal.gif) repeat-x center bottom;
}
.listaNoticias .itemFinal {
	background: none;
}
.listaNoticias li a {
	font-weight: bolder;
}
.listaNoticias li a strong {
	font-weight: bolder;
	color: #E43500;
}
#posOutrasNoticias {
	text-align: right;
	padding-right: 7px;
}
/* PRODUTOS */
.tituloPaginaProdutos {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	background: url(../Imgs/tituloPaginaProdutos.jpg) no-repeat right top;
}
.listaCatProdutos {
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: left;
}
.listaCatProdutos li {
	list-style: none;
	padding: 10px 0 10px 0;
}
.listaCatProdutos li h4 {
	padding-left: 18px;
	font: 13px Arial, Verdana, Helvetica;
	background: url(../Imgs/decorItemListaProdutos.gif) no-repeat left center;
}
.listaProdutos {
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
}
.listaProdutos li {
	list-style: none;
	padding: 5px 0 0 0;
}
.listaProdutos li a {
	color: #606060;
	font-weight: bolder;
	font: 12px Arial, Verdana, Helvetica;
}
.tituloProduto {
	font: 18px Arial, Verdana, Helvetica;
	color: #DC8400;
	padding: 15px 0 10px 18px;
	background: url(../Imgs/decorItemListaProdutos.gif) no-repeat left 20px;
}

#imgDestaqueProduto {
	float: left;
	padding: 2px;
	border: 1px solid #F9F9F9;
}
#informacoesProdutos {
	float: right;
	width: 255px;
}
#boxImagensProduto {
	text-align: left;
}
#boxImagensProduto img {
	margin: 5px;
}
#linksViewProduto a {
	padding: 5px;
}
/* CONTATO */
.tituloPaginaContato {
	width: auto;
	height: 35px;
	margin-bottom: 10px;
	background: url(../Imgs/tituloPaginaContato.jpg) no-repeat right top;
}
#formContato {
	float: left;
	width: 255px;
	height: auto;
	padding: 0;
	text-align: left;
}
#formContato fieldset legend {
	display: none;
}
#formContato fieldset {
	position:relative;
	border: 0;
}
#formContato fieldset label {
	display: block;
	margin: 0;
	padding: 1px;
	text-align: left;
	color: #000000;
	font-weight: normal;
}
#formContato input, textarea {
	width: 225px;
	height: 16px; /*Default: 19px*/
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
}
#formContato input:focus, select:focus, textarea:focus {
  border: 1px solid #FF0000;
}
#formContato .btEnvio {
	border: none;
	width: 55px;
	height: 21px;
}
#formContato_mensagem {
	width: 225px;
	height: 120px;
}
#posBtEnviar {
	text-align: right;
	padding-right: 10px;
}
#enderecoEmpresa {
	float: right;
	width: 200px;
	padding-right: 10px;
	text-align: right;
	font-size: 12px;
	padding-top: 250px;
}