@import url("reset.css");
/* 
    main.css
    Escapes
    
    Created by Mediacode on 2009-04-30.
    Copyright 2009 Mediacode. All rights reserved.
 */

body {
     text-align: center;	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	margin: 0 auto;}

h2 {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ed1d24;
	text-transform: uppercase;
}


h2.section {
	margin-left: 10px;
	margin-bottom: 20px;
}


h2.detail {
	margin-left: 10px;
	margin-bottom: 0px;
}


h3.subtitle {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #797979;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 6px;
}


p {font: 12px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;}

/* =================== */
/* = layout elements = */
/* =================== */

#container {
	width: 925px;
	margin: 0 auto;
	text-align: left;	background: transparent url(../images/shadow_right.gif) no-repeat scroll right top;	}


#header {
	height: 146px;
	margin: 0 25px 0 20px;
	position: relative;
	z-index:3000;
/*	float:left;*/
	width:880px;
}

.clear {clear: both;}

.head_divider {
    width:890px;
	height: 7px;
	margin: 25px 25px 25px 20px;
	background: url(../images/separador_central.gif) no-repeat;
	float:left;
}

.content_divider {
	background-image: url(../images/separador_destaques.gif);
	height: 8px;
	margin: 20px 10px;
	clear: both;
	background-repeat:no-repeat;
}

.item_divider {
	background-image: url(../images/separador_destaques.gif);
	background-repeat: no-repeat;
	height: 8px;
	margin: 20px 10px;
	clear: both;
}

.branding {position: absolute;		top: 35px;		left: -60px;}

#flags {
	position: absolute;
	top: 45px;
	left: 100px;
}

#contacts {
	left: 650px;
	position: absolute;
	top: 45px;
	border-left: 1px dashed #a9a9a9;
}

#contacts p {
	color: #a9a9a9;
	padding-left: 5px;
	margin: 0px;
}

#contacts p.number {
	font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ed1d24;
}

#contacts p.number span {
	font-size: 18px;
}

#skipediv {position:absolute; top:40px; right:230px;}
#skipediv p {margin-bottom:6px; color:#A9A9A9}

#top_nav {
	list-style: none;
	display: block;
	float: right;
	position: relative;
	margin-top: 10px;
}


#top_nav li {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #a9a9a9;
}

#top_nav li.last, #bottom_nav li.last {
	border-right: 0px solid #a9a9a9;
}



#top_nav  a {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #a9a9a9;
	text-decoration: none;
}


#top_nav a:hover {
	color: #ed1d24;
}


/*#main_nav li {
	float: left;
	margin-left: 20px;
}*/


a:hover, a:link {
	color: #ed1d24;
}


#main_content {
	width: 600px;
	margin-left: 10px;
	float: left;
	position: relative;
}

#contacts_content h3 {
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #ed1d24;
	text-transform: uppercase;
}


p {
	color: #797979;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	margin-left: 10px;
	margin-right: 20px;
}


#content {
	background: url(../images/fundo_sombra.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	float:left;
}

#content_slider {	position: relative; z-index:100; float:left; width:880px; margin: 0 25px 0 20px; overflow:hidden  }

.container {
	width: 880px;
	height: 326px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	clear: both;
	float:right;
}

.container_inside {
	width: 880px;
	overflow: hidden;
	/*position: relative;*/
	/*cursor: pointer;*/
	clear: both;
	margin-left: 20px;
}

#esperaslidesdiv {text-align:center; padding: 100px;}
.slides {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	
	width:880px; /* igual ao width do container */
}
.slides img {width: 880px;}


.slides div {
	position: absolute;
	top: 0;
}


.slide_captation {
	width: 327px;
	height: 326px;
	background: url(../images/fundo_slideshow.png) no-repeat;
	/*z-index: 100;*/
}


.slide_captation h2 {
	font: 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin: 70px 0px 0px 20px;	padding-right: 10px;
	text-transform: capitalize;	width: 240px;
}


.slide_captation p.headline {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	margin: 0 20px;
}


