/* FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE*/
/* Definições dos elementos do site */

html{
	height:100%;
}

body{
	margin:0px;
	padding:0px;
	background: #fff;
	text-align:center;
	background: url('/site/images/bg_topo.jpg') repeat-x;
	height:100%;
}

body, td, div, select, input, li, textarea{
	font:12px arial, helvetica, verdana;
	color: #000;
}

fieldset{
	border: 1px solid #ccc;
	padding: 5px 2px 2px 2px;
}

fieldset legend{
	border: 1px solid #c6c6c6;
	margin-left: 10px;
	padding: 2px;
}

#conteudo input[type='text'], #conteudo input[type='password'], #conteudo select, #conteudo textarea{
	margin:2px 5px 5px 0px;
	width: 250px;
}

img{
	border:0px;
}

ul, li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

*{
	margin:0px;
	padding:0px;
	outline: none;
}

a, a:link, a:visited, a:hover{
	color: #000;
	outline:none;
	text-decoration:none;
}

h1{
	font-size:18px;
	margin: 0px 0px 12px 0px;
	color: #fff;
	background:url('/site/images/bg_titulo.jpg') repeat-x;
	width: 100%;
	height: 28px;
	padding: 4px 0px 0px 0px;
}

h2{
	font-size:16px;
	margin: 0px 0px 12px 0px;
	color: #67B93D;
}
/* Fim das definições dos elementos do site */

/* Definições da estrutura do site */
#controlaConteudo{
	width:975px;
	position:relative;
	text-align:left;
	margin:auto;
}

#topo{
	margin-bottom: 10px;
}

#logo{
	float: left;
}

#menuTopo a{
	float:left;
}

#menuAtalhos{
	background: url('/site/images/menu_superior.jpg') repeat-x;
	float:right;
	height: 26px;
}

#menuAtalhos a{
	color: #fff;
}

#lateral{
	float:left;
	width: 260px;
	margin: 0px 0px 0px 0px;
}

#conteudo{
	float:left;
	width: 679px;
	padding: 0px 10px 0px 17px;
}

#rodape{
	background: url('/site/images/bg_rodape.jpg') repeat-x;
	clear:both;
	height:111px;
}

#rodape div{
	padding: 11px 11px 0px 11px;
}

#fontRodape{
	font-size: 15px;
	font-weight: bold;
	color: #3d3d3d;
	padding: 10px 0px 4px 9px;
}

#menuRodape a{
	float: left;
	color: #3d3d3d;
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #3d3d3d; 
	background: none;
}

#menuRodape a:hover{
	background: #67B93D;
	color: #fff;
}

#logoRodape{
	float: right;
	margin-left: 30px;
}

#menuLateral{
	width: 200px;
	margin: 0px auto 0px auto;
}

#menuLateral a{
	background: url('/site/images/separador.jpg') repeat-x bottom center;
	display: block;
	height: 25px;
	width: 200px;
	color: #607cc5;
	margin: 3px 0px 0px 0px;
}

/* Fim das definições da estrutura do site */

/* Definições do conteudo */
.floatLeft{
	float:left;
}
.floatLeftImg{
	float:left;
	margin-right:10px;
}

.floatRight{
	float:right;
}

.floatRightImg{
	float:right;
	margin-left:10px;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.block{
	display:block;
}
/*Fim das definições do conteudo*/

/*Mensagens para o usuario */
.alertBox {
	background: url('/modulos/images/alert.gif') no-repeat #ffc 5px 5px;
	border:1px dashed #f00;
	width: 90%;
	color:#000;
	font-size:14px;
	margin:0px auto 5px auto;
	padding:5px 5px 5px 25px;
	text-align:left;
}
.errorBox {
	background: url('/modulos/images/warning.gif') no-repeat #ffc 5px 5px;
	border:1px dashed #333;
	width: 90%;
	color:#f00;
	font-size:14px;
	margin:0px auto 5px auto;
	padding:5px 5px 5px 25px;
	text-align:left;
}
.infoBox {
	background: url('/modulos/images/info.gif') no-repeat #ffc 5px 5px;
	border:1px dashed #333;
	width: 90%;
	color:#00c;
	font-size:14px;
	margin:0px auto 5px auto;
	padding:5px 5px 5px 25px;
	text-align:left;
}
.successBox {
	background: url('/modulos/images/aceitar.gif') no-repeat #ffc 5px 5px;
	border:1px dashed #333;
	width: 90%;
	color:#000;
	font-size:14px;
	margin:0px auto 5px auto;
	padding:5px 5px 5px 25px;
	text-align:left;
}
.error {
	color:red; 
	font-weight:bold;
}
.checked {
	background:url('/modulos/images/aceitar.gif') no-repeat;
	padding:0px 12px 3px 0px;
}
/*Fim Mensagens para o usuario */
#mapa_site ul{
	margin: 0px 0px 0px 15px;
	padding:0px;
}
#mapa_site ul li{
	color: #000;
	margin:2px!important;
	padding:0px!important;
}
#mapa_site ul li a{
	color: #000;
	display: block;
}

.separador{
	background: url('/site/images/separador.jpg') repeat-x;
	width: 100%;
}

.destaqueProdutos{
	margin: 0px 3px 0px 2px;
	float: left;
}

.conteudoDestaqueProdutos{
	border: 1px solid #e6e6e6;
	background: #f3f3f3;
	width: 209px;
	padding: 5px;
}

#boxBuscaImoveis{
	border: 1px solid #e6e6e6;
	background: #f3f3f3;
	width: 241px;
}
#boxBuscaImoveis form{
	margin: 5px 17px 15px 17px;
	padding: 5px;
}

#boxBuscaImoveis form input[type='text'], #boxBuscaImoveis form select{
	margin:2px 5px 5px 0px;
	width: 180px;
}

.cinza{
	color: #3d3d3d;
}

.verde{
	color: #67B93D;
}

#boxLoginLateral{
	border: 1px solid #e6e6e6;
	background: #f3f3f3;
	padding:11px;
	width: 220px;
	margin-left: 6px;
	text-align: left;
}
