@charset "iso-8859-1";
/* CSS Document */

/* CONTAINERS */
#container-conteudo, #slogan-interno, #container-produtos {
	width:955px;
	margin:0 auto;
}

#container-produtos { padding-left:20px; clear:both; }

#tudo { min-height: 100%; position:relative; }

#conteudo-geral { background:url(../img/bg-conteudo.jpg) left top repeat-x; width:100%; overflow:hidden; 
				  padding-bottom:105px;
}

#azul-interno { background:url(../img/bg-azul-interna.jpg) left top repeat-x; height:105px; width:100%; }

#container-slogan-interno {
	margin-top: 20px;
	margin-right: 10px;
	float:right; 
	display:block;
	
}

#div-titulo {
	width:676px;
	height:80px;
	position:absolute;
	background:url(../img/titulos/bg.jpg) no-repeat top center #FFF;
	margin-top: -79px;
	margin-left: -20px;
	overflow: hidden;
	float:left;
	z-index:100;

}

#texto-conteudo { width: 640px; padding-top:25px; padding-left:20px; float:left;}

#fotos-direita {
	width: 265px;	
	float: right;
	padding-top: 25px;
}



/* NOTICIAS */

#noticia {
	width: 100%;
	clear:both;
	margin-bottom: 30px;
	display:block;
	height:auto;
	overflow:hidden;
}

#noticia-texto { width:440px; text-align:justify; float:left; }

#noticia-texto-interna { width:100%; text-align:justify; float:left; }

#noticia-imagem {
	width:183px;
	height:134px;
	margin-right: 10px;
	float:left;
}

#noticia-botao { width: 440px; padding-top:10px; float:right; }

#mais-noticias-topo { width:271px; height:11px; }
#mais-noticias-conteudo { width:251px; background-color:#f2f2f2; padding:10px; overflow:hidden; }
#mais-noticias-rodape { width:271px; }

#lista-paginacao { float:right; clear:both;}


/* FORMULARIO */

#container-form { width:100%; clear:both; }

#form-nome, #form-email , #form-telefone  {
	background:url(../img/form-campo.jpg) no-repeat left center;
	width:238px;
	height:24px;
}

#form-msg  {
	background:url(../img/form-texto.jpg) no-repeat left top;
	width:295px;
	height:120px;
}

#formulario-div { float:left; }

#google-maps { 
	width:306px;
	float:right;
	margin-top:1px;
}
#google-maps iframe { border: #CCC solid 1px; }

#form-nome input, #form-email input, #form-telefone input, #form-msg textarea { padding:5px; background:none; border: none; }
#form-msg textarea { display:block; width: 274px; margin-left:1px; margin-top:4px; height: 94px; float: left;}
