*	{
  	margin: 0;
  	padding: 0;
  	list-style: none;
   	text-decoration: none;
  	border: none;
  	vertical-align: middle;
}
#geral	{
  	width: 776px;
  	background: url(imagens/sombra.jpg) repeat-Y;
  	display: table;
}
#geral .limite	{
  	padding-right: 6px;
}
.logo	{
  	clear: both;
  	display: table;
}
.logo h1	{float:left;}
.logo h1 a	{
  	display: block;
  	text-indent:-5000px;
  	overflow: hidden;
  	background: url(imagens/logo.jpg) no-repeat;
  	width: 160px;
  	height: 100px;
}
.logo #banner	{float:right;}
.logo #banner a	{
  	display: block;
  	text-indent:-5000px;
  	overflow: hidden;
  	background: url(imagens/banner.gif) no-repeat;
  	width: 610px;
  	height: 100px;
}
#busca	{
  	width: 95px;
  	height: 180px;
  	background: url(imagens/busca.jpg) no-repeat;
	padding-left: 25px;
	padding-top: 15px;
	padding-right: 10px;
	float: left;
	clear: both;
}
#busca h4 {
	font: bold 14px 'Trebuchet Ms', Verdana, Arial;
	letter-spacing: 1px;
	border-bottom: 1px solid red;
	padding-bottom: 5px;
	text-align: right;
}
#busca select	{
	width: 95px;
  	font: 10px verdana;
  	background-color: #fcd8cc;
	margin-top: 3px;
	border: solid 1px;
}
.botaobusca {
	margin-top: 4px;
	float:right;
}
#mostra_veiculo {
	width: 560px;  
	padding: 5px 5px 5px 5px;
	margin: 10px auto;
//	clear: both;
//	display: table;
	float: right;
	padding-right: 30px;
}
#dados	{
}
#dados table.dados {
  	width: 345px;
	font: 10px Verdana, Arial,;
	background-color: #fbfbfc;
	float: left;
}
#dados table.dados tr.linha {
	background-color: #e5f0fc;
}
#dados table.dados tr.descricao {
	font: 12px Verdana;
	font-weight: bold;
	color: #ff0000;	
	text-align: right;
}
#dados table.dados tr.valor {
	background-color: #e5f0fc;
	font: 11px Verdana;
	font-weight: bold;
	color: #0000ff;	
	text-align: right;
}

#dados table.dados td.campo {
  	width: 105px;
  	padding: 3px;
}
#dados table.dados td.dados {
  	padding: 3px;
  	font-weight: bold;
}
#fotos	{
  	width: 210px;
	background-color: #e7f1fb;
	float: right;
}
#fotos .media	{
  	width: 200px;
  	height: 150px;
	background-color: #838386;
	margin: 5px 5px 5px 5px;
	font: 10px Verdana;
	text-align: center;
	display: table;
	color: #ffffff;
}
#peq {
  	width: 200px;
	height: 60px;
	background-color: #e7f1fb;
	margin: 5px 5px 5px 5px;
}
#peqesq {
	float: left;
}
#peqdir {
	float: right;
}
#thumb	{
  	width: 640px;
	height: 520px;
}
#thumb_fotos	{
  	width: 640px;
	height: 480px;
}
#thumb_dados	{
  	width: 640px;
	height: 40px;
	text-align: center;
	margin: 8px;
}
#thumb_dados li	{display:inline;}
#thumb_dados li a {
	font: bold 11px Verdana;
	color: #000000;
	padding: 8px;
}
#thumb_dados li a:hover	{
   	background-color: #568cc8;
	font: bold 11px Verdana;
	color: #ffffff;
}
#lista	{
  	width: 480px;
  	background-color: #fbfbfc;
	float: right;
	margin-right: 50px;
}
#lista table.lista	{
	text-align: center;
	font: 10px Verdana, Arial;
}
#lista table.lista a {
    color: black;
}
#lista table.lista a:hover {
    color: black;
	text-decoration: underline;
	
}
#lista table.lista tr.cabecalho {
	background-color: #9fccfc;
	font-weight: bold;
}
#lista table.lista tr.linha	{
	height: 60px;
	background-color: #e5f0fc;
}
#lista table.lista td.foto	{
  	width: 80px; 
}
#lista table.lista td.descricao {
  	width: 180px;
}
#lista table.lista td.ano {
  	width: 40px;
}
#lista table.lista td.cor {
  	width: 80px;
}
#lista table.lista td.valor {
  	width: 90px;
}
#principal	{
   	width: 630px;
	float: right;
	
}
#capa	{
  	background: url(imagens/capa.jpg) no-repeat;
  	width: 480px;
  	height: 340px;
	float: left;
	margin-top: 3px;
}
#promocao	{
  	width: 140px;
	background-color: #e6e3f9;
	float: right;
	border-top: 1px solid #958ace;		  	
	border-left: 1px solid #958ace;		  	
	border-right: 1px solid #958ace;		  	
	margin-top: 3px;
	font: 11px Verdana;	
}
#promocao a	{
  	color: #000000;
}
#promocao a:hover	{
  	color: #000000;
  	text-decoration: underline;
}
#promocao div.base	{
  	width: 140px;
  	border-top: 1px solid #ffffff;
  	border-bottom: 1px solid #958ace;
  	display: table;
}
#promocao div.fotos	{
  	width: 50px;
  	float: left;
}
#promocao div.dados	{
  	width: 85px;
	float: right;
}
#rodape	{
   	width: 770px;
  	height: 31px;
  	background: url(imagens/rodape.jpg) repeat-X;
	font: 11px Verdana;	
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #e9e9ef;
	padding-top: 4px;
}