@import url(http://fonts.googleapis.com/css?family=Fjalla+One);
@import url(http://fonts.googleapis.com/css?family=Merienda:700);


*  {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family: 'Fjalla One', sans-serif;
}

img{
	border:0;
}

.geral {
	min-height:100%;
	position:relative;
	width:980px;
	-webkit-box-shadow: 0px -1px 11px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px -1px 11px rgba(50, 50, 50, 0.45);
	box-shadow:         0px -1px 11px rgba(50, 50, 50, 0.45);
	margin:0 auto;
}

#barra{
	background:url(../img/barra.png);
	width:100%;
	height:40px;
	position:absolute;
	top:202px;	
}

.footer {
	position:absolute;
	bottom:0;
	width:100%;
}

.conteudo {overflow:hidden;}

#site{
	width:980px;
	margin:0 auto;
	height:auto;

}

.conteudo_esquerda{
	float:left;
	width: 695px;
	padding:15px 0px 15px 15px;
	height:auto;
	position:relative;
}

#conteudo_direita{
	float:left;
	width: 232px;
	padding:10px 0px 0px 10px;
}

.bg_busca{
	background:url(../img/bg_busca.png) no-repeat;
	width:128px;
	height:30px;
	color:#fff;
	border:0;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	margin-left:90px;
}

.bg_enviar{
	background:url(../img/bg_enviar.png) no-repeat;
	width:128px;
	height:30px;
	color:#fff;
	border:0;
	cursor:pointer;
	font-weight:bold;
	font-size:16px;
	margin-left:90px;
}

.input-esq{
	width: 209px;
	padding:2px 3px 0px 10px;
	border:0;
	background:url(../img/bg_input.png) no-repeat;
	height:22px;
	-webkit-appearance: none;
	margin:0 0 10px 0;
	font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: 1.0;
    color:808080;
	font-size:14px;
	
}

#conteudo_direita select{
	width: 213px;
	padding:3px 3px 0px 6px;
	border:0;
	background:url(../img/bg_combo.png) no-repeat;
	height:24px;
	-webkit-appearance: none;
	margin:15px 0 10px 0;
	font: inherit;
    outline:none; /* remove focus ring from Webkit */
    line-height: 1.2;
    color:808080;
}



#topo{
	width:980px;
	margin:0 auto;
	height:242px;
	background:url(../img/bg_topo.png) no-repeat;
}

#logo{
	width:238px;
	height:181px;
	z-index:999;
	position:absolute;
	top:0px;
	background:url(../img/logo.png);
	margin-left:655px;	
}

#menu{
	width:980px;
	height:40px;
	margin-top:10px;
}

#topo-fundo{
	width:980px;
	height:200px;
	background:url(../img/menu-fundo.png) no-repeat;
}

#rodape{
	bottom:0;
	width:100%;
	background:#181818;
	height:100px;
}

#rodape_cont{
	width:950px;
	margin:0 auto;	
}

html, body {
    margin: 0;
    padding: 0;
    height:100%
}


/*********************** MENU *******************/
#nav li{
	display: inline;
	margin: 0px;
	padding:0px;
	background:none;
}

#nav a{
	display: inline-block;
	background:none;
}

#rodape ul{
	margin:0px;
	padding:0px;
	position:absolute;
}

.menu_fundo{
	cursor:pointer;
	height:18px;
	border:0;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background:transparent;
}

.menu_fundo:hover{
	color:#d0d0d0;
}


/*********************** TITULOS *******************/

h1{
	font-family:Tahoma, Geneva, sans-serif;
	color:#6b5b51;
	font-style:italic;
	margin:0 0 10px 0;
	font-size:24px;
}

