html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
} 
body {
	background: #B83732 url(imagens/bgSite.jpg) no-repeat top center;
	margin: 0; 
	padding: 0;
	text-align: center;
}
#container { 
	width: 100%;
	position: relative;
	min-height: 100%;
}
* html #container {
	height: 100%;
}
.clear {
	clear: both;
}
#meio {
	background: #FFF;
	width: 960px;
	margin: 0 auto;
	padding: 0px;
}
#topo {
	width: 960px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(imagens/conteudoBgSup.png) no-repeat top center;
}
#logo {
	width: 245px;
	height: 180px;
	margin-left: 35px;
	background: url(imagens/logoBg.png) no-repeat top center;
	float: left;
}
#menuEsqInicial {
	margin-left: 20px;
	width: 308px;
	float: left;
}
#conteudo {
	width: 920px;
	display: table;
	margin: 0 auto;
	height: 220px;
	background-image: url(imagens/fnd_abas.jpg) top center no-repeat; 
}
#banner {
	width: 610px;
	height: 317px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: right;
	background-image:url(imagens/fnd_btnBanners.jpg);
}
#conteudoInf {
	padding-top: 20px;
	padding-bottom: 20px;
	width: 960px;
	margin: 0 auto;
	background: url(imagens/conteudoBgInf.png) no-repeat bottom center;
}

#abas{
	width: 920px;
	height: 120px;
	margin: 0 auto;
}


#acessorapido {
	background: url(imagens/acessorapido.jpg) no-repeat center;
	height: 100px;
	width: 920px;
	margin: 0 auto;
}
#rodape {
	width: 960px;
	margin: 0 auto;
	height: 80px;
}
#midiaSocial {
	width: 280px;
	height: 80px;
	float: left;
}
#copyright {
	width: 440px;
	line-height: 80px;
	font-size: 10px;
	color: #FFFFFF;	
	text-align: center;
	float: left;
}
#parceria {
	width: 200px;
	float: right;	
	text-align: left;
}
#parceria a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 80px;
}

/* titulos */
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;	
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;	
	color: #7B2D64;
}
h3 {
	color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;	
}

.paragrafos{
	text-align: justify;
	width: 900px;
}

a:link, a:hover, a:visited {
	color: #CC9900;
	text-decoration: underline;	
}
ul li {
	list-style: square;
}


/* menu superior */
#menuSup {
	margin-top: 35px;
	margin-right: 20px;
	width: 630px;
	float: right;
	height: 135px;
	float: right;	
	background: url(imagens/menuSupBg.png) no-repeat top right;
}
#mainMenu{	
	position: relative;	
	visibility: hidden;
	height: 56px;
	width: 590px;
	float: right;
	padding-left: 50px;
}
#mainMenu a {
	display: inline-block;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	text-align: center;
	font-weight: bold;
	line-height: 36px;
	width: 100px;	
	font-weight: bold;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* atributos do menu ativo */
#mainMenu .activeMenuItem {
	background: url(imagens/menuSupAtivo.png) no-repeat center;	
	cursor: pointer;
	color: #C72823;
	font-size: 13px;
}
/* atributos do menu inativo */
#mainMenu .inactiveMenuItem {	
	background: url(imagens/menuSupInativo.png) no-repeat;	
	color: #5B5758;
	cursor: pointer;	
	font-size: 13px;	
}
#submenu {
	visibility: hidden;	
	height: 100px;
}	
#submenu div {
	position: absolute;
	width: 570px;	
	white-space: nowrap;
	margin-top: 10px;
}
#submenu img {	
	border: 0;
}
	#submenu a:link img, #submenu a:visited img  {
		filter: gray alpha(opacity=60);
	}
	#submenu a:hover img {
		filter: none;
	}

#submenu a {	
	text-decoration:none;
	color: #000;
}
#submenu a:hover{
	color: #FF0000;	
}

.ValorAbas{
	color:#0066CC;
}

/* tabelas imoveis */
.listaImoveis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
}

.titulosImoveis{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF6600;
}

.tituloPaginas{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	margin-left: 15px;
}

.tituloPaginasInt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	margin-left: 5px;
	_margin-left: 8px;
	text-align:left;
}


