@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	background-color:#353535;
	color:#bcbec0;
	font-family:"Trebuchet MS";
	font-weight:normal;
	font-size:13px;
	text-align:justify;
	word-spacing:-1px;
}
#head {
	position:relative;
	width:100%;
	height:210px;
}
#outer-container {
	position:relative;
	width:990px;
	margin:0 auto 0 auto;
}
#inner-container {
	position:relative;
	float:left;
	width:930px;
	padding:40px 30px 40px 30px;
}
.bg_col2 {
	background:url(images/bg_col.gif) repeat-y;
}
img {
	border:none;
}
a {
	text-decoration:none;
	color:#f2d581;
}
a:hover {
	color:#efba22;
}
p {
	margin:5px 0 20px 0;
	padding:0px;
}
h2 {
	color:#efba22;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
}
.col2 h2 {
	color:#f2d581;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:30px;
	line-height:30px;
	margin:0 0 10px 0;
	padding:0px;
}
h3 {
	color:#fff;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	line-height:15px;
	margin:0 0 15px 0;
}
h4 {
	color:#fff;
	letter-spacing:-1px;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
	line-height:18px;
	text-align:center;
	margin:0px;
	padding:0px;
}
.col1 {
	position:relative;
	float:left;
	width:445px;
}
.col2 {
	position:relative;
	float:left;
	width:400px;
	margin:0 0 0 30px;
	padding:0 27px 0 28px;
}
.foot-container {
	position:relative;
	float:left;
	background:url(images/foot.jpg) center bottom no-repeat;
	width:100%;
	height:129px;
}
.foot {
	position:absolute;
	color:#CCC;
	top:0px;
	left:50%;
	margin:0 0 0 -495px;
	width:930px;
	height:35px;
	padding:25px 30px 0 30px;
}
.foot a {
	color:#f2d581;
}
.foot a:hover {
	color:#fff;
}
.foot img {
	position:absolute;
	bottom:8px;
	right:10px;
	z-index:1;
}
#sub_menu {
	position:absolute;
	font-size:12px;
	color:#333;
	text-align:center;
	top:70px;
	left:50%;
	margin:0 0 0 -495px;
	width:990px;
}
#sub_menu a {
	color:#666;
}
#sub_menu a:hover {
	color:#ccc;
}
.linha {
	border-bottom:solid thin #efba22;
	margin:0 0 15px 0;
	padding: 0 0 15px 0;
}

/*      Pesquisa home     */


.dashed {
	border-bottom:dashed thin;
	margin:0 0 35px 0;
	padding: 0 0 30px 0;
}
#busca {
	position:relative;
	float:left;
	width:445px;
}
form, form fieldset {
	width:auto;
	margin:0;
	padding:0;
	border:none;
}
imput {
	position:relative;
	float:left;
}
.modelo, .btn_procurar {
	height:33px;
	position:relative;
	float:left;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#353535;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.modelo {
	background:#b1b3b6;
	width:282px;
	border:none;
	padding:0 0 0 10px;
}
.marca {
	background:#b1b3b6;
	width:232px;
	margin:0 0 0 10px;
	border:none;
}
.btn_procurar {
	width:145px;
	background-color:#efba22;
	margin:0 0 0 5px;
}
.btn_procurar:hover {
	background-color:#ffc829;
	color:#666;
	cursor:pointer;
}
.busca2 {
	position:relative;
	float:left;
	width:445px;
	margin:3px 0 0 0;
}

/*      Pesquisa topo -----------------------------    */

.busca_top{
	position:relative;
	float:left;
	width:930px;
	padding:20px 30px 0 30px;
	}
	
