/*
	Rainer Borene
	Movida Comunicação
*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

img, fieldset {
	border: 0;
}

html, body {
	height: 100%;
}

body {
	background: #0a3263 url(../imagens/gradiente.jpg) repeat-x top left;
	font-family: Verdana, Tahoma, sans-serif !important;
}

#geral {
	width: 965px;
	margin: 0 auto;
	background-color: #fff;
	min-height: 100%;
}
	#geral #brasil-brokers {
		height: 41px;
		background-image: url(../imagens/brasil-brokers.jpg);
		padding-left: 680px;
		color: #fff;
	}
		#geral #brasil-brokers a {
			font-size: 10px;
			text-decoration: none;
			color: #fff;
			line-height: 41px;
		}
		#geral #brasil-brokers a:hover {
			text-decoration: underline;
		}

#cabecalho {
	background: url(../imagens/fundocab.gif) repeat-x top left;
	height: 100px;
}
	#cabecalho h1 a {
		display: block;
		width: 155px;
		height: 75px;
		background: url(../imagens/logo_nova.jpg) no-repeat top left;	
		margin: 20px 0 0 28px;
		text-indent: -9000px;
		overflow: hidden;
		margin-top:6px;
		float: left;
	}
	#cabecalho .telefone {
		float: left;
		margin-left: 34px;
	}
	#cabecalho .atendimento {
		display: block;
		margin-top: 25px;
		margin-left: 7px;
		float: left;
	}
	#cabecalho .menu {
		margin-left: 34px;
		margin-top: 25px;
		float: left;

	}
		#cabecalho .menu li {
			display: inline;
		}
			#cabecalho .menu li a {
				display: block;
				margin-right: 17px;
				text-indent: -9000px;
				overflow: hidden;
				float: left;				
			}
			#cabecalho .menu li a.quem-somos {
				width: 75px;
				height: 21px;
				background-image: url(../imagens/quem-somos.gif);
			}
			#cabecalho .menu li a.onde-estamos {
				width: 81px;
				height: 21px;
				background-image: url(../imagens/onde-estamos.gif);
			}
			#cabecalho .menu li a.incorporadores {
				width: 85px;
				height: 21px;
				background-image: url(../imagens/incorporadores.gif);
			}
			#cabecalho .menu li a.contato {
				width: 49px;
				height: 21px;
				background-image: url(../imagens/contato.gif);
			}
			#cabecalho .menu li a.trabalhe {
				width: 95px;
				height: 21px;
				background-image: url(../imagens/trabalhe-conosco.gif);
			}
			#cabecalho .menu li a.noticias{
				width: 48px;
				height: 21px;
				background-image: url(../imagens/noticias.gif);
				margin-right:0;
			}			
	#cabecalho #intranet {
		margin-top: -6px;
		margin-left: 91px;
		float: left;
	}
		#cabecalho #intranet fieldset input#ok {
			vertical-align: 3px;
			*vertical-align:-3px;
		}
		#cabecalho #intranet fieldset input.campo {
			border: 1px solid #c1c1c1;
			font-size: 9px;
			padding: 2px;
			color: #6c6c6c;
			width: 80px;
		}

#imovel {
	width: 176px;
	height: 225px;
	background: url(../imagens/imovel-borda.jpg) no-repeat 0 42px;
}
	#imovel ul,
	#servicos ul {
		width:135px;
		margin-left:20px;
		padding: 0 14px;
	}

	#imovel ul li,
	#servicos ul li {
		list-style-position: outside;
		list-style-image: url(../imagens/arrow.gif);
		margin-top:10px;
	}
		#imovel ul li a,
		#servicos ul li a {
			display:block;
			font-size: 11px;
			color: #6c6c6c;
			text-decoration: none;
		}
		#imovel ul li a:hover {
			text-decoration: underline;	
		}

#servicos {
	width: 176px;
	height: 159px;
	background: url(../imagens/servicos-borda.jpg) no-repeat 0 42px;
}

#navegacao {
	padding: 0 18px 0 23px;
	float: left;
}
	#newsletter {
		padding: 11px;
		width: 147px;
		border: 1px solid #dadada;
		background: url(../imagens/gradientecinza.gif) repeat-x bottom left;
		margin-left: 2px;
	}
	#newsletter fieldset ol li {
		margin-bottom: 12px;
	}
		#newsletter fieldset ol li p {
			font-size: 10px;
			font-weight:bold;
			color: #7a7a7a;
		}
		#newsletter fieldset ol li input.campo,
		#newsletter fieldset ol li select {
			border: 1px solid #c1c1c1;
			font-size: 9px;
			padding: 2px;
			color: #6c6c6c;
			width: 141px;
		}
		#newsletter fieldset ol li select {
			width: 147px;
		}
		#newsletter fieldset ol li input.ok {
			float: right;
		}

#destaque {
	margin-bottom: 8px;
}

#conteudo {
	width: 736px;
	float: left;
}
	#conteudo h2.grande {
		background: url(../imagens/barra.jpg) no-repeat top left;
		font-size: 14px;
		font-weight: bold;
		color: #083366;
		height: 26px;
		line-height: 26px;
		padding-left: 10px;
		clear:both;
	}
	#conteudo h2.media {
		width: 302px;
		height: 26px;
		font-size: 12px;
		font-weight: bold;
		color:#083366;
		line-height: 26px;
		background: url(../imagens/barra-med.jpg) no-repeat top left;
		padding: 0 11px
	}	
	#conteudo h2.pequeno {
		width: 212px;
		height: 26px;
		font-size: 12px;
		font-weight: bold;
		color:#083366;
		line-height: 26px;
		background: url(../imagens/barra-peq.jpg) no-repeat top left;
		padding: 0 11px
	}
	
	#conteudo a.lancamentos {
		display: block;
		float: right;
		background: url(../imagens/go.gif) no-repeat center left;
		font-size: 10px;
		font-weight: bold;
		color: #0a3263;
		text-transform:lowercase;
		text-decoration: none;
		padding-left: 18px;
		line-height: 13px;
	}
	#conteudo .linha {
		margin-top: 6px;
		margin-right: 9px;
		background: #e9e9e9;
		height: 1px;
		width: 460px;
		float: left;
	}
		
.apartamentos {
	height: 270px;
}		

.veja {
	float: left;
	margin-top: 12px;
	padding-right: 5px;
	margin-bottom: 12px;

}

.apt {
	width: 184px;
	height: 238px;
	background: url(../imagens/apt.jpg) no-repeat top left;
	text-align: center;
	padding: 15px 0;
	float: left;	
}	

.apt img {
	border:2px solid #c1c1c1;
	margin-top:5px;
}

.apt p.localizacao {
	font-size: 10px;
	color: #505050;
	line-height: 21px;
	margin-bottom: 5px;
}

.apt p.descricao {
	margin-top: 5px;
	font-size: 10px;
	color: #505050;
	line-height: 15px;
/*	width: 145px;*/
/*	height: 45px;*/
}

