body {
	background: #202930 url(../images/back.png) repeat-x 0 135px;
	color: #fff;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
}
h1, h2, h3, h4, h5, p, hr, ul, li, p, form {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
input, select, textarea {
	width: 100%;
}
li {
	list-style-type: none;
}


a:link {
	color: #acbac9;
}
a:visited {
	color: #acbac9;
}


a:hover, a:focus {
	color: #41607f;
}

/* Classes Gerais */

.azulclaro {
	color: #acbac9;
}

.azulescuro {
	color: #41607f;
}

.verde {
	color: #6c9000;
}
#foto {
	float: left;
	margin-right: 10px;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
.botao {
	width: auto;
	height: auto;
}


.block {
	display: block;
}

.upper {
	text-transform: uppercase;
}
.tabela      {
	border: 0;
	border-collapse: collapse;
}
.tabela      tr {
	border: 1px solid #acbac9;
}



.full {
	width: 100%;
}




hr {
	border: none;
	background: #41607f;
	height: 2px;
	margin-bottom: 15px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#site .bullet li {
	list-style-type: square;
}

#footer .nobullet li, #site .nobullet li {
	list-style: none;
}

#site input.ok {
	display: block;
	width: 44px;
	height: 23px;
	background-image: url(../images/ok.png);
	border: 0;
	padding: 0;
	text-indent: -9999px;
	float: right;
	clear: both;
}


#site {
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -490px;
}

#container {
	width: 100%;
	min-width: 980px;
	padding: 0;
	margin-right: 50px;
}

/* Header */

#header {
	position: relative;
	height: 135px;
	background: url(../images/header.png) no-repeat;
	padding: 0 50px;
}

#header h1 {
	display: block;
	text-indent: -9999em;
	width: 210px;
	height: 66px;
	background-image: url(../images/logo.png);
	position: absolute;
	margin-top: 50px;
}

#menu {
	background: url(../images/menu.png) no-repeat;
	position: absolute;
	right: 50px;
	bottom: 20px;
	width: 618px;
	height: 44px;
	padding-left: 0px;
	z-index: 1;
}

#menu ul ul {
	background: none;
	text-transform: none;
}

#fones {
	position: absolute;
	right: 50px;
	top: 20px;
	width: 300px;
}

#fones p {
	float: left;
	margin-right: 5px;
}

#fones ul {
	float: left;
	margin-right: 5px;
	color: #81adda;
}

/* Destaque */

#destaque {
	float: left;
	width: 630px;
	height: 181px;
	background: url(../images/flash.png) no-repeat;
	padding: 0 0 0 50px;
}
#login-box {

	float: left;
	width: 202px;
	height: 141px;
	background-image: url(../images/login.png);
	z-index: -999;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
}
#login-box  h2 {
	font-size: 21px;
	margin-bottom: 10px;
	font-family: "Lucida Sans Unicode", Arial;
}
#login-box  form  span {
	width: 45%;
	margin-bottom: 10px;
}
#login-box  form  input {
	width: 100%;
	clear: both;
}
#login-box  form  label {
	font-weight: bold;
}
#login-box  p {
	font-size: 12px;
}

#conteudo {
	clear: both;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 40px;
	padding-left: 50px;
}

#conteudo h2 {
	font-size: 21px;
	color: #acbac9;
	clear: both;
	font-family: "Lucida Sans Unicode", Arial;
}

#sidebar {
	position: relative;
	width: 225px;
	float: left;
}

#sidebar form {
	margin-top: 10px;
	margin-bottom: 15px;
	display: block;
}

#sidebar form p {
	clear: both;
	display: block;
	margin-bottom: 4px;
	margin-top: 0;
}

#sidebar form label {
	float: left;
	display: block;
	width: 100%;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bold;
}

#sidebar span {
	display: block;
	width: 45%;
}

#sidebar span.left {
	float: left;
}

#sidebar span.right {
	float: right;
}

#sidebar form select {
	width: 100%;
	max-width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar form input {
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar form input.buscar {
	float: right;
	width: 68px;
	height: 24px;
	display: block;
	border: 0;
	background: url(../images/buscar.png) no-repeat;
	text-indent: -9999em;
}

/* Classe para span ficar com width=100% */

#sidebar .largo {
	width: 100%;
}

	/* Argumento para setar a largura de um elemento, no caso select, dentro da classe acima */

#sidebar .largo select, #sidebar .largo input {
	width: 45%;
	float: left;
}

	/* Argumento para usar elemento que não seja de bloco (ex: textos) dentro da classe ".largo" */