.busca_top form, .busca_top fildset {
	width:930px;
	height:33px;
	margin:0;
	padding:0;
	border:none;
}
.busca_top .modelo, .busca_top .btn_procurar {
	height:33px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#353535;
	border:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.busca_top .modelo {
	background:#b1b3b6;
	width:400px;
	border:none;
	padding:0 0 0 10px;
}

.busca_top .marca {
	background:#b1b3b6;
	width:100px;
	margin:0 0 0 10px;
}

.busca_top .btn_procurar {
	width:120px;
	background-color:#efba22;
	margin:0 0 0 5px;
}

/*      Resultado Pesquisa -------------------------------------------------------     */

.result ul {
	margin:0px;
	padding:0px;
}
.result li {
	position:relative;
	float:left;
	width:890px;
	list-style:none;
	padding:20px;
	background:#1A1A1A;
	margin:0px 0px 5px 0px;
}
.result li img {
	position:relative;
	float:left;
	width:150px;
	height:100px;
	margin:0 25px 0 0;
}
.result li h5 {
	position:relative;
	float:left;
	letter-spacing:-1px;
	width:685px;
	height:50px;
	margin:0;
	padding:5px 15px 5px 15px;
	background:#111;
	font-size:24px;
	color:#efba22;
}
.result li h5:hover {
	background:#efba22;
	cursor:pointer;
	color:#333;
}
.result li h6 {
	position:relative;
	float:left;
	letter-spacing:-1px;
	width:205px;
	height:22px;
	margin:5px 5px 0 0;
	padding:8px 15px 5px 15px;
	background:#111;
	color:#ccc;
	font-size:18px;
	font-weight:normal;
}
.result li h6 b {
	color:#666;
	font-weight:normal;
}
.result li #seta {
	width:38px;
	height:76px;
}

.result li .tarja{
	position:absolute;
	margin:0px;
	padding:0px;
	width:110px;
	height:110px;
	top:0;
	right:0px;
	z-index:20;
	}

.galeria {
	position:relative;
	ist-style:none;
	width:395px;
	padding:0px;
	margin:0 0 0 5px;
}
.galeria li {
	position:relative;
	width:74px;
	height:58px;
	display:inline;
	float:left;
	margin:0 5px 5px 0;
}

/*FORMULARIO*/
.imput_longo{
	font-family:"Trebuchet MS", verdana;
	font-size:14px;
	width:440px;
	border:none;
	background-color:#F7F7F7;
	color:#666;
	padding:4px;
}

/*Obrigado*/
.all {
	position:relative;
	text-align:center;
	width:930px;
	float:left;
}
.all a:hover {
	color:#fff;
}
.all a {
	color:#f2d581;
}

/*      Resultado Lista_car -------------------------------------------------------     */

.listacar{
	margin:0px;
	padding:0px;
}
.listacar li {
	position:relative;
	float:left;
	width:435px;
	list-style:none;
	padding:5px;
	background:#1A1A1A;
	margin:0px 0px 5px 0px;
}

.listacar li p{
	position:relative;
	float:left;
	width:286px;
	height:20px;
	padding:12px 0 8px 15px;
	background:#1A1A1A;
	margin:0px;
}
.carro {
	position:relative;
	float:left;
	width:60px;
	height:40px;
	margin:0px;
}

.editar {
	position:relative;
	float:left;
	width:48px;
	height:16px;
	margin:12px 5px 0 5px;
}
.btnexcluir {
	position:relative;
	float:left;
	width:16px;
	height:16px;
	margin:12px 0 0 0;
}

/*      Resultado detalhes -------------------------------------------------------     */

.detalhes{
	margin:0px;
	padding:0px;
	color:#FFF;
}
.detalhes li {
	position:relative;
	float:left;
	width:435px;
	list-style:none;
	padding:5px;
	background:#1A1A1A;
	margin:0px 0px 1px 0px;
}

.detalhes li b {
	color:#666;
}

.principal{
	position:relative;
	float:left;
	width:445px;
	height:297px;
	margin:0 0 15px 0;
	}
	
.down{
	position:relative;
	float:left;
	padding:0px;
	margin:30px 0 15px 0px;
	height:15px;
	}
	
/*     Galeria detalhes -------------------------------------------------------     */

.galeriadetalhes {
	position:relative;
	float:left;
	ist-style:none;
	width:440px;
	padding:0px;
	margin:0 0 0 5px;
}
.galeriadetalhes li {
	position:relative;
	width:105px;
	height:70px;
	display:inline;
	float:left;
	margin:0 5px 5px 0;
	padding:0px;
}

.galeriadetalhes li img {
	width:105px;
	height:70px;
}