body {
	background:#000;
	font-family: 'CalibriRegular';
	color:#666;
}

#topo {
	background: url(../img/bg_menu.jpg) repeat-x 0 130px;
	overflow:hidden;
	width:100%;
	min-width:1032px;
}
#topoWrapper {
	height:188px;
	width:1032px;
	margin:0 auto;
}
	h2#logo {
		background:url(../img/logo.png) no-repeat;
		display:block;
		overflow:hidden;
		text-indent:-9999em;
		width:366px;
		height:188px;
		float:left;
		margin-left:6px;
	}
	
	#boxContato {
		background:url(../img/box_contato.png) no-repeat;
		width:300px;
		height:118px;
		float:right;
		margin-right:3px;
		padding:17px 0 0 40px;
	}
	
		#boxContato span {
			color:#fff;
			display:block;
			margin-bottom:14px;
			font-size:17px;
		}
		#boxContato span.phone, #boxContato span.mail {
			margin-bottom:7px;
			color:#006699;
			height:21px;
			padding-left:32px;
			padding-top:4px;
			font-size:17px;
			font-weight:400;
		}
		#boxContato span.mail a {
			color:#006699;
			text-decoration:none;
		}
		#boxContato span.phone {background:url(../img/icon_tel.png) left no-repeat; font-size:19px;}
		#boxContato span.mail {background:url(../img/icon_mail.png) left no-repeat;}
	
	ul#menuTopo {
		clear:right;
		float:right;
		margin-right:22px;
		margin-top:13px;
	}
		ul#menuTopo li {
			float:left;
			margin-left:78px;
		}
		ul#menuTopo li.first {margin-left:0;}
			
		ul#menuTopo li a {
			color:#fff;
			text-decoration:none;
			font-size:20px;
			
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
		}
		ul#menuTopo li a:hover, ul#menuTopo li a.selected {color:#006699;}

#content {
	background:url(../img/background.jpg) top center no-repeat;
	overflow:hidden;
	width:100%;
	min-width:1032px;
}
#contentWrapper {
	width:990px;
	background:#E9E9E9;
	margin:0 auto;
	padding:5px 5px 80px 5px;
	overflow:hidden;
}
	#contentWrapperInner {
		background:#fff;
		overflow:hidden;
		padding:20px 15px 40px 15px;
	}
	#contentWrapperInner h1 {
		color:#999;
		margin-bottom:50px;
		font-size:25px;
	}
	#contentWrapperInner p {
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
		margin-bottom:15px;
		font-size:15px;
		line-height:18px;
	}

#subFooter {
	background:url(../img/bg_sub_footer.jpg) top repeat-x;
	overflow:hidden;
	width:100%;
	min-width:1032px;
}
#subFooterWrapper {
	height:99px;
	margin:0 auto;
	width:1000px;
}
	#newsLetter {
		float:left;
		padding-top:20px;
	}
	#newsLetter span {
		margin-bottom:14px;
		display:block;
		font-size:22px;
		color:#999;
	}
	
	#newsLetter form input {
		width:140px;
		height:19px;
		border:1px solid #666;
		background:#fff;
		color:#666;
		margin-right:4px;
		padding:0 4px 0 4px;
	}
	
	#newsLetter form input[type="submit"] {
		border:1px solid #666;
		width:78px;
		height:21px;
		color:#fff;
		background:#666;
		text-align:center;
		cursor:pointer;
	}
	ul#socialMedia {
		float:right;
		margin-top:25px;
	}
	ul#socialMedia li {
		display:block;
		float:left;
		margin-left:20px;
		width:48px;
		height:48px;
		background-position:top;
		
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	ul#socialMedia li a {
		display:block;		
		width:48px;
		height:48px;
		overflow:hidden;
		text-indent:-999em;
	}
	ul#socialMedia li:hover {background-position:bottom;}
	ul#socialMedia li.twitter {background-image:url(../img/icon_twitter.png);
		}
	ul#socialMedia li.facebook {background-image:url(../img/icon_facebook.png);}
	ul#socialMedia li.googlePlus {background-image:url(../img/icon_gplus.png);}
