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

body {
	padding: 0;
	background:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CCCCCC;
}
#tudo {
	margin:10px auto;
	width:760px;
	background-color:#666666;
	}

h3 {
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:14px;
	color:#AD9469;
	font-weight:bold;
	border-bottom:1px solid #AD9469;
}

h2 {
	margin-bottom:15px;
	padding-bottom:5px;
	font-size:14px;
	font-weight:bold;
	/* border-bottom:1px solid #F4F4F4; */
}

#topo {
	width:760px;
	height:250px;
	background-image:url(images/topo.jpg);
	}

#logo {
	float:left;
	width:250px;
	height:75px;
	margin:40px;
	/* border: solid 1px #AD9469; */
	/* background-color:#AD9469; */
	}

/* MENU */

#menu {
	width:100%;
	margin:0px auto;
	height:40px;
	text-align:center;
	font-weight:bold;
	}

#menu li {
	display:inline;
	text-align:center;
}

#menu li a:hover {
	color:#000000;
	font:13px;	
	text-align:center;
}

#menu a {
	padding: 0 5px 0 10px;
	margin:0px auto;
	/* border-left: 1px solid #CCC; */
	text-decoration:none;
	font-size: 12px;
	color: #CCC;
	text-align:center;
}

/* CONTEUDO */
#busca {
display: none;
}
#conteudo {
	width:740px;
	padding:10px 10px 10px 10px;
	background-color:#666666;
	}

#servico {
	width:740px;
	height:2020px;
	padding:10px 10px 10px 10px;
	background-color:#666666;
}

#empresa {
	width:740px;
	height:440px;
	padding:10px 10px 10px 10px;
	background-color:#666666;
}

#frota {
	width:740px;
	height:680px;
	padding:10px 10px 10px 10px;
	background-color:#666666;
}

#texto {
	float:left;
	width:540px;
	height:270px;
	text-align:justify;
	}

#anuncio {
	float:right;
	width:180px;
	height:330px;
	font-size:12px;
	padding: 10px 10px 0px 0px;
	background: url(images/bg_anuncio.jpg) no-repeat;
	}

/* RODAPÉ */

#rodape {
	width:760px;
	height:30px;
	font-size:10px;
	text-align:center;
	background: #666 url(images/rodape.gif) no-repeat left bottom;
	}

a:link {
	color:#CCC; /* define o estilo do link no estado inicial */
	text-decoration:none;
	}

a:visited {
	color:#CCC; /* define o estilo do link visitado */
	text-decoration:none;
	}

a:hover {
	color:#000000;/* define o estilo do link quando passa-se o mouse sobre ele */
	}

a:active {
	color:#AD9469; /* define o estilo do link ativo (o que foi "clicado") */
	}

