/*
  GLOBAL
  AMARELO:        #FCFBDA
  VERDE:          #4CB14C
  LINHA MARROM:   #362515
  LINHA CINZA:    #A3A4A5
*/
#header, #main1, #main2, #footer, #page, #list-head {
  clear: both;
  width: 100%;
  text-align: center;
}
#header div.center, #main1 div.center, #main2 div.center, #page div.center, #list-head div.center, #footer div.center {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#header {
  clear: both;
  height: 96px;
  background: #2f2012;
}
#main1 {
  clear: both;
  /*height: 336px;*/
  background: url(../img/bg-main1.jpg) repeat;
}
#main2 {
  clear: both;
  /*height: 252px;*/
  background: #3F2A17;
}
#footer {
  clear: both;
  height: 77px;
  background: #251B10;
  border-top: #A3A4A5 solid 1px;
}
#main2 .center {
  clear: both;
}
/*
  HEADER
*/
#header .logo {
  float: left;
  margin-right: 10px;
}
#header .wrapper {
  float: left;
  width: 528px;
  height: 58px;
  margin-top: 11px;
}
#header .call {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 2px;
}
#header .call .ico1 {
  float: left;
  margin-top: 2px;
  margin-left: 1px;
  margin-right: 1px;
}
#header .call .ico2 {
  float: left;
  margin-top: 4px;
}
#header .call .info {
  float: left;
  margin-left: 6px;
  margin-bottom: 4px;
}
#header .languages {
  float: left;
  width: 30px;
  margin-left: 25px;
  margin-top: 5px;
  text-align: center;
}
#header .copyscape {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 10px;
}
#header .cards {
  float: left;
  display: inline;
  margin-left: 20px;
  margin-top: 4px;
  width: 100px;
}
#header .cards img {
  margin-bottom: 3px;
  margin-right: 4px;
}
#header .languages div {
  margin-bottom: 4px;
}
#header .languages img {
  margin-top: 5px;
}
#header .banners {
  float: right;
  width: 60px;
  padding-right: 17px;
}
#header .menu {
  float: left;
  display: inline;
  width: 528px;
  height: 20px;
  font-size: 1px;
  border-bottom: 7px solid #FFFFFF;
}
#header .menu .home {
  display: inline;
  margin: 0 10px 4px 3px;
}
#header .menu .bt {
  margin-right: 3px; 
}
#header .menu .bt.first {
  margin-left: 15px;
}

/*
  MAIN 1
*/
#main1 {
  float: left;
}
#main1 .thumbs1 {
  float: left;
  margin-right: 5px;
}
#main1 .thumbs2 {
  float: left;
  padding-left: 5px;
  border-left: 2px solid #352413;
}
#main1 .thumbs1 img, #main1 .thumbs2 img, .thumb img {
  border: #A3A4A5 solid 1px;
  cursor: hand;
  cursor: pointer;
}
#main1 .thumbs1 div, #main1 .thumbs2 div{
  margin-top: 5px;
  padding-bottom: 5px;
}
#main1 .main-image{
  float: left;
  width: 514px;
  height: 335px;
  border: 7px solid #FFFFFF;
  border-top: 0;
  margin-left: 10px;
}
#main1 .main-image img {
  float: left;
  position: absolute;
}
#main1 .main-image .apt-click-infos {
  display: none;
}
#main1 .main-image a .apt-click-infos {
  float: left;
  display: block;
  position: absolute;
  margin-top: 309px;
  width: 514px;
  padding: 6px 0 6px 0;
  background: #000000;
  filter:alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  text-decoration: none;
  text-align: center;
  cursor: hand;
  cursor: pointer;
}


/*
  MAIN 2
*/
#main2 .welcome {  
  float: left;
  width: 266px;
}
#main2 .welcome .verde{
  margin-left: 10px;
}
#main2 .welcome .text{
  clear: both;
  padding-top: 10px;
}
#main2 .welcome ul {
  margin-right: 30px;
}
#main2 .search {
  float: left;
  width: 180px;
  padding-bottom: 25px;
  padding-top: 5px; 
  background: #625136;
}
#banner-flash {
	margin-top: 5px;
	margin-left: 8px;
}
#main2 .search form {
  margin-left: 18px;
  margin-right: 5px;
}
#main2 .search form div {
  margin-bottom: 10px;
}
#main2 .search form .label {
  font-weight: bold; 
  margin-bottom: 4px;
}

/*
  PRIME AREAS
*/
#main2 .areas {
  float: left;
  width: 320px;
  margin-top: 26px; 
}
#main2 .areas .wrapper {
  margin-left: 18px;
}
#main2 .areas .tabs-top{
  float: left;
  display: inline;
  margin-left: 8px;
  margin-top: 11px;
  border-bottom: 1px solid #A3A4A5;
}
#main2 .areas .tabs-bottom{
  float: left;
  display: inline;
