/* estilo da home (página que contém o carro */

* { margin: 0; padding: 0; } 

html, body { height: 100%;  }

body { 
font: 11px Verdana, sans-serif; 
text-align: center; 
background-color:#001a57
}

li { list-style:none }

a { outline:none } /* retirar pontilhado dos links */

/*****************************************
				  GERAL
*****************************************/

#geral { 
position:relative;
width:1003px;
margin:0 auto;
min-height: 100%; 
height: auto; 
height: 100%; 
} 

img { border:none } /* retirar borda de todas as imagens */

/*****************************************
			BARRA COM OS LINKS
*****************************************/
#menu_flash {
position:absolute;
left:50%;
margin:10px -375px;
width:750px;
height:75px;
z-index:100;
}

#barra_navegacao {
width:1003px;
height:42px;
background:url(../pics/barra_navegacao.jpg) no-repeat;
}

/*****************************************
			TOPO COM A LOGO
*****************************************/

#topo {
position:relative;
width:1003px;
height:126px;
background-image:url(../pics/topo.jpg);
}
#topo img.logo { width:264px; height:112px; }

#topo img.desconto {
position:absolute;
right:20px;
top:30px
}

#conteudo {
position:relative;
background:url(../pics/bg-centro.jpg) repeat-Y 758px;
width:1003px;
}

html > body #conteudo { float:left }

/***********************************************
			PARTE DE CIMA DO CARRO
************************************************/

#conteudo #carro_cima { 
background:url(../pics/carro_cima.jpg) no-repeat;
width:769px;
height:230px;
float:left;
}
#lateral_conteudo {
position:absolute;
width:232px;
height:359px;
background:url(../pics/lateral.gif) no-repeat;
right:1px;
}

#lateral_conteudo ul { margin:10px 13px 0 0 }

#lateral_conteudo ul li { 
position:absolute; 
left:30px 
}

#lateral_conteudo ul li.flash { 
top:110px; 
z-index:99 
}

#lateral_conteudo ul li.tres { 
top:220px;
z-index:98 
}


/***********************************************
			PARTE DE BAIXO DO CARRO
************************************************/

#carro_baixo {
width:1003px;
height:162px;
background:url(../pics/carro_baixo.jpg) no-repeat;
float:left;
}
#carro_baixo p {
color:white;
padding:90px 0 0 120px;
font:bold 10px verdana, arial
}

#carro_baixo a { color:#ffb200; }

#carro_baixo #flash {
position:absolute;
top:537px;
left:20px;
}

/** teste **/

#animacao { /* aqui fica a animação da home */
position:absolute;
width:774px;
height:353px;
left:0;
/* background-color:black; */
z-index:1000;
}


