/********************
Estilizações gerais
********************/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #20526F;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html { background: #BFE6FD url(../images/degrade-background.jpg) repeat-x 0 376px; }

body { background: url(../images/background-top.jpg) no-repeat center top; }

#wrapper { }

#geral {
	width: 760px;
	margin: 0 auto;
}

img, fieldset, input, button { border: none; }

hr, legend, .oculto { display: none; }

option { padding: 0 5px; }

sup { font-size: 0.8em; }

input[type=hidden] { display: none !important; }
/********************
Fim das estilizações gerais
********************/


/********************
Painel
********************/
#painel {
	position: relative;
	height: 337px;
}

#painel strong {
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	right: 21px;
	width: 187px;
	height: 18px;
	overflow: hidden;
	background: url(../images/jesus.gif) no-repeat;
}

	/********************
	Logo
	********************/
	#painel h1 {
		float: left;
		width: 413px;
		height: 142px;
		padding: 2px 0 0 4px;
		background: url(../images/logo.jpg) no-repeat right bottom;
	}
	
	#painel h1 a {
		text-indent: -9999px;
		display: block;
		height: 100%;
		background: url(../images/logo-hover.png) no-repeat;
		opacity: 0;
		-khtml-opacity: 0;
		filter: alpha(opacity=0);
	}
	
	#painel h1 a:hover {
		opacity: .1;
		-khtml-opacity: .1;
		filter: alpha(opacity=10);
	}
	
	#painel h2 { display: none; }
	/********************
	Fim da logo
	********************/

	/********************
	Funcionalidades
	********************/
	#painel ul {
		float: right;
		height: 13px;
		padding: 8px 13px 0 0;
	}
	
	#painel li {
		float: left;
		margin-left: 10px;
	}
	
	#painel li a {
		text-indent: -9999px;
		display: block;
		height: 13px;
		overflow: hidden;
		background-repeat: no-repeat;
		background-position: top;
	}
	
	a.fav {
		width: 118px;
		background-image: url(../images/add-fav.gif);
	}
	
	a.mapa {
		width: 73px;
		background-image: url(../images/mapa-do-site.gif);
	}
	
	#painel li a:hover { background-position: bottom; }
	/********************
	Fim: Funcionalidades
	********************/
/********************
Fim do painel
********************/


/********************
Menu + data
********************/
#menu {
	height: 80px;
	padding: 0 9px;
	background: url(../images/menu.jpg) no-repeat;
}

	/********************
	Menu
	********************/
	.menu li {
		position: relative;
		text-align: center;
		float: left;
		width: 114px;
		padding: 3px 0 0 4px;
	}
	
	.menu li.empreendimentos { width: 129px; }
	
	.menu li.faleconosco { width: 127px; }
	
	.menu a {
		display: block;
		height: 45px;
		padding-top: 28px;
	}
	
	.menu strong {
		color: #AFB3B8;
		font-size: 1.1em;
		padding-left: 10px;
		background: url(../images/bullet-menu.gif) no-repeat left;
	}
	
	.menu li:hover, .menu li.over { background: url(../images/item-menu-hover.gif) repeat-x 0 3px; }
	
	.menu li:hover strong, .menu li.over strong { color: #DADDE0; }
	
	.menu ul {
		display: none;
		position: absolute;
		top: -26px;
		left: 0;
		width: 340px;
		padding: 6px 0 6px 15px;
		background-color: #000;
		opacity: .7;
		-khtml-opacity: .7;
		filter: alpha(opacity=70);
	}
	
	.menu ul.imoveis {
		display: none;
		position: absolute;
		top: -26px;
		left: 0;
		width: 240px;
		padding: 6px 0 6px 15px;
		background-color: #000;
		opacity: .7;
		-khtml-opacity: .7;
		filter: alpha(opacity=70);
	}

	.menu li:hover ul, .menu li.over ul { display: block; }
	
	.menu ul li {
		text-align: left;
		display: inline;
		width: auto;
		margin-right: 20px;
		padding: 0;
	}
	
	.menu ul li a {
		color: #AFB3B8;
		display: inline;
		height: auto;
		padding: 0;
		padding-left: 10px;
		background: url(../images/bullet-menu.gif) no-repeat left;
	}
	
	.menu ul li a:hover {
		color: #FFF;
		text-decoration: underline;
	}
	
	.menu ul li:hover, .menu ul li.over { background: none; }
	/********************
	Fim do menu
	********************/

	/********************
	Data
	********************/
	#menu p {
		color: #D4D5D6;
		float: right;
		width: 205px;
		margin-top: 26px;
		padding-left: 12px;
		background: url(../images/bullet-menu.gif) no-repeat 0 5px;
	}
	
	#menu p span {
		color: #8FA9BB;
		display: block;
	}
	/********************
	Fim da data
	********************/
/********************
Fim: menu + data
********************/


/********************
Conteudo
********************/
#conteudo {
	padding: 0 4px 4px;
	background: #BFDFF5 url(../images/borda-conteudo.gif) repeat-x top;
}

#conteudo .limite { background: #E7F2FF url(../images/conteudo.gif) repeat-x top; }

#bottom {
	position: relative;
	overflow: hidden;
	padding: 0 6px 5px;
	background: url(../images/conteudo-bottom.gif) repeat-x bottom;
}