/*  margin-left: 6px;*/
  border-top: 1px solid #A3A4A5;
}
#main2 .areas .tabs-top .tab, #main2 .areas .tabs-bottom .tab{
  float: left;
  height: 16px;
  font-size: 9px;
  background: #FFFFFF;
  color: #000000;
  cursor: hand;
  cursor: pointer;
}
#main2 .areas .tabs-top .tab.over, #main2 .areas .tabs-bottom .tab.over{
  background: #4CB14C;
}
#main2 .areas .tabs-top .tab.over a, #main2 .areas .tabs-bottom .tab.over a{
  color: #FFFFFF;
}
#main2 .areas .tabs-top .tab{
  border-right: 1px solid #3F2A17;
}
#main2 .areas .tabs-top .tab.last{
  border: 0;
}
#main2 .areas .tabs-bottom .tab{
  border-right: 1px solid #3F2A17;
}
#main2 .areas .tabs-bottom .tab.last{
  border: 0;
}
#main2 .areas .tabs-top .tab .bairro{
  float: left;
  display: inline;
  margin: 3px 1px 0px 4px;
}
#main2 .areas .tabs-bottom .tab .bairro{
  float: left;
  display: inline;
  margin: 3px 3px 0px 0px;
}
#main2 .areas .tabs-top .corner {
  float: left;
  width: 4px;
  height: 4px;
  background: url(../img/corner-right.gif) no-repeat;
  font-size: 1px;
}
#main2 .areas .tabs-bottom .corner {
  float: left;
  display: inline;
  width: 4px;
  height: 4px;
  margin-top: 12px;
  background: url(../img/corner-left.gif) no-repeat;
  font-size: 1px;
}
#main2 .areas .prime{
  float: left;
  border: 11px #FFFFFF solid;
}
#main2 .areas .prime div {
  width: 278px;
  height: 136px;
}
#main2 .areas .prime div {
  float: left;
}
#main2 .areas .prime div img {
  float: left;
}
#main2 .areas .prime .ipanema { background: url(../img/ipanema.jpg); }
#main2 .areas .prime .leblon { background: url(../img/leblon.jpg); }
#main2 .areas .prime .arpoador { background: url(../img/arpoador.jpg); }
#main2 .areas .prime .copacabana { background: url(../img/copacabana.jpg); }
#main2 .areas .prime .lagoa { background: url(../img/lagoa.jpg); }
#main2 .areas .prime .botafogo { background: url(../img/botafogo.jpg); }
#main2 .areas .prime .jb { background: url(../img/jb.jpg); }
#main2 .areas .prime .barra { background: url(../img/barra.jpg); }
#main2 .areas .prime .leme { background: url(../img/leme.jpg); }
#main2 .areas .prime .flamengo { background: url(../img/flamengo.jpg); }
#main2 .areas a {
  color: #000000;
  text-decoration: none;
}

