* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#geral {
	margin: 0px auto;
	border: 0px solid;
	width: 777px;
	height: auto;
	background: #fff url(../img/bg_site.jpg) top left repeat-x;
}
#topo h1 {
	text-indent:-8000em;
}
#esquerda {
	width: 172px;
	float: left;
	display: inline;
	margin-left: 10px;
	margin-top: 10px;
}
#publicidade li {
	font-size: 10px;
	color: #ccc;
}
#direita {
	width: 595px;
	float: left;
	margin-top: 10px;
}
#boas {
	width: 251px;
	float: left;
	text-align: justify;
}
#boas p {
	margin-bottom: 10px;
}
#ultimo {
	width: 334px;
	float: left;
	margin-left: 10px;
	background: url(../img/barra_ultimos.jpg) top left no-repeat;
}
#ultimo ul {
	margin-top: 40px;
}
#ultimo li {
	margin-left: 10px;
}
#ultimo p {
	text-align: right;
	padding-right: 10px;
}
#ultimo a {
	color: #f00;
	font-style: italic;
}
#ultimo a:hover {
	text-decoration: underline;
}
#cliente {
	clear: both;
	background: url(../img/barra_clientes.jpg) top left no-repeat;
	margin-top: 20px;
}
#cliente object {
	margin-top: 45px;
}
#conteudo, #clientes, #trabalhos, #equipamento, #contato {
	background: url(../img/barra_quem_somos.jpg) top left no-repeat;
	padding-top: 45px;
}
#conteudo p, #servico p, #clientes p, #trabalhos, #equipamento p, #contato p {
	text-align: justify;
	margin-right: 20px;
	margin-bottom: 20px;
}
#servico {
	background: url(../img/barra_servico.jpg) top left no-repeat;
	padding-top: 45px;
}
#servico a {
	color: #f00;
}
#desc_serv li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;
}
#desc_serv img {
	border: 1px solid #f00;
}
.lista_serv {
	display: inline;
	width: 49%;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;
}
.titulo {
	font-size: 18px;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
}
.subir:link, .subir:visited, .subir:hover {
	font-size: 10px;
	color: #F00;
	font-style: italic;
	text-align: right;
	margin-left: 545px;
}
.subir:hover, #servico a:hover {
	text-decoration: underline;
}
.img_clientes {
	width: 250px;
	height: 125px;
	margin: 20px 10px 0px 10px;
	display: inline;
	float: left;
	text-align: center;
}
#clientes {
	background: url(../img/barra_clientes.jpg) top left no-repeat;
}
#clientes h2 {
	color: #f00;
	font-size: 18px;
}
#trabalhos {
	background: url(../img/barra_trabalho.jpg) top left no-repeat;
}
#trabalho {
	margin: 0px;
}
#trabalho ul {
	margin-top: 10px;
	width: 40%;
	height: 160px;
	float: left;
	display: inline;
	overflow: auto; 
}
#trabalho li {
	margin: 0px;
	clear: both;
}
.trab_img {
	margin: 0px;
	border: 1px solid #FF0000;
}
#equipamento {
	background: url(../img/barra_equipamentos.jpg) top left no-repeat;
}
#contato {
	background: url(../img/barra_contato.jpg) top left no-repeat;
}
/*Formulário de Contato */
#formulario {
width: auto;
/*margin: auto;*/

margin: 20px auto;
}
#formulario td {
vertical-align: top;
}
.cmp {
	color: #000;
	text-decoration: none;
    border: solid 1px #000;
}
#botao {
	height: auto;
	float: right;
	padding-right: 11.5em;
}
.bt {
    background-color: #000;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
    border: solid 1px #f00;
}
#rodape {
	clear: both;
}
#rodape ul {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 7px;
}
#rodape li {
	display: inline;
	margin-left: 7px;
	margin-right: 7px;
}
#rodape a {
	color: #f00;
}
#rodape a:hover {
	text-decoration: underline;
}
address {
	height: 37px;
	color: #f00;
	text-align: center;
	background: #000;
	border-bottom: 5px solid #f00;
	border-top: 5px solid #f00;
}
address a {
	color: #f00;
	font-family: "Georgia", Times New Roman, Times, serif;
}
address a:hover {
	text-decoration: underline;
}