@charset "utf-8";
/* CSS Document */
/*-------reset-------*/
*{
font-style:normal;
list-style:none;
margin:0;
padding:0;
text-decoration:none;
vertical-align:baseline;}
/*-------fim, reset-------*/

/*-------elementos HTML-------*/
address{
padding:0 0 15px 0;
text-align:center;}

body{
background:#3D8BDE url(../imagens/fundo.png) top repeat-x;
font:12px Verdana, Arial, Helvetica, sans-serif;
text-align:center;}
/*-------fim, elementos HTML-------*/

/*-------CLASSES-------*/
.maior{
font-size:14px;
}

.nivelador{zoom:1;}

.nivelador:after{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;}

.texto1{
width:400px;
height:60px;
padding:5px;
margin:5px;
float:left;}

.formulario{
margin-top:30px;
margin-left:180px;
*margin-left:50px;
text-align:left;
float:none;
width:350px;
height:300px;
}

.mapa{
margin-top:60px;
width:750px;
height:250px;
}


.foto1{
width:300px;
height:120px;
float:right;

padding:5px;}

.box_azul{
background-color:#4179D8;
width:760px;
height:60px;
}

.box_azul2{
background-color:#4179D8;
width:760px;
height:80px;
}

.txt_1{
color:#FFFFFF;
text-align:left;
float:left;
font-size:12px}

.txt_2{
font-size:14px;
text-align:left;
color:#FFFFFF;
font-weight:bold;}

.txt_3{
font-size:15px;
text-align:left;
color:#0066CC;
font-weight:bold;}

.txt_3a{
width:730px;
height:20px;
background:#000099;
font-size:15px;
text-align:left;
color:#FFFFFF;
font-weight:bold;}

.txt_4{
font-size:12px;
text-align:left;
color:#333333}

.produtos{
width:730px;
height:150px;
padding:5px;}

.texto_produtos{
width:350px;
height:100px;
float:left;
margin:5px;}

.foto_produtos{
text-align:right;
width:350px;
height:140px;
float:right;
border:none;
margin:5px;}




/*-------fim, CLASSES-------*/

/*-------ID-------*/

#geral{
margin:0 auto;
width:780px;
border:none;
}

#topo{
background:url(../imagens/topo.jpg) top no-repeat;
height:220px;
position:relative;
width:780px;}

#flashtopo{
height:189px;
left:0;
position:absolute;
top:0;
width:780px;
z-index:1;}

/*menu*/
#menu{
color:#fff;
position:absolute;
right:10px;
top:125px;
width:340px;
z-index:2;}
	
#menu li{display:inline;}	

#menu li a{color:#fff;}

#menu li a:hover{color:#ffcc00;}
/*fim, menu*/


#conteudo{
background:#fcf8ed;
width:780px;
height:500px;
}

#secao1{
float:left;
width:760px;
/*height:120px;*/
margin:10px;
}

#secao2{
float:left;
width:760px;
height:300px;
margin:10px;
border:none;
}

#secao2a{
float:left;
width:760px;
height:300px;
margin:10px;
border:none;
overflow:scroll;
overflow-x:hidden;
}

#secao2a img{
border:none;}


#rodape{
clear:both;
background:url(../imagens/rodape.jpg) repeat-x;
color:#fff;
font-size:11px;
height:56px;
margin:0 auto;
padding-top:20px;}

#rodape a{color:#fff;}

/*-------fim, ID-------*/

/* declaraes para o form 2 - borda */

fieldset, input, textarea {border:none;}

fieldset {
width:370px;
height:200px;
margin-left:5px;
padding:10px;
}

label {
  display:block;
  float:left;
  width:80px;}

input, textarea {
  margin-bottom:5px;
  border:1px solid #999999;
 }
