body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow-x: hidden; 
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
}

h1{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #C07122;
	font-weight: normal;
}

h2{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #C07122;
	font-weight: normal;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------------------------------*/
/* Misc */
/*--------------------------------------------------------------------------------------*/
#loading {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}

/*--------------------------------------------------------------------------------------*/
/* IDS, CLASSES */
/*--------------------------------------------------------------------------------------*/
/* div recipiente com todo o site */
#container {
	width: 746px;
	border: 1px solid #9C9C9C;
	margin: auto;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* div com o arquivo do flash que contém o topo do site e o menu principal */
#header {
	width: 100%;
	height: 187px;
}

/*div com a imagem de fundo que separa o cabeçalho do restante do site */
#separador_header {
	width: 748px;
	height: 19px;
	background-image: url(../img/separador_header.gif);
	background-repeat: repeat-x;
	margin-left: -1px;
}

/* div com o conteúdo da página */
#conteudo_da_pagina {
	width: 740px;
	margin-top: -5px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -6px;
	margin-left: 4px;
}

/* parte de cima do fundo laranja do conteúdo da página */
#header_bglaranja {
	width: 740px;
	height: 4px;
	background-image: url(../img/bg_laranja_top.gif);
	background-repeat: no-repeat;
}

/*conteudo posicionado a esquerda */
#conteudo_esq {
	width: 334px;
	background-image: url(../img/bg_laranja_esq.gif);
	background-repeat: repeat-y;
	float: left;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -13px;
}

/*conteudo posicionado a direita */
#conteudo_dir {
	width: 402px;
	background-image: url(../img/bg_laranja_dir.gif);
	background-repeat: repeat-y;
	float: left;
	margin-top: -184px;
/* hack para corrigir o espaçamento no IE7 */
	*+margin-top: 0px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -14px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 10px;
}

/* parte da baixo do background laranja (esquerda) */
#conteudo_esq_footer {
	width: 334px;
	height: 4px;
	background-image: url(../img/bg_laranja_esq_footer.gif);
	background-repeat: no-repeat;
	float:left;
	clear:both;
}

#conteudo_dir_lateral {
	width: 4px;
	height: 209px;
	*height: 214px;
	background-image: url(../img/bg_laranja_dir_lateral.gif);
	background-repeat: repeat-y;
	float: left;
	margin-left: 13px;
/* hack para corrigir o espaçamento no IE(* = internet explorer) */
	*margin-left: -4px;
/* hack para corrigir o espaçamento no IE7 */
	*+margin-top: 183px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: 169px;
	
}

#conteudo_dir_footer {
	width: 410px;
	height: 6px;
	background-image: url(../img/bg_laranja_dir_footer.gif);
	background-repeat: no-repeat;
	margin-left: 329px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left: 164px;
/* hack para corrigir o espaçamento no IE7 */
	*+margin-top: -4px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -9px;
	float: left;
	clear: both;
}

.titulo_conteudo {
	margin-left: 21px;
}

/* div com a barra que divide o titulo do conteúdo */
.barra_divisoria_titulo {
	background-image: url(../img/separador_titulo.gif);
	background-repeat: repeat-x;
	
}

.texto_conteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.7em;
	margin-left: 34px;
	margin-top: 17px;
/* hack para corrigir o espaçamento no IE(* = internet explorer) */
	*margin-top: 0px;
	padding-bottom: 26px;
}

/* BOX DE BUSCA */
/* div da box de busca de imóveis(busca principal) */
#box_busca_principal {
	width: 321px;
	height: 200px;
	background-image: url(../img/bg_busca_principal.jpg);
	background-repeat: no-repeat;
	float:left;
	clear:both;
	margin-left: -4px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left:-2px;
	margin-top: 4px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top:-10px;
}

/* titulo da box busca de imóveis */
#titulo_box_busca {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #FCE7BA;
	margin-left: 91px;
	padding-top: 24px;
}

#tabela_box_busca {
	margin-left: 30px;
	margin-top: 17px;

}

.campo_box_busca {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 6px;
}

#tabela_box_busca select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	width: 150px;	
}

/* div com o botão buscar(busca de imóveis) */
#td_bt_buscar {
	padding-top: 9px;
	padding-left: 79px;
}

/* classe com os destaques que ficam alinhados a esquerda */
.destaque_esq {
	background-image: url(../img/bg_destaque_esq.gif);
	background-repeat: no-repeat;
	width: 366px;
	height: 203px;
	float:left;
	margin-top: 6px;
}


#destaques {
	padding-top:10px;
/* hack para corrigir o espaçamento no IE6 */
	_padding-top: 0px;
	clear: both;
}