.apt .detalhes {
	text-transform: lowercase;
}

.detalhes {
	font-size: 10px;
	font-weight:bold;
	color:#0a3263;
	text-decoration: none;
}

.sessao-noticia {
	width: 233px;
	float: left;
	margin-bottom: 15px;
	margin-right: 16px;
}

.sessao-noticia h2 {
	
}

.sessao-noticia p,
.sessao-sati p {
	padding-left: 12px;
}

.news {
	margin-top: 24px;
}

.news p.title {
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
}

.news p.texto,
.sessao-sati p.texto,
#info-imovel p.texto {
	font-size: 10px;
	line-height: 15px;
	color: #676767;
}

.news p.texto {
	margin: 10px 0;
	color:#454545;
}

.news .detalhes,
.sessao-sati .detalhes {
	margin-left: 12px;
}

.sessao-sati {
	margin-right: 16px;
}

.sessao-sati,
.sessao-indices {
	width: 233px;
	float: left;
}

.sessao-sati p.texto {
	margin-top: 24px;
}

#rodape {
	clear: both;
	width: 533px;
	background: url(../imagens/rodape_peq.jpg) no-repeat top left;
	padding: 25px 0 30px 200px;
}

body#semi-novos-e-usados-page #rodape,
body#lanamentos-page #rodape,
body#imvel-page #rodape,
body#pr-lanamentos-page #rodape,
body#home-page #rodape {
	clear: both;
	width: 533px;
	background: url(../imagens/rodape.jpg) no-repeat top left;
	padding: 25px 0 30px 200px;
