html, body {
	font-family: Tahoma, Georgia, Verdana;
	font-size: 12px;
	height: 100%;
	margin: 0 auto;
	margin-left: 4px;
	margin-right: 0px; 
	text-align: center;
	width:615px; 
}

#wrap_detalhes { 
	margin: 0 auto; 
	padding: 0 auto;
	text-align: left;
	width:615px; 
}

#header {
	margin-top: 10px;
	height: 60px;
	width: 615px;
}

#barra_vermelha {
	width: 615px;
	height: 15px;
	clear: both;
	background-image: url(/wp-content/themes/maxims/style/images/detalhes_barra_vermelha.gif);
	background-repeat: no-repeat;
}


#coluna_esquerda {
	float: left;
	height: 495px;
	width: 320px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#coluna_esquerda .listar_fotos {
	clear: both;
	margin-top: 5px;
	margin-bottom: 3px;
}

#coluna_esquerda .sem_foto_grande img{
	
	padding: 0px;
}

#carrousel {
	margin-left: 1px; 
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

#carrousel ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#carrousel ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;;
	border: 1px solid #fff;
	float: left;
	width: 70px;
	height: 53px;
}

#carrousel li img {

}

#coluna_esquerda .frm_input { width: 150px; float: left;}
#coluna_esquerda .frm_textarea { height: 45px; width: 317px; float: left;}

#coluna_esquerda .formulario_contato {
	margin-top: 3px;
	clear: both;
}

#coluna_direita {
	float: right;
	width: 275px;
	margin-top: 5px;
	margin-left: 0px;
}

#coluna_direita .descricaoImovel {
	margin-bottom: 10px;
}

#coluna_direita .botoesOpcao {
	height: 100px;
}

#coluna_direita .bgValor {
	background-image: url(/wp-content/themes/maxims/style/images/detalhes_background_valor.gif);
	background-repeat: no-repeat;
	width:274px; 
	height: 35px;
	padding-top:12px;
	margin-bottom: 2px;
}

#coluna_direita  ul {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
}
 
#coluna_direita  li {
  float: left;
  width: 9em;
  margin-left: 10px;
  padding-left: 1px;
  list-style-type: square;

}

#botoes {
	padding: 10px;
	padding-left: 20px;
	width:167px; 
	height:77px;
	background-image: url(/wp-content/themes/maxims/style/images/detalhes_background_botoes.jpg);
	background-repeat: no-repeat;	
}
#botoes img {
	margin-top: 2px;
}

#barra_banner {
	height: 80px;
	clear: both;
}

/* -------------------- COR DA FONTE --------------------------- */
.vermelho { color: #cb0208; }
.cinza	  { color: #333333; }
.azul	  { color: #4f6980; }
.branco   { color: #ffffff; }

/* --------------------TAMANHO DA FONTE------------------------- */
.f8  {font-size: 8px; }
.f9  {font-size: 9px; }
.f10 {font-size: 10px;}
.f11 {font-size: 11px;}
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}


/* ---------------------------- LAYOUT -------------------------- */

h1, h2, h3, h5, h5, h6 { 
	font-family: Tahoma, Georgia, Verdana;
	padding: 0px;
	margin: 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; margin-top: 5px; }
h3 { font-size: 13px; }


a { color: #6d8da6;}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover { text-decoration: underline; }
a:active {text-decoration: none}


div { position:relative } 
form{ margin:0; padding:0 }

.centro 	{ display:block; margin:0 auto }
.esquerda 	{ float:left }
.direita	{ float:right }

.clear { clear:both; }
