/* Cabeçalho/header */
html
{
    font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background: #FFFFFF;
}

body
{
    margin: 0px;
	padding:0px;
	
	width:100%;
}



#a_header{
	background:url(../imagens/bg_top.jpg) repeat-x;
	width:100%;
	height:100%;
	margin: 0px;
    padding: 0px;
}
#header
{
	width: 1200px;
    height: 120px;
    margin: 0 auto;
    padding: 0px;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
    color: #333333;
	display:block;
}

#logo
{
    float: left;
    height: auto;
    width: auto;
    padding-top: 20px;
    border-width: 0px;
	display:inline;
}

/* Header navigation bar style */

nav
{
    font-family: SofiaProMedium, Helvetica, Arial, sans-serif;
	
}
nav #telini{ float:right; color:#669B22; font-size: 30px; font-family:SofiaProMedium, Helvetica, Arial, sans-serif; font-weight:normal; display:block; padding-bottom:20px;}
nav ul
{
    float: right;
    margin: 0;
    list-style-type: none;
}

nav li
{
    display: block;
    float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #E6E6E6;
	background: #EFEFEF;
	margin-left:20px;
	
}

/*
 * Background cores da navegação
 * para mudar as cores js/nav.js
 */
nav .atual#inicio
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
	border: 1px solid #669B22;
}
nav .atual a{
    color:#FFFFFF;
}
nav .atual#sobre
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#produtos
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#trabalheconosco
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#contato
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#lancamentos
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#prontos-para-morar
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav .atual#aluguel-por-temporada
{
    background:url(../imagens/menu_bg_active.jpg) repeat-x;/*#703030;*/
}
nav a
{
    display: block;
    padding: 5px 10px 7px;
    text-decoration: none;
    color: #666666;
	font-weight:normal;
    font-size: 15px;
}

nav a:hover
{
    background-color: #DDDDDD;
}

nav .atual a:hover{
	background-color: #6B9F23;
	color:#FFFFFF;
}

/* Dropdown items */
.sub-nav
{
    position: absolute;
    display: none;
    padding: 0;
    border: 1px solid #CCC;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #FFF;
}

.sub-nav li
{
    clear: both;
    width: inherit;
    padding: 0;
	color:#703030;
}

.sub-nav a
{
    width: inherit;
    padding: 5px 10px;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
    border: none;
	color:#703030;
}
/* rodape style */
#a-footer{
   border-top:13px solid #61861D;
   margin-top:30px;
   background: url(../imagens/bg_rodape.jpg) center  #76A223 no-repeat;
   width:100%;
   height:150px;
   
}
#footer
{
    width: 1200px;
    height: auto;
    margin: auto auto 10px;
	clear:left;
	display:block;
	margin-top:0px;
	padding:0;
	padding-top:40px;
	
}

#footer a
{
   color:#FFFFFF;
   font-weight:bold;
   text-decoration:none;
   font-size:12px;
}
#footer a:hover
{
   text-decoration:underline;
}
#footer #dlogo{
   width:320px;
   float:left;
   display:inline;
   margin-left:10px;
}
#footer #dlogo p{
   color:#FFFFFF;
   font-size:12px;
   margin:3px;
   padding:0px;
}
#footer #dlogo p a{
   color:#FFFFFF;
   text-transform:none;
}
#footer ul
{
    padding: 0;
    list-style-type: none;
    font-family: SofiaProLight, Helvetica, Arial, sans-serif;
	float:right;
	display:inline;
	color:#FFFFFF;
	margin:0px;
}
#footer img
{
    margin: 0;
	float:left;
	display:inline;
	border:0;
}

#footer li
{
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    font-size: small;
}

/* Content section style */
#section
{
    width: 1200px;
    min-height: 100%;
	padding-left:0px;
	padding-right:0px;
    margin: auto;
	margin-top:10px;
    overflow-y: hidden;
	margin-bottom:0;
}
#section #esq{
   float:left;
   width:850px;
   display:inline;
   clear:left;
   margin-top:30px;
}
#section #dir{
   float:right;
   width:300px;
   display:inline;
   margin-top:30px;
}
.diretorio {
	width: auto;
	margin: 0 auto;
	height: 40px;
	overflow: hidden;
	padding: 0 30px 0 30px;
	border-bottom: 1px solid #E9E9E9;
	list-style: none;
	background: #F9F9F9;
	display:block;
}
.diretorio li {
	line-height: 40px;
	display: inline-block;
	font-size: 12px;
	color: #999999;
	font-family:SofiaProLight, Helvetica, Arial, sans-serif;
}
.diretorio li a {
	line-height: 40px;
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
.cont {
	padding: 30px 38px 180px 38px;
	font-size: 15px;
	line-height: 160%;
	color: #999999;
	background:#FFFFFF;
}
#link-acomp{
   float:right;
	color:#703030;clear:left; font-weight:bold; margin-top:20px; float:left;
	margin-top:40px;
}
#link-acomp img{
	margin:0 7px 0 7px;
	vertical-align:middle;
}
.simples_form label {
	text-align: right;
	color: #454545;
	font-size: 1.14286em;
	line-height: 30px;
	width: 15%;
	float: left;
	margin-left: 2.5641%;
	display: inline;
	margin-top: 10px;
	clear: left;
}
.simples_form input[type=text], .simples_form textarea {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #ccc;
	font-size: 1.1em;
	padding: 0.4em 0.5em;
	width: 350px;		
	margin-top:10px;
	margin-left:10px;
	clear:none;
	float:left;
	display:inline;
}
.simples_form textarea{height:80px; margin-left:10px;}