/*	position: relative;*/
/*	top:10px;
	left: 212px;*/
}

#rodape address {
	font-size: 10px;
	color: #585858;
	font-style: normal;
}

/*
	Padrões
*/

input#ok,
input.ok {
	width: 22px;
	height: 18px;
	border: 0;
	background: url(../imagens/ok.gif) no-repeat top left;
	text-indent: -9000px;
	overflow: hidden;
	cursor: pointer;
	font-size:0px;
	color: #ccc;
}

a:hover {
	text-decoration: underline !important;
}

div#quem-somos,
div#onde-estamos,
div#incorporadores,
div#contato,
div#noticias {
	float: left;
	margin-right: 24px;
}

div#quem-somos h2,
div#onde-estamos h2,
div#incorporadores h2,
div#contato h2,
div#noticias h2 {
	width: 432px;
	height: 26px;
	line-height: 26px;
	background: url(../imagens/quem_somos_titulo_bg.jpg) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color:#083366;
	padding-left:20px;
}

div#quem-somos #qs_content,
div#onde-estamos #oe_content,
div#incorporadores #i_content,
div#contato #contact_content,
div#noticias #noticias_content {
	margin-top: 17px;
	width: 410px;
	background: #fbfbfb url(../imagens/quem_somos_bg.jpg) no-repeat top left;
	padding:20px;
	height: 454px; /* 454 */
	margin-bottom:20px;
}

div#incorporadores #i_content {
	height:auto;
}

div#incorporadores #i_content .incorporador {
	margin-right:10px;
	margin-bottom:10px;
	width:130px;
	height:94px;
	float:left;
}

div#onde-estamos #oe_content {
	height: auto;
}


#c_content h3 {
	font-size: 12px;
	font-weight: bold;
	color:#083366;
}

h3.preto {
	color:#454545 !important;
}

div#quem-somos #qs_content h3,
div#onde-estamos #oe_content h3 {
	font-size: 12px;
	font-weight: bold;
	color:#083366;
}

strong {
	color:#083366;
}

div#quem-somos #qs_content p,
div#onde-estamos #oe_content p,
#guia_contato p,
div#incorporadores #i_content .incorporador p,
div#contato p,
div#contato label,
div#noticias {
	font-size:10px;
	line-height: 18px;
	color:#000000;
}

#noticias_especifica {
	font-size:10px;
	line-height:18px;
	padding:20px;
	background: #fff url(../imagens/noticias_bg.jpg) repeat-x top left;	
}

div#contato form fieldset ol {
	width:340px;
}

div#contato form fieldset ol li {
	margin-bottom:10px;
}

div#contato form fieldset ol li label {
	display: block;
	width: 100px;
	color:#6c6c6c;
	float: left;
	padding-top:2px;
	text-transform:lowercase;
}

div#contato form fieldset ol li input.campo {
	border: 1px solid #c1c1c1;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 2px;
	width:226px;
}

div#contato form fieldset ol li textarea {
	border: 1px solid #c1c1c1;
	font-size: 10px;
	font-family: Verdana, Tahoma, sans-serif;
	padding: 2px;
	width:226px;
	height: 89px;
}