.slide_captation p {
	color: #fff;
	margin: 0 20px;
}
.slide_captation p.intro_slide {	color: #424242;	width: 240px;	position: absolute;	top: 200px;	font-size: 13px;	line-height: 16px; height:80px; }

.slide_captation p.intro_slide a.more_arrow {	display: block;	text-align: right;	margin-top: 30px;	color: #ed1d24;	padding-right: 14px;	background: url(../images/seta_more.gif) no-repeat right 2px;	text-decoration: none;	vertical-align: middle;	font-weight: bold;
}

a.more_arrow { line-height:16px; } 


div.captation_divider {
	margin: 20px;
	background: url(../images/separador_carossel.png) no-repeat;
	height: 15px;
	position: relative;
	border: 0;
}


ul.pagination {
    list-style-type:none;
	bottom: 15px;
	right: 0px;
	list-style-type: none;
	padding: 0;
	position: absolute;
	/*width: 132px;*/
	z-index: 200;	
	height: 50px;	
	background: url(../images/transparencia_carrosel.png) repeat-x;
	color: #fff;
}


ul.pagination li {
	float: left;
	margin: 0 5px;
	height:50px;
}

ul.pagination a {
	display: block;		
	font: 24px/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;		
	text-decoration: none;	
	width: 37px;	
	margin-left: 10px;	
	text-align: center;
	height: 50px;
	color: #fff;
}

ul.pagination li a {
  height:50px;
  color:#FFFFFF;
  display:block;
}


ul.pagination li.active a {	background: url(../images/hover_slideshow.jpg) no-repeat center center; height:50px; }


.last {
	margin-right: 0px;
	border: none;
	
}


.last a {
	padding-right: 0px;
	border: none;
}


.boxgrid {
	width: 300px;
	height: 130px;
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
	background: url(../images/sombra_destaques.jpg) no-repeat;
}


.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	
	/*padding: 0 10px;*/
}

.box_container {
	width: 280px;
	position: absolute;
	left: 10px;
}

.boxgrid a:link, .boxgrid a:visited {
   color:#fff;
   text-decoration: none;
   cursor:pointer;
}
.boxgrid a:hover {
   color:#fff;
   text-decoration: none;
   cursor:pointer;
}


.boxgrid h3 {
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 6px 10px 2px 10px;
	z-index: 100;
}

.boxgrid h3 span {
	font-family: "Book Antiqua", Palatino, "Palatino LT Std", "Times New Roman", Times, serif;
	font-style: italic;
}


.boxgrid p {
	padding: 2px 10px;
	color: #fff;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.boxcaption {
	float: left;
	position: absolute;
	background: #000;
	height: 100px;
	width: 280px;
	/*margin-left: 10px;*/
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	top:95px;
}


.captionfull .boxcaption {
	top: 60;
	left: 0;
}


.caption .boxcaption {
	top: 95;
	left: 0;
}


#sidebar {
	float: left;
	width: 300px;}


#sidebar h2.section {
	margin-left: 15px;
}


#pesquisa, #pesquisa_refinada {
	background: url(../images/fundo_pesquisa.gif) no-repeat 0 top;
	width: 269px;
	/*height: 220px;*/
	float: right;
/*	margin-right: 10px; */
	padding-left:10px; padding-top:10px; position:relative;
	margin-right:10px;
	margin-bottom:15px;
	z-index:2000;
}


.bt_buy {
	float: right;
	margin-right: 10px;
}


#footer {
	margin: 30px auto;
	width: 925px;
	clear: both;
	text-align: left;
}


#bottom_nav {
	list-style: none;
	display: block;
	position: relative;
	margin-top: 10px;
	margin-left: 15px;
}


#bottom_nav li {
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #a9a9a9;
}


#bottom_nav  a {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #a9a9a9;
	text-decoration: none;
}


#bottom_nav a:hover {
	color: #ed1d24;
}


#footer  p {
	color: #a9a9a9;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 20px;
	margin-top: 5px;
}


