/********************
Estilizações gerais
********************/
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #116C95;
	font-size: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

html { background: url(../images/background-degrade.png) repeat-x bottom; }

body { background: url(../images/background-top.jpg) repeat-x top; }

#extra { background: url(../images/background-bottom.png) repeat-x bottom;}

#wrapper {
	position: relative;
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
}

#site {
	float: left;
	width: 772px;
}

#geral { background: #FFF url(../images/conteudo-bottom.gif) repeat-x bottom; }

img, fieldset { border: none; }

hr, legend, .oculto { display: none; }

input[type=hidden] { display: none !important; }

option { padding: 0 5px; }

button {
	cursor: pointer;
	color: #FFF;
	padding: 1px 4px;
	border: 2px solid #638809;
	background: #6D9A01;
}
sup { font-size: 0.7em; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
}
* html .clearfix { display: inline-block; } /* ie6- fix */
*+html .clearfix { display: inline-block; } /* ie7 fix */
/********************
Fim das estilizações gerais
********************/


/********************
Topo
********************/
#topo {
	height: 15px;
	overflow: hidden;
	margin: 3px 0;
	padding: 8px 8px 8px 15px;
	background: url(../images/topo.png) repeat-y right;
}

#topo p { float: left; }
#topo p, #topo strong { color: #FFF; }

#topo div {
	float: right;
	width: 231px;
	margin-top: -3px;
}
#topo strong { font-size: 1.1em; }
#topo select { width: 100px }
/********************
Fim: topo
********************/


/********************
Painel
********************/
#painel {
	height: 135px;
	padding-right: 15px;
	background: url(../images/painel.gif) repeat-x bottom;
}

#painel h1 {
	float: left;
	width: 183px;
	height: 75px;
	padding: 31px 0 0 42px;
	background: url(../images/painel-top-left.jpg) no-repeat left top;
}

#painel h1 a {
	text-indent: -9999px;
	display: block;
	height: 100%;
	background: url(../images/logo.png) no-repeat;
}

#painel div {
	float: right;
	width: 468px;
	height: 60px;
	margin-top: 23px;
	padding: 13px;
	background: url(../images/banner.png) no-repeat right;
}

#painel div * {
	display: block;
	width: 468px;
	height: 60px;
	background-color: #FFF;
}
/********************
Fim: painel
********************/


/********************
Menu + login
********************/
#menu {
	position: relative;
	z-index: 999;
	height: 69px;
	padding: 0 12px;
	border-bottom: 5px solid #6E9C01;
	background-color: #312E2E;
}

#menu ul {
	position: relative;
	z-index: 999;
	float: left;
	height: 100%;
}

#menu li {
	position: relative;
	z-index: 999;
	float: left;
	width: 108px;
	height: 100%;
	background: url(../images/fundo-menu.jpg) no-repeat top;
}

#menu li.imobiliaria {
	width: 150px;
	background-image: url(../images/menu-imobiliarias.jpg);
}

#menu li.comprar {
	width: 108x;
	background-image: url(../images/menu-imobiliarias.jpg);
}

#menu li:hover, #menu li.over { background-position: bottom; }

#menu li a {
	font: bold 1.3em/69px Arial, Helvetica, sans-serif;
	color: #40B2E6;
	text-align: center;
	display: block;
	height: 100%;
}

#menu li.imobiliaria a {
	line-height: normal;
	height: 50px;
	padding-top: 19px;
}
#menu li.comprar a {
	line-height: normal;
	height: 50px;
	padding-top: 19px;
}


#menu a:hover { color: #FFF; }


	/********************
	Login
	********************/
	#login {
		float: right;
		width: 150px;
		height: 55px;
		padding: 14px 5px 0 5px;
		background-color: #3A3A3A;
	}
	
	#login input {
		color: #292828;
		float: left;
		width: 108px;
		margin: 0 7px 6px 0;
		padding: 2px 5px;
		border: none;
		background-color: #BBBABA;
	}
	
	#login button {
		float: right;
		margin-top: -13px;
		padding: 0;
	}
	/********************
	Fim: Login
	********************/
/********************
Fim: menu + login
********************/


/********************
Conteudo
********************/
#conteudo {
	min-height: 450px;
	padding: 5px 15px;
	overflow: hidden;
	background: url(../images/conteudo-top.gif) repeat-x top;
}


	/********************
	Breadcrumb
	********************/
	#breadcrumb {
		height: 63px;
		padding: 8px 15px;
		background: #eef1f5 url(../images/breadcrumb.gif) repeat-x top;
	}
	
	#breadcrumb h6 {
		color: #426400;
		font-weight: normal;
		float: left;
		padding-left: 10px;
		background: url(../images/bullet-azul.gif) no-repeat left;
	}
	
	#breadcrumb span { float: right; }
	
	#breadcrumb span a {
		padding-left: 10px;
		background: url(../images/bullet-voltar.gif) no-repeat left;
	}
	
	#breadcrumb h6, #breadcrumb span {
		margin-bottom: 3px;
		*margin-bottom: -3px;
	}
	
	#breadcrumb a:hover { text-decoration: underline; }
	
	#breadcrumb h2 {
		font-size: 1.6em;
		clear: both;
		border-top: 1px solid #DFE7F1;
		padding: 15px 10px 0;
	}
	/********************
	Fim: breadcrumb
	********************/
/********************
Fim: conteudo
********************/


/********************
Rodape
********************/
#rodape {
	height: 100px;
	padding: 57px 15px 0;
	background: url(../images/rodape.png) no-repeat top;
}

	/********************
	Menu secundario
	********************/
	#rodape ul { margin: 0 0 37px -7px; }
	
	#rodape li {
		display: inline;
		padding: 0 7px;
		border-right: 1px solid #312E2E;
	}
	
	#rodape li.ultimo { border: none; }
	
	#rodape li a { color: #312E2E; }
	
	#rodape li a:hover { text-decoration: underline; }
	/********************
	Fim: Menu secundario
	********************/

#rodape strong {
	color: #BEBEBE;
	font-weight: normal;
	float: left;
}

#rodape strong span { color: #0DAFF9; }

#rodape a.interaktiv {
	text-indent: -9999px;
	float: right;
	width: 62px;
	height: 21px;
	background: url(../images/interaktiv.png) no-repeat left;
}

#rodape a:hover { background-position: right; }
/********************
Fim: rodape
********************/


/********************
Anuncios laterais
********************/
#anuncios {
	float: right;
	width: 158px;
	padding-bottom: 10px;
	background: url(../images/publicidade-bottom.gif) no-repeat bottom;
}

#anuncios div { padding-top: 16px; }

#anuncios button {
	float: right;
	margin: 0 5px 4px;
	padding: 0;
	border: none;
	background: none;
}

#anuncios div div {
	clear: both;
	padding: 15px 10px 5px;
	*padding-top: 8px;
	background: #FFF url(../images/publicidade-top.png) no-repeat top;
}

#anuncios h6 { font-size: 1.3em; }

#anuncios li {
	text-align: justify;
	margin-top: 12px;
}

#anuncios li a { font-size: 0.9em; }

#anuncios li strong {
	font-size: 1.1em;
	display: block;
	margin-bottom: 3px;
}

#anuncios a:hover, #anuncios a:hover strong { text-decoration: underline; }
/********************
Fim: Anuncios laterais
********************/