/*
  FOOTER
*/
#footer .menu {
  margin-top: 18px;
  text-align: center;  
}
#footer .copyright {
  margin-top: 16px;
  text-align: center;  
}
/*
  PAGES
*/
#page.rows{
  background: url(../img/bg-row.jpg) repeat;
}
.about {
/*  height: 333px;*/
  background: url(../img/bg-about.jpg) repeat;
}
.contact {
  /*height: 450px;*/
}
.contact .green {
  margin-left: 220px;
}
.tell .green{
  margin-left: 200px;
}
.tell {
  /*height: 400px;*/
}
#page .row {
  height: 60px;
}
#page form .row {
  height: 25px;
}
#page .row.big {
  height: 125px;
}
#page .row.big.submenu {
  text-align: right;
  margin-right: 20px;
}
#page .row.big.maria {
  margin-bottom: 10px;
  cursor: hand;
  cursor: pointer;
}
#page .row.big.andre {
  cursor: hand;
  cursor: pointer;
}
#page .left-title {
  text-align: right;
  height: 48px;
  margin-top: 24px;
  margin-right: 19px;
}
#left-col {
  float: left;
  width: 110px; 
  height: 333px;
}
#content {
  float: left;
  /*height: 333px;*/
  width: 85%;
  text-align: left;
  background: #7B6F52;
  border-left: 2px solid #362515;
  border-right: 2px solid #362515;
}
.contact #content{ 
  /*height: 450px;*/
}
.tell #content{ 
  /*height: 450px;*/
}
#content .title {
  margin: 22px;
  margin-top: 25px;
}
#content .text {
  width: 420px;
  height: 200px;
  margin: 22px;
  padding: 22px 88px 22px 100px;
  overflow: auto;
  background: #625136;
}
#content .longtext {
  margin: 22px;
  padding: 22px 88px 22px 100px;
  background: #625136;
}
#content .longtext h3 {
  margin-top: 22px;
  margin-bottom: 12px
}
.page {
  margin: 22px 22px 22px 22px;
  padding: 22px 88px 22px 100px;
}
.page.contact {
  padding: 22px 44px 22px 44px;
  height: 300px;
}
.page .address-bar {
    float: right;
    width: 180px;
    margin-right: 10px;
}
.page .contact-form {
    float: left;
    width: 290px;
}
#page .apt{
  clear: both;
  height: 67px;
}
#page .apt .thumb{
  float: left;
  width: 110px;
  border-right: 2px solid #362515;
  padding-top: 4px;
  padding-bottom: 3px;
}
#page .apt .info{
  float: left;
  width: 162px;
  margin-left: 18px;
  margin-top: 4px;
}
#page .apt h2{
  float: left;
  width: 300px;
  height: 85%;
  padding: 4px 22px 4px 22px;
  margin: 0;
  background: #817553;
  font-size: 11px;
}
#page .apt .info .label {
  float: left;
  width: 80px;
}
#list-head {
  height: 50px;  
  background: #5E563A;
  border-bottom: 2px solid #362515;
}
#list-head .voltar {
  margin-top: 30px;
  margin-right: 6px;
}
.col-desc .voltar{
  float: right;
  margin: 0;
  margin-top: 10px;
}
.green-head {
  float: left;
  display: inline;
  width: 176px;
  margin-top: 30px;
  margin-right: 38px;
  background: #4CB14C;
  color: #FFFFFF;
  border: 1px solid #FCFBDA;
  font-weight: bold;
  text-align: center;
}
#main2 .left-col {
  float: left;
  width: 112px;
  height: 100%;
}
#main2 .col-info1{
  float: left;
  width: 170px;
}
#main2 .col-info1 .title{
  clear: both;
  margin-top: 24px;
}
#main2 .col-info2{
  float: left;
  margin-top: 28px;
  width: 180px;
}
#main2 .col-info2 ul.details2 {
  clear: both;
  padding-top: 66px;
}
#main2 .col-desc{
  float: left;
  margin-top: 22px;
  width: 380px;
  margin-left: 15px;
  margin-right: 15px;
}
#main2 .col-desc .text {
  width: 340px;
  height: 178px;
  padding: 20px;
  overflow: auto;
}
.col-info2 .botao {
  margin-bottom: 12px;
}

.calendar {
  margin-top: 10px;
}
#cal-legenda {
  float: left;
  margin-top: 5px;
  margin-bottom: 20px;
}
#cal-legenda .color {
  float: left;
  font-size: 1px;
  width: 10px;
  height: 10px;
  margin-top: 3px;
  margin-right: 3px;
  background: #9F0000;
}
#cal-legenda .text {
  float: left;
}



/*
  SEARCH PAGE
*/
#page.search {
  
}
#page.search .col {
  float: left;
  display: inline;
}
#page.search .col .line {
  clear: both;
  width: 199px;
  background: #998E68;
  padding: 6px 8px 6px 8px;
  margin-bottom: 2px;
  margin-left: 2px;
}
#left-col .label {
  margin-bottom: 30px;
}
#advsearch {
  margin: 1em;
  text-transform:uppercase;
  text-align:center;
  width:180px;
  margin-top:11px;
  margin-bottom: 5px;
  padding: 1px 3px 0 3px;
}

/*
  CLIENTS
*/
.clients #content .longtext {
  padding: 18px;
  color: #000000;
  background: #FFFFFF;
}
.clients #content .longtext div {
  margin-bottom: 18px;
}
.clients #content .longtext div.links {
  padding-top: 24px;
}
.clients #content .longtext div.links div {
  margin-bottom: 2px;
  font-weight: bold;
}

/*
  MAP
*/
.map .big.row {
  text-align: right;
  margin-top: 40px;
  margin-right: 20px;
}
.map .flash {
  margin-left: 20px;
  padding-bottom: 20px;
}


/*
  CONTACT 
*/
.contact .page, .tell .page {
  background: #625136;
  margin-bottom: 20px;
}

#request {
  float: left;
  width: 350px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0 20px 28px;
  background: #625136;
}
#request .green {
  float: right;
  margin-right: 78px;
}

.centerbig {
  border:1px solid #fff;
  background-color:#9a8e68;
  color:#fefef3;
  text-transform:uppercase;
  text-align:center;
  width:180px;
  margin-bottom: 10px;
  padding: 1px 3px 0 3px;
}