div#incorporadores #i_content .incorporador p {
	width:280px;
	float:right;
}

#guia_noticias,
#guia_contato {
	width: 246px;
	float: left;
}

#guia_noticias h2,
#guia_contato h2 {
	width: 238px;
	height: 26px;
	background: url(../imagens/noticias_titulo_bg.jpg) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color:#083366;
	padding-left:20px;
	line-height: 26px;	
}

#guia_contato h2 {
	font-size: 12px;
}

#guia_noticias #n_content,
#guia_contato #c_content {
	padding:20px;
	margin-top: 17px;
	
	background: #fbfbfb url(../imagens/noticias_bg.jpg) no-repeat top left;
}

#guia_noticias #n_content {
	height: 454px;
}

#guia_contato #c_content {
	height: 629px;
}

#guia_noticias #n_content .news {
	margin:0
}

#guia_noticias #n_content .news .detalhes {
	margin:0
}

img.escritorio {
	border:1px solid #ccc;
	padding:1px;
}

div#incorporadores #i_content {
	height: 539px;
}

body#incorporadores-page #guia_noticias #n_content {
	height:538px;
}

body#contato-page #guia_contato #c_content,
body#trabalhe-conosco-page #guia_contato #c_content {
	height: 454px;
}

body#contato-page #contato #contact_content,
body#contato-page #guia_contato #c_content,
body#trabalhe-conosco-page #contato #contact_content,
body#trabalhe-conosco-page #guia_contato #c_content {
	height: 436px;
}

body#quem-somos-page #quem-somos #qs_content,
body#quem-somos-page #guia_noticias #n_content {
	height: 520px;
}

div#noticias .post {
	padding: 15px 0;
	border-bottom: 1px solid #d6d6d6;
}

p.preto {
	color:#454545;
	font-weight:bold;
}

p.texto {
	color:#676767;
}

.imovel-apt {
	width: 700px;
	height: 160px;
	background: url(../imagens/lancamentobg.jpg) no-repeat top left;
	padding:15px;
}

.imovel-apt .desc p.text {
	color:#505050;
	font-size:10px;
	margin-top:8px;
}

.imovel-apt p.titulo, p.destaq {
	font-size:12px;
	font-weight:bold;
	color:#0a3263;
}

.imovel-apt p.titulo {
	padding-bottom: 8px;
	padding-left: 5px;
	margin-bottom:15px;	
	border-bottom:1px solid #d6d6d6;
}

.imovel-apt img {
	border:3px solid #ccc;
	margin-left: 5px;
	float: left;
}

.imovel-apt .end {
	padding: 25px 0 25px 25px;
	float: left;
	border-right:1px solid #c9c9c9;
	margin-top: 10px;
	width:150px;
}

.imovel-apt .end small {
	display:block;
	color:#505050;
	font-size:10px;
	margin-top: 8px;
}

.imovel-apt .desc {
	margin-top: 8px;
	width: 215px;
	padding:25px 0 25px 25px;
	float:left;
	border-left: 1px solid #ffffff;
	height: 38px;
	border-right:1px solid #c9c9c9;
}

.imovel-apt .det {
	margin-top: 8px;
	border-left: 1px solid #ffffff;      
	float: left;
	height: 55px;
	padding-left: 15px;
	padding-top:35px;
}

.imovel-apt .det a {

}

p.paginacao {
	color:#0a3263;
	font-size: 10px;
	margin-left: 20px;
}

p.paginacao a {
	color: inherit;
}

p.paginacao span {
	font-weight: normal;
	color:#4b4b4b;
}

#info-imovel {
	width: 692px;
	height:auto;
	background: #fff url(../imagens/imovel_bg.jpg) repeat-x top left;
	padding:20px;
	float:left;
}

/*
	Usados
*/

#info-imovel ul.usd {
	width:190px;
	float:left;
}

