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

body {
	font-family:Trebuchet MS;
	font-size:12px;
	color:#143B87;
	background-color:#FFFFFF;
}

/* INÍCIO ESTRURAS DIV */

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

#central{
	width:100%;
	height:100%;
	float:left;
	background:url(../img/fundo_central.jpg);
	
}

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

.caixa_produtos{
	width:134px;
	height:121px;
	background:url(../img/caixa_produtos.gif);
	background-repeat:no-repeat;
}

.caixa_mural{
	width:135px;
	float:left;
	background:url(../img/caixa_mural.gif);
	background-repeat:no-repeat;
}

.titulo_produtos{
	width:598px;
	float:left;
	height:35px;
	background:url(../img/titulo_produtos.gif);
	background-repeat:no-repeat;
}

.caixa_detalhes{
	width:310px;
	float:left;
	background:url(../img/detalhes_central.gif);
	background-repeat:repeat-y;
}

.caixa_detalhes2{
	width:281px;
	float:left;
	background:url(../img/detalhes_central2.gif);
	background-repeat:repeat-y;
}

/* FIM ESTRURAS DIV */

/* INÍCIO ESTRURAS DE INPUT */

.contato {
	background:url(../img/caixa_contatos.gif);
	width:392px;
	height:29px;
	margin-bottom:5px;
	background-repeat:no-repeat;
}

.CaixaContato{
	width:385px;
	height:17px;
	float:left;
	font-size:12px;
	margin-top:6px;
	margin-left:3px;
	display:inline;
	border:0px;
}

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

.CaixaArea{
	width:385px;
	height:145px;
	float:left;
	font-size:12px;
	margin-top:6px;
	margin-left:3px;
	display:inline;
	border:0px;
	font-family:Trebuchet MS;
}

.caixa_cadastrar{
	width:191px;
	height:28px;
	float:left;
	background:url(../img/caixa_news.gif);
}

.caixa_cadastrar2{
	width:185px;
	height:17px;
	float:left;
	font-size:12px;
	margin-top:6px;
	margin-left:3px;
	display:inline;
	border:0px;
}

.news_cadastro{
	width:20px;
}


/* FIM ESTRURAS DE INPUT */

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

a{
	color:#143B87;
	text-decoration:none;
}

a:hover {
   color:#E43C8B;
}

/* 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 */
