body {
	background-color:#cbf2df;
	background-image:url(../bg-repeat.jpg);
	background-repeat:repeat-x;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#298859;
}
label{
	margin:5px;
}
select{
	margin:5px;
}
input{
	margin:5px;
	width:300px;
}
form{
	margin-top:5px;
}
.geral{
	width:1000px;
}

/*
CSS do topo
*/
div.topo_geral {
	width:1000px;
	height:262px;
	/*position:relative;*/
}

div.logotipo {
	width:300px;
	height:262px;
	float:left;
}

div.menu{
	width:700px;
	height:168px;
	float:left;
}

/*
CSS do conteudo
*/
#conteudo{
	width:1000px;	
}

.dim-titulos-430px{
	width:430px; 
	height:52px;
}

.dim-titulos-570px{
	height:52px;
	width:570px;
}

.dim-titulos-1000px{
	width:1000px;
	height:52px;
}

.cont_esq{
	width:570px;
	height:485px;
	float:left;
}
.cont_dir{
	width:430px;
	height:485px;
	float:left;
}
a#link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#298859;
	text-decoration:none;
	color:#298859;
	font-weight:bold;
}
a#link:hover{
	text-decoration:underline;
	color:#090;
}

/*
CSS do rodape
*/
div.rodape{
	width:850px;
	height:20px;
	margin-top:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	float:left;
}
a.deangeli{
	color:#060;
	text-decoration:none;
}
a.deangeli:hover{
	color:#090;
	text-decoration:underline;
}
div.contato_deangeliweb{
	width:100px;
	height:20px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:5px;
	float:left;
	color:#060;
}

/*
CSS equipe
*/
.img{
	background-color:#F00;
	margin:10px;
	width:110px;
	height:85px;
	float:left;
}

/*
CSS orcamento
*/
.form-orcamento{
	
	padding:10px 5px;
	border:1px medium #060;
	float:left;
	width:460px;
}
