html {background-color: #fff;}
body {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family:Georgia, "Times New Roman", serif;
    color:#666;
}

#container
{
    position:relative;
    width:760px;
    text-align:left;
    margin:0 auto;
    background-color:#fff;
}

#header
{
    height: 250px;
}



#main
{
    padding: 10px;
}

#main h1 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-family: "Trebuchet MS",sans-serif;
    color:#666;
    font-size: 2em;
    text-align: center;
    height: 30px;
    /* background: #FDFAF7 url(../imagens/faixa-verde-amarela.png) repeat-x 0 40px; */
}


#endereco {
    position: absolute;
    top: 47px;
    left: 450px;
    color: #fff;
    font-size: 1em;
    text-align: right;
    width: 300px;
}

#endereco p{
    line-height: 1.2em;    
}

#frase {
    position: absolute;
    top: 55px;
    left: 510px;
    color: #fff;
    font-size: 2.1em;
    text-align: left;
    width: 240px;
}

#frase p{
    line-height: 1.2em;
    font-weight: bold;
}

ul#ofertas {list-style-type:none;margin:0;padding:0; width: 760px;text-align:center;}
li.oferta {font-style: normal; list-style-type:none; background-color: #fff; text-align: center; float:left;width: 210px; padding: 0 0 10px 0; margin:10px 26px 10px 15px; border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;border-top: 1px solid #fff;border-right: 1px solid #fff;}
li.oferta p {color: #000; text-align: center; font-weight: normal; margin:0;padding:0; font-size: 1em; line-height: 1.6em;}
li.oferta p.detalhes {text-align: right;}
li.oferta p.detalhes a {color: #333; font-weight: bold; text-decoration: none; margin-right: 10px}
li.oferta p.detalhes a:hover {color: #666; font-weight: bold; }
li.oferta h2 {padding: 0; font: normal 1.1em "Trebuchet MS",sans-serif; height: 40px;}
li.oferta a {padding: 0; margin: 0; text-align: center;}
li.oferta img {padding: 0; margin:0; width: 120px; height: 120px;}

ul#parceiros {list-style-type:none;margin:0;padding:0; width: 760px;text-align:left}
li.parceiro {font-style: normal; list-style-type:none; background-color: #fff; text-align: left; float:left; padding: 10px; margin:10px 0 10px 0; width: 740px; border-left: 1px solid #ddd;border-bottom: 1px solid #ddd;border-top: 1px solid #fff;border-right: 1px solid #fff;}
li.parceiro p {color: #000; text-align: left; font-weight: normal; margin:0;padding:0; font-size: 1em; line-height: 1.6em;}
li.parceiro p.detalhes {text-align: right;}
li.parceiro p.detalhes a {color: #333; font-weight: bold; text-decoration: none; margin-right: 10px}
li.parceiro p.detalhes a:hover {color: #666; font-weight: bold; }
li.parceiro h2 {padding: 0; margin: 0; font-size: 1em;}
li.parceiro img {padding: 0; margin: 0; border: 1px solid #333; background-color: #ccc; float: left}


/* from bluetrip blueprint*/

/* to create sarif italic dramatic text, use this class */
.fancy { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
  font-size: 1em;
}  
/* creates small caps */
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  font-weight:bold;
  padding:0 2px;
}

/* TEXT CLASSES */
.notice {margin-top: 20px; background:#FFF6BF;color:#514721;border-color:#E85C1E;}
.container .error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.container .error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.container .notice {background:#FFF6BF;color:#514721;border-color:#E85C1E;}
.container .success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.container .error a {color:#8a1f11; background:none; padding:0; margin:0; }
.container .notice a {color:#514721; background:none; padding:0; margin:0; }
.container .success a {color:#264409; background:none; padding:0; margin:0; }

/*---------STYLES FOR BUTTONS----------*/
/* Demo: particletree.com/features/rediscovering-the-button-element */
/*
	<button type="submit" class="button positive">
	  <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
	</button>

	<a class="button" href="/password/reset/">
	  <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
	</a>

	<a href="#" class="button negative">
	  <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
	</a>
*/

.content h1 {
      text-align: center;
      font-size: 1.5em;
}
.content h3 {
      font-size: large;
}
.content a.button, .content button {
  display:block;
  float:left;
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
.content button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
.content button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html .content button[type] {
  padding:4px 10px 3px 7px;   /* IE7 */
}

.content button img, .content a.button img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* Standard Buttons */
button:hover, a.button:hover{
  background-color:#ccc;
  border:1px solid #333;
  color:#000;
}
a.button:active{
  background-color:#333;
  border:1px solid #000;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}
/* end from bluetrip blueprint*/

/* general styles */






/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

/* Menu */

ul#menu{
    margin:0;
    padding:0;
    list-style-type:none;
    width:auto;
    font-family:Tahoma, Verdana, Arial, Helvetica;
    font-weight:bold;
}

ul#menu li{
    float:left;
    margin:10px;
    padding:0;
}

ul#menu li a{
    color:#486215;
    text-decoration:none;
}

ul#menu li a:hover{
    color: #000;
}

#busca {
    position: relative;
    top: 0;
    left: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
    font-size: 1em;
}


#detalhe #foto {
    float: left;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 2px;
    width: 320px;
    height: 240px;
    border: 1px solid #333;
    cursor:crosshair;
    background-repeat:no-repeat;
    background-color: #fff;
    background-position: top center;
}

#detalhe #foto img {
    padding: 0;
    margin: 2px;
    border: 1px solid #660000;
}

#detalhe #miniaturas {
    padding: 0;
    margin: 0;
}

#detalhe #miniaturas img {
    padding: 0px;
    margin: 2px 6px 3px 2px;
    border: 1px solid #666;
    float: left;
    width: 72px;
    height: 54px;
}

#detalhe-imovel {
    width: 510px;
    background: #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    padding: 2px 3px 3px 2px;
    margin: 2px auto;
}

#detalhe-imovel p {
    padding: 5px;
    margin: 0;
    line-height: 12px;
    font-size: 11px;
}

#detalhe-imovel .anuncio {
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    line-height: 16px;
}

#grupo-mucuge {
    margin:20px 10px 0 0;
    width: 250px;
    height: 180px;
    background-color: #333;
    float: left;
    padding: 30px;
}

#grupo-mucuge h1 {
    color: #fff;
    font-size: 1.5em;
    padding: 0 0 10px 10px;
    margin: 0;
}

#grupo-mucuge h2 {
    color: #fff;
    font-size: 1.5em;
    padding: 0 0 10px 10px;
    margin: 0;
}

