@charset "utf-8";
/* CSS Document */
html{
height:100%;
}
/* hack para IE6 que trata height como min-height */
* html #tudo {
	height: 100%;
}
body {
background-color:#000;
text-align: center; /*Centraliza no IE*/
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
color:#0f0f0f;
font-size:15px;
height:100%;
}
a:link{
text-decoration:underline;
color:#2f3192;
font-weight:700;
}
a:hover{
text-decoration:none;
color:#333;
font-weight:700;
}
a:visited{
text-decoration:underline;
color:#2f3192;
font-weight:700;
}
#geral{
background-color:#fff;
margin: 0 auto; /*Centraliza em navegadores padrão*/
text-align:left; /*Corrige a cagada do IE*/
background-color:#fff;
width:760px;
height:450px;
margin-top:15px;
padding:5px;
}
#barra_topo{
width:100%;
height:90px;
background:url(images/barra_topo.jpg) no-repeat;
margin:0;
}
#topo{
width:100%;
height:213px;
background:url(images/topo.jpg) no-repeat;
margin:-1px 0;
}
#menu{
width:100%;
height:30px;
background:url(images/barra_menu.jpg) no-repeat;
padding:0;
margin:0;
}
#menu ul{
padding-left:11px;
margin:3px 0px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
color:#fff;
text-align:center;
}
#menu li{
display:inline;
list-style:none;
margin:1px 6px;

}
#menu li a{
color:#fff;
text-decoration:none;
}
#menu li a:hover{
color:#ddd;
text-decoration:underline;
}
#menu li a:visited{
color:#fff;
text-decoration:none;
}
#menu li a:active{
color:#fff;
text-decoration:none;
}

#content{
background:url(images/fdn_content.jpg) no-repeat;
width:730px;
margin:0;
text-align:center;
vertical-align:middle;
padding-left:35px;
padding-top:10px;
}
#conteudo{
margin-left:-5px;
width:735px;
padding-left:35px;
padding-top:10px;
height:450px;
background:#fff;

}
#conteudo_estoque{
margin-left:-5px;
width:735px;
padding-left:35px;
padding-top:10px;
height:600px;
background:#fff;

}
#titulo h3{
color:#2e62a6;
margin:3px;
text-align:left;
}
#foto{
text-align:center;
background:url(images/fnd_carro.jpg);
width:108px;
height:89px;
margin:auto;
}
#foto img{
margin:0;
padding:8px;
text-align:center;
}
#desc{
width:200px;
margin: 5px;
font-size:12px;
text-align:center;

}
#desc h4{
margin:2px;
text-decoration:underline;
}
#desc a{
font-weight:bold;
}

#rodape{
vertical-align:bottom;
text-align:right;
margin-left:-25px;
width:760px;
}
#rodape img{
margin:20px;
border:0;
}

#quadro{
margin:auto;
margin-bottom:2px;
text-align:center;
width:220px;
height:184px;
float:left;
}
.thumb{
width: 78px;
height: 60px;
float:left;
border:solid 2px #ccc;
margin:0;
}
.foto_grande{
width:400px;
height:300px;
float:left;
margin-left:-15px;
}
.descricao{
float:left;
height:100px;
width:340px;
}

.opcionais{
float:left;
margin-left:-15px;
width:740px;
height:100px;
}