#info-imovel ul.usd li {
	padding:6px 0;
	border-bottom: 1px solid #d6d6d6;
}

#info-imovel ul.usd li.caption {
	border-bottom:1px solid #d6d6d6;
	margin-bottom:25px;
	padding:0;
	padding-bottom:14px;
}

#info-imovel ul.usd li strong {
	font-size: 12px;
	color:#5f5f5f;
}

#info-imovel ul.usd li small {
	font-size: 10px;
	color:#5f5f5f;
	font-weight:bold;
}

#info-imovel ul.usd li {
	font-size:10px;
}

#informacoes {
	padding:15px;
	background: #fff url(../imagens/degrade_2.jpg) repeat-x top left;
	clear:both;
}

#informacoes p.titulo {
	margin-bottom:0;
}
#informacoes p.texto {
	font-size:10px;
}

/* --------------- */

#info-imovel h3 {
	font-size:12px;
	font-weight:bold;
	color:#0a3263;
}

#info-imovel .info {
	width: 260px;
	float:left;
	font-size:10px;
	color:#484848;
	margin-left: 20px;
    margin-right: 15px;
	_height:284px;
	min-height:284px;
}

#info-imovel .info ul{
	margin-left:21px;
}

#info-imovel .info ul li {
	list-style-position:outside;
	list-style-type:none;
	list-style-image: url(../imagens/flexa_2.gif);
	*padding-left:10px;
}

#info-imovel .info p,
#info-imovel .info ul li {
    line-height: 14px;
    color:#484848;
}

#info-imovel .info ul li {
    margin-bottom:5px;
}

a.mapa {
	display:block;
	width: 137px;
	height: 39px;
	background: url(../imagens/mapa.jpg) no-repeat top left;
	text-indent:-9000px;
	overflow:hidden;
	float:right;
	margin-bottom: 10px;
}

.sessao {
	margin-top:8px;
	width: 690px;
/*	height: 90px;**/
/*	background: url(../imagens/outrobg.jpg) no-repeat top left;
	padding: 21px 25px 21px 14px;*/
}

.sessao .sessaoContent {
	width: 700px;
	padding: 5px 15px 0px 18px;
	background: url(../imagens/sessao_middle.jpg) repeat-y top left;
	float:left;
}

.sessao .sessaoContent a {
	display:block;
	width:44px;
	height:44px;
	overflow:hidden;
	border:2px solid #ccc;
	cursor: pointer;
	margin-right:10px;
	margin-bottom:10px;
	float:left;	
}

.sessao .titulo {
	font-size: 12px;
	font-weight: bold;
	color:#6d6d6d;
	border-bottom: 1px solid  #D3D3D3;
	padding-bottom:5px;
	padding-left: 5px;
	margin-bottom:18px;
}

#imvform {
	width: 692px;
	padding: 20px;
	background: #fff url(../imagens/imovel_bg.jpg) repeat-x top left;
	font-size:10px;
	color:#484848;
	min-height:400px;
	height: auto;
	margin-top:10px;
}

p.titulo {
	font-size: 12px;
	font-weight: bold;
	color:#6d6d6d;
	border-bottom: 1px solid  #D3D3D3;
	padding-bottom:5px;
	padding-left: 5px;
	margin-bottom:18px;
}

#imvform .esq {
	width: 390px;
	float:left;
}

#imvform ul {
	float:left;
}

#imvform ul li {
	margin-bottom: 10px;
}

#imvform ul li label {
	display:block;
	width: 140px;
	float:left;
}

#imvform ul li .campo,
#imvform ul li .campo_sel {
	width: 240px;
	border:1px solid #c1c1c1;
	padding: 2px;
	font-size:10px;
}

#imvform ul li textarea {
	width: 240px;
	height: 87px;
	border:1px solid #c1c1c1;
	padding: 2px;
	font-size:10px;
	
}

