/* CSS Document */

/****************************************************************/
/* index.css                                                    */ 
/* Data			: 05.06.2009                                    */
/* Atualização	: 22.06.2009                                    */
/****************************************************************/

/* Formatação das áreas */
*
{
	padding	:0;
	margin	:0;
}

body
{
	background	:url(../images/site/fundoPrincipal.jpg) top left repeat-x #FFF;
	margin		:0;
	padding		:0;
	text-align	:center; /* hack para o Internet Explorer */
}

#topo
{
	width:100%;
	height:77px;
	background:url(../images/site/fundoTopo.jpg) top left repeat-x;
}

#dadosTopo
{
	width:868px;
	height:77px;
	margin:0 auto;
}

#meio
{
	width:868px;
	height:auto;
	background:#FFF;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#areaCentral
{
	width:868px;
	height:295px;
	background:url(../images/site/fundoAreaCentral.jpg) top left repeat-x;
	margin:0 auto;	
}

#centralEsq
{
	display:inline;
	float:left;
	width:300px;
	height:295px;
}

#centralDir
{
	float:left;
	width:532px;
	height:295px;
	margin-left:36px;
}

#quadroCentral
{
	position:relative;
	top:0px;
	left:0px;/*336px;*/
	width:522px;
	height:278px;
	border:#CCC solid 1px;
/*	margin-left:336px;*/
	background:#FFF;
}

#flash
{
	position:relative;
	top:8px;
	left:8px;
	width:504px;
	height:209px;
}

#areaData
{
	width:504px;
	height:69px;
	margin-left:8px;
	line-height:69px;
	text-align:center;
}

#colEsq
{
	display:inline;
	float:left;
	width:415px;
	height:auto;
	margin-left:20px;
	margin-bottom:-32767px;
	padding-bottom:32767px;
}

#colDir
{
	float:left;
	width:360px;
	height:auto;
	margin-left:54px;
	margin-bottom:-32767px;
	padding-bottom:32767px;
}

#flashClientes
{
	width:359px;
	height:157px;
	background:#369;
}	

/*#dados
{
	width:700px;
	margin-left:50px;
	background:#63F;
}*/

#rodape
{
	width:100%;
	height:156px;
	border-top:#E4E4E4 solid 1px;
	background:#FFF;
}

#dadosRodape
{
	width:868px;
	height:156px;
	margin:0 auto;
}
/* Fim da formatação das áreas */

/* Formatação das listas */
#colDir ul li
{
	list-style:inside;
}
/* Fim da formatação das listas */

/* Formatação dos textos */
#colEsq, #colDir
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333;
	text-align:justify;
}
/* Fim da formatação dos textos */

/* Formatação das imagens */
.logo
{
	position:relative;
	top:61px;
	left:42px;
	border:none;
	cursor:pointer;
}

.www
{
	position:relative;
	top:131px;
	left:42px;
	border:none;
}
/* Fim da formatação das imagens */