/* CSS Document */
/*==============================================================*/
/*							HTML TAGS							*/
/*==============================================================*/

body{
	margin:0;
	padding:0;
	background-image:url(../images/BG.png);
	background-repeat:repeat;
	font-family: 'Open Sans Condensed', sans-serif;
}

img{
	border:0;
}

/*==============================================================*/
/*							LAYOUT TAGS							*/
/*==============================================================*/

#header-container{
	float:left;
	width:100%;
	height:92px;
	z-index:100000;
}
#header-center-container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	z-index:100000;
}
#header{
	float:left;
	width:1000px;
	position:relative;
	z-index:100000;
}

#slideshow-container{
	float:left;
	width:100%;
	height:420px;
	background-image:url(../images/BG_slideshow.png);
	background-repeat:repeat-x;
	background-position:center;
}
#slideshow-center-container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#slideshow{
	float:left;
	width:1000px;
	position:relative;
}
.slideshow-overlay{
	position:absolute;
	right:0;
	color:#ed1b24;
	z-index:1000000000000;
}

#content-container{
	float:left;
	width:100%;
}
#content-center-container{
	width:924px;
	margin-left:auto;
	margin-right:auto;
}
#content{
	float:left;
	width:926px;
	position:relative;
}
#left-column{
	float:left;
	width:200px;
}
#right-column{
	float:left;
	width:710px;
	margin-left:10px;
	margin-bottom:20px;
	border:1px solid #F3F3F3;
}

.block{
	background-color:#fff;
	float:left;
	width:180px;
	padding:10px;
	border:1px solid #F3F3F3;
}

.block-header{
	background-color:#000;
	float:left;
	width:175px;
	padding:5px 0;
	text-align:left;
	padding-left:5px;
}

.block-body{
	background-color:#FFF;
	float:left;
	width:180px;
}

.right-block{
	background-color:#fff;
	float:left;
	width:690px;
	padding-bottom:20px;
	padding:10px;
}
.content-title{
	background-color:#ed1b24;
	float:left;
	width:685px;
	padding:5px 0;
	text-align:left;
	padding-left:5px;
	font-size:24px;
	text-transform:uppercase;
	color:#FFF;
}

.content-text{
	background-color:#fff;
	float:left;
	width:690px;
	padding-bottom:20px;
}
.content-text ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

.content-text ul li{
	
}

#footer-container{
	float:left;
	width:100%;
	background-color:#000;
}

#footer-center-container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	
}

#footer{
	float:left;
	width:1000px;
	text-align:center;
	font-size:12px;
	color:#FFF;
	padding:20px 0;
}

#preloader{
	position:absolute;
	width: 200px;
	background-color: #000000;
	top:0;
	left:0;
	z-index:10000;
}
/*==============================================================*/
/*======					IMOVEL						 =======*/
/*==============================================================*/

.imovel-wrapper{
	float:left;
	width:220px;
	margin-bottom:10px;
	margin-left:5px; 
	margin-right:5px;
}

.imovel-foto{
	float:left;
	width:220px;
	overflow:hidden;
	height:140px;
}
.imovel-text{
	float:left;
	width:220px;
	font-size:16px;
	color:#9a9999;
	overflow:hidden;
	height:115px;
}
.imovel-detalhes{
	float:left;
	width:220px;
	margin-top:5px;
}

.imovel-detalhes a{
	background-color:#8fc400;
	color:#FFF;
	text-align:center;
	border:1px solid #7eac00;
	text-decoration:none;
	padding:5px 30px;
}

.imovel-detalhes a:hover{
	background-color:#7eac00;
	color:#FFF;
	text-align:center;
	border:1px solid #7eac00;
	text-decoration:none;
	padding:5px 30px;
}

.imovel-title{
	font-size:20px;
	color:#ed1b24;
}

.imovel-bottom{
	float:left;
	width:220px;
	background-color:#f0f0f0;
	margin-top:10px;
	height:10px;
}
#imovel-dot-wrapper{
	position:absolute;
	left:0;
}
.imovel-dots{
	background: #f0f0f0;
	float: left;
	margin: 0 5px 0 0;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	width: 10px;
	height: 10px;
	text-indent: -9999em;
	overflow: hidden;
}
.imovel-dots.selected{
	background: #C33;
}

#detalhes-fotos ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}