#imvform ul li .campo_sel {
	width: 246px;
}

#imvform ul li span {
	vertical-align: 3px;
	padding-left: 4px;
	padding-right:8px;
}

.apt p.titulo {
	font-size: 12px;
	color: #0a3263;
	font-weight: bold;
	border:none;
	margin:0;
	padding:0;

}

div.error {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 100px;
	margin-top: 3px;
}

#galeria_usados {
	padding:20px;
	width:190px;
	height:310px;
	background: url(../imagens/gallery_usados_bg.jpg) no-repeat top left;
	margin-left:-20px;
}

#galeria_usados img {
	margin: 0 10px 10px 0;
	border:3px solid #c1c1c1;
	float:left;
}

#sapiform {
	margin-top:15px;
	font-size:11px;
}

#sapiform fieldset {
	margin-top:15px;
}

#sapiform fieldset ul li {
	margin-bottom:5px;
}

#sapiform fieldset legend {
	display:block;
	width:450px;
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	font-weight:bold;
}

#sapiform fieldset label {
	display:block;
	width:200px;
	float:left;
}

#sapiform fieldset#coberturas label {
	width:300px;
}
#sapiform fieldset#icomplementares label {
	width:300px;
}

#sapiform fieldset input[type=text] {
	width:250px;
	padding:3px;
	border:1px solid #ccc;
}

#sati_content {
	font-size:10px;
	line-height: 18px;
	color:#000000;
}

form#consulta {
	background: url(../imagens/imovel_bg.jpg) repeat-x left top;
	padding:20px;
}

form#consulta fieldset div.coluna {
	float:left;
	width:200px;
	margin-right:25px;
}

form#consulta fieldset div.bairros {
	border:1px solid #d1d1d1;
	background:#fff;
	padding:4px 8px;
	height:285px;
	margin-bottom:25px;
	overflow:hidden;
	overflow-y:scroll;
}

form#consulta fieldset div.bairros .option {
	padding:5px 0;
	border-bottom:1px solid #e6e6e6;
}

form#consulta fieldset .titulo {
	border-bottom:1px solid #e6e6e6;
	padding-left:0;
	color:#0a3263;
	padding-bottom:10px;
	margin-bottom:30px;
}

form#consulta fieldset div.bairros .option label {
	display:inline;
	font-weight:normal;
	vertical-align:2px;
}

form#consulta fieldset div.coluna label {
	display:block;
	font-weight:bold;
	font-size:10px;
	color:#555555;
	margin-bottom:5px;
}

form#consulta fieldset div.coluna select {
	width:180px;
	padding:2px;
	font-size:9px;
	margin-bottom:20px;
	color:#6c6c6c;
}

table#resultado {
	width:100%;
	padding:20px;
	background: url(../imagens/quem_somos_bg.jpg) repeat-x left top;
}

table#resultado th.ocorrencia {
	color:#cf0c00;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	padding-bottom:10px;
	border-bottom:1px solid #d6d6d6;
}

table#resultado td.cidade {
	padding-top:20px;
	padding-bottom:10px;
	font-size:12px;
	color:#cc0c00;
	font-weight:bold;

}

table#resultado td.bairro {
	font-size:12px;
	color:#5f5f5f;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;	
}

table#resultado tr:first-child td {
	border-top:0;
}

table.especifico {
	width:100%;
	padding:4px;
}

table.especifico th {
	font-size:9px;
	color:#6c6c6c;
	font-weight:bold;
	text-align:left;
	padding:10px 0;
}

table.especifico tbody tr td {
	padding:10px 0;
	border-top:1px dashed #ccc;
	font-size:9px;
	color:#6c6c6c;	
}

.last {
	margin:0;
}

.boxOrdenar {
	margin-top:20px;
	padding:6px 20px 10px 20px;
	color: #0a3263;
	font-size: 10px;
	border:1px solid #ccc;
	background:#efefef;
}