.botaopadrao{
clear:left;
float:left;
margin-left:10px;
margin-top:20px;
border:1px solid #739721; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; font-weight:bold; text-align: center; color: #FFFFFF; background-color: #96C52B;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#96C52B), to(#659A22));
 background-image: -webkit-linear-gradient(top, #96C52B, #659A22);
 background-image: -moz-linear-gradient(top, #96C52B, #659A22);
 background-image: -ms-linear-gradient(top, #96C52B, #659A22);
 background-image: -o-linear-gradient(top, #96C52B, #659A22);
 background-image: linear-gradient(to bottom, #96C52B, #659A22);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#96C52B, endColorstr=#659A22);
}

.botaopadrao:hover{
 border:1px solid #567119; background-color: #769b22;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#769b22), top(#4a7019));
 background-image: -webkit-linear-gradient(top, #769b22, #4a7019);
 background-image: -moz-linear-gradient(top, #769b22, #4a7019);
 background-image: -ms-linear-gradient(top, #769b22, #4a7019);
 background-image: -o-linear-gradient(top, #769b22, #4a7019);
 background-image: linear-gradient(to bottom, #769b22, #4a7019);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#769b22, endColorstr=#4a7019);
 }
 /*
.simples_form input.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: #A9543F;
	-webkit-box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
	-moz-box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
	box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
}
.simples_form input.button {
	background-color: #C77966;
	color: #fff;
	-webkit-box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
	-moz-box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
	box-shadow: #703030 0 2px 0 0 inset,rgba(255,255,255,0) 0 7px 0;
	border: none;
	color: #fff;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 300;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0.6em 1.3em;
	width:150px;
	clear:left;
	float:left;
	margin-left:160px;
	display:block;
}*/
label.error{margin-left:160px; color:#990000; padding:2px; background-color:#f4bfbf; width:370px; font-size:10px; text-align:left;}
#esq .qd{
		width:240px;
		padding:10px;	
		float:left;
		clear:none;
		display:inline; 
		background:#FBFBFB;
		border:1px solid #E5E5E5;
		margin-right:20px;
		margin-top:10px;
		height:280px;
	}
	.qd a{
		color:#5B9F1D;
	}
	.qd p{margin:3px;}
	.qd img{
	    height:185px;
		width:245px;
	}
	.qd .preco{
		color:#5CA01D;
		font-weight:bold;
		font-size:12px;
		margin-left:5px;
	}
	.qd h1{
		font-family: SofiaProLight, Helvetica, Arial, sans-serif;
		padding:0px;		
	}
	.qd h3{
		font-family: SofiaProLight, Helvetica, Arial, sans-serif;
		margin-top:0px;	
		padding:0px;		
	}
	.qd label{
	   color:#666666;
	   font-size:12px;
	   float:left;
	   font-weight:bold;
	   margin-left:10px;
	   clear:left;
	   margin-top:10px;
	}
	.qd select{
	   width: 200px;
	   height: 25px;
	   overflow: hidden;
	   background: url(../imagens/seta_select.png) no-repeat #FFFFFF;
	   background-position: 176px 2px;
	   border: 1px solid #999999;
	   -webkit-appearance: none;
	   -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	    display:block;
		float:left;
		clear:left;
		margin-left:10px;
		margin-top:5px;
	}
	.qd input[type=text] {
		width: 180px;
		height: 29px;
		background: url(../imagens/campo_news.png) top;
		border: none;
		display:block;
		float:left;
		clear:left;
		padding: 0 10px 0 10px;
		margin: 0;
		margin-top:10px;
		line-height: 29px;
		margin-left:10px;
	}
	.qd input[type=submit]:hover {
		background-position: bottom;
	}
	.qd input[type=submit] {
		width: 30px;
		height: 30px;
		background: url(../imagens/bot_news.png) top;
		display: inline;
		float:left;
		border: none;
		padding: 0;
		margin: 10px;
		cursor: pointer;
	}
	#esq #seta_esq, #esq #seta_esq2, #esq #seta_esq3{
	   background:url(../imagens/seta.jpg) left;
	   width:18px;
	   height:18px;
	   cursor:default;
	   display:inline;
	   float:left;
	   margin-right:4px;
	   margin-top:10px;
	   margin-bottom:30px;
	}
	#esq ul.imoveis{
	   list-style:none;
	   margin:0;
	   padding:0;
	}
	#esq #seta_dir, #esq #seta_dir2, #esq #seta_dir3{
	   background:url(../imagens/seta.jpg) right;
	   width:18px;
	   height:18px;
	   cursor:default;
	   display:inline-block;
	   float:left;
	   margin-top:10px;
	   margin-bottom:30px;
	}
	#dir .qd{
		padding:10px;	
   		background: #FBFBFB;
		border:1px solid #E5E5E5;
		display:block;
        float:right;
		width:100%;
	}
#dir .qdform{
		padding:10px;	
   		background: #FBFBFB;
		border:1px solid #E5E5E5;
		display:block;
        float:right;
		width:100%;
	}
		

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 850px;
    padding: 0px 0px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  850px;
    height: 320px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 265px;
    height: 320px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 20px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
