/* estilo geral */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #BACA95 url(../images/fundo.gif) top left repeat-Y;
	font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 0.85em;
}

.c { clear: both; }

div#topo-img {
	/*background: transparent url(../images/home_img1.jpg) top left no-repeat;*/
	width: 245px;
	height: 350px;
	position: absolute;
	float: left;
}

div#geral {
	background: transparent url(../images/fundo_geral.gif) top left no-repeat;
	position: absolute;
	float: left;
	width: 755px;
	height: 510px;
	min-height: 550px;
}

div#geral h1, div#geral h2, div#geral h3 {
	color: #fff;
	margin-bottom: 15px;
	background: transparent url(../images/link1.gif) top left no-repeat;
	background-position: 0px 2px;
	padding-left: 25px;
}

div#conteudo-esq {
	/*background:	#f5f5f5;*/
	width: 215px;
	margin-top: 80px;
	_margin-top: 340px;
	float: left;
	padding: 0px 10px;
}

div#conteudo-esq #menu1, div#conteudo-esq #menu2 {
	margin-left: 5px;
	margin-bottom: 25px;
	font-weight: bold;
}

div#conteudo-esq #menu1 {
	margin-bottom: 70px;
}

div#conteudo-esq #menu1 ul, div#conteudo-esq #menu1 li, div#conteudo-esq #menu2 ul, div#conteudo-esq #menu2 li {
	list-style-type: none;
}

div#conteudo-esq #menu1 ul li, div#conteudo-esq #menu2 ul li {
	background: transparent url(../images/link1.gif) top left no-repeat;
	background-position: 0px 1px;
	padding-left: 25px;
	height: 20px;
}

div#conteudo-esq #menu1 ul li a, div#conteudo-esq #menu2 ul li a {
	color: #fff;
	text-decoration: none;
}

div#conteudo-esq #menu1 ul li a:hover, div#conteudo-esq #menu2 ul li a:hover {
	color: #33FF33;
	text-decoration: underline;
}

div#conteudo-esq form {
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 20px;
}

div#conteudo-esq .frm-selec {
	margin-bottom: 5px;
	display: block;
}

div#conteudo-dir {
	/*background: #eee;*/
	margin-left: 250px;
	margin-right: 25px;
	margin-top: 260px;
}

div#conteudo-dir #imoveis {
	text-align: center;
	margin-left: 20px;
	font-size: 0.8em;
}

div#conteudo-dir #imoveis a {
	text-decoration: none;
}

div#conteudo-dir #imoveis img {
	border: 0px;
}

div#conteudo-dir #imoveis .imoveis {
	width: 135px;
	/*height: 150px;*/
	display: block;
	float: left;
	margin-right: 15px;
	text-align: center;
	background: #fff;
	border: 1px solid #333;
	margin-bottom: 15px;
}

div#conteudo-dir #imoveis .imoveis-img {
	padding-top: 4px;
	padding-bottom: 4px;
}

div#conteudo-dir #imoveis .imoveis-txt1 {
	padding: 2px;
	background: #387100;
	color: #fff;
}

div#conteudo-dir #imoveis .imoveis-txt2 {
	padding: 2px;
	background: #669900;
	color: #fff;
}

div#conteudo-dir #imoveis .imoveis-txt3 {
	padding: 2px;
	background: #99CC66;
	color: #387100;
}

div#rodape {
	background: #657D2B;
	width: 740px;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 15px;
	position: absolute;
	text-align: right;
}

div#rodape ul, div#rodape li {
	list-style-type: none;
}

div#rodape ul li {
	/*float: left;*/
	display: inline;
	margin-left: 15px;
}

div#rodape ul li a {
	color: #fff;
	text-decoration: none;
}

div#rodape ul li a:hover {
	text-decoration: underline;
}

div#rodape #seguro {
	position: absolute;
	float: left;
	top: 1px;
	left: 3px;
}