#footer {
	overflow:hidden;
	width:100%;
	min-width:1032px;
}
#footerWrapper {
	width:1000px;
	height:184px;
	margin:0 auto;
}

	#boxContatoFooter {		
		float:left;
		margin-top:30px;
	}
	
		#boxContatoFooter span {
			color:#666;
			display:block;
			font-size:17px;
		}
		#boxContatoFooter span.phone, #boxContatoFooter span.mail {
			margin-bottom:7px;
			color:#fff;
			height:21px;
			padding-left:32px;
			padding-top:6px;
			font-size:18px;
			font-weight:400;
		}
		#boxContatoFooter span.mail a {
			color:#fff;
			text-decoration:none;
		}
		#boxContatoFooter span.phone {background:url(../img/icon_tel_white.png) left no-repeat;}
		#boxContatoFooter span.mail {background:url(../img/icon_mail_white.png) left no-repeat;}
		
	ul#menuFooter {
		clear:right;
		float:right;
		margin-top:30px;
	}
		ul#menuFooter li {
			float:left;
			margin-left:78px;
		}
		ul#menuFooter li.first {margin-left:0;}
			
		ul#menuFooter li a {
			color:#fff;
			text-decoration:none;
			font-size:20px;
			
			-webkit-transition: 0.5s;
			-moz-transition: 0.5s;
			-o-transition: 0.5s;
			transition: 0.5s;
		}
		ul#menuFooter li a:hover, ul#menuFooter li a.selected {color:#006699;}
	
	p#credito {
		clear:both;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#666;
		margin-top:35px;
	}

	p#credito a {
		width:43px;
		height:25px;
		display:inline-block;
		overflow:hidden;
		text-indent:-9999em;
		margin-left:4px;
		background-image:url(../img/logo_agencia.png);
		background-position: top right;
		
		-webkit-transition: 0.2s;
		-moz-transition: 0.2s;
		-o-transition: 0.2s;
		transition: 0.2s;
	}
	p#credito a:hover {background-position: bottom right;}


h1 {
	font-weight:normal;
}
p {
	font-weight:400;
}
.light {
	font-weight:300;
}
.bold {
	font-weight:700;
}

#slider {
	width:990px;
	height:356px;
	position:relative;
	background:#999;
}
.slide {
	position:absolute;
	width:990px;
	height:356px;
}
.slide a {
	display:block;
	width:990px;
	height:356px;
	text-decoration:none;
	color:#fff;
}
.slide a p {
	background:url(../img/opacity_blue.png) repeat-y;
	position:absolute;
	font-size:22px;
	bottom:0;
	width:975px;
	padding:15px 0 15px 15px;
}
#slide_05 {
	background:url(../img/slide_03-usados.jpg) no-repeat;
}
#slide_04 {
	background:url(../img/slide_04-institucional.jpg) no-repeat;
}
#slide_03 {
	background:url(../img/slide_03-usados.jpg) no-repeat;
}
#slide_02 {
	background:url(../img/slide_02-novos.jpg) no-repeat;
}
#slide_01 {
	background:url(../img/slide_01-lancamentos.jpg) no-repeat;
}

#sliderControl {
	height:50px;
	text-align:center;
}
#sliderControl li {
	background-image:url(../img/bullet.png);
	background-position:top;
	cursor:pointer;
	width:13px;
	height:13px;
	overflow:hidden;
	text-indent:-999em;
	display:inline-block;
	margin:2px;
	margin-top:16px;
}
#sliderControl li:hover, #sliderControl li.selected {
	background-position:bottom;
}

#colRight, #colLeft { 
	width:485px;
	float:right;
	background:#fff;
	overflow:hidden;	
}
#colLeft {
	float:left;
}

.colTitle {
	padding:14px 0 0 15px;
	color:#999;
	background:#E9E9E9 url(../img/bg_title_destaque.png) left no-repeat;
	width:723px;
	height:30px;
	font-size:20px;
}

