/* Top Elements */
:root { overflow-y: scroll !important; }
* { margin: 0; padding: 0;}

body {
	background: #9AA3C0 url(../images/bg.jpg) repeat-x;
	font: 11px/1.75em Verdana, Tahoma, arial, sans-serif;
	color: #5C4C42; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a, a:visited {	
	color: #0B236B; 
	background: inherit; 
	text-decoration: none;
	margin-left: 10px;		
}
a:hover {
	color: #9AA3C0;
	background: inherit;
	padding-bottom: 0;
	/*border-bottom: 2px solid #004777;*/
}

/* topos */
h1, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #0B236B;		
}

h2 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-weight: Bold; 	
	color: #fff;		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
	text-transform: uppercase;	
}
h3 {
	font-size: 130%;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 5px;	
}

td {
	padding-left: 11px;
	padding-right: 11px;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	margin:0px; padding: 0 0px;
	background:#B1CEF6;
	width:100%;
}
input {
	padding:2px;
	border:1px solid #0B236B;
	font: normal 1em Verdana, sans-serif;
	background:#F8F8F8;
	color:#000;
}
select {
	padding:2px;
	border:1px solid #0B236B;
	font: normal 1em Verdana, sans-serif;
	background:#F8F8F8;
	color:#000;
}
textarea {
	padding:0px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #0B236B;
	display:block;
	background:#F8F8F8;
	color:#000;
}

/********************************************
   LAYOUT
********************************************/ 
#geral {
	position: relative;
	width: 900px;	
	margin: 8px auto;
	margin-bottom:0px;
	text-align: left;
	background: #fff;
	padding:0;
	overflow:hidden;
	min-height:100%;
	margin-top:20px;
	z-index:2;
	
}
#content-geral {
	float: left;
	position:relative;
	display: inline;
	padding: 0; 	
	background: #fff url(../images/content-bg.jpg) repeat-x;
	width:870px;
	margin:5px auto;
	margin-left:15px;
	
}

.outas_paginas{
	margin-top:3px !important;
}

#topo{
	background: url(../images/header-bg.jpg) repeat-x;
	padding-left:8px;
	padding-right:7px;
	width:95%;
	margin:0 auto;
}

/* topo-photo */
#topo-photo {
	position:relative;
	margin: 5px auto;
	margin-bottom:0px !important;
	height: 200px;
	width: 870px;
	margin-left:-8px;
	padding-bottom:0px;
	background:url(../images/im2.jpg) no-repeat;
}

#logo {
    height: 81px;
	background:#B1CEF6;
	color:#fff;
	text-transform: uppercase;
	font: normal 3em Verdana, sans-serif;
	border-top:15px solid #fff;
	border-left:15px solid #fff;
	border-right:15px solid #fff;
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	
	margin-top:-2px;
}

#Menu {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #0B236B;
	border-left: 1px solid #0B236B;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}

#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;
	border-bottom:0;
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

#nav ul li a:hover{ 
background: url(../images/nav-hover1.jpg) repeat-x;
color: #fff;
}

#navTop{
	float:left;
	margin-top:-5px;
	margin-left:-40px;
}

#navTop ul li{
	float:left;
	border:0;
	list-style:none;
}

#navTop ul li a{
	display: block;
	float:left;
	margin-left:3px;
	margin-right:6px;
	height:25px;
	padding-top:5px;
	color: #FFFFFF;
	font: bold 1em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
	border:0;
}

#navTop ul li a:hover{
	border:0;
	color:#9AA3C0;
}

#loggedin{
	float:left;
	margin-top:5px;
}

#loggedin li{

	display: block;
	color: #FFFFFF;
	list-style:none;
}

#loggedin li a{
	display: block;
	float:left;
	color: #FFFFFF;
}

#loggedin li a:hover{
	color:#9AA3C0;
}

/*Fim do menu*/


/* SUBHEADER */

#subHeader{
	width:850px;
	margin-left:15px;
	float:left;
}

#destaques{
	text-indent:0;
	margin-left:-8px;
	width:850px;
	color:#fff;
	line-height:1px;
}

#destaques li{
	list-style:none;
	float:left;
	margin-right:19px;
	color:#fff;
}

#destaques li img{
	height:100px;
	overflow:hidden;
}

#destaques li span{
	font-size:xx-small;
}

#destaques li a{
	border:0;
	color:#fff;
}

#destaques li a:hover{
	border:0;
	color:#fff;
	text-decoration: underline;
}

#account {
	text-indent:0;
	font: bold 1.4em Trebuchet MS, Arial, Verdana, Sans-Serif;
	margin-right:19px;
	margin-top:-10px;
	width:850px;
}

#account  li{
	list-style:none;
	float:left;
	margin-right:19px;
	text-transform: uppercase;
}

#account  li a{
	border:0;
	color:#fff;
}

#account li a:hover{
	border:0;
	color:#fff;
	text-decoration: underline;
}

#accountimg {
	margin-left:65px;
	margin-top:-20px;
}

#result_busca{
	list-style:none;
	width:570px;
	margin-left:-5px;
}

/* Fim SUBHEADER */


/* Main Column */

#main{
	position: relative;
}

.two-col #main {
	margin: 3px 610px 0 5px;
	/*border-right:1px dashed #666;*/
	width:610px;
}

#main h1 {
	font: bold 1.8em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color: #0B236B;
	margin-left:8px;
	padding: 15px 0 2px 0px;
	text-transform:uppercase;
	
}

#main p{
	display:block;
}

#main_aanbod{
	position: relative;
}

.two-col #main_aanbod {
	margin: 0px 870px 0 0px;
	/*border-right:1px dashed #666;*/
	width:870px;
}

