/*CONFIGURAÇÃO DO CORPO D0 SITE*/
body {
	margin:0px; 
	background-color:#FFFFFF; /* COR DE FUNDO DA PAGINA */
	font-family:Arial;
	font-size:11px;
	color:#666;
	background-image:url(../images/fundo_site.jpg); /* IMAGEM DE FUNDO DA PAGINA */
	background-position:top;
	background-repeat:repeat-x;
}
/* FIM */

/* DEIXA O SITE ALINHADO AO CENTRO DA TELA */
p {
	margin-bottom:20px;
	margin-top:0px;
}
form {
	 margin:0px;
	 padding:0px;
}
#tudo { 
	width:980px; 
	margin:0 auto;	
}
/* FIM */


#topo {
	width:980px;
	height:229px;
	float:left;
}

#fundo_topo {
	width:980px;
	height:229px;
	float:left;
	background-image:url(../images/fundo_topo.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

#logo_menu {
	width:549px;
	float:left;
}

#logo {
	width:549px;
	height:153px;
	float:left;
}

#menu_topo {
	width:549px;
	height:76px;
	float:left;
}

#atendimento {
	width:431px;
	height:229px;
	float:left;
}

#meio {
	width:970px;
	padding:5px;
	background-color:#FFFFFF;
	float:left;
	margin-bottom:10px;
}
#rodape {
	width:980px;
	background-image:url(../images/fundo_rodape.gif);
	background-repeat:no-repeat;
	background-position:top;
	float:left;
}
.box_formularios_lanc {
	width:240px;
	float:left;
	text-align:left;

}
.box_formularios2_lanc {
	width:530px;
	float:left;
	border-left:30px solid #FFF;
}
.formularios_input_lanc {
	width:230px;
	float:left;
	border:1px solid #cccccc;
	font-size:12px;
	font-family:Arial;
	color:#666;
	padding:1px;
	margin-bottom:5px;
	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
}
.formularios_select_lanc {
	width:234px;
	float:left;
	border:1px solid #E0D7C9;
	background-color:#F9F8F1;
	font-size:12px;
	font-family:Arial;
	color:#666;
	padding:1px;
	margin-bottom:5px;
	margin-top:2px;
}
.formularios_button_lanc {
	width:70px;
	float:left;
	border: solid 1px #CCCCCC;
	background-color:#8dc947;
	font-size:11px;
	font-family:Arial;
	color:#FFF;
	font-weight:bold;
	padding:2px;
	margin-top:5px;
	margin-right:5px;
}

