@charset "utf-8";
/* CSS Document */

html, body, #all {height: 100%;}
body > #all {height: auto; min-height: 100%;}

* {
	margin: 0 auto;
}

input {
	background:url(imagens/bg_input.jpg) repeat-x;
	height: 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	outline: none;
	font-family: "Trebuchet MS";
	font-color: #CCC;
}

.enviar {
	background:url(imagens/bt_enviar.png);
	width:106px;
	height:25px;
	cursor:pointer;
}

.limpar {
	background:url(imagens/bt_limpar.png);
	width:106px;
	height:25px;
	cursor:pointer;
}

#topo {
	background:url(imagens/bg_topo.jpg) repeat-x;
	height: 34px;
}

#textotopo {
	width: 500px;
	padding-left: 820px;
	padding-top: 10px;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

#topo2 {
	background:url(imagens/bg_topo2.jpg) repeat-x;
	height:115px;
}

#logo {
	width: 960px;
}

.logo {
	margin-top: 10px;
}

#promocao {
	width: 960px;
}

.promocao {
	margin-top: 10px;
}

#passo1 {
	width: 960px;
}

.passo1 {
	margin-top: 14px;
}

#meio {
	padding-bottom: 34px;
}

#conteudo {
	width: 960px;
}

#formulario {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 13px;
}

.carts {
	margin-top: 7px;
}

#imagem {
	width: 549px;
	float: left;
}

#carros {
	
}

#rodape {
	background:url(imagens/bg_topo.jpg) repeat-x;
	height: 34px;
	position: relative;
	margin-top: -34px;
	clear: both;
}

#textorodape {
	width: 960px;
	padding-top: 7px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}