#main_aanbod h1 {
	font: bold 1.8em Trebuchet MS, Arial, Verdana, Sans-Serif;
	color: #0B236B;
	margin-left:8px;
	padding: 15px 0 2px 0px;
	text-transform:uppercase;
	
}

#main_aanbod p{
	display:block;
}

#menu_box {
	width: 243px;
	margin-left: 15px;
}

.menu_box_top {
	background-image: url(../images/nav.jpg);
	width: 243px;
	height: 45px;
	margin: 0;
    margin-top: 35px
}

.menu_box_middle {
	background-image: url(../images/box_middle.gif);
	width: 243px;
	margin: 0;
	padding: 6px 0 0 0;
	font-size: 12px;
	line-height: 15px;
}

.menu_box_middle a:link {
	text-decoration: none;
	font-weight:bold;
	color: #0B236B;
	margin-left: 10px;
}

.menu_box_middle a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #0B236B;
	margin-left: 10px;
}

.menu_box_middle a:hover {
	color:#5C4C42;
}

.menu_box_bottom {
	background-image: url(../images/box_bottom.gif);
	background-repeat: no-repeat;
	width: 243px;
	height: 11px;
	margin: 0;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 250px;	
	margin-top: 10px;
	/*border:1px solid #C0DCF4;*/
}

#sidebar h1{
	font:normal 1.5em Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase;*/
	text-align:left;
	color: #0B236B;
}

/* Sidebanner */

#sidebanner {
	float: right;
	width: 243px;	
	margin-top: 88px;
    margin-left:10px;
	/*border:1px solid #C0DCF4;*/
}

#sidebanner2 {
	float: right;
	width: 243px;	
	margin-top: 8px;
    margin-left:10px;
	/*border:1px solid #C0DCF4;*/
}

#Sidebanner h1{
	font:normal 1.5em Georgia, "Times New Roman", Times, serif;
	/*text-transform:uppercase;*/
	text-align:left;
	color: #88ac0b;
}


/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 0 10px 8px 10px; padding: 0;			
	border:1px solid #91A506;
	text-decoration: none;	
	background:#A4B727;
	padding-top:8px;
	padding-bottom:8px;
	list-style:none;
}
ul.sidemenu li {
	margin: 0 2px;		
	margin-left:5px;
	border-bottom:1px solid #fff;
}


ul.submenu{
	list-style:none;
}

ul.submenu li {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:5px;
	position:relative;
}

ul.sidemenu li a{
	color:#fff;
	font-weight:bold;
}


ul.sidemenu li img{
	background: none !important;
   	border: none !important;
	padding: 0px !important;
	margin-left:-5px;
}

* html body ul.sidemenu li {
	height: 1%;
}

ul.sidemenu li a:hover {
	color: #0B236B;
	border:0;
}

ul.submenu li a:visited{
	text-decoration:underline;
	color:#9F2786;
}

.ads {
	margin-left: -6px;
}

/* footer-geral */
#footer-geral {
	clear:both;
	width: 870px;
	height: 25px;
	margin:0 auto;
	font-size: 95%;
	text-align: left;
	background:#0B236B;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	border-bottom: 15px solid #fff;
}
#footer-geral a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
#footer-geral a:hover {
	color: #9AA3C0;
}

/* footer */
#footer {
	clear: both;
	color: #fff;	
	margin: 0 auto; 
	width: 640px;
	text-align: center;
	padding-top: 3px;
}

#footer a{
	color: #fff;	
}

#footer p{
	color: #000;
	font-weight: bold;
	letter-spacing: -0.5px	
}

#footer a:hover{
	color: #fff;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

#capa{
	float:right;
	margin-right:5px;
	margin-top:-100px;
	border:5px solid #0B236B;
	background-color:#0B236B;
}

#capah{
	float:right;
	margin-right:5px;
	margin-top:-20px;
	border:5px solid #0B236B;
	background-color:#0B236B;
}

#ficha{
	float:left;
	margin-bottom:5px;
	margin-top:120px;
}

#fichah{
	float:left;
	margin-bottom:5px;
	margin-top:40px;
}

#fotosImovel{
	float:left;
}

#foto{
	border:5px solid #0B236B;
	margin-top:-20px;
}


#fotosImovel ul{
	width:600px;
	padding:0;
	margin:0;
}

#fotosImovel ul li{
	list-style:none;
	float:left;
	width:165px;
	margin-left:30px;
	margin-top:8px;
}

#fotosImovel ul li img{
	border:5px solid #fff;
}

.fichaImovel{
	background-color:#B1CEF6;
	padding:5px;
	padding-bottom:15px;
	color:#333;
}

.fichaImovel h4{
	background:#0B236B;
	font:bold 1.4em Georgia, Times new Roman, Serif;
	color:#fff;
	padding:8px;
}

.fichaImovel a {	
	color: #cc0000; 
	background: inherit; 
	text-decoration: none;
    font-weight: bold;		
}
.fichaImovel a:hover {
	color: #9AA3C0;
	background: inherit;
	padding-bottom: 0;
    font-weight: bold;
}

#formFicha{
	float:left;
	width:100%;
}

.links{
	float:left;
	width:285px;
	margin-left:15px;
	margin-top:25px;
}

.rechts{
	float:left;
	width:300px;
	margin-top:5px;
	
}

.rechts a {	
	color: #cc0000; 
	background: inherit; 
	text-decoration: none;
    font-weight: bold;		
}
.rechts a:hover {
	color: #9AA3C0;
	background: inherit;
	padding-bottom: 0;
    font-weight: bold;
}