/* Cavinatto Imóveis - Desenvolvido por Plenna,sim */

* {
	margin:0;
	padding:0;
	}
	
a {
	text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

form, fieldset, img {
	border:none;
	}

ul, ol{
	list-style:none;
	}
	
	
body{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	background-image: url(../img/fundo.jpg);
}

#geral{
	background:url(../img/bg-conteudo.jpg) repeat-y left top;
	width:716px;
	text-align:left;
	margin:0 auto;
}

#topo h1 a{
	display:block;
	background:url(../img/logo-topo.jpg) no-repeat left top;
	width:716px;
	height:230px;
	text-indent:-9999px;
}

#menu{
	height:51px;
	background:url(../img/bg-menu.jpg) repeat-x left top;
	font-size:15px;
}

#menu ul{
	margin:0 0px;
	text-align:center;

}


#menu li{
	text-align:center;
	float:left;
	padding:0 23px;
	border-right: 2px solid #fff;
	text-transform:uppercase;
	line-height:30px;
	margin-top:10px;
}

#menu li.ultima{
	border:none;
}


#menu li a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}


#lateral{
	width:180px;
	float:left;
}

h2{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#F0C;
}

h3{
	font-size:16px;
	text-transform:uppercase;
}

#lateral h2{
	background:url(../img/bg-titulo-vermelho.jpg);
	height:32px;
	color:#FFF;
	line-height:32px;
	margin-bottom:10px;
	padding-left:15px;
	border-bottom:solid 3px #fff;
	border-top:solid 3px #fff;
}

#rodape{
	clear:both;
	background:url(../img/bg-rodape.jpg) no-repeat center top;
	height:44px;
	text-align:center;
}

#rodape p{
	color:#FFF;
	line-height:44px;
	font-size:12px;
	margin:0px;
}

#conteudo{
	float:left;
	margin:10px;
	width:515px;
	background-color: #FFFFFF;
}

#conteudo2{
	float:left;
	margin:10px;
	width:515px;
	background-color: #FFFFFF;
	text-align:center;
}
	
#conteudo h2{
	border-bottom:1px solid #CCC;
	padding-bottom:2px;
	margin-bottom:5px;
	clear:both;

}

.homeimg{
	width:157px;
	margin: 10px 7px;
	float:left;
	text-align:center;
}

h3{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#F0C;
	border-bottom:1px solid #CCC;
	padding-bottom:2px;
	margin-bottom:5px;
}

.homeimg h3{
	margin-top:10px;
}

p{
	margin-bottom:5px;
}

.btdetalhes{
	background:url(../img/bg-titulo-vermelho.jpg) center center repeat-x;
	padding:5px;
	display:block;
	width:60px;
	margin:0 auto;
}

a.btdetalhes {
	color:#FFF;
	text-decoration:none;
}

.servicosuteis{
	list-style:square inside;
	color:#C09;

}

.servicosuteis li{
	padding:5px 15px;
	background-color:#ccc;
	margin-bottom:10px;
	
}

.servicosuteis li a{
	color:#333;
	text-decoration:none;
}

.formulario li{
	padding:0px 15px;
	margin-bottom:10px;

}
	

	
/************************************************************************************************************
* BOTAO VOLTAR
************************************************************************************************************/
.bt_voltar {
	clear:both;
	font-size:11px;
	font-weight:bold;
	padding-top:10px;
}

.bt_voltar a {
	color:#000;
}