html, body 
{
	height:100%;
	padding:0;
	margin:0;
	cursor:default;
	background:#09c url(../imgs/bkg-main.png) repeat-x;
	font:normal 14px Verdana, Arial;
	color:#000;	
}

.hand
{
	cursor:pointer;	
}

div
{
	overflow:hidden;
}

a
{
	text-decoration:none;	
}
a:hover
{
	text-decoration:underline;	
}
a img
{
	border-width:0;	
}

label
{
	cursor:pointer;
}

/*------------------------------------------------------------------*/
#main 
{	
	background:#fff;
	overflow:visible;
	width:1002px;
	margin:0 auto;
}

#header 
{
	height:218px;
	background:url(../imgs/bkg-header.jpg) no-repeat 340px 0;
}
#header a, #header a imgs
{
	width:340px;
	height:218px;
	display:block;
	float:left;
	cursor:pointer;
}

#menu
{
	height:46px;
	background-color:#036;
	white-space:nowrap;
}
#menu a, #menu img
{
	display:block;
	float:left;
	text-decoration:none;
	border:0;		
	margin:0;
	padding:0;
}
#menu a:hover
{
	filter:alpha(opacity:90);
	opacity:.9;
}

#body 
{	
	background:url(../imgs/bkg-body.jpg) repeat-y;
}

#content
{
	padding:20px 50px 0 50px;
	background:url(../imgs/top-body.jpg) no-repeat;
	min-height:100px;
}

#footer 
{
	height:56px;
	padding:34px 0 0 250px;
	background:url(../imgs/bkg-footer.jpg) no-repeat;
	color:#036;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
}
#footer a
{
	color:#036;
}

#iw
{
	float:right;
	margin:-8px 40px 0 0;
}

/*----------------------------------------------*/

.item-imovel
{
	display:inline-block;
	overflow:hidden;
	width:180px;
	font-size:12px;
	font-weight:bold;
	color:#66C;
	letter-spacing:-1px;
	white-space:nowrap;
	text-align:center;
	border:4px solid #cff;
	padding:4px 0 4px 0;
	line-height:150%;
	margin:6px;
}
.item-imovel:hover
{
	background-color:#FFC;
	border-color:#f90;
	text-decoration:none;
	color:#069;
}
.item-imovel img
{
	display:block;
	width:160px;
	height:130px;	
	margin:5px 9px 5px 9px;
	border:1px solid #9ff;
}

#hello
{
	font-size:16px;
	font-weight:bold;
	color:#09C;
	letter-spacing:-1px;
	padding-bottom:5px;
	border-bottom:1px dotted #0FF;
	margin-bottom:15px;
}
#hello span
{
	float:right;	
	font-size:12px;
}

#list_destaques, #list_lancamentos
{
	text-align:center;	
	width:440px;
	float:left;
	padding-right:8px;
	border-right:3px solid #cff;
	margin-right:8px;
}
#list_lancamentos
{
	margin:0;
	border:0;
	padding:0;
}

/*----------------------------------------------*/

.conteudos
{
	padding:10px;
	line-height:150%;
}

.info-a
{
	font-weight:bold;
	font-size:26px;
	letter-spacing:-1px;
	color:#66C;
	text-align:center;
	padding:50px 0 20px 0;
	margin-top:20px;
	background:url(../imgs/icon-info.png) no-repeat 50% 0;
}

.titPagA
{
	border-bottom:5px solid #cff;
	font-weight:bold;
	font-size:20px;
	color:#069;
	letter-spacing:-1px;
	padding-bottom:3px;
	text-align:left;
}
.titPagA a
{
	float:right; 
	display:inline-block;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	color:#66c;
}

.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:3px 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;
}

/*----------------------------------------------------------------*/
.container_pagination
{
	font-size:10px;
	color:#666;
	padding:8px 0 12px;
	text-align:center;
	line-height:normal;
}
	.container_pagination a
	{
		font-size:12px;
		display:inline-block;
		padding:1px 4px 1px 4px;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		text-decoration:none;
	}
		.container_pagination a:hover
		{
			background-color:#ddd;
			color:#000;	
		}
		
			.container_pagination a strong
			{
				border-bottom:2px solid #00f;
			}
