@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Arial;
	background-color:#EEEEEE;
	font-size:14px;
}
#topo{
	background-image:url(img/bg_topo.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:190px;
}
#faixa{
	background-image:url(img/rpt_topo.png);
	background-repeat:repeat-x;
	width:100%;
	height:61px;
}
.busca input[type="text"]{
	width:200px;
	height:28px;
	border:0px;
	outline:none;
	color:#666666;
}
.titulo{
	font-size:30px;
	color:#8C0000;
	padding-top:20px;
}
.subtitulo{
	font-size:21px;
	color:#999999;
}
.borderLeft{
	padding:20px;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	background:#fff;
	overflow:hidden;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
}
.marca{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#666666;
	margin-bottom:20px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.modelo{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:21px;
	color:#000;
	margin-bottom:20px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
.opcionais{
	font-family: "Georgia","Times New Roman",serif;
	font-size:12px;
	text-align:left;
	border-left:10px solid #000066;
	padding-left:10px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.nomeCarro{
	font-family: 'Coustard', sans-serif;
	text-transform:uppercase;
	font-size:36px;
	color:#000066;
	margin-bottom:20px;
	text-shadow: 0px 1px 1px #e4ebe9;
	padding:30px 0px 0px 30px;
}
.detalhes{
	font-family: "Georgia","Times New Roman",serif;
	font-size:14px;
	text-align:left;
	padding:30px 0px 0px 30px;
	line-height:24px;
	margin:10px;
	position:relative;
}
.vejaMais{
	font-family: "Georgia","Times New Roman",serif;
	font-style:italic;
	text-decoration:underline;
	font-size:14px;
	text-align:left;
	line-height:24px;
	position:relative;
	background-color:#000000;
	color:#FFFFFF;
	outline:none;
}
#rodape{
	background-image:url(img/bg_rodape.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:105px;
	color:#FFF;
	font-size:16px;
}
#rodape a{
	color:#CCC;
}