#detalhes-fotos ul li{
	float:left;
	width:150px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:12px;
}
#pesquisa-results{
	width:690px;
	float:left;
	margin-top:10px;
}

#pesquisa-results ul{
	width:100%;
	padding:0;
	margin:0;
	list-style:none;
}

#pesquisa-results ul li{
	float:left;
	background-color:#e80a09;
	padding:5px 5px 5px 2px;
	margin-right:5px;
}

#pesquisa-results ul li a{
	float:left;
	color:#e80a09;
	background-color:#fff;
	text-decoration:none;
	padding:0 2px;
	font-size:12px;
}

#pesquisa-results ul li a:hover{
	float:left;
	padding:0 2px;
	color:#FFF;
	background-color:#a4d500;
	color:#fff;
}


/*==============================================================*/
/*======					OTHER						 =======*/
/*==============================================================*/

.green-button{
	background-color:#8fc400;
	color:#FFF;
	text-align:center;
	border:1px solid #7eac00;
	text-decoration:none;
	padding:5px 30px;
}

.green-button2{
	background-color:#8fc400;
	color:#FFF;
	text-align:center;
	border:1px solid #7eac00;
	text-decoration:none;
	padding:5px 10px;
}

.green-button:hover{
	background-color:#7eac00;
	color:#FFF;
	text-align:center;
	border:1px solid #7eac00;
	text-decoration:none;
	padding:5px 30px;
}

.green-button2:hover{
	background-color:#7eac00;
}

#pesquisa-rapida a{
	display:block;
	font-size:12px;
	color:#FFF;
	text-decoration:none; 
}

#pesquisa-rapida a:hover{
	display:block;
	font-size:12px;
	color:#FFF;
	background-color:#a4d500;
}

/*==============================================================*/
/*======					Horizontal Nav Bar			 =======*/
/*==============================================================*/

#nav{
	float:right;
	width:1000px;
	text-align:center;
	margin-top:65px;
}

ul#navbar{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	margin-right:40px;
	float:right;
}

ul#navbar li{
	float:left;
	position:relative;
	background-image:none;
	margin:0;
	font-size:14px;
}

ul#navbar li a:hover{
	background-color:#fff;
}

ul#navbar li a{
	display:block;
	padding:0 7px;
	color:#000;
	text-decoration:none;
	height:auto;
	float:left;
	font-size:14px;
}

ul#navbar li a:hover{
	background-color:#fff;
	color:#333;
}

ul#navbar li ul{
	top:auto;
  	-moz-box-shadow: 0 0 6px #999;
  	-webkit-box-shadow: 0 0 6px #999;
	box-shadow: 0 0 6px #999;
	font-size:14px;
	float:right;
	width:150px;
	top:0px;
	list-style:none;
	z-index:10000;
	left:0;
	margin:23px 0 0 0;
	border:none;
	padding:0;
	color:#fff;
	position:absolute;
	display:none;
}


ul#navbar li ul li{
	float:left;
	position:relative;
	background-color:#ed1b24;
	background-image:none;
	margin:0;
	z-index:10000;
}

ul#navbar li ul li a{
	background-color:#ed1b24;
	font-size:12px;
	background-image:none;
	padding:3px 0;
	border-bottom:#a31116 1px solid;
	color:#fff;
	width:150px;
}

#navbar li:hover ul ul, #navbar li:hover ul ul ul, #navbar li:hover ul ul ul ul{
	display:none;
}
#navbar li:hover ul, #navbar li li:hover ul, #navbar li li li:hover ul, #navbar li li li li:hover ul{
	display:block;
}

/*==============================================================*/
/*=====						VERTICAL NAV BAR			   =====*/
/*==============================================================*/

ul#navbar-vertical{
	margin:0;
	padding:0;
	width:180px;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	float:left;
}

ul#navbar-vertical li{
	float:left;
	position:relative;
	background-image:none;
	margin:0;
	font-size:12px;
	width:180px;
	border-top:1px solid #FFF;
}

ul#navbar-vertical li a{
	display:block;
	padding:0 0;
	color:#fff;
	text-decoration:none;
	background-color:#a4d500;
}

ul#navbar-vertical li a:hover{
	background-color:#fff;
	color:#333;
}

ul#navbar-vertical li ul {
	position:absolute;
	display:none;
	list-style-type:none;
	list-style-position:outside;
	width:150px;
	top:0px;
	left:-190px;
}