h2{
	font-size:20px;
	color:#fff;
	margin:0 0 6px 0;
	padding:3px 3px 3px 10px;
	font-family: 'Merienda', cursive;
	background: #181818;
	background: -moz-linear-gradient(#181818,  #606060);	
	background: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#606060));
	background: -webkit-linear-gradient(#181818,  #606060);
	background: -o-linear-gradient(#181818,  #606060);
	background: -ms-linear-gradient(#181818,  #606060);
	background: linear-gradient(#181818,  #606060);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 5px 10px #afafaf;
	-webkit-box-shadow: 5px 0 10px #afafaf;
	box-shadow: 0 5px 10px #afafaf;
}

h4{
	font-size:20px;
	color:#403531;
	margin:0 0 6px 0;
	padding:0;
	font-family: 'Merienda', cursive;
}

h3{
	font-size:15px;
	color:#565656;
	margin:0;
	padding:0;
	font-weight:100;
	text-align:justify;
}

h5{
	font-size:14px;
	color:#930a0a;
	margin:0;
	padding:0;
	font-weight:100;
}

h6{
	font-size:20px;
	color:#930a0a;
	margin:3px;
	padding:0;
	font-weight:100;
}

h7{
	font-size:15px;
	color:#666666;
	padding:0;
	font-weight:100;
}


a:link, a:visited, a:active {
	text-decoration: none;
	outline: none;
	color:#666;
}

.borda_imagem{
	border:#605249 3px solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5); 
	margin:20px;	
}

.borda_imagem_galeria{
	border:#605249 3px solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.5); 
	margin:12px;
}

/*********************** FORMULARIO *******************/

.conteudo_esquerda form p label {margin: 2px; margin-top:10px;}

.conteudo_esquerda label{
	font-size:15px;
	margin:0;
	color:#666666;}
	

.conteudo_esquerda input{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:19px;
	margin-top:5px;
	margin-bottom:15px;
	padding:8px;
	width:400px;
	
}

.conteudo_esquerda textarea{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:100px;
	margin-top:5px;
	padding:8px;
	width:400px;
		margin-bottom:15px;
}

.conteudo_esquerda select{
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#333333;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-top:5px;
	padding:8px;
	width:350px;
		margin-bottom:15px;
}


.conteudo_esquerda .btn{
	color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	height:40px;
	margin-top:10px;
	padding:8px;
	width:80px;
	background-color:#b7b5b5;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	background: #7c685f;
	background: -moz-linear-gradient(#7c685f,  #54473e);	
	background: -webkit-gradient(linear, left top, left bottom, from(#a9d654), to(#54473e));
	background: -webkit-linear-gradient(#7c685f,  #54473e);
	background: -o-linear-gradient(#7c685f,  #54473e);
	background: -ms-linear-gradient(#7c685f,  #54473e);
	background: linear-gradient(#7c685f,  #54473e);
}

.conteudo_esquerda .btn:hover{
	background: #54473e;
	background: -moz-linear-gradient(#54473e,  #7c685f);	
	background: -webkit-gradient(linear, left top, left bottom, from(#54473e), to(#7c685f));
	background: -webkit-linear-gradient(#54473e,  #7c685f);
	background: -o-linear-gradient(#54473e,  #7c685f);
	background: -ms-linear-gradient(#54473e,  #7c685f);
	background: linear-gradient(#54473e,  #7c685f);
}


/*********************** UI TABS *******************/
  .ui-tabs-vertical { width: 710px; margin:10px 0px 0px 0px }
  .ui-tabs-vertical .ui-tabs-nav { padding: 10px 10px 10px 10px; float: left; width: 120px; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; list-style:none; width: 100%;  border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: 20px; border-right-width: 1px; border-right-width: 1px; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 10px; float: right; width: 550px;}
  
  
  
/*********************** IMOVEIS *******************/
.imovel{
	width:690px;
	height:140px;
	clear:both;
	margin:0px 0px 20px 0px;
	background:#c6c6c6;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.imovel-foto{
	width:150px;
	height:102px;
	float:left;
	margin:5px 5px 5px 10px;
	padding-top:12px;
}

.imovel-descricao{
	width:520px;
	height:135px;
	float:left;
	overflow:hidden;
	margin-left:5px;
}

/*********************** LATERAL *******************/
.lateral-chat{
	background:url(../img/bg-chat.png) no-repeat;
	padding:40px 0 0 10px;	
}

.busca-referencia{
	background:url(../img/bg-busca-referencia.png) no-repeat;
	padding:90px 0 0 10px;	
}

.busca-rapida{
	background:url(../img/bg-busca-rapida.png) no-repeat;
	padding:70px 0 0 10px;	
}

.news{
	background:url(../img/bg-news.png) no-repeat;
	padding:70px 0 0 10px;	
}

.indices{
	background:url(../img/bg-indices.png) no-repeat;
	padding:70px 0 0 10px;	
}


/*********************** HOME *******************/
.destaque{
	height:230px;
	width:670px;
	padding:10px 0px 10px 0px;
	background:url(../img/fundo-destaques.png);
}


.destaque-imovel{
	width:188px;
	height:190px;
	margin:0 10px 0 0;
	text-align:center;
	float:left;
}

.destaque-miniatura{
	background:url(../img/borda_imagem.png);
	width:188px;
	height:121px;
	padding:7px 0 0 0;
}

.destaque-imovel h1{
	color:#695b50;
	font-size:12px;
	margin:0;
	padding:0;
	text-transform:uppercase;	
}

.destaque-imovel h3{
	color:#323232;
	font-size:13px;
	margin:0 5px 0 5px;
}

/*********************** NOVIDADES *******************/
.novidades-home{
	width:360px;
	height:110px;
	background:url(../img/bg-novidades.png) no-repeat;
	float:left;
	padding:80px 40px 0 0;
}


/*********************** SIMULADOR *******************/
.simulador-home{
	width:280px;
	height:110px;
	background:url(../img/bg-simulador.png) no-repeat;
	float:left;
	padding:80px 0 0 0;
}


.confira-home{
	color:#fff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:normal;
	margin-top:10px;
	padding:3px;
	width:80px;
	background-color:#b7b5b5;
	color:#fff;
	background: #7c685f;
	background: -moz-linear-gradient(#7c685f,  #54473e);	
	background: -webkit-gradient(linear, left top, left bottom, from(#a9d654), to(#54473e));
	background: -webkit-linear-gradient(#7c685f,  #54473e);
	background: -o-linear-gradient(#7c685f,  #54473e);
	background: -ms-linear-gradient(#7c685f,  #54473e);
	background: linear-gradient(#7c685f,  #54473e);
	margin:5px 0 0 50px;
}