#mediacode {
	float: right;
	right: 25px;
	color: #a9a9a9;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 26px;
	position: relative;
	bottom: 40px;
}


#mediacode img {
	vertical-align: middle;
}

#mediacode a:link, #mediacode a:visited {
	color: #a9a9a9;
}


#galeria {
	margin-left: 10px;
	margin-bottom: 30px;
}


#galeria img {
	padding-bottom: 1px;
}


#galeria div {
	float: left;
	padding: 5px;
}


.item {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	min-height: 100px;
	padding: 15px 0px;
	height:150px;
	zoom: 1; /* hasLayout bug */
}


.item p {
	margin-left: 0px;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 13px;
}


.item p strong {
	color: #ed1d24;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}


.item h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ed1d24;
	font-weight: bold;
	margin-bottom: 5px;
}

.item a:link, .item a:visited  {
   text-decoration:none;
   	color: #ed1d24;
}


.book_div {
	position: absolute;
	top: 170px;
	right: 30px;
}
.book_div_inner {
	position: absolute;
	top: 5px;
	right: 0px;
}
.icones_div {
	position: absolute;
	top: 120px;
	right: 10px;
	width:160px;
}

a.contact_detail {
	position: absolute;
	right: 10px;
	top: 0;	background:transparent url(/web_rey/images/bt_search.jpg) repeat-x scroll right top;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:16px;padding:5px;text-align:center;text-decoration:none;text-transform:uppercase;width:120px;
}

a:hover.contact_detail {
	position: absolute;
	right: 10px;
	top: 0;	background:transparent url(/web_rey/images/bt_search.jpg) repeat-x scroll right top;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:16px;padding:5px;text-align:center;text-decoration:none;text-transform:uppercase;width:120px;
}

a.contact_bt {
	background:transparent url(/web_rey/images/bt_search.jpg) repeat-x scroll right top;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	height:16px;padding:5px;text-align:center;text-decoration:none;text-transform:uppercase;width:120px;
	display:block;
}


.item h4 {
	color: #797979;
	text-transform: uppercase;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 5px;
}


.item_thumb {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}


.description {
	width: 220px;
	float: left;
	border-right: 1px solid #a9a9a9;
}


.description2 {
	margin-left: 10px;
	width: 65px;
	float: left;
	border-right: 1px solid #a9a9a9;
	min-height: 50px;
}


.description2 p strong {
	font-size: 12px;
}


.description3 {
	margin-left: 10px;
	width: 75px;
	float: left;
}


.description3 p strong {
	font-size: 13px;
}

.description3 .price {
	font-size: 13px;
	margin-top:10px;
	color:#797979;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}


.alt {
	background-color: #f7f7f7;
}


#filters {
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/fundo_filters.gif) repeat-x 0 top;
	height: 34px;
	padding-top:6px;
	padding-left:6px;
}


#left_col {
	width: 340px;
	float: left;
	margin-left: 10px;
}


#left_col p {
	margin-left: 0px;
	margin-right: 10px;
}


#left_col h4 {
	color: #ed1d24;
	font: 20px "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}


.gallery {
	width: 340px;
	margin: 0px;
}


.gallery li {
	width: 68px;
	height: 50px;
	margin: 0 2px;
	background: #000;
}


.gallery li div {
	left: 240px
}


#main_image {
	margin: 0 auto 10px;
	height: 240px;
	width: 340px;
	background: #fff;
}


#main_image img {
	margin-bottom: 10px;
	width: 340px;
	height: 240px;
	overflow: hidden;
}


.galleria {
	list-style: none;
	width: 340px
}


.galleria li {
	display: block;
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
	margin: 0 20px 20px 0
}


.galleria li a {
	display: none
}


.galleria li div {
	position: absolute;
	display: none;
	top: 0;
	left: 180px
}


.galleria li div img {
	cursor: pointer
}


.galleria li.active div img,.galleria li.active div {
	display: block
}