ul#navbar-vertical li ul li{
	float:left;
	position:relative;
	background-color:#ed1b24;
	background-image:none;
	margin:0;
	z-index:10;
	width:150px;
}

ul#navbar-vertical li ul li a{
	width:150px;
	height:auto;
	float:left;
	background-color:#ed1b24;
}

ul#navbar-vertical li:hover ul ul, ul#navbar-vertical li:hover ul ul ul, ul#navbar-vertical li:hover ul ul ul ul{
	display:none;
}
ul#navbar-vertical li:hover ul, ul#navbar-vertical li li:hover ul, ul#navbar-vertical li li li:hover ul, ul#navbar-vertical li li li li:hover ul{
	display:block;
}

/*==============================================================*/
/*======				HORIZONTAL FOOTER NAV			 =======*/
/*==============================================================*/
#footer-links-container{
	float:left;
	width:100%;
	background-color:#0D0D0D;
	text-align:center;
}

#footer-links-center-container{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	background-color:#0D0D0D;
	text-align:center;
}

#footer-links{
	width:940px;
	background-color:#0D0D0D;
	text-align:center;
	padding:5px 0;
}

#footer-links a{
	padding:0 10px;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
}

#footer-links a:hover{
	color:#666;
}




/*===================================================================================*/
/*======							ROUNDED CORNERS			 		 ================*/
/*===================================================================================*/

.rnd-corners-5{
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px; /* future proofing */
   -khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.rnd-corners-10{
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px; /* future proofing */
   -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/*===================================================================================*/
/*======							SHADOW					 		 ================*/
/*===================================================================================*/

.shadow {
	-moz-box-shadow: 0 0 6px #999;
	-webkit-box-shadow: 0 0 6px #999;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)";
	filter:
		  progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0,strength=3)
		  progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=3)
		  progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=3)
		  progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=3);*/
	box-shadow: 0 0 6px #999;
}

/*===================================================================================*/
/*======							OPACITY					 		 ================*/
/*===================================================================================*/

.trans_30{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.trans_50{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.trans_70{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

/*===================================================================*/
/*======					Pagination		 		 ================*/
/*===================================================================*/

.pagination {
  margin: 5px 0;
}
.pagination ul {
  margin: 0;
  padding:0;
  list-style:none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a.page-numbers {
  padding: 0 5px;
  line-height: 34px;
  border-right: 1px solid #a4d500;
  border-bottom: 1px solid #a4d500;
  border-top: 1px solid #a4d500;
  border-right-color: #a4d500;
  color:#a4d500;
  *border-right-color: #a4d500;
  font-size:12px;
  /* IE6-7 */

  text-decoration: none;
}
.pagination a:hover.page-numbers, .pagination .active a.page-numbers{
  background-color: #a4d500;
  color:#fff;
  border-right: 1px solid #a4d500;
  border-bottom: 1px solid #a4d500;
  border-top: 1px solid #a4d500;
}
.pagination a.selected-page{
	background-color:#a4d500;
	color:#fff;
}

.pagination .disabled a, .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
  border-right: 1px solid #a4d500;
  border-bottom: 1px solid #a4d500;
  border-top: 1px solid #a4d500;
}

/*===============================================================*/
/*======					Columns	 	 		 ================*/
/*===============================================================*/

.col_span5{
	float:left;
	width:4%;
	margin-left:1%;
}
.col_span10{
	float:left;
	width:9%;
	margin-left:1%;
}
.col_span15{
	float:left;
	width:14%;
	margin-left:1%;
}
.col_span20{
	float:left;
	width:19%;
	margin-left:1%;
}
.col_span25{
	float:left;
	width:24%;
	margin-left:1%;
}
.col_span30{
	float:left;
	width:29%;
	margin-left:1%;
}
.col_span40{
	float:left;
	width:39%;
	margin-left:1%;
}
.col_span50{
	float:left;
	width:49%;
	margin-left:1%;
}
.col_span60{
	float:left;
	width:59%;.
	margin-left:1%;
}
.col_span65{
	float:left;
	width:64%;.
	margin-left:1%;
}
.col_span70{
	float:left;
	width:69%;
	margin-left:1%;
}
.col_span80{
	float:left;
	width:79%;
	margin-left:1%;
}
.col_span90{
	float:left;
	width:89%;
	margin-left:1%;
}
.col_span100{
	float:left;
	width:100%;
}