#principal {
	float: left;
	width: 520px;
	margin-top: 5px;
	padding-bottom: 45px;
}

#principal h2 {
	font-size: 1.6em;
	margin: 0 0 15px 15px;
}

	/********************
	Breadcrumb
	********************/
	.breadcrumb {
		width: 95%;
		height: 15px;
		margin: 0 auto 10px;
		padding: 7px 10px;
		background-color: #96B9D2;
	}
	
	.bottom {
		position: absolute;
		bottom: 7px;
		left: 8px;
		width: 494px;
		margin-bottom: 0;
	}
	
	.breadcrumb h6 {
		color: #B52D2D;
		font-weight: normal;
		float: left;
		padding-left: 11px;
		background: url(../images/bullet-vermelho.gif) no-repeat left;
	}
	
	.breadcrumb span {
		float: right;
		margin-left: 10px;
		padding-left: 11px;
		background: url(../images/bullet-voltar.gif) no-repeat left;
	}
	
	.breadcrumb span.topo { background-image: url(../images/bullet-topo.gif); }
	
	.breadcrumb a { text-decoration: underline; }
	
	.breadcrumb a:hover {
		color: #B52D2D;
		text-decoration: none;
	}
	/********************
	Fim do breadcrumb
	********************/
/********************
Fim do conteudo
********************/


/********************
Lateral
********************/
#lateral {
	float: right;
	width: 197px;
	padding: 0 5px 6px 6px;
	background: url(../images/lateral.png) repeat-x 0 5px;
}

#lateral .limite {
	padding-top: 23px;
	background: url(../images/lateral-top.png) no-repeat top;
}

#lateral .limite div, #lateral .limite ul { padding: 0 10px; }

	/********************
	Localizacao
	********************/
	#lateral h1 { font-size: 1.1em; }
	
	#lateral h2 {
		font-size: 0.8em;
		font-weight: normal;
		padding: 2px 60px 0 0;
	}
	
	#lateral address {
		line-height: 150%;
		font-style: normal;
		margin-top: 10px !important;
	}
	
	#lateral address a {
		font-weight: bold;
		text-align: center;
		text-decoration: underline;
		display: block;
		margin-top: 8px;
	}
	
	#lateral address a:hover {
		color: #CF0303;
		text-decoration: none;
	}
	
	#lateral h1, #lateral h2, #lateral address { margin: 0 10px; }
	/********************
	Fim: localizacao
	********************/

	/********************
	Telefones
	********************/
	#lateral h3 {
		text-indent: -9999px;
		width: 191px;
		height: 56px;
		overflow: hidden;
		margin: 20px auto;
		border: 3px solid #D7E3EE;
		background: url(../images/telefones.jpg) no-repeat;
	}
	/********************
	Fim: telefones
	********************/

	/********************
	Estrutura
	********************/
	#lateral a.imagem {
		display: block;
		width: 191px;
		height: 90px;
		overflow: hidden;
		border: 3px solid #D7E3EE;
	}
	
	#lateral a.imagem:hover { border-color: #B1C5D4; }
	
	#lateral a img {
		display: block;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	
	#lateral p {
		margin: 4px 5px 0;
		padding-left: 11px;
		background: url(../images/bullet-vermelho.gif) no-repeat 0 5px;
	}
	/********************
	Fim: estrutura
	********************/

	/********************
	Menu secundario
	********************/
	#lateral ul { margin: 20px 0 18px; }
	
	#lateral li { margin-bottom: 10px; }
	
	#lateral li a {
		font-size: 1.1em;
		font-weight: bold;
		padding-left: 11px;
		background: url(../images/bullet-vermelho.gif) no-repeat left;
	}
	
	#lateral li a:hover {
		color: #CF0303;
		text-decoration: underline;
	}
	/********************
	Fim: Menu secundario
	********************/

	/********************
	Fale conosco
	********************/
	#lateral .limite div {
		height: 116px;
		padding-top: 12px;
		background: url(../images/lateral-bottom.jpg) no-repeat top;
	}
	
	#lateral .limite div h3 {
		font-size: 1.1em;
		text-indent: 0;
		width: auto;
		height: auto;
		margin: 0 0 3px;
		padding-left: 11px;
		border: none;
		background: url(../images/bullet-vermelho.gif) no-repeat left;
	}
	
	#lateral .limite div p {
		line-height: 150%;
		padding: 0;
		background: none;
	}
	
	#lateral p a:hover {
		color: #CF0303;
		text-decoration: underline;
	}
	/********************
	Fim: Fale conosco
	********************/
/********************
Fim da lateral
********************/


/********************
Rodape
********************/
#rodape {
	margin-top: 2px;
	background: url(../images/rodape.gif) repeat-x;
}

#rodape div {
	width: 750px;
	height: 42px;
	margin: 0 auto;
	padding: 14px 10px 0;
}

#rodape h1, #rodape h2 {
	color: #A9BDC7;
	float: left;
	clear: left;
}

#rodape h2 {
	font-size: 0.9em;
	font-weight: normal;
}

#rodape a {
	text-indent: -9999px;
	float: right;
	width: 45px;
	height: 20px;
	overflow: hidden;
	margin-top: -10px;
	*margin-top: 4px;
	background: url(../images/interag.gif) no-repeat left top;
}

#rodape a:hover { background-position: right top; }
/********************
Fim do rodape
********************/