/* CSS Document */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	background:url(../images/bg.gif) top repeat-x;
	color:#555;
	}

* {
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	}
	
img {border:none;}

h2 {
	font-size:1.6em;
	margin:0 0 20px 0;
	color:#f5860d;
	}
	
h3 {
	font-size:1.2em;
	color:#555;
	margin:10px 0 20px 0;
	}
	
a {color:#d25e0d;}

/* inputs focus */

.focusField{
	border:1px solid #ffcb74;
	background:#fff9e4;
}

.idleField{
	background:#fff;
	color: #555;
	border:1px solid #cdcdcd;
}

/* geral */

#geral {
	width:900px;
	margin:0 auto;
	
	}
	
	#topo {
		height:140px;
		}
		
		#topo h1 {
			float:left;
			padding:15px 0 0 10px;
			}
			
		#topo h2 {
			float:right;
			width:286px;
			height:30px;
			margin:50px 10px 0 0;
			background:url(../images/tel.png) no-repeat;
			text-indent:-9000px;
			}
	
	
	/* conteudo */
	
	#conteudo {
		padding:25px 10px 20px 10px;
		}
		
		#conteudoPrincipal {
			float:left;
			width:600px;
			}
	
		#conteudoLateral {
			float:right;
			width:240px;
			margin:11px 0 0 0;
			}
			
			#conteudoLateral h3 {
				font-size:1.2em;
				margin:0 0 15px 0;
				text-align:center;
				color:#888;
				}
			
			#conteudoLateral ul li.menuLink a {
				padding:8px 15px 8px 15px;
				margin:0 0 3px 0;
				background:#f4f4f4;
				display:block;
				}
				
				#conteudoLateral ul li.menuLink a:hover {background:#e9e9e9;}
				
			#conteudoLateral ul li.selected a {
				font-weight:bold;
				padding:8px 15px 8px 15px;
				margin:0 0 3px 0;
				background:#d25e0d;
				color:#fff;
				display:block;
				}
				
/* imoveis */

iframe#BfrmCabImovix {
	width:100%;
	min-height:400px;
	border:none;
}

/* destaques imovix */

#destaquesImoveis {
	width:100%;
	min-height:200px;
	text-align:center;
	padding:17px 10px 10px 10px;
	margin:0 0 30px 0;
	background:url(../images/bg-imoveis.gif) bottom repeat-x;
	border:1px solid #ddd;
}

	#destaquesImoveis #Imovix_Lista {
		float:left;
		width:134px;
		margin:0 8px 15px 8px;
		font-size:0.85em;
	}
	
		#destaquesImoveis #Imovix_Lista img {
			float:left;
			width:130px;
			height:98px;
			display:block;
			padding:1px;
			margin:0 0 10px 0;
			border:2px solid #999;
		}
	
	#destaquesImoveis #Imovix_Lista a {
		height:20px;
		margin:10px 0 8px 0;
		padding:5px 0 0 0;
		font-size:1.0em;
		font-weight:bold;
		background:url(../images/btn_destaques-imoveis.png) center top no-repeat;
		text-decoration:none;
		color:#fff;
		clear:left;
		display:block;
	}

		#destaquesImoveis #Imovix_Lista a:hover {
			padding:5px 0 0 0;
			background:url(../images/btn_destaques-imoveis.png) center bottom no-repeat;
		}


/* rodape */

#rodape {
	height:30px;
	background:#f4f4f4;
	padding:30px 20px 10px 20px;
	border-top:1px dotted #acacac;
	color:#888;
	clear:both;
	}
	
	#rodape p {float:left;}
	
	#rodape a {float:right;}

/* formularios */

#formulario input[type=text] {
	font-family:arial;
	font-size:1.1em;
	padding:3px;
	margin:2px 0 6px 0;
}

#formulario select {
	min-width:120px;
	padding:1px;
	margin:2px 0 8px 0;
}

#formulario textarea {
	font-family:arial;
	font-size:1.1em;
	padding:3px;
	height:80px;
	margin:2px 0 8px 0;
}

#formulario button {
	width:172px;
	height:41px;
	background:url(../images/btn_form.png) top no-repeat;
	border:none;
	font-weight:bold;
	text-align:center;
	color:#ddd;
	margin:25px 0 0 0;
	cursor:pointer;
}

#formulario button:hover {
	background:url(../images/btn_form.png) bottom no-repeat;
	padding:1px 0 0 0;
	color:#fff;
}
	
