/*
 * Folha de estilos comum
 */

body {

	margin:0 auto;
	padding:0;
	width:1024px;
	background-image:url(../_images/fundo_site.jpg);
	background-repeat:repeat-x;
	text-align:center;
	background-color:#385165;
	font:11px Arial, Helvetica, sans-serif;

}

#DIVGeral {
	
	width:1024px; 
	text-align:left; 
	background-image:url(../_images/fundo_conteudo.jpg); 
	background-repeat:repeat-y;
	
}

#DIVMenu {

	width:493px; 
	height:214px; 
	float:left;

}

#DIVTopo {

	width:531px; 
	height:231px; 
	background-image:url(../_images/index_02.jpg); 
	background-repeat:no-repeat; 
	float:left;

}

#DIVPatrocinios {

	width:374px; 
	height:556px; 
	background-image:url(../_images/index_04.jpg); 
	background-repeat:no-repeat; 
	float:right;

}

#DIVImagensPatrocinios {

	width:267px; 
	margin-left:35px; 
	text-align:center;

}

#DIVImagensPatrocinios img {

	margin-top:3px;
	*margin-top:0; /* Hack para IE7 */
	_margin-top:0; /* Hack para IE6 */

}

#DIVCadastroCliente {

	width:374px;

}

#DIVTituloFormularioCadastroCliente {

	margin-top:20px; 
	margin-left:115px;

}

#DIVFormularioCadastroCliente {

	width:267px; 
	padding-left:35px; 
	margin-top:5px;
	color:#385165;

}

#DIVFormularioCadastroCliente input {

	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#385165;
	border:0;
	background-color:#efefef;
	margin-top:3px;
	*margin-top:0; /* Hack para IE7 */
	_margin-top:0; /* Hack para IE6 */

}

#DIVComplementoTopo {

	width:157px; 
	height:83px; 
	background-image:url(../_images/index_03.jpg); 
	background-repeat:no-repeat; 
	float:right;

}

#DIVConteudoMeio {

	width:650px;
	min-height:473px;
	_height:473px; /* Hack para IE6 */
	background-image:url(../_images/index_05.jpg); 
	background-repeat:no-repeat; 
	float:left;
	text-align:justify;
	color:#828282;

}

#DIVTextoConteudoMeio {

	margin-left:100px;
	_margin-left:50px; /* Hack para IE6 */
	margin-top:20px;

}

#DIVRodape {

	width:1024px; 
	height:125px; 
	background-image:url(../_images/index_07.jpg); 
	background-repeat:no-repeat; 
	clear:both;

}

#DIVTextoRodape {

	width:220px; 
	font:9px Arial, Helvetica, sans-serif; 
	color:#FFFFFF; 
	padding-top:80px; 
	margin-left:400px;

}

#DIVRodape a {

	text-decoration:none;
	color:#FFFFFF;

}

#DIVRodape a:hover {

	text-decoration:underline;
	color:#CCCCCC;

}

#DIVIconesRodape {

	float:right; 
	color:#FFFFFF; 
	margin-top:-18px; 
	margin-right:55px; 
	_margin-right:25px; /* Hack para IE6 */

}

#DIVIconesRodape a {

	text-decoration:none;

}