.destaque {
	width:220px;
	margin-bottom:10px;
	padding:5px 5px 0 8px;
	float:left;
	margin-right:20px;
}
.destaque.last {
	margin-right:0px;
	padding-right:0px;
	padding-left:4px;
}
.imgDestaque {
	position:relative;
}
.imgDestaque div {
	position:absolute;
	bottom:0;
}


.imgDestaque a:hover  div span {
	height:60px;
	color:#679ACD;
}
.imgDestaque div span {
	width:210px;
	padding-left:12px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	background:url(../img/fume.png);
	height:49px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.destaqueInfo {
	padding-left:18px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.destaqueInfo span {
	display:block;
	padding-left:35px;
}
.iconLocal {
	margin-top:9px;
	font-size:14px;
	font-weight:bold;
	background:url(../img/icon_pin.png) 6px 0 no-repeat;
	height:17px;
	padding-top:5px;
}
.cod {
	padding-bottom:3px;
}
.tipo {
	background:url(../img/icon_tipo_de_imovel.png) left no-repeat;
	height:20px;
	padding-top:7px;
	margin-bottom:5px;
}
.dorms {
	background:url(../img/icon_dorms.png) left no-repeat;
	height:20px;
	padding-top:7px;
}
.preco {padding-top:3px;}
.preco strong {font-weight:bold;}


p#nav {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	clear:both;
	padding:55px 0 10px 0;
}
p#nav a {
	color:#666;
	display:inline-block;
	text-decoration:none;
	padding: 0 5px 0 5px;
}
p#nav a.selected {
	text-decoration:underline;
}

p#nav a.rw {
	padding:0;
	margin-top:15px;
	background:url(../img/rw.png) no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	width:15px;
	height:15px;
	text-indent:-999em;
	overflow:hidden;
}

p#nav a.fw {
	position:relative;
	top:3px;
	padding:0;
	background:url(../img/fw.png) no-repeat;
	display:inline-block;
	width:15px;
	height:15px;
	text-indent:-999em;
	overflow:hidden;
}

form#busca {
	padding:15px 10px 12px 10px;
}
form#buscaAvancada {
	padding:15px 10px 60px 10px;
}

form#busca input[type='text'] {
	width:202px;
	margin-bottom:6px;
	height:19px;
	border:none;
	background:#fff;
	color:#666;
	padding:0 4px 0 4px;
}
	
form#busca label, form#buscaAvancada label {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin-bottom:5px;
	display:block;
}
form#busca input[type="submit"], form#buscaAvancada input[type="submit"] {
	border:0;
	width:78px;
	height:21px;
	color:#fff;
	background:#333;
	text-align:center;
	cursor:pointer;
	height:21px;
	padding-top:0px;
	line-height:0;
	display:block;
}
form h4 {
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	margin:25px 0 10px 0;
}

form#buscaAvancada select {
	width:210px;
	margin-bottom:6px;
	height:19px;
	border:none;
	background:#fff;
	color:#666;
	padding:0 4px 0 4px;
}
form#buscaAvancada input[type='radio'] {
	float:left;
	margin:0;
	margin-right:5px;
	margin-top:0px;
}
form#buscaAvancada label.labelRadio {
	margin-bottom:5px;
	margin-top:5px;
}
form#buscaAvancada label.last {
	margin-bottom:30px;
}
form#buscaAvancada label.labelLeft {
	float:left;
	margin-right:20px;
}


p#cabecalho {
	text-transform:uppercase;
	color:#666;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px 0 10px 12px;
}
#galeria {
	margin-bottom:15px;
	float:left;
	width:487px;
	height:442px;
	overflow:hidden;
}
#info {
	padding:18px 0 0 18px;
	width:467px;
	height:347px;
	background:#fff;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}
#info h4 {
	font-size:25px;
	font-weight:bold;
}
#info p.local {
	background:url(../img/icon_pin.png) center left no-repeat;
	height:18px;
	padding:4px 0 0 24px;
	margin:10px 0;
}
#info p.cod {
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
#info p.tipo , #info p.area , #info p.dorms , #info p.wc , #info p.vagas {
	height:21px;
	padding:6px 0 0 37px;	
	margin:7px 0;
}