#grupo-mucuge p {
    color: #D9D9A3;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.1em;
    padding-left: 10px;
    padding-right: 5px;
    text-align: left;
}



#chamada-menu {
    margin:0 0 0 10px;
    width: 500px;
    height: 30px;
    background-color: #333;
    float: right;
}

#chamada-menu p {
    color: #eee;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;

}

#chamada-menu h1 {
    padding: 0;
    margin: 0;
    color: #eee;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
}

#footer-simples {
    background-color: #333;
    color: #ccc;
    font-size: 1em;
    height: 110px;
    padding: 0 10px 0 10px;
    margin: 0 0 50px 0;
    font-family: "Trebuchet MS",sans-serif;   
}
#footer-simples a{
    color:#D9D9A3;
    text-decoration:none;
}

#footer-simples a:hover{
    color:#fff;
}

#skype span{
    padding: 0;
    margin: 0;
    line-height: 30px;
    vertical-align: top;
}

.footer-mail {
    color:#fff;
    text-decoration:none;
    border: 1px solid red;
    background-color: #ccc;
}



#footer {
    background-color: #333;
    color: #ccc;
    font-size: 1em;
    height: 180px;
    padding: 0 10px 0 10px;
    margin: 0 0 50px 0;
    font-family: "Trebuchet MS",sans-serif;   
}

#footer a{
    color:#D9D9A3;
    text-decoration:none;
}

#footer a:hover{
    color:#fff;
}

#footer h4 {
margin: 10px;
padding: 0;
color: #fff;
}

