/* CSS Document FOCA Frezart*/

/*DEIXAR O SITE COLADO NO TOPO*/
* {
	margin:0; padding:0;
}

/*ALINHAR O SITE NO CENTRO*/
.centro {
	margin:0 auto; text-align:center;
}

/*FUNDO DO SITE*/
body {
	background:url(imagens/bg.jpg) repeat-x; background-color:#F7FFE7;
}

/*FUNDO RODAPE*/
.fundo_rodape{
	background:url(imagens/fundo_rodape.jpg) no-repeat center top; width:767px; height:52px;
}
.texto_rodape {
	font-family:Verdana; font-size:9px; color:#FFFFFF; text-decoration:none; text-align:center; line-height:17px;
}

.texto_rodape a{
	font-family:Verdana; font-size:9px; color:#FFFFFF; text-decoration:none;
}
.texto_rodape a:hover{
	font-family:Verdana; font-size:9px; color:#FFFFFF; text-decoration:underline;
}


/*FUNDO CONTEUDO*/
.fundo_conteudo{
	background-color:#FFFFFF;
}
.fundo_lateral{
	background:url(imagens/fundo_lateral.jpg) repeat-y left top;
}
.fundo_lateral_news{
	background:url(imagens/fundo_lateral_news.jpg) repeat-y left top;
}
.fundo_busca{
	background:url(imagens/fundo_busca.jpg) no-repeat right top; width:251px; height:28px;
}
.fundo_produtos{width:164px; /*height:213px;*/ float:left; margin:0 20px 20px 20px;}
.fundo_produtos-int{width:164px; /*height:213px;*/ float:left; margin:0 20px 20px 20px;}
.repete{background:url(imagens/repete.jpg) repeat-y center top; text-align:center;}
.repete img{}
.clear{clear:both;}


/*categorias*/
.div_produtos{float:left; width:185px; height:213px;  text-align:center;  background:url(imagens/fundo_produtos.jpg) no-repeat center top; margin:25px 0 10px 0; }

.paginacao { font-family:arial; font-size:11px; color:#144B34; text-decoration:none; text-align:center; clear:both; padding:25px 0 25px 0;}
.paginacao a{ font-family:arial; font-size:11px; color:#144B34; text-decoration:none; font-weight:bold;}
.paginacao a:hover{ font-family:arial; font-size:11px; color:#144B34; text-decoration:underline; font-weight:bold;}



.fundo_produtos_interna{
	background:url(imagens/fundo_produtos2.jpg) no-repeat center top; width:164px; height:210px; border-bottom:1px solid #8BA72E; margin:10px; float:left;
}	

/*FONTES PARA CONTEUDO DO SITE*/
/*texto preto*/
.texto_preto {
	font-family:Verdana; font-size:10px; color:#000000; text-decoration:none; text-align:justify;
}
.texto_preto a{
	font-family:Verdana; font-size:10px; color:#000000; text-decoration:none;
}
.texto_preto a:hover{
	font-family:Verdana; font-size:10px; color:#000000; text-decoration:underline;
}

.titu_verde {font-family:Verdana; font-size:10px; color:#144B34; font-weight:bold; }

/*formatacao produtos*/
.titulo_produtos {
	font-family:Verdana; font-size:11px; color:#FFFFFF; text-decoration:none; text-align:center; margin-top:5px; *margin-left:15px;
	background:url(imagens/titulo.jpg) left top no-repeat; width:164px; height:23px;
}
.alinha_img_produtos {
	margin-top:15px; text-align:center; *margin-left:20px;
}
.alinha_btn_produtos {
	 text-align:left; *margin-left:11px;
}
.alinha_txt_produtos {
	margin:12px 14px 0 16px; padding:0 0 10px 0; text-align:justify; *margin-right:0;
}

/*INPUT CONTATO, CADASTRE-SE, INDIQUE UM AMIGO*/
.formulario input{
	border:1px solid #000;
}
.formulario textarea{
	border:1px solid #000;
}
.formulario select{
	border:1px solid #000;
}

/*Propriedades para indique a um amigo*/
.conteudo_amigo{width:440px; height:600px;}
.nome_campos_amigo {clear:both; width:150px; text-align:right; font-family:arial; font-size:11px; color:#414242;}
.fundo_meio_amigo{background-color:#FFFFFF; width:420px; border:1px solid #C5832C; text-align:center; height:250px; margin:10px;}
.texto_amigo2{font-family:tahoma; font-size:11px; color:#FFF;}
.texto_amigo{font-family:tahoma; font-size:11px; color:#000000;}
.texto_amigo a{font-family:tahoma; font-size:11px; color:#000000; text-decoration:none;}
.texto_amigo a:hover{font-family:tahoma; font-size:11px; color:#000000; text-decoration:underline;}

/*propriedades para contato do site, abaixo propriedades para indique a um amigo*/
.nome_campos {clear:both; width:150px; text-align:right; font-family:arial; font-size:12px; color:#414242;}
.formulario_css ul {list-style-type:none; margin:0; padding:0; text-align:left;}
.formulario_css ul li {float:left;}
.formulario_css {font-family:tahoma; font-size:10px; color:#013468; width:400px;}
.formulario_css input {margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#000; border:1px solid #0E4C89; background:#F1EEEE; width:180px;}
.formulario_css select {margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#000; border:1px solid #0E4C89; background:#F1EEEE; width:180px;}
.formulario_css textarea {margin:2px 0 2px 5px; font-family:arial; font-size:11px; color:#000; border:1px solid #0E4C89; background:#F1EEEE; width:210px; height:80px;}
.alinha_imagem_seguranca {text-align:right; clear:both; padding-right:40px;}
.alinha_botao_enviar {text-align:center; clear:both;}