#sidebar .largo span {
	float: left;
	margin: 0 8px;
	width: auto;
}

#sidebar ul {
	margin-top: 10px;
}

#sidebar hr {
	margin-bottom: 15px;
	clear: both;
}

#content {
	position: relative;
	float: right;
	width: 620px;
	margin-top: -15px;
}

#content h2 {
	margin-bottom: 10px;
	padding-top: 15px;
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 21px;
}

#content h3 {
	color: #41607f;
	font-size: 20px;
	font-family: "Lucida Sans Unicode", Arial;
}

#content h4 {
	color: #cea339;
	font-size: 18px;
	font-family: "Lucida Sans Unicode", Arial;
}

#content h5 {
	color: #999;
	font-size: 16px;
}

#content .fotoimovel {
	display: block;
	width: 123px;
	height: auto;
	float: left;
	margin: 1px 1px 1px 0;
	background: #133557;
	overflow: hidden;
}

#content .fotoimovel small {
	display: block;
	padding: 0 5px;
	line-height: 18px;
}

#content ul {
	display: block;
}

#content p {
	margin: 1em 0;
}

#content hr {
	margin-top: -10px;
}

#content #caracteristicas {
	width: 450px;
	float: right;
}

#content #caracteristicas ul {
	display: block;
	float: left;
}

#content #caracteristicas li {
	float: left;
	display: block;
	width: 125px;
	background: url(../images/bullet.png) no-repeat 0 center;
	padding: 0 0 0 20px;
}

#content .imoveldest {
	display: block;
	width: 300px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	height: 110px;
	margin-bottom: 10px;
}

#content .imoveldest img {
	float: left;
	margin-right: 15px;
}

#content .imoveldest h3, #content .imoveldest h4, #content .imoveldest h5 {
	font-weight: bold;
	font-size: 1em;
}

#content .imoveldest h3 {
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", Arial;
}

#content .imoveldest h4 {
	color: #fff;
}

#content .imoveldest ul {
	margin-top: 10px;
}

#content .imoveldest span {
	display: block;
	margin-top: 8px;
}


#content span.left {
	width: 30%;
	margin-right: 10px;
}

#content span label.label {
	width: 100%;
	display: block;
}

#content span.left input {
	clear: both;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content span.left input[type="radio"] {
	width: auto;
}

#content span input.mensagem {
	width: 100%;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#vantagens {
	width: 230px;
	float: right;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	padding: 10px;
	background-position: 0px -6px;
	font-size: 12px;
	margin-left: 15px;
}
.tools {
	float: right;
	width: 30px;
	text-align: center;
}
.tools img {
	margin: 2px;
}
#info,#fale    {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#info label {
	font-weight: bold;
	display: block;
	margin-top: 4px;
}
#mapa {
	height: 300px;
	width: 100%;
	overflow: hidden;
}





#paginacao {
	text-align: left;
	margin-top: 30px;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", Arial;
	height: auto;
}
#paginacao a {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 16px;
	color: #6c9000;
	text-decoration: underline;
	padding: 4px;
	width: auto;
	border: 1px solid #202930;
	line-height: 30px;
}
#paginacao  a:hover {
	font-family: "Lucida Sans Unicode", Arial;
	font-size: 16px;
	color: #6c9000;
	text-decoration: underline;
	padding: 4px;
	height: auto;
	width: auto;
	background: #2A3B4A;
	border: 1px solid #375878;
}

#footerwrap {
	position: relative;
	width: 100%;
	min-width: 980px;
	height: 300px;
	margin-top: 25px;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	margin-bottom: 20px;
}

#footer {
	position: relative;
	width: 880px;
	padding: 15px 50px;
	font-size: 11px;
	left: 50%;
	margin-left: -490px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
}


#footer strong {
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

#footer li {
	color: #acbac9;
	list-style: ;
	list-style-type: square;
	list-style-position: inside;
}

#footer ul li p {
	clear: both;
	float: left;
	margin-right: 5px;
}

#footer ul li ul {
	float: left;
}

#footer .nobullet li {
	margin-bottom: 15px;
}

#footer .nobullet li ul li{
	margin: 0;
}

#footer div.footerlogo {
	display: block;
	width: 116px;
	height: 39px;
	text-indent: -9999em;
	background: url(../images/footerlogo.png) no-repeat;
	margin: 0;
}

#footer div {
	float: left;
	display: block;
	width: auto;
	margin-left: 50px;
}

#footer div.clear {
	float: none;
}

#credito {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 50px;
	width: 35px;
	height: 5px;
	background: url(../images/fullbiz.png) no-repeat;
	text-indent: -9999em;
}
