/*---------------------------------------------------------> LAYOUT */
html, body {
	height: 100%;
}

body, form, img {
	padding:0;
	margin:0;
}

body {
	background:#fff url(../imgs/fd_cab.png) repeat-x;
}

.hand{
	cursor:pointer;	
}

/*------------------------------------------------------------------*/
#main {
	width:998px; 
	margin:0 auto;
	cursor:default;
	overflow:hidden;
}

#banners{
	width:970px;
	display:block;
	margin:0 auto;
	padding-bottom:25px;
}
#banners img{
	display:inline-block;
	border-width:0;	
}
#banners a{
	text-decoration:none;
	margin-left:10px;
}

#head {
	height:192px;	
	overflow:hidden;
}
#head a, #head img{
	border:0;
	text-decoration:none;
}

#menu{
	overflow:hidden;
	height:46px;
	background-color:#fff;
	width:1002px;
	
}
#menu a, #menu img{
	text-decoration:none;
	border:0;
	float:left;	
}
#menu a:hover{
	filter:alpha(opacity:90);
	opacity:0.9;
}

#body {
	clear:both;
	margin:0 auto;
	font:normal 13px arial;
	color:#000;
	padding:25px 10px 10px 10px;
	overflow:auto;
}

#saudacao{
	position:absolute;
	top:5px;
	font:normal 10px arial;
	color:#999;
	text-align:right;
	width:895px;
}

.conteudos{
	padding:20px 20px 20px 20px;
	line-height:18px;
	font:normal 15px arial;
	line-height:22px;
}

#bottom {
	clear:both;
	height:66px;
	padding-top:17px;
	background:url(../imgs/fd_rd.png) no-repeat;
	border-top:5px solid #0FF;
}
#bottom div{
	float:left;
	width:950px;
	font:bold 25px arial;
	color:#069;
	letter-spacing:-2px;
	padding-left:5px;
}

.spA {
	margin-top: 15px;
}

.spB {
	margin-bottom: 20px;
}

.titPagA {
	border-bottom:5px solid #0FF;
	font:bold 25px Arial;
	color:#069;
	letter-spacing:-1px;
	height:30px;
	overflow:hidden;
}

.fA {
	padding: 3px 5px 3px 5px;
	font: normal 14px arial;
	color: #333;
	border:1px solid #ccc;
	margin:2px;
}

.bA {
	font-weight:bold;
	color:#333;	
	background:#eee;
	border:7px solid #ddd;
	padding:5px;
	cursor:pointer;
}

.infoA{
	text-align:center;
	font:normal 10px arial;
	color:#333;
	padding:10px;
}


.txtA{
	padding:3px;
	color:#333;
}

.txtB{
	font-size:9px;
	color:#999;
}

.txtC{
	padding:3px 0 3px 0;
	margin-bottom:10px;
	color:#222;
	font:bold 22px arial;
	border-bottom:1px solid #ddd;
}

.txtD{
	font-size:10px;
	color:#777;
	padding:20px;
	text-align:right;
}

.legInputA{
	font:bold 14px arial;
	color:#666;
	float:left;
	width:200px;
	text-align:right;
	margin-right:10px;
	padding-top:5px;
}

.inputSelectA{
	width:100%;
	font:normal 13px arial;
	color:#333;
	background:#fafafa;
	border:1px solid #ccc;
	padding:1px;
	cursor:pointer;
}

.inputSelectA option{
	padding:2px;
}

.titA{
	font:bold 18px arial;
	color:#000;
}

/*----------------------------------------------*/

.list-imoveis
{
	text-align:center;
	padding:10px 0 10px 0;
}

.item-imovel
{
	display:inline-block;
	overflow:hidden;
	width:176px;
	font-size:13px;
	font-weight:bold;
	color:#069;
	white-space:nowrap;
	text-align:center;
	border:4px solid #ddd;
	background:#f6f6f6;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
	padding:4px 0 4px 0;
	line-height:150%;
	margin:5px;
	text-decoration:none;
}
.item-imovel:hover
{
	border-color:#0ff;
	color:#036;
	background-color:#FFC;
}
.item-imovel img
{
	display:block;
	width:156px;
	height:140px;	
	margin:5px 9px 5px 9px;
	border:1px solid #ccc;
}

/*----------------------------------------------*/