/* classe com os destaques que ficam alinhados a direita */
.destaque_dir {
	background-image: url(../img/bg_destaque_dir.gif);
	background-repeat: no-repeat;
	width: 366px;
	height: 203px;
	float: left;
	margin-top: 6px;
	margin-left: 5px;
}

/*--------------------------------------------------------------------------------------*/
/*RODAPÉ*/
/*--------------------------------------------------------------------------------------*/
/* rodapé do site */
#footer {
	background-image: url(../img/bg_footer.gif);
	background-repeat: repeat-x;
	height: 101px;
	width: 100%;
	margin-top: 28px;
	float: left;
	clear: both;
}

#endereco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-align: center;
	margin-top: 28px;
	line-height: 18px;
}

#endereco span{
	font-size: 1.2em;
}


.img_destaque_div {
	width:179px;
	height:167px;
	margin-top: 10px;
	margin-left: 5px;
	text-align: center;
	float:left;
}

.img_destaque {
	border: solid 1px #A9A9A9;
}


.informacoes_destaque {
	float: left;
	margin-top: 19px;
	margin-left: 8px;
}

/* tipo do imovel em destaque */
.titulo_destaque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #772233;
}

.descricao_destaque {
	width: 155px;
	height: 92px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color:#000000;
	margin-top: 5px;
}

.bt_mais_detalhes_div {
	margin-top:29px;
	margin-left: 23px;
}

.bt_mais_detalhes {
	cursor: pointer;
}

/* parte do meio do fundo(background laranja) onde aparece parte do conteúdo de todas as páginas(exceto index) */
#bg_laranja_pag_meio {
	background-image: url(../img/bg_laranja_meio.gif);
	background-repeat: repeat-y;
	width: 738px;
	float: left;
	clear: both;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -13px; 
	padding-bottom: 8px;
}

/* rodapé do fundo(background laranja) onde aparece parte do conteúdo de todas as páginas(exceto index) */
#bg_laranja_footer {
	background-image: url(../img/bg_laranja_footer.gif);
	background-repeat: no-repeat;
	width: 738px;
	height: 4px;
	float: left;
	clear: both;
}

/* conteudo alinhado em todas as páginas a esquerda sobre o fundo laranja(exceto na página index.php) */
#conteudo_pagina_esquerda {
	float: left;	
}

/* conteudo alinhado em todas as páginas a direita sobre o fundo laranja(excet na página index.php) */
#conteudo_pagina_direita {
	float: left;	
}

/* div da box de busca de imóveis(busca principal - todas as páginas exceto index.php) */
#box_busca_principal_paginas {
	width: 322px;
	height: 199px;
	background-image: url(../img/bg_busca_principal_paginas.jpg);
	background-repeat: no-repeat;
	margin-left: 77px;
	
}

/* imagem principal da página de investimentos */
#img_investimentos {
	margin-top: 2px;
	margin-left: 21px;
}

/*--------------------------------------------------------------------------------------*/
/* FORMULÁRIO DE CONTATO */
/*--------------------------------------------------------------------------------------*/
/* div do formulário de contato */
#box_formContato {
	background-color: #FFFFF5;
	border: solid 1px #C5C5C5;
	width: 712px;
	height: 290px;
/* hack para corrigir a altura no IE7 */
	*+height: 310px;
/* hack para corrigir a altura no IE6 */
	_height: 230px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	font-weight: bold;
}

#box_formContato input{
	width: 263px;
}

#box_formContato textarea{
	width: 263px;
	height: 100px;
}

#table_formContato {
	margin-left: 55px;
	margin-top: 10px;
	_margin-top:0px;
	width: 90%;
}

#data_hora {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C16C08;
}

#bt_enviar {
	cursor: pointer;
}

#bt_limpar {
	cursor: pointer;
}

#respostaContato {
	height: 20px;
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
/* hack para corrigir o espaçamento no IE */
	*padding-bottom:0px;
	margin-left: 55px;
	padding-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: block;
	font-weight: lighter;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------------------------------*/
/* RESULTADO PESQUISA */
/*--------------------------------------------------------------------------------------*/
/* caminho da pesquisa */
#resultado_pesquisa_caminho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C07122;
	margin-left: 14px;
	float: left;
}

#tabela_resultado_imoveis {
	margin-left: 2px;
	clear: both;
	color: #000000;
	font-size: 0.7em;
}

#tabela_resultado_imoveis thead{
	color: #FFFFFF;
	background-color: #466D84;
	font-size: 1.0em;
	font-weight: bold;
}

#tabela_resultado_imoveis td{
	padding: 7px 5px 7px 5px;
}

#tabela_resultado_imoveis tbody{
	text-transform: uppercase;
}

.img_resultado {
	border: solid 1px #A9A9A9;
	width: 51px;
	height: 38px;
}

