html, body {
	margin: 0;
	padding: 0;
	background-image:url(../images/back.jpg);
	background-position:top center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* INDEX ------------------------------------------------------ */

#pagina {
	width:800px;
	}
	
#top {
	width:800px;
	height:350px;
	}
	
#menu {
	width:355px;
	height:250px;
	float:right;
	}

#corpo {
	clear:both;
	padding:10px;
	min-height:300px;
	text-align:left;
	}
	
#bottom {
	clear:both;
	padding:10px 5px 5px 5px;
	text-align:center;
	background-image:url(../images/bottom.png);
	margin-top:10px;
	height:95px;
	}

#links {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#990000;
	text-align:center;
	padding:20px 10px 15px 10px;
	}
	
#links a {
	color:#990000;
	}
	
#links a:hover {
	color:#000066;
	border-top:#990000 1px solid;
	}
	
#creditos {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	text-align:center;
	margin-bottom:10px;
	}
	
#creditos a {
	color:#666;
	}

/* LISTA DE IMOVEIS ------------------------------------------------------ */
	
#busca {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771500;
	width:230px;
	height:145px;
	padding:35px 15px 10px 15px;
	background-image:url(../images/busca.jpg);
	float:left;
	}
	
#busca a {
	color:#771500;
	}
	
.imovel {
	width:240px;
	height:129px;
	padding:6px 10px 10px 10px;
	background-image:url(../images/back_imovel.jpg);
	background-repeat:no-repeat;
	float:left;
	}
	
.imovelTit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#771500;
	height:17px;
	}

.imovelTit a {
	color:#771500;
	}
	
.imovelTit a:hover {
	color:#000033;
	}
	
.imovelFoto img {
	border:#771500 1px solid;
	margin-right:5px;
	float:left;
	}
	
.imovelFoto img:hover {
	border:#000033 1px solid;
	}
	
.imovelText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:left;
	width:90px;
	float:left;
	}
	
.imovelText a {
	color:#000;
	}
	
.imovelText2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-align:left;
	}
	
.imovelText2 a {
	color:#000;
	}
	
.zero {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771500;
	text-align:left;
	padding:10px;
	float:left;
	}
	
/* LINKS DAS PAGINAS DA LISTA DE IMOVEIS ------------------------------------------------------ */

#PaginaLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	text-align:center;
	margin-top:10px;
	clear:both;
	}
	
#PaginaLink a {
	color:#000033;
	}
	
#PaginaLink a:hover {
	color:#771500;
	}

#PaginaLink .PaginaAtual {
	font-size:12px;
	font-weight:bold;
	color:#771500;
	}
	
/* DETALHE DO IMOVEL ------------------------------------------------------ */

#Titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#771500;
	width:755px;
	height:35px;
	padding:10px 10px 0px 15px;
	background-image:url(../images/back_titulo.jpg);
	}
	
#Fotos {
	width:324px;
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
	}

#Fotos .top {
	width:324px;
	height:40px;
	background-image:url(../images/back_fotoTop.jpg);
	clear:both;
	}
	
#Fotos .middle {
	width:304px;
	padding:0px 5px 0px 15px;
	background-image:url(../images/back_fotoMid.jpg);
	background-repeat:repeat-y;
	}
	
#Fotos .foto {
	margin:0px 10px 10px 0px;
	float:left;
	}
	
#Fotos .foto img {
	border:#771500 1px solid;
	}
	
#Fotos .foto img:hover {
	border:#000033 1px solid;
	}
		
#Fotos .bottom {
	width:324px;
	height:15px;
	background-image:url(../images/back_fotoBot.jpg);
	clear:both;
	}
	
#Detalhes {
	width:446px;
	padding:0px;
	float:left;
	}
	
#Detalhes .texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	padding:0px 15px 0px 15px;
	}
	
.buttonFinanc {
	background:url(../images/btn_financiamento.jpg) no-repeat top;
	width:159px;
	height:45px;
	border-style:none;
	cursor: pointer;
	margin-top:10px;
	float:left;
	}
	
.buttonFinanc:hover {
	background:url(../images/btn_financiamento.jpg) no-repeat bottom;
	}
	
.buttonInter {
	background:url(../images/btn_interesse.jpg) no-repeat top;
	width:159px;
	height:45px;
	border-style:none;
	cursor: pointer;
	margin-top:10px;
	float:left;
	}
	
.buttonInter:hover {
	background:url(../images/btn_interesse.jpg) no-repeat bottom;
	}
	
.buttonVoltar {
	background:url(../images/btn_voltar.jpg) no-repeat top;
	width:67px;
	height:45px;
	border-style:none;
	cursor: pointer;
	margin-top:10px;
	clear:both;
	margin-top:10px;
	}
	
.buttonVoltar:hover {
	background:url(../images/btn_voltar.jpg) no-repeat bottom;
	}

/* EMPRESA / OUTROS ------------------------------------------------------------------- */	

#Empresa {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771500;
	padding:0px 10px 0px 10px;
	width:575px;
	text-align:justify;
	float:left;
	}
	
#Texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771500;
	padding:0px 10px 15px 10px;
	text-align:justify;
	}
	
#Corretor {
	width:172px;
	padding:0px;
	margin:0px 10px 0px 0px;
	float:right;
	}

#Corretor .top {
	width:172px;
	height:40px;
	background-image:url(../images/back_corretorTop.jpg);
	clear:both;
	}
	
#Corretor .middle {
	width:172px;
	padding-bottom:10px;
	text-align:center;
	background-image:url(../images/back_corretorMid.jpg);
	background-repeat:repeat-y;
	}
	
#Corretor .foto {
	margin-bottom:3px;
	}
	
#Corretor .foto img {
	border:#771500 1px solid;
	}
	
#Corretor .text {
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#771500;
	text-align:center;
	}
	
#Corretor .bottom {
	width:172px;
	height:15px;
	background-image:url(../images/back_corretorBot.jpg);
	clear:both;
	}
	
#Mapa {
	width:760px;
	border:#771500 1px solid;
	}

/* FORMULARIOS ------------------------------------------------------------------- */	
.formBusca {
	margin:0px;
	padding:0px;
	}	
	
.form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	margin:0px;
	padding:10px 10px 0px 10px;
	}
	
.field {
	font-family:Arial, Helvetica, sans-serif;
	color:#771500;
	font-size:10px;
	border:#000066 1px solid;
	margin-bottom:3px;
	}	
	
.fieldErro {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	background-color:#FFF;
	border:#FF0000 1px solid;
	margin-bottom:3px;
	}
	
.fieldBusca {
	font-family:Arial, Helvetica, sans-serif;
	color:#771500;
	font-size:10px;
	border:#771500 1px solid;
	margin-bottom:3px;
	}	
	
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000033;
	margin-top:5px;
	cursor:pointer;
	}
	
.button:hover {
	color:#771500;
	}
	
.erro {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 2px 2px 2px;
	font-size:11px;
	text-align:center;
	margin-bottom:5px;
	margin-left:10px;
	background-color:#D90000;
	width:250px;
	}
	