/* TUDO */

body{
	background:url(../imagens/fundo_pagina.jpg) repeat-x 0 0 #ffffff;
	font:normal 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	overflow-x: hidden;
	overflow-y: auto;
}

/* DIVS */

#header{
	width:908px;
	height:154px;
	padding-left:66px;
	padding-right:26px;
	margin:0 auto;
	position:relative;
}

#logomarca{
	width:249px;
	height:154px;
	float:left;
}

#botoes_topo{
	width:659px;
	height:28px;
	padding-top:10px;
	float:right;
	text-align:right;
}

#frase_topo{
	width:654px;
	height:45px;
	padding-top:17px;
	float:right;
	font-size:18px;
	color:#A5A5A5;
	text-align:right;
	padding-right: 5px;
}

#menu_principal{
	width:659px;
	height:33px;
	padding-bottom:19px;
	float:right;
	text-align: right;
	padding-top: 1px;

}

#banner_principal{
	width:965px;
	height:306px;
	margin:0 auto;
	position:relative;
	background-image: url(../imagens/fundo_bannerprincipal.jpg);
	padding-left: 35px;
	padding-top: 13px;
}

#conteudo_principal_home{
	background-image:url(../imagens/fundo_conteudo.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	width:900px;
	height:476px;
	margin:0 auto;
	position:relative;
}

#conteudo_home{
	width:675px;
	float:left;
}
#conteudo_home2{
	width:500px;
	height:375px;
	
}
#conteudo_principal_paginas{
	width: 900px;
	background-image:url(../imagens/fundo_conteudo.jpg);
	background-repeat:no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
}

#conteudo_paginas{
	width:675px;
	float:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#unidade_conteudo_home{
	width:210px;
	height:110px;
	padding-top:10px;
	padding-right:15px;
	float:left;
}

#area_cliente{
	background-image:url(../imagens/fundo_areacliente.jpg);
	background-repeat:no-repeat;
	width:194px;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	height:171px;
	float:right;
}

#menu_rodape{
	background-image:url(../imagens/fundo_menu_rodape.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:54px;
	padding-top: 45px;
	text-align: center;
	clear: both;
}

#cont_marcas{
	width:641px;
	padding: 0px 12px 0px 12px;
	float: left;
}
#tudo_cont{
	width:1000px;
	margin:0 auto;
	clear: both;
}
#tudo_fim{
	width:1000px;
	margin:0 auto;
}

#tudo_fim{
	width:100%;
	margin:0 auto;
}

#fim{
	background-image:url(../imagens/fundo_fim.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:106px;
	text-align: center;
	padding-top: 20px;
}
		
/* LINKS */

a:link{text-decoration: none; font-weight: none;} 

a:visited{text-decoration: none; font-weight: none;}

a:active{text-decoration: none; font-weight: none;}

a:hover{text-decoration:underline;}

/* FONTES */

.style1 {
	color: #CD0102;
	font-weight: bold;
	font-size:13px;
}
.style2 {color: #CE0402}
.style3 {color: #333333}
.style4 {color: #999999}
}