#info p.area {
	background:url(../img/icon_area.png) left center no-repeat;
}
#info p.wc {
	background:url(../img/icon_wc.png) left center no-repeat;
}
#info p.vagas {
	background:url(../img/icon_vagas.png) left center no-repeat;
	
}
#info p.valorTitle {
	margin-top:25px;
}
#info p.valor {
	font-size:25px;
	font-weight:bold;
	margin-top:5px;
}

#contato {
	position:relative;
	width:467px;
	height:30px;
	background:#666;
	float:right;
	margin-top:15px;
	padding:11px 0 0 18px;
}
#contato a {
	color:#fff;
	background:url(../img/seta_branca.png) center right no-repeat;
	text-decoration:none;
	font-size:20px;
	padding-right:30px;
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#contato a:hover {
	color:#ccc;
	background:url(../img/seta_cinza.png) center right no-repeat;
}

#corretor {
	position:absolute;
	display:none;
	background:url(../img/seta_contato.png) top center no-repeat;
	padding-top:13px;
	top:41px;
	left:0;
	z-index:3;
}
#corretor form {
	padding-top:30px;
	width:485px;
	height:270px;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
}
#corretor form label {
	color:#fff;
	width:78px;
	display:inline-block;
	font-size:12px;
	padding-top:5px;
	float:left;	
}
#corretor form input {
	padding:2px;
	width:224px;
	height:19px;
	border:0;
	background:#fff;
}
#corretor form textarea {
	width:224px;
	height:120px;
	border:0;
	background:#fff;
}
#corretor form input[type='submit'] {
	float:right;
	width:80px;
	height:20px;
	background:#666;
	color:#fff;
	cursor:pointer;
}
#corretor form p {
	padding-top:5px;
	width:306px;
	margin:0 auto;
}
#formPreLoader, #resultado {
	position:absolute;
	top:260px;
	left:90px;
	color:#fff;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#descricao {
	clear:both;
	background:#fff;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:18px;
	padding:18px;
}
h3.title {
	background:#E9E9E9 url(../img/bg_title_destaque.png) left no-repeat;
	padding:8px 0 0 15px;
	color:#999;
	background:#E9E9E9 url(../img/bg_title_destaque.png) left no-repeat;
	height:36px;
	font-size:22px;
}
h3.small {
	background-position: -60px 0;
}
#semelhantes {
	float:right;
	width:231px;
	height:607px;
	background:#fff;
}
#semelhantes div.imgDestaque {
	margin:5px 0 26px 5px;
}
#semelhantes div.imgDestaque div {
	width:221px;
}
#caracteristicas {
	margin-bottom:30px;
	background:#fff;
	width:737px;
	overflow:hidden;
}
#caracteristicas ul {
	padding:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	width:218px;
	margin:0 2px 0 18px;
	float:left;
}
#caracteristicas ul li {
	margin:7px 0;
	background:url(../img/tik.png) left center no-repeat;
	padding:0 0 0 25px;
}
#localizacao {
	background:#fff;
	width:737px;
	height:424px;
	
}
#map_canvas { 
	width:499px;
	height: 366px;
	margin:7px 10px 7px 7px;
	float:left;
}
#localizacao p span {
	display:block;
	color:#999;
	font-size:15px;
	margin-bottom:5px;
}
#localizacao p {
	color:#666;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 3px 20px 15px;
}

#recipient {
	position:relative;
	width: 487px;
	height: 366px;
	margin-bottom:14px;
}
#preLoader {
	position:absolute;
	display:none;
}
.prev {
	background:url(../img/btn_control_galeria.png) no-repeat;
	background-position:top left;
	width:20px;
	height:65px;
	border:0;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
	margin-right:2px;
	float:left;
}
.prev:hover {
	background-position:bottom left;
}
.next {
	background:url(../img/btn_control_galeria.png) no-repeat;
	background-position:top right;
	width:20px;
	height:65px;
	border:0;
	overflow:hidden;
	text-indent:-9999em;
	cursor:pointer;
	margin-left:2px;
	float:left;
}
.next:hover {
	background-position:bottom right;
}
#thumbs {
	float:left;
}
#thumbs ul {
	width:430px;
	height:66px;
	overflow:hidden;
	
}
#thumbs ul li {
	float:left;
	cursor:pointer;
	margin:0 1px;
}