.pesquisaTodos{
	width: 100%;
	height: 38px;
	_height: 47px;
	background-color: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 12px;
	}
	
select {
	font-size: 13px;
	background-color: #FF6;
	padding: 2px;
	color: #595224;
	margin: 0px;
	border: 1px solid #cac5a3;
	height: 24px;
	width: 170px;
	}


/* PAGINA PRINCIPAL - NAVEGACAO ABAS IMOVEIS */
#gera{
	width: 100%;
}
#nav{
	height:30px;
	width:100%;
	text-align: left;
}
#menu{
	list-style:none;
	width:90%;
}

#menu li{
	float:left;
}

#menu li a{
	display:block;
	height:30px;
	padding:0 35px;
	line-height:25px;
	color: #993300;
	text-decoration:none;
	font-size:18px;
	display:inline;	
	text-transform:uppercase;
	text-align: left;
}
#menu li a:hover{
	color: #990000;
}
#menu li.sbord a{
	border:0;
}

#imoveis{
	clear:both;
}

#carregando{
	width:20px;   height:20px;
	top:50%;
	left:50%;
	margin-top:-10px;
	margin-left:-10px;
}

#imoveis h2{
	font-size:15px;
	text-align:center;
	padding:10px 0;
}

#imoveis p{padding:5px 20px; line-height:150%;}

#imoveis h2.comprar,
#imoveis p.comprar{
	color:#036;
	text-align: justify;
}

#imoveis h2.alugar,
#imoveis p.alugar{
	color:#960;
	text-align:justify;
}



/* links */

a:link{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:active{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}


.linkTopo{
	width: 850px;
	padding-bottom: 10px;
}


.inputForms{
	width: 310px;
	height:22px;
	color:#993300;
	background-color: white;
	border: 1px solid #ccc;
}

.inputTextArea{
	width: 310px;
	height:100px;
	color:#993300;
	background-color: white;
	border: 1px solid #ccc;
}


/************** Botoes ***********/
.botao {
height: 22px;
font-family:  Arial, Helvetica, sans-serif;
font-size:13px;
white-space: nowrap;
border-left: #AAAAAA 1px solid;
border-top: #AAAAAA 1px solid;
border-right: #333333 1px solid;
border-bottom: #333333 1px solid;
background-color: #FFFFFF;
color: #993300;
text-decoration: none;
font-weight: bold;
padding-left: 8px;
padding-right: 8px;
padding-top: 2px;
padding-bottom: 2px;
margin: 2px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* TABS INICIAL*/

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background-color: #FFCC00;
	list-style: none;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

.TabbedPanelsTabHover {
	background-color: white;
}

.TabbedPanelsTabSelected {
	background-color: white;
	border-bottom: 1px solid #EEE;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	background-color: #efefef;
}

.TabbedPanelsContent {
	padding: 4px;
}

.TabbedPanelsContentVisible {
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

#content{
	font-size: 1px;
	color:	#B83732;
}

/* inc banner */

#chamadas_bann {
	margin-left: 0px;
	position: relative;
	margin-top: 20px;
}
.ch_principal {
	width: 580px; 
}
.ch_principal_bann {
	padding: 0px;	
}
.ch_principal UL {
	margin: 0px;
	padding: 0px;
}
.ch_principal_bann UL.chamadas LI {
	min-height: 246px; 
	display: none;
	list-style: none;
}
.ch_principal_bann UL.chamadas LI.ativo {
	display: block;
}
.ch_principal_bann UL.controle {
	float: right; 
	margin: -13px 0px 0px 0px;
	text-align: right;
}
.ch_principal_bannText {
	padding-left: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #006666;
}
.ch_principal_bann UL.controle LI {
	text-align: center;
	background-image:url(../../imagens/fnd_banners1.jpg);
	width: 27px; 
	display: block; 
	float: left; 
	height: 23px; 
	margin-left: 4px; 
	font-size: 90%; 
	cursor: pointer;
	text-decoration: none;
	color: black;
	font-size: 13px;
	font-weight: bold;
}
.ch_principal_bann UL.controle LI.ativo {
	background-image:url(../../imagens/fnd_banners2.jpg);
	color: black !important;
	margin-left: 4px; 
}