/* CSS Document */

img {
	margin				: 0;
	padding				: 0;
	border				: 0;
	outline				: 0;
	font-weight			: inherit;
	font-style			: inherit;
	font-size			: 100%;
	font-family			: inherit;
	vertical-align		: baseline
}


body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:inline;
	background			: #ffffff;
    font-size			: 11px;
	height				: 100%;
	width				: 100%;	
}


 
html{
scrollbar-face-color:#9E9E5C;
scrollbar-base-color:#EDEDE0;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#EDEDE0;
scrollbar-shadow-color:#EDEDE0;
scrollbar-highlight-color:#EDEDE0;
scrollbar-3dlight-color:#ffffff;
scrollbar-darkshadow-Color:#EDEDE0;
}
 
.inputext{
	border:1px solid #CCC;
	background-color: #ffffff;
} 
.radio { 
border: 0; 
} 

textarea { 
background-color: #EDEDE0; 
color:#000000;
border:1px solid #F58220;
}


label
{
width:50px;
float: left;
	margin-top: 5px;
}

input
{
background-color: #EDEDE0; 
color:#000000;
border:1px solid #F58220;
	margin-top: 5px;
}

.btpreto
{
	border:1px solid #CCC;
	color: #ffffff;
	background: #000000;
	margin-top: 5px;
} 
fieldset
{

}

legend
{
	padding: 1px;

} 




h1{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 5px;
	color: #FFFFFF;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: justify;
	font-weight: bold;
	text-transform: uppercase;
	color: #F58220;
	margin: 0px;
	padding: 0px;
}

.texto_contato{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: bold;
	color: #F58220;
	margin: 0px;
	padding: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#geral {
    height				: auto !important;
    min-height			: 850px;
    height				: 850px;
	width				: 100%;
	background-color: #ffffff;
	background-image: url(jpg/bgBody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#topo {
	height: 180px;
	width: 970px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: none;
	margin-right: auto;
	margin-left: auto;
}

#flash {
	height: 160px;
	width: 240px;
	float: right;
	margin: 0px;
	padding: 0px;
		vertical-align: top;
}
div#menu{
	width:720px;
	font-weight: bold;
	padding-top: 150px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	vertical-align: top;
	float: left;
}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}
ul#nav{
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
}
ul#nav li{
	float:left;
	text-align: center;
	margin-right: 10px;

}
ul#nav a{
	float:left;
	width: auto;
	text-decoration:none;
	color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10x;

}
ul#nav a:hover{
	color: #F58220;

}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	color: #F58220;
}

/* FIM Menu TOPO */

#conteudo {
	height: auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#conteudo2 {
	height:auto;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EDEDE0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDE0;
}


#central_vendas {
	height: 60px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#imoveis_venda_locacao {
	height: auto;
	width: 820px;
	float: right;
	font-size: 13px;
}

ul#imoveis_venda_locacao,ul#imoveis_venda_locacao li{list-style-type:none;margin:0;padding:0}

ul#imoveis_venda_locacao li{
	float:left;
	width: 205px;
	height: 266px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(jpg/box_imoveis.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
ul#imoveis_venda_locacao a{
	float:left;
	text-decoration:none;
	width: 205px;
	height: 250px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(jpg/box_imoveis.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	text-transform: uppercase;
	color: #7C7C4E;
	padding-top: 6px;
}
ul#imoveis_venda_locacao a:hover{
	color: #000;
}
ul#imoveis_venda_locacao li.activelink a,ul#imoveis_venda_locacao li.activelink a:hover{

}
ul#imoveis_venda_locacao img{
	border: 0px;

}
/* FIM Menu imoveis */

/* INICIO CONTEUDO 3*/
#titulo_fonte{
	background-attachment: scroll;
	background-image: url(jpg/fundo_titulo.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 25px;
	width: 820px;
	text-align: center;
	color: #868653;
	vertical-align: middle;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
	text-transform: uppercase;
}

#conteudo3{
	background-attachment: scroll;
	background-image: url(jpg/fundo_conteudo3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
    height				: auto !important;
    min-height			: 840px;
    height				: 840px; 
	width: 790px;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-weight: lighter;
	padding-top: 10px;
	background-color: #FFF;
}



pre {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	width: 350px;
} 		

	

/* FIM_CONTEUDO 3 */



/* MENU VERTICAL */
#menuvertical {
	height: auto;
	width: 144px;
	float: left;
	padding-bottom: 10px;
	background-color: #EDEDE0;	
}

ul#menuvertical,ul#menuvertical li{list-style-type:none;margin:0}

ul#menuvertical {
	width:140px;
	height:auto;
	margin:0;
	padding:0;
	list-style-type:none;
	text-decoration:none;

}
ul#menuvertical li {
	padding-left: 5px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	background-attachment: scroll;
	background-image: url(jpg/bt_tipo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type:none;
	text-decoration:none;
	text-transform: uppercase;
	
}
ul#menuvertical li a:link, ul#menuvertical li a:visited {
	display:block;
	height:1%;
	color:#FFFFFF;
		list-style-type:none;
	text-decoration:none;
}
ul#menuvertical li a:hover {
		display:block;
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(jpg/bt_tipo_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	color: #000000;
		list-style-type:none;
	text-decoration:none;
} 
ul#menuvertical li.activelink a,ul#menuvertical li.activelink a:hover{
	font-weight: bold;
	background-attachment: scroll;
	background-image: url(jpg/bt_tipo_over.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	color: #000000;
		list-style-type:none;
	text-decoration:none;

}

#pesquisa_imovel {
	height: auto;
	width: 140px;
	font-size: 12px;
	text-align: left;
	padding-left: 4px;
	}
#referencia {
	height: auto;
	width: 140px;
	padding-left: 4px;
	font-size: 12px;
	text-align: left;
}

/* FIM MENU VERTICAL */




#rodape {

	width				: 100%;
	height:100px;
	background-attachment: scroll;
	background-image: url(gif/rodape.gif);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
}

#rodape_texto {
	height: 60px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	font-size: 12px;
	text-align: right;
}

#rodape_texto a:link, #rodape a:visited, #rodape a:active {
	color:#000;
	text-decoration: none;
}
#rodape_texto a:hover {
	color:#CF630A;
	text-decoration: none;
	font-weight: bold;
}



