@charset "iso-8859-1";

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../imagens/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}
img {
	border: 0;
}
#geral {
	width: 895px;
	margin: auto;
	clear: both; 
}
#cabecalho {
	background: url(../imagens/bg_cabecalho.jpg) no-repeat;
	height: 396px;
}
#logo {
	width: 226px;
	height: 186px;
	padding-top: 36px;
	float: left;
}
#flash {
	width: 669px;
	height: 478px;
	float: left;
}
#menu {
	background: url(../imagens/bg_menu.png) no-repeat;
	width: 226px;
	height: 260px;
	position: absolute;
	top: 186px;
}
#menu ul li {
	display: block;
	list-style-type: none;
}
#menu li {
	height: 49px;
	margin-left: 20px;
}
.p_btn {
	margin-top: 25px;
}
#conteudo {
	min-height: 350px;
}
.titulos {
	height: 30px;
}
.subtitulos {
	color: #990000;
	font-weight: bold;
}
#loja, #shopping, #detran {
	width: 190px;
	padding: 10px;
	float: left;
}
.mais {
	float: right;
}
#lateral, #principal {
	float: left;
}
#lateral {
	width: 226px;
	height: 287px;
}
#principal {
	width: 649px;
	min-height: 350px;
	padding: 10px;
}
#rodape {
	background: url(../imagens/bg_rodape.jpg) repeat-x;
	height: 139px;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	_text-shadow: 1px 1px 1px #000;
	*text-shadow: 1px 1px 1px #000;
	clear: both;
}
#logo_rodape, #menu_inferior, #desenv {
	float: left;
}
#menu_inferior {
	width: 443px;
	text-align: center;
}
#logo_rodape {
	width: 226px;
}
#desenv {
	width: 226px;
	text-align: right;
	line-height: 66px;
}
#rodape ul li {
	display: inline-table;
	_display: inline;
	*display: inline;
	list-style-type: none;
	padding: 5px;
}
#rodape a {
	color: #FFF;
	text-decoration: none;
}
#rodape a:visited {
	text-decoration: none;
	color: #FFF;
}
#rodape a:hover {
	text-decoration: underline;
	color: #FFF;
}
#rodape a:active {
	text-decoration: none;
	color: #FFF;
}