#footer ul{
    margin:0;
    padding: 0 10px 0 10px;
    list-style-type:none;
    width:auto;
    font-size:0.9em;
    font-family:Tahoma, Verdana, Arial, Helvetica;
    position:relative;
    font-weight:bold;
}

#footer ul li{
    margin:0;
    padding:0;
}

#footer ul li a{
    color:#D9D9A3;
    text-decoration:none;
}

#footer ul li a:hover{
    color:#fff;
}

#footer p {
    font-size: 1em;
    line-height: 1em;
}

/* pyramid */

#navPyra {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #9FB1BC;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #708491;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #000;
	background: url(../images/all/tab_pyram.gif) no-repeat bottom center;
	}

#imagemChamada{
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
    background-color: #ccc;
}

#imageMenu{
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
    background-color: #ccc;
}

#logo {
    float: right;
    width: 140px;
    height: 100px;
    margin:0;
    padding: 0;
    background: url(../images/all/logo.gif) no-repeat right top;
}

ul#langs{
    float: left;
    padding:0;
    margin: 0;
    list-style-type:none;
    width:620px;
    height: 100px;
    clear: both;
}

ul#langs li{
    margin: 0;
    padding: 10px 10px 0 10px;

}

ul#langs li a{
    text-decoration:none;
    color: #666;
}

ul#langs li a:hover{
    text-decoration:none;
    color: #C83B3B;
}

ul#langs img{
    margin: 0;
    padding: 0 10px 0 0;
    border:0;
}

#debug {
    font-size: 1.4em;
}

#enter-site {
width: 200px;
height: 200px;
margin:0 auto;
}



#foto-display{
	position:absolute;
	width:490px;
	height:370px;
}

#foto-display img {
	padding: 4px;
	border: 1px solid #333;
	background-color: #fff;
}

.mask{
	position:relative;
    top: 0;
    left: 0;
	width:490px;
	height:370px;
}
.mask img{
	position:absolute;
    top: 0;
    left: 0;
	display:block;
}

ul#handles {list-style-type:none;margin-left:10px; margin-top: 0; margin-right:0; margin-left:0;padding:0; width: 250px; height: 370px; overflow:auto; float: right;}
ul#handles li {list-style-type:none; background-color: #fff; float:left;width: 60px; height: 45px; padding: 5px; margin:2px; border: 1px solid #ddd;}
ul#handles li img {padding: 0; margin:0; width: 60px; height: 45px; border: 0;}

#home {background-color:#fff; position:relative; height:690px; width:760px; margin-bottom:0; }
.feature { height:690px; position:absolute; width:760px; overflow:auto; color: #000;}
.feature img { border:none; }
.tabs { margin-left:0;margin-bottom:0; position: relative; top:15px; left:-32px;}
.tabs li {display:inline;float:none;list-style:none;font-weight: bold; font-size: 1.1em;}
.tabs li a { background-color:#ccc;color:#C72727; text-decoration:none;padding: 10px;}
.tabs li a:hover {color:#90EE90;background-color:#666;}
.tabs li.active { color:#fff; background-color:#333; }
.tabs li a.active { color:#fff; background-color:#333;}

.feature #galeria {padding:0; background-color:#f5f5f5;}
.feature #ficha {margin-right:20px;}
.feature #info {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	float: right;
	width: 210px;
}


.feature form input {width: 200px;}
#contato form input {width: 400px;}
#contato form textarea {width: 400px; height: 100px;}
.mensagem {width: 200px; height: 60px;}
.feature p.error {color: #F1FCAF; background-color:#f00; padding: 10px; margin: 10px 20px 0 0; font-size: 1.2em; border: 1px dotted #000}
ul.errorlist {list-style-type:none;margin:0;padding:0;}
ul.errorlist li {list-style-type:none; font-weight: bold; text-size: 0.9em; padding: 0 2px 0 2px; background-color: #f00; color: #fff; border: 1px solid #ddd;}

#contato ul.errorlist {list-style-type:none;margin:0;padding:0; width: 408px}
#contato ul.errorlist li {list-style-type:none; font-weight: bold; text-size: 0.9em; padding: 0 10px 0 10px; margin: 0; background-color: #f00; color: #fff; border: 1px solid #ddd;}
