* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	outline: none;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #3f2500;
	text-align: justify;
	background: url('../img/fundo.jpg') #3f2500 repeat-x center top;
}
p {
	margin: 15px 0 15px 0;
}
a {
	color: #ae7039;
	text-decoration: none;
	font-weight: bolder;
}
a:hover{
	text-decoration: underline;
	color: #4f220f;
}
#tudo {
	width: 791px;
	margin: 0 auto;
	background: url('../img/fundo-conteudo.png') repeat-y center top;
	position: relative;
}
#login {
	position: absolute;
	top: 5px;
	right: 0;
	width: 370px;
	font-size: 11px;
	z-index: 91;
}
#login label {
	float: left;
	margin-right: 2px;
}
#login fieldset.links {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 125px;
}
#login legend {
	color: #845126;
	font-size: 14px;
	font-weight: bold;
}
#login input {
	width: 70px;
	border: 1px solid #000;
	background: #fff;
}
#login label.submit input {
	width: 22px;
}
#cadastre-se  {
	position: absolute;
	top: 242px;
	right: 5px;
	width: 260px;
	padding: 5px;
	font-size: 11px;
	z-index: 95;
	background-color: #eae2d0;
	border: 1px dotted #814e21;
	text-align: center;
}
#cadastre-se label {
	display: block;
	font-style: italic;
}
#cadastre-se input {
	padding: 3px;
	border: 1px solid #814e21;
}
#topo {
	height: 342px;
	position: relative;
	z-index: 90;
}
#conteudo {
	width: 771px;
	min-height: 350px;
	margin: auto;
}
* html #conteudo {
	height: 350px;
}
#destaque{
	margin-top:13px;
}
#destaque li{
	background:url('../img/caixa-home.jpg'); 
	background-repeat:no-repeat;
	width:213px;
	height:240px;
	float:left;
	margin-left:35px;
	text-align: left;
	display: inline;
}
#destaque img{
	margin-left:6px;
	margin-top:6px;
}
#destaque li p span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#442f00;
}
#destaque li p{
	margin-left:6px;
	padding:2px;
}
#anuncios li {
	float: left;
	margin: 10px;
}
.quadrado {
	background-color: #eae2d0; 
	padding: 15px; 
	border: 1px dotted #814e21;
	margin: 15px;
}
.div-veiculo {
	width: 326px;
	height: 400px;
	background-color: #eae2d0;
	border: 3px solid #814e21;
	padding: 15px;
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -163px;
	top: 50%;
	margin-top: -200px;
	z-index: 150;
}
#overlay-j {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 89;
}
.div-veiculo {
	text-align: center;
}
.div-veiculo .preco {
	font-size: 18px;
	font-weight: bold;
}
.div-veiculo .fechar-veiculo {
	float: right;
	color: black;
	font-size: 28px;
}
.div-veiculo img {
	width: 280px;
	height: 210px;
}
#lista-veiculos li {
	background-color: #bfb49b;
	border: 1px dotted #814e21;
	padding: 5px;
	margin: 5px;
	float: left;
	display: inline;
	width: 105px;
	height: 105px;
}
#lista-veiculos li img {
	width: 105px;
	height: 105px;
}
::-moz-selection{
	background:#036;
	color:#FFF;
}
#form-basico {
	margin: 25px auto 0 auto;
	width: 400px;
}
#form-basico fieldset {
	border: none;
}
* html #form-basico label {
	width: 80px;
}
#form-basico label {
	margin-top: 5px;
	min-width: 80px;
	float: left;
}
#form-basico select, 
#form-basico input,
#form-basico textarea {
	margin-top: 5px;
	display: block;
	border: 1px solid #3f2500;
}
#form-basico #submit,
#form-clube #submit {
	display: block;
	margin: 15px auto;
	padding: 3px;
}
#form-clube {
	width: 300px;
	float: left;
}
#form-clube label {
	float: left;
	margin-top: 5px;
	width: 80px;
}
#form-clube input {
	margin-top: 5px;
	border: 1px solid #3f2500;
}
.clear{
	clear:both;
}
#rodape{
	border-top: solid #543d1a 1px;
	margin-top:13px;
}
#rodape span{
	margin-left:270px;
	margin-right:150px;
	font-size:11px;
}
#mapa-google {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 300px;
	border: 1px solid #3f2500;
}
#logotrans{
	margin-top:3px;
}
#veja-produtos li{
	float:left;
	width:140px;
	height:70px;
	padding:5px;
	background-color: #eae2d0; 
	border: 1px dotted #814e21;
	margin-left:30px;
	text-align:center;
}
#banners {
	width:400px;
	margin-left:150px;
}
#banners p{
	float:left;
	margin-left:80px;
}