/* BOTÕES HOME */

.destaqueHome {
	width:475px;
	float:left;
	margin-top:25px;
	margin-right:10px;
}
.destaqueHome.last {
	margin-right:0px;
}
.imgDestaqueHome {
	position:relative;
}
.imgDestaqueHome div {
	position:absolute;
	bottom:0;
}

.imgDestaqueHome a:hover  div span {
	height:60px;
	color:#679ACD;
}
.imgDestaqueHome div span {
	width:475px;
	padding-left:12px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	background:url(../img/fume.png);
	height:49px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#listCategories {
	background:#fff;
	overflow:hidden;
}

#menuCat {
	width:231px;
	background:#999;
	float:left;
	margin-top:8px;
}

	#menuCat h3 {
		color:#fff;
		background: #E9E9E9 url(../img/bg_title_subcat.png) top  left no-repeat;
		width:217px;
		height:30px;
		font-size:20px;	
		padding-top:14px;
		padding-left:14px;
	}
	#menuCat ul {
		padding:7px 12px;
	}
	#menuCat li {
		border-bottom:1px solid #666;
		border-top:1px solid #ccc;
	}
	#menuCat li.first {
		border-top:0;
	}
	#menuCat li.last {
		border-bottom:0;
	}
	#menuCat li a {
		color:#fff;
		text-decoration:none;
		padding:12px 0;
		display:block;
		font-size:15px;
	}
#contentCat {
	overflow:hidden;
	width:738px;
	float:right;
	background:#fff;
	margin-top:8px;
}
	#contentCat h3 {
		background: #E9E9E9;
		margin-bottom:33px;
	}
	#contentCat h3 span {
		background: #E9E9E9 url(../img/bg_title_destaque.png) top right no-repeat;
		padding-right:40px;
		display:inline-block;
		height:30px;
		font-size:20px;	
		padding-top:14px;
		padding-left:14px;
		color:#999;
		
	}
	#contentCat p {
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		margin-bottom:26px;
		padding:0 12px;
	}
#catPosts {
		margin-top:7px;
		margin-left:11px;
	}

.album {
	display:none;
}


#catPosts .destaqueCat {
	width:222px;
	margin-bottom:25px;
	margin-right:25px;
	float:left;
}
#catPosts .destaqueCat.last {
	margin-right:0px;
}
#catPosts .imgDestaqueCat {
	position:relative;
}
#catPosts .imgDestaqueCat div {
	position:absolute;
	bottom:0;
}


#catPosts .imgDestaqueCat a:hover  div span {
	height:60px;
	color:#679ACD;
}
#catPosts .imgDestaqueCat div span {
	width:210px;
	padding-left:12px;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	background:url(../img/fume.png);
	height:49px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	line-height:18px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#pagContato {
	float:right;
	position:relative;
}

#pagContato form {
	padding-top:30px;
	width:485px;
	height:270px;
	background:#333;
	font-family:Arial, Helvetica, sans-serif;
}
#pagContato form label {
	color:#fff;
	width:78px;
	display:inline-block;
	font-size:12px;
	padding-top:5px;
	float:left;	
}
#pagContato form input {
	padding:2px;
	width:224px;
	height:19px;
	border:0;
	background:#fff;
}
#pagContato form textarea {
	width:224px;
	height:120px;
	border:0;
	background:#fff;
}
#pagContato form input[type='submit'] {
	float:right;
	width:80px;
	height:20px;
	background:#666;
	color:#fff;
	cursor:pointer;
}
#pagContato form p {
	padding-top:5px;
	width:306px;
	margin:0 auto;
}
#formPreLoader, #resultado {
	position:absolute;
	top:260px;
	left:90px;
	color:#fff;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
