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

body{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#FFFFFF;
}

h1{
	font-size:23px;
}

h2{
	color:#D2E86A;
	font-size:13px;
}

/* INÍCIO ESTRURAS DIV */

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

#central{
	width:100%;
	float:left;
	background:url(../img/central.jpg);
	background-repeat:repeat-y;
	background-position:center top;
}

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

.transformadores{
	width:445px;
	float:left;
	background:url(../img/fundo_trans.gif);
	background-repeat:no-repeat;
	margin-left:10px;
	display:inline;
}

.detectores{
	width:335px;
	float:left;
	background:url(../img/fundo_detec.gif);
	background-repeat:no-repeat;
}

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

.caixa_informativos{
	width:510px;
	float:left;
	height:203px;
	background:url(../img/caixa_informativos.gif);
	background-repeat:no-repeat;
	margin-top:30px;
	color:#00582E;
}

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

.caixa_detalhes2{
	width:132px;
	float:left;
	height:142px;
	background:url(../img/caixa_det.gif);
	background-repeat:no-repeat;
}

/* FIM ESTRURAS DIV */

/* INÍCIO ESTRURAS DE INPUT */

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

.CaixaContato{
	width:445px;
	float:left;
	height:17px;
	font-size:11px;
	background:none;
	margin-top:6px;
	margin-left:3px; 
	display:inline;
	border:0px;
	color:#838281;
}

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

.CaixaArea{
	width:445px;
	float:left;
	height:115px;
	font-size:11px;
	background:none;
	margin-top:6px;
	margin-left:3px; 
	display:inline;
	border:0px;
	color:#838281;
	font-family:Trebuchet MS;
	font-size:13px;
}

.caixa_news{
	width:170px;
	float:left;
	height:23px;
	background:url(../img/caixa_news.gif);
	background-repeat:no-repeat;
	margin-bottom:5px;
	margin-top:10px;
}

.caixa_news2{	
	width:145px;
	float:left;
	height:17px;
	font-size:11px;
	background:none;
	margin-top:6px;
	margin-left:3px; 
	display:inline;
	border:0px;
	color:#838281;
}

.news_cadastro{
	width:20px;
}

/* FIM ESTRURAS DE INPUT */

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

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

a:hover{
   color:#FFFFFF;
   text-decoration:underline;
}

a.informativos{
	color:#00582E;
	text-decoration:none;
}

a.informativos:hover{
   color:#00582E;
   text-decoration:underline;
}

a.opacidade{
	opacity: .70;
	-moz-opacity: .70;
	filter:alpha(opacity=70);
	float:left;
}

a.opacidade:hover{
	opacity: .95;
	-moz-opacity: .95;
	filter:alpha(opacity=95);
	float:left;
}

a.opacidade2{
	opacity: .70;
	-moz-opacity: .70;
	filter:alpha(opacity=70);
	float:left;
	width:218px;
}

a.opacidade2:hover{
	opacity: .95;
	-moz-opacity: .95;
	filter:alpha(opacity=95);
	float:left;
	width:218px;
}

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