.galleria li img.thumb {
	cursor: pointer;
	top: auto;
	left: auto;
	display: block;
	width: auto;
	height: auto
}


* html .galleria li div span {
	width: 340px
}


/* MSIE bug */


li.last_image {
	margin-right: 0px;
}

#right_col {
	float: right;
	width: 220px;
}

#right_col h4{
	color: #ed1d24;
	font: 14px "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#right_col p {
	margin-left: 0px;
	margin-right: 10px;
	font-size: 11px;
}

#right_col p.price {
	font-size: 13px;
}

.separador_empreendimento {
	background: url(../images/separador_caracteristicas_empreendimentos.gif) no-repeat;
	height: 15px;
	margin: 10px 0px;
	width: 220px;
	background-position:center;
}

a#video {
	font-size: 18px;
	color: #ed1d24;
	text-transform: uppercase;
	text-decoration: none;
	width: 220px;
	display: block;
	text-align: center;
}

.none {
	display:none;
	
}

a.complete_button {
	color: #fff;
	display: block;
	font: normal 12px;
/*	width:65px;*/
	height: 18px;
	padding: 5px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/web_escapes/images/bt_search.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	clear:both;
	text-align:center;
	
	/*position:absolute;
	top:180px;
	right:40px;*/
	text-transform:uppercase; 
	float: right;
	margin: 16px 24px;
}

a.search_button {
	color: #fff;
	display: block;
	font: normal 12px;
	width:75px;
	height: 18px;
	padding: 5px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/web_rey/images/bt_search.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	clear:both;
	text-align:center;
	/*position:absolute;
	top:180px;
	right:40px;*/
	text-transform:uppercase; 
	float: right;
	margin: 16px 38px;
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
}

a.buttom {
	color: #fff;
	font: normal 12px;
	width:75px;
	height: 18px;
	padding: 5px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/web_rey/images/bt_search.jpg);
	background-repeat: repeat-x;
	background-position: right top;
	text-align:center;
	text-transform:uppercase; 
	margin: 20px 40px 20px 10px;
	font-size:13px;
	font-weight:bold;
	padding-top:7px;
}

a:hover.search_button {
	color: #fff;
}


/* datepicker */

a.dp-choose-date {
	float: left;
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0px 6px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url('/web_escapes/images/bt_calendar.gif') no-repeat;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	float: left;
	border: 1px solid #ccc;
}

label {
	display: block;
	float:left;
	font: 14px/20px Georgia, "Times New Roman", Times, serif;
	color: #8e8e8e;
	margin-right: 5px;
	margin-left: 2px;
}

#form_imoproc label, #form_imoproc_refinada label {
	display: block;
/*	float:left;*/
	font: 14px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #8e8e8e;
	margin-right: 5px;
	margin-left: 2px;
	margin-top:8px;
	width:200px;
}
#form_imoproc input {
	width: 180px;
}	
#form_imoproc select, #form_imoproc_refinada select {
    width:210px; padding:3px;
}
#form_imoproc input, #form_imoproc select, #form_imoproc_refinada select{
	margin-top:2px;
}

#form_availability label {
margin-top: 10px;
margin-left: 0px;
}

#form_availability {
	background-color: #eaeaeb;
	margin: 0 10px;
	height: 100px;
	padding-left: 10px;
}

a.check {
	text-transform: uppercase;
	margin-top: 16px;
	display: block;
}

.tabela {
	width: 280px;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #424242;
}

.tabela table {
	border: 1px solid #fff;
    border-collapse: separate;
    border-spacing: 2px;
	background-color: #fff;
	border-right: none;
	border-left: none;
}

.tabela table th {
	background: #ed1d24;
	color: #fff;
	padding: 3px 5px;
	text-align: center;
	font: 14px/20px "Times New Roman", Times, serif;
	border-bottom: 2px solid;
}

