@import url("menu.css");
body{
	font-size:10px;
	color:#000;
	background-color:#ccc;
	font-family: Verdana, Myriad, Bit Stream Vera Sans, Sans Serif;
}

p,h1,h2,h3,h4,h5,ul,li,ol,fieldset{
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}
a img{
	border:0;
}

h1{
	background:no-repeat top center url(../../public/images/logo.jpg);
	text-indent:-999em;
	width:246px;
	height:90px;
	position:absolute;
	left:14px;
}
.submit{
	border-color:#a5a5a5 #3f3f3f #3f3f3f #a5a5a5 ;
	border-style:solid;
	border-width:1px;
	background-color:#ffcc2a;
	color:#000;
	font-size:11px;
	padding:1px 5px;
}
#main{
	width:960px;
	height:610px;
	position:relative;
	margin:auto;
	background:no-repeat top center url(../../public/images/bg-geral.gif);
}	
#atendimento-online{
	background:url(../../public/images/atendimento-online.jpg) no-repeat center top;
	height:36px;
	position:absolute;
	right:61px;
	text-indent:-999px;
	top:33px;
	width:167px;
}
#encontre-imovel{
	left:35px;
	position:absolute;
	top:120px;
	width:210px;
}
#encontre-imovel h2{
	text-indent:-99em;
	height:13px;
	background:url(../../public/images/txt-encontre-seu-imovel.gif) no-repeat top left;
	margin-bottom:15px;
}
#encontre-imovel p{
	background:url(../../public/images/busca-avancada.gif) no-repeat top left;
	height:48px;
	margin-left:-15px;
	text-indent:-99em;
	width:112px;
	
	position:absolute;
	top:152px;
}
#encontre-imovel p a{
	height:48px;
	width:112px;
	display:block;
}
#encontre-imovel select{
	border:1px solid gray;
	width:210px;
	display:block;
	margin-bottom:8px;
	font-size:9px;
}
#encontre-imovel .submit{
	float:right;
}
#banner{
	height:210px;
	left:273px;
	position:absolute;
	top:77px;
	width:671px;
}
#rodape{
	font-size:12px;
	margin:0px 0px 0px 380px;
	padding-left:150px;
	width:465px;
	height:30px;
    color:#795a43;
	font-family:"Arial";
	text-align:center;


}

.barra {
	background-color: #FF0000;	
	width: 100px;
	height: 20px;
}

.borda {
	border: 1px solid #CCC;
	padding: 1px;
}

#conteudo #paginacao {
	position: absolute;
	top: 4px;
	right: 1px;
	background-color: #FFF;
	height: 268px;
	width: 36px;
	text-align: center;
	border-left: 1px solid #DCDCDC;
}

#conteudo #paginacao li {
	list-style: none;
	border: 1px solid #DCDCDC;
	padding: 3px;
	text-align: center;
	width: 20px;
	margin: 10px 0 0 0;
	padding: 2px;
}

#conteudo #paginacao .selecionado {
	font-weight: bold;
	background-color: #FBCD32;
	border: 1px solid #ABA6A3;
}

#conteudo #mapaLocalizacao {
	position: absolute;
	right: 0px;
	top: 33px;
}

#conteudo #textosLocalizacao {
	width: 360px;	
}

.clear{clear:both}
.left{float:left}
.rightBorda{float:right; border: 1px solid #CCC; padding: 1px;}
.right{float:right;}