@charset "utf-8";
/* CSS Document */
body
{
	background:url(imagens/fundo.jpg) repeat-x #dedede;
	font-family:"Verdana", Geneva, sans-serif;
}

a img
{
border:none 0 transparent;
}

.all
{
	position:absolute;
	width:905px;
	height:655px;
	margin-left:-452px;
	margin-top:-327px;
	top:50%;
	left:50%;
	z-index: 2;
}

/* topo*/
#topo
{
	position:absolute;
	top:0px;
	width:905px;
	height:115px;
	background:url(imagens/topo.png) no-repeat;
	z-index:2;
}
#menu
{
	position:relative;
	right:0px;
	float:right;
	font-family:"Verdana";
	font-size:18px;
	font-weight:500;
	color:#0378be;
	line-height:20px;
	width:500px;
	height:40px;
	top:0px;
}

#menu a
{
	text-decoration:none;
	color:#0378be;
}

#logo
{
	position:relative;
	top:20px;
	left:15px;
	width:200px;
	
}

/* conteudo*/
#conteudo
{
	position:absolute;
	width:900px;
	height:490px;
	top:115px;
	left:50%;
	margin-left:-450px;
	float:left;
	background:#FFF;
	z-index:1;
	}
	
#fotoCarro
{
	position: relative;
	width:550px;
	float:right;
}
	
#amostras
{
	position:absolute;
	bottom:0px;
	width:100%;
}

#miniFotos
{
	position:absolute;
	bottom:100px;
	width:550px;
	z-index:10;
	right:10px;
}


#titulo
{
	font-family:"Verdana";
	font-size:32px;
	font-weight:600;
	color:#0378be;
	line-height:30px;
	position:absolute;
	width:325px;
	float:left;
	top:15px;
	left:15px;
}

#textoHome
{
	position:absolute;
	width:323px;
	font-family:"Verdana";
	font-size:11px;
	float:left;
	top:55px;
	left:10px;
}

/* rodape*/
#rodape
{
	position:absolute;
	bottom:0px;
	width:400px;
	left:50%;
	margin-left:-200px;
	color:#595556;
	font-size:10px;
}