.tabela table td {
	background: #eaeaeb;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}

.separador_simples {
	background-image: url(../images/separador_simples.gif);
	clear: both;
	height: 3px;
	margin: 10px;
}

.legenda p {
	float: left;
	margin-left: 10px;
	line-height: 31px;
}

.legenda p img {
	margin-right: 10px;
	vertical-align: middle;
}

.imovel_bts {  text-align:center; font-size:11px; }
.imovel_bts a:link, .imovel_bts a:visited {
 text-transform:uppercase;
 text-decoration:none;
 color: #ed1d24;
}

a#print {
	padding: 2px 0 2px 22px;
	color: #a9a9a9;
	vertical-align: middle;
	font: 11px  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background: url(../images/icon_print.gif) no-repeat;
	margin-right: 20px;
	margin-top: 20px;
}

a#friend {
	padding: 2px 0 2px 22px;
	color: #a9a9a9;
	vertical-align: middle;
	font: 11px  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background: url(../images/icon_email.gif) no-repeat;
	margin-right: 20px;
	margin-top: 20px;
}

a#favorite {
	padding: 2px 0 2px 22px;
	color: #a9a9a9;
	vertical-align: middle;
	font: 11px  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	background: url(../images/icon_favs.gif) no-repeat;
	margin-right: 20px;
	margin-top: 20px;
}
	a#fav1 {background: url(../images/icon_favs.gif) no-repeat;}
	a#fav2 {background: url(../images/icon_favs2.gif) no-repeat;}

a#print:hover, a#friend:hover, a#favorite:hover {
	color: #ed1d24;
}

.icons {
	margin-top: 40px;
}
.bold { font-weight:bold; }

.paginate {
	font-size: 14px;
	float:right;
	margin-right:10px;
}

.resultsTxt {
	font-size: 11px;
	color: #797979;
	margin-left:15px;
}

a.bt_escapes:link, a.bt_escapes:visited  { width:280px; height:88px; display:block; background:url(/web_escapes/images/banner_escapes.jpg); text-decoration:none; color:#666666; margin-bottom:20px; }
.bt_escapes_txt { position:absolute; top:57px; left:30px; width:220px; font-size:12px; cursor:pointer; }

a.bt_rey:link, a.bt_rey:visited  { width:280px; height:88px; display:block; background:url(/web_rey/images/banner_rey.jpg); text-decoration:none; color:#666666; }

a.bt_rey:link, a.bt_rey:visited  { width:280px; height:88px; display:block; background:url(/web_rey/images/banner_rey.jpg); text-decoration:none; color:#666666; }

a.bt_permutas:link, a.bt_permutas:visited  { width:280px; height:88px; display:block; background:url(/web_rey/images/banner_partexchange.gif); text-decoration:none; color:#666666; margin-top:20px; }

.bt_rey_txt { position:absolute; top:35px; right:20px; width:120px; font-size:14px; cursor:pointer; }
.bt_permutas_txt { position:absolute; top:40px; right:75px; width:120px; font-size:14px; cursor:pointer; }

a#fav1 {background:transparent url(/web_rey/images/icon_favs.gif) no-repeat scroll 0 0;}

a.favorite { 
	color:#A9A9A9;
	font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size:11px;
	margin-right:20px;
	margin-top:20px;
	padding:2px 0 2px 22px;
	text-decoration:none;
	vertical-align:middle;
}

.validation_error {
	color: red;
	margin-top: 3px;
	font-size: 11px;
	float:left;
}

#sitemap {
 margin-left:10px;
}

#sitemap ul ul {
 margin-left:15px;
}

.home_intro {
	clear:both; 
	font-size:12px; 
	margin-top:20px; 
	margin-left:10px; 
	margin-right:10px; 
	line-height:18px;
	color:#797979;
}
#resort_desc p { line-height:20px; }
#resort_desc { padding-bottom:20px; }

.bullets p {
	margin-bottom: 4px;
	padding-left: 14px;
	background:url(/web_escapes/images/bullets.gif) no-repeat left 2px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
}

.facilities {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:11px;
	color:#797979;
	line-height:16px;
}

table p { margin-left:0px; margin-right:0px; }