* {
   margin:0px;
   padding:0px;
}

body{
	font-family:Arial;
	font-size:11px;
	color:#144B34;
}

/* INÍCIO ESTRURAS DIV */

#geral{
	width:100%;
	float:left;
}

#superior{
	width:100%;
	height:330px;
	float:left;
	background:url(../img/superior.gif);
	background-repeat:repeat-x;
	background-position:center top;
}

#central{
	width:100%;
	height:100%;
	float:left;
	background:url(../img/fundo_central.gif);
	background-position:center top;
}

#caixa_sup{
	width:853px;
	height:81px;
	float:left;
	background:url(../img/caixa_sup.gif);
	margin-top:8px;
}

#caixa_central{
	width:853px;
	float:left;
	background:url(../img/caixa_central.gif);
	background-repeat:repeat-y;
}

.caixa_titulos{
	width:280px;
	height:68px;
	float:left;
	background:url(../img/caixa_titulos.gif);
	background-repeat:no-repeat;
	margin-top:10px;
}

.caixa_produtos{
	width:186px;
	float:left;
	height:127px;
	background:url(../img/caixa_produtos.gif);
	background-repeat:no-repeat;
}

.rodape{
	width:100%;
	height:158px;
	float:left;
	background:url(../img/rodape.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.rodape2{
	width:100%;
	height:158px;
	float:left;
	background:url(../img/rodape2.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.caixa_detalhes{
	width:435px;
	float:left;
	height:284px;
	background:url(../img/caixa_detalhes.gif);
	background-repeat:no-repeat;
}

.caixa_prod{
	width:722px;
	height:81px;
	float:right;
	background:url(../img/caixa_prod.gif);
	margin-top:8px;
}

.negrito{
	color:#144B34;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.menu_produtos{
	font-size:15px;
	color:#000000;
	font-weight:bold;
}

.titulo{
	font-size:15px;
}

/* FIM ESTRURAS DIV */

/* INÍCIO ESTRURAS DE INPUT */

.contato {
	background:url(../img/caixa_contatos.gif);
	width:452px;
	height:21px;
	margin-bottom:5px;
}

.CaixaContato{
	width:445px;
	height:14px;
	float:left;
	margin-top:4px;
	margin-left:4px;
	display:inline;
	font-size:11px;
	border:0px;
}

.area {
	background:url(../img/caixa_area.gif);
	width:452px;
	height:145px;
	margin-bottom:5px;
}

.CaixaArea{
	width:445px;
	height:135px;
	float:left;
	margin-top:4px;
	margin-left:4px;
	display:inline;
	font-size:11px;
	border:0px;
	font-family:Arial;
}

.CaixaNewsletter{
	width:163px;
	height:14px;
	float:left;
	margin:3px;
	background:none;
	border:0px;
	font-size:11px;
}

.Newsletter{
	width:170px;
	height:20px;
	float:left;
	background:url(../img/caixa_newsletter.gif);
	background-repeat:no-repeat;
}

.CaixaBuscar{
	width:218px;
	height:14px;
	float:left;
	margin-left:4px;
	display:inline;
	margin-top:4px;
	background:none;
	border:0px;
	font-size:11px;
}

.Buscar{
	width:228px;
	height:21px;
	float:left;
	background:url(../img/caixa_buscar.gif);
	background-repeat:no-repeat;
}

.news_cadastro{
	width:18px;
}

/* FIM ESTRURAS DE INPUT */

/* INÍCIO ESTILOS DE LETRAS - LINKS - OUTROS */

a{
	color:#144B34;
	text-decoration:none;
}

a:hover {
   color:#000000;
}

a.email{
	color:#FFFFFF;
	text-decoration:none;
}

a.email:hover {
   color:#FFFFFF;
   font-weight:bold;
}

/* FIM ESTILOS DE LETRAS - LINKS - OUTROS */

/* INÍCIO FUNÇÃO PNG */

 .img {
 filter:expression(
   this.alphaxLoaded ? "" :
   (
       this.src.substr(this.src.length-4)==".png"
       ?
       (
     (!this.complete)
     ? "" :
         this.runtimeStyle.filter=
         ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
         (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
         String(this.alphaxLoaded=true).substr(0,0)+
         (this.src="css/blank.gif").substr(0,0)
       )
       :
       this.runtimeStyle.filter=""
   )
     );}

/* FIM FUNÇÃO PNG */
