/* CSS Document */

/****************************************************************/
/* index.css                                                    */ 
/* Data			: 02.03.2009                                    */
/* Atualização	: 27.04.2010                                    */
/****************************************************************/

/* Formatação de áreas */
*
{
	padding	:0;
	margin	:0;
}

body
{
	background	:url(../images/site/fundoBody.jpg) top left repeat-x #FFFFFF;
	margin		:0;
	padding		:0;
	text-align	:center; /* hack para o Internet Explorer */
}

#tudo
{
	position	:absolute;
	width		:890px;
	top			:0%;
	left		:50%;
	margin-left	:-445px;
	text-align	:left; /* "remédio" para o hack do Internet Explorer */
/*	overflow:hidden;*/
}

#areaMenu
{
	width:890px;
	height:157px;
}

#areaDestaque
{
	width:890px;
	height:313px;
	background:url(../images/site/fundoAreaDestaque.jpg) top left repeat-x;
}

#flashDestaque
{
	position:relative;
	top:0px;
	left:13px;
	width:864px;
	height:309px;
}

#duasColunas
{
	width:890px;
	height:auto;
	overflow:hidden;
	background:url(../images/site/fundoDuasColunas.jpg) top left repeat-x;
}

#colunaEsq
{
	display:inline;
	float:left;
	width:600px;
	height:auto;
	padding-bottom:32767px;
	margin-bottom:-32767px;	
}

#areaTextoInicial
{
	position:relative;
	top:20px;
	left:20px;
	width:550px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color:#666666;
	text-align:justify;
}

#colunaDir
{
	float:left;
	width:288px;
	height:auto;
	border-left:solid #666666 2px;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

#areaSolucoes
{
	position:relative;
	top:20px;
	left:15px;
	width:259px;
	height:auto;
	margin-bottom:50px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color:#666666;
	text-align:left;
}

#rodape
{
	clear:left;
	width:890px;
	height:78px;
	margin-top:20px;
}
/* Fim da formatação de áreas */

/* Formatação dos textos */
.textoDestaque
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:200;
	color:#CC6B00; /* laranja */
}
/* Fim da formatação dos textos */

/* Formatação de imagens */
.representacao
{
	border:none;
	position:relative;
	margin-top:100px;
	margin-left:20px;
}

.imagemClientesEndereco
{
	border:none;
	position:relative;
	margin-top:60px;
	margin-bottom:20px;
}

.imagemSolucoes
{
	border:none;
	margin-bottom:30px;
}

.imagemTitulos
{
	border:none;
	margin-bottom:12px;
}
/* Fim da formatação de imagens */

/* Formatação dos links */
/* Fim da formatação dos links */