#mensagem_busca_nao_encontrada {
	font-size: 0.7em;
	width: 100%;
	height: 60px;
	text-align: center;
	padding-top: 40px;
	margin-top: 50px;
	margin-left: -2px;
	margin-bottom: 20px;
	background-color: #FFFFF5;
	border-top: solid 1px #FCEDD0;
	border-bottom: solid 1px #FCEDD0;
	clear: both;
	
}

/*--------------------------------------------------------------------------------------*/
/* NOVA BUSCA */
/*--------------------------------------------------------------------------------------*/

/* btn busca */
#nova_busca {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #C07122;
	margin-top: 3px;
	margin-right: 25px;
	cursor: pointer;

}

/* box para fazer a nova pesquisa */
#nova_busca_box {
	width: 741px;
	height: 134px;
	background-image: url(../img/box_novapesquisa.jpg);
	background-repeat: no-repeat;
	margin-left: -2px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left: -1px;
	float: left;
	clear: both;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -15px;
	padding-bottom: 7px;
/* hack para corrigir o espaçamento no IE7 */
	*+padding-bottom: 0px;
/* hack para corrigir o espaçamento no IE6 */
	_padding-bottom: 5px;
	display: none;
}

/*--------------------------------------------------------------------------------------*/
/* MAIS DETALHES */
/*--------------------------------------------------------------------------------------*/

/* divs para separar as fotos em uma coluna ESQUERDA(MINIATURAS) e uma DIREITA(FOTO AMPLIADA) */
#col_esq_mais_detalhes {
	width: 306px;
	height: 435px;
/* hack para corrigir a altura no IE */
	*height: 426px;
	float: left;
	margin-top: 4px;
	margin-left: 9px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left: 5px;
}

#thumbs {
	height:361px;
}

#thumbs img{
	width:73px; 
	height:54px; 
	float:left; 
	cursor:pointer; 
	margin-left: 1px; 
	border:solid 1px #A9A9A9;
	opacity:0.7;
	filter: alpha(opacity=70);
}

#col_dir_mais_detalhes {
	width: 407px;
	height: 435px;
/* hack para corrigir a altura no IE */
	*height: 426px;
	float: left;
	margin-top: 4px;
	margin-left: 7px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left: 6px;
}

#img_ampliada_mais_detalhes {
	width: 405px;
	height: 434px;
	border: solid 1px #C5C5C5;
	background-color: #EFEFEF;
	margin-left: 2px;
	padding-top: 1px;
}

#img_ampliada {
	display: block;
	border: solid 1px #A9A9A9;
}

/* div com as infomações do imóvel */
#informacoes_mais_detalhes {
	width: 720px;
	float: left;
	clear: both;
	background-color: #EFEFEF;
	border: solid 1px #C5C5C5;
	margin-top: 1px;
	margin-left: 9px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-left: 5px;
	padding-bottom: 5px;
}

.informacoes_imovel {
	width: 712px;
	height: 20px;
	background-color: #FEFEFE;
	margin-top: 7px;
	margin-left: 4px;
/* hack para corrigir o espaçamento no IE */
	*margin-left: 3px;
}

.mais_informacoes {
	width: 712px;
	background-color: #FEFEFE;
	margin-top: 7px;
	margin-left: 4px;
	*margin-left: 3px;
	float: left;
	padding-bottom: 5px;
}

#legenda {
	width: 400px;
	font-size: 0.8em;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 9px;
	+*margin-top: 3px;
	text-align: left;
	padding-left: 5px;
}

/*--------------------------------------------------------------------------------------*/
/* SLIDESHOW */
/*--------------------------------------------------------------------------------------*/
/* div do slideshow */
#slideshow_mais_detalhes {
	width: 306px;
	height: 40px;
	background-image: url(../img/mais_detalhes_slideshow.gif);
	background-repeat: no-repeat;
	float:left;
	clear: both;
	margin-top: 34px;
	*+margin-top: 25px; 
	_margin-top: 36px;
}

/* div com o ícone do slideshow */
#img_slideshow {
	width: 49x;
	height: 48px;
	margin-top: -32px;
/* hack para corrigir o espaçamento no IE6 */
	_margin-top: -35px;
	margin-left: 131px;
	position: absolute;
}

/* div com o botão de ação de slideshow (iniciar/parar) */
#bt_acao_slideshow {
	width: 38px;
	height: 20px;
	padding-top: 11px;
	margin-left: 242px;
	cursor: pointer;
}

/* classe com a formatação dos campos do imóvel */
.campos_dados_imovel {
	color: #000000;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 4px;
	float: left;
	margin-top: 2px;
}

/* classe com a formatação dos campos que vem dinamicamente do imóvel */
.campos_dados_imovel_din {
	color: #000000;
	font-size: 0.7em;
	width: 250px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}
