<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, ul, ol, h1, h2, h3, h4, h5, h6, form, li, p, blockquote, form, input, textarea {
	margin:0 ;
	padding:0 ;
}

body, input, textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #444;
	text-shadow: 1px 1px #fff;
}

input, textarea {
	text-shadow: none;
}
/* end 1.1) small reset */

.titlelist{
	margin: 20px 0 0 ;
	font-weight: bold;
	color: #333;
	font-size: 15px;
	margin: 20px 0;
}

/* 	/////////		//////////		1.2) headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 0 ;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 24px;
	margin: 16px 0 4px;
	line-height: 40px;
}

h2 {
	font-size: 18px;
	margin: 18px 0 12px;
}

h3 {
	font-size: 14px;
	margin: 20px 0;
}

h4 {
	font-size: 14px;
	margin: 10px 0;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 9px;
}
/* end 1.2) headings */

/* 	/////////		//////////		1.3) lists */
ul , ol{
	margin: -5px 0 15px;
}

ul {
	list-style-type: none;
}

ol {
	list-style-position: outside;
	margin-left: 20px;
	font-weight:bold;
}

ul li {
	padding-left: 0px;
	
}

ol li {
	padding-left: 5px;
}

ol li.normalt {
	padding-left: 5px;
	font-weight:normal;
}

/* end 1.3) lists */

/* 	/////////		//////////		1.4) form elements (input text, input submit, textarea, select) */
.input-text {
	height: 32px;
	padding: 0 10px;
	border: none;
}

.input-width-180 {
	width: 160px;
	background: url(../img/form-elements/input-180.png);
}

.input-width-220 {
	width: 200px;
	background: url(../img/form-elements/input-220.png);
}

.input-width-260 {
	width: 240px;
	background: url(../img/form-elements/input-260.png);
}

.input-submit {
	border: 0;
	cursor: pointer;
}

textarea {
	padding: 10px;
	background: #f9f9f9 url(../images/bg-textarea.png) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	resize: none;
}

.textarea-small {
	width: 240px;
	height: 152px;
	border: none;
	background: url(../images/form-elements/textarea-small.png);
}

.textarea-big {
	width: 540px;
	height: 152px;
	border: none;
	background: url(../images/form-elements/textarea-big.png);
}

select {
	padding: 6px 10px 7px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #444;
}

.select-width-90 select {
	width: 90px;
}

.select-width-110 select {
	width: 110px;
}

.select-width-220 select {
	width: 220px;
}

.select-width-260 select {
	width: 260px;
}
/* end 1.4) form elements */

/* 	/////////		//////////		1.5) table */
table.table-palace-styled {
	width: 100%;
	border: 1px solid #aaa;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-collapse: collapse; 
	margin: 13px 0 18px;
}

.table-palace-styled .tr-even td {
	background: #eee;
}

.table-palace-styled th {
	padding: 9px;
	background: #fff;
	border-bottom: 1px solid #aaa;
}

.table-palace-styled td {
	padding: 10px;
	text-align: center;
}
/* end 1.5) table */

/* 	/////////		//////////		1.6) miscellaneous */
p {
	margin-bottom: 10px;
}

a img {
	border: 0;
}

a {
	color: #5d93ae;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #6cad05;
}
/* end 1.6) miscellaneous */

/* end 1) html tags */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 2) global layout --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 	/////////		//////////		2.1) header */



#full-width-header, #full-width-header-small {
	position: absolute;
	width: 100%;
	z-index: 99;
}

#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 99;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
}

#logo h1 {
	margin: 0;
	padding: 24px 20px 0;
	background: url(../images/bg-semi-dark.png);
}

#logo h1 a {
	color: #fff;
	text-shadow: 1px 1px #000;
}

#logo-bottom {
	position: relative;
	height: 13px;
	margin: 0 10px;
	background: url(../images/bg-logo-bottom.png);
}

#logo-bottom-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 13px;
	background: url(../images/bg-logo-bottom-left.png);
}

#logo-bottom-right {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 13px;
	background: url(../images/bg-logo-bottom-right.png);
}

#top-area {
	position: absolute;
	top: -107px;
	left: 0;
	width: 100%;
	height: 106px;
	background: url(../images/bg-semi-dark.png);
	z-index: 100;
}

#form-login {
	position: relative;
	width: 940px;
	height: 50px;
	margin: 0 auto;
}

#top-area-text {
	position: absolute;
	top: 12px;
	right: 449px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
}


input#usuario, input#password {
	position: absolute;
	width: 107px;
	height: 27px;
	padding: 0 10px;
	color: #ddd;
	font-size: 11px;
	border: 0;
	background: url(../images/form-elements/input-login.png);
}

input#usuario {
	right: 299px;
	top: 10px;
}

input#password {
	right: 147px;
	top: 10px;
}

#top-area-button-submit {
	position: absolute;
	top: -4px;
	right: -3px;
}
#top-area-button-error {
	position: absolute;
	top: 40px;
	right: -3px;
}
#top-area-button-logout {
	position: absolute;
	top: -4px;
	right: 10px;
}
#top-area-bottom {
	position: absolute;
	bottom: -7px;
	left:  0;
	width: 100%;
	height: 7px;
	background: url(../images/bg-top-bar.png);
}

#top-area-nav {
	position: absolute;
	top: 76px;
	right: 8px;
	height: 35px;
	background: url(../images/bg-top-area-nav.png);
}


#top-area-nav ul {
	margin: 0 -6px 0 -4px;
}

#top-area-nav img {
	margin-top: -3px;
	vertical-align: middle; 
}

#top-area-nav a {
	display: block;
	padding: 5px 14px 5px 16px;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: normal;
}

#top-area-nav a:hover {
	color: #aaa;
}

#top-area-nav a.sign-in {
	padding-left: 27px;
	background: url(../images/lock.png) no-repeat 12px 8px;
}

#top-area-nav a.sign-in:hover {
	background: url(../images/lock-hover.png) no-repeat 12px 8px;
}
#top-area-nav a.sign-in2 {
	padding-left: 27px;
	background: url(../images/ic_login.png) no-repeat 12px 8px;
}

#top-area-nav a.sign-in2:hover {
	background: url(../images/ic_login.png) no-repeat 12px 8px;
}
#top-area-nav ul li {
	float: left;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px #000;
	background: url(../images/top-menu-separator.png) top left no-repeat;
}

#top-area-nav ul li:first-child{
	background: none;
}

#top-area-nav-right {
	position: absolute;
	top: 0;
	right: -11px;
	width: 11px;
	height: 35px;
	background: url(../images/bg-top-area-nav-right.png);
}

#top-area-nav-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 35px;
	background: url(../images/bg-top-area-nav-left.png);
}

/* end 2.1) header */

/* 2.2) navigation */
#nav {
	position: absolute;
	top: 69px;
	right: 7px;
	height: 46px;
	background: url(../images/bg-nav.png);
	z-index: 99;
}

#nav ul {
	margin: 1px -4px 0;
}

#nav ul li {
	position: relative;
	float: left;
	padding: 0;
	font-weight: bold;
	color: #aaa;
	text-shadow: 1px 1px #000;
	background: url(../images/nav-separator.png) top left no-repeat;
}

#nav ul li:first-child {
	background: none;
}

#nav ul li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

#nav ul li ul {
	position: absolute;
	top: -999px;
	/*top: 39px;*/
	left: 1px;
	width: 180px;
	margin: 0;
	padding: 0;
}

#nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg-nav-sub.png);
}

#nav ul li ul li:first-child {
	background: url(../images/bg-nav-sub.png);
}

#nav ul li ul li ul li:first-child {
	background: url(../images/bg-nav-sub-sub-top.png);
}

#nav ul li ul li.nav-rounded-right-top {
	background: url(../images/bg-nav-sub-rounded.png);
}

#nav li:hover ul,
#nav li.sfHover ul {
	top: 39px;
}

#nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 181px;
}

#nav li:hover li ul,
#nav li.sfHover li ul {
	top: -999px;
}

#nav li li:hover ul,
#nav li li.sfHover ul {
	top: 0;
}

#nav li li:hover li ul,
#nav li li.sfHover li ul{
	top: -999px;
}

#nav li li li:hover ul,
#nav li li li.sfHover ul{
	top: 0;
}

#nav a {
	display: block;
	padding: 9px 19px 11px 21px;
	color: #fff;
	text-shadow: 1px 1px #000;
}

#nav a:hover {
	color: #8ccd00;
}

#nav a.nav-current {
	color: #8ccd00;
}

.nav-arrow-down {
	vertical-align: middle;
	font-size: 7px;
}

.nav-arrow-right {
	float: right;
	vertical-align: middle;
	font-size: 7px;
}

#nav-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 46px;
	background: url(../images/bg-nav-left.png);
}

#nav-right {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 46px;
	background: url(../images/bg-nav-right.png);
}
/* end 2.2) navigation */

/* 2.3) slider */
#full-width-slider, #full-width-slider-small {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background: #005c85 url(../images/loader.gif) no-repeat center center;
}

#full-width-slider-small {
	height: 400px;
}

.slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

#full-width-slider-small  .slide {
	height: 400px;
}

.slide-image {
	position: absolute;
	top: 0;
	left: 50%;
	width: 4000px;
	margin-left: -2000px;
	text-align: center;
	background: #000;
}

.slide-caption-container {
	position: relative;
	left: -50px;
	width: 940px;
	height: 400px;
	margin: 0 auto;
}

#full-width-slider-small .slide-caption-container {
	height: 400px;
}

.slide-caption {
	display: none;
	position: absolute;
	bottom: 80px;
	padding: 20px 40px 17px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 7px;
	background: url(../images/bg-semi-dark.png);
}

.caption-heading {
	margin: -3px 0 6px;
	font-size: 36px;
	line-height: 40px;
}

.slide-caption a {
	color: #fff;
	border-bottom: 1px dotted #ccc;
}

.slide-caption a:hover {
	color: #999;
	border-bottom: 1px dotted #666;
}

#slider-control {
	display: none;
	position: absolute;
	top: 140px;
	left: 0px;
	width: 980px;
	height: 46px;
}

#slider-button-left , #slider-button-right {
	display: block;
	position: absolute;
	top: 0px;
	width: 46px;
	height: 46px;	
}

#slider-button-left  {
	left: 0;
	background: url(../images/buttons/slider-button-left.png);
}

#slider-button-left:hover  {
	background-position: 0 -46px;
}

#slider-button-right  {
	right: 0;
	background: url(../images/buttons/slider-button-right.png);
}

#slider-button-right:hover  {
	background-position: 0 -46px;
}
/* end 2.3) slider */

/* 2.4) main container */
#main-content {
	position: relative;
	margin-bottom: -20px;
	background-image: url(../images/bg-main-content-top-gradient.png);
	background-position: top;
	background-repeat: no-repeat;
}

#main-container-top {
	position: relative;
	top: -43px;
	width: 960px;
	height: 23px;
	margin: 0 auto;
	z-index: 10;
	background: url(../images/bg-main-container-top.png);
}

#main-container-top-iframe {
	position: relative;
	top: -43px;
	width: 980px;
	height: 23px;
	margin: 0 auto;
	z-index: 10;
	background:url(../images/bg-main-container-top-iframe.png);
}

#main-container {
	position: relative;
	top: -43px;
	width: 960px;
	margin: 0 auto;
	z-index: 10;
	background: url(../images/bg-main-container.png);
}

#main-container-iframe {
	position: relative;
	top: -43px;
	width: 980px;
	margin: 0 auto;
	z-index: 10;
	background: url(../images/bg-main-container-iframe.png);
}

#main-container-top-gradient {
	position: absolute;
	top: 1px;
	left: 11px;
	width: 940px;
	height: 141px;
	background: url(../images/bg-main-container-top-gradient.png) repeat-x;
	z-index: -1;
}

#main-container-bottom  {
	position: relative;
	top: -43px;
	width: 960px;
	height: 40px;
	margin: 0 auto -35px;
	background: url(../images/bg-main-container-bottom.png);
}

#main-container-bottom-iframe  {
	position: relative;
	top: -43px;
	width: 980px;
	height: 40px;
	margin: 0 auto -35px;
	background: url(../img/bg-main-container-bottom-iframe.png);
}
/* end 2.4) main container */

/* 2.5) rows */
.row {
	width: 860px;
	margin: 0 50px;
	padding-bottom: 10px;
}

.rowiframe {
	width: 980px;
	margin: 0 0px;
	padding-bottom: 10px;
}

.row2 {
	width: 860px;
	margin: 0 10px;
	padding-bottom: 10px;
}

.row-grid-pattern {
	margin: 20px 10px 15px;
	padding: 4px 40px 24px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: rgb(210,215,219); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZDdkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);

background: -moz-linear-gradient(top,  rgba(210,215,219,1) 0%, rgba(247,247,247,1) 99%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,215,219,1)), color-stop(99%,rgba(247,247,247,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(210,215,219,1) 0%,rgba(247,247,247,1) 99%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(210,215,219,1) 0%,rgba(247,247,247,1) 99%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(210,215,219,1) 0%,rgba(247,247,247,1) 99%); /* IE10+ */

background: linear-gradient(top,  rgba(210,215,219,1) 0%,rgba(247,247,247,1) 99%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d7db', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-8 */

}
.row-last {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.row-internal {
	width: 90%;
	margin: 0 20px;
	padding-bottom: 10px;
}

h1.first-headings {
	margin: 0 0 4px;
}

h2.first-headings {
	margin: 0 0 26px;
	padding-top: 3px;
}

.sub-headings {
	margin: -5px 0 15px;
	font-size: 13px;
	font-style: italic;
	color: #999;
}

.sidebar-left .sub-headings, .sidebar-right .sub-headings {
	color: #555;
}
/* end 2.5) end rows */

/* 2.6) columns */
.sidebar-left, .column-sidebar-half-width, .main-column-right,
.column-half-width, .column-third-width, .column-fourth-width, .column-fifth-width, .column-full,
.column-sixth-width, .column-three-fourth-width, .column-two-third-width, .column-third-of-two-third-width {
	float: left;
	margin-right: 40px;
}

.column-full {
	width: 100%;
}

.sidebar-right {
	float: left;
}

.column-main-right {
	width: 560px;
}

.column-half-width {
	width: 410px;
}

.column-third-width {
	width: 260px;
}

.column-two-third-width {
	width: 560px;
}

.column-fourth-width {
	width: 185px;
}

.column-three-fourth-width {
	width: 635px;
}

.column-fifth-width {
	width: 140px;
}

.column-sixth-width {
	width: 110px;
}

.column-third-of-two-third-width {
	width: 160px;
	margin-right: 40px;
}

.column-third-of-two-third-width.column-no-margin {
	width: 186.5px;
	margin-right: 0;
}

.column-last {
	margin: 0;
}

.sidebar-left {
	position: relative;
	width: 220px;
	margin: 0 37px 0 -44px;
	padding: 0 43px 14px 44px;
	text-shadow: 1px 1px #eee;
	background: url(../images/bg-sidebar-left.png) repeat-y;
}

.sidebar-left-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(../images/bg-sidebar-left-top.png);
}

.sidebar-left-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(../images/bg-sidebar-left-bottom.png);
}

.sidebar-right {
	position: relative;
	width: 220px;
	margin: 0 -44px 0 -3px;
	padding: 0 44px 14px 43px;
	text-shadow: 1px 1px #eee;
	background: url(../images/bg-sidebar-right.png) repeat-y;
}

.sidebar-right-top {
	position: absolute;
	top: -24px;
	left: 0;
	width: 307px;
	height: 24px;
	background: url(../images/bg-sidebar-right-top.png);
}

.sidebar-right-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(../images/bg-sidebar-right-bottom.png);
}

.sidebar-widget h4{
	margin-top: 10px;
	color: #a33d48;
}

.sidebar-widget a{
	color: #a33d48;
}

.sidebar-widget a:hover{
	color: #d76144;
}

.column-sidebar-half-width {
	width: 90px;
}

.column-dashed-bottom {
	padding-bottom: 10px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #aaa;
}
/* end 2.6) columns */



.thumb_person{
	background: none repeat scroll 0 0 #CCCCCC;
    float: left;
    height: 40px;
    margin-left: 10px;
    margin-right: 0;
	margin-top: 5px;
    padding: 5px;
    width: 40px;
}

.text_travel_dates{
	font-size:22px;
}

.text_travel_age{
	font-size:14px;
	font-weight:bold;
}

.text_blue_1b{
	color:#2a9fec;
	font-weight:bold;
}

.text_blue_1r{
	color:#2a9fec;
}

.text_small{
	font-size:11px;
}

.text_med{
	font-size:16px;
}


.clear_line {
	clear: both;
	margin-left: auto;
	margin-right: auto;
}


.s15 {
	padding-top:0px;
	padding-bottom:15px;
}

.s5 {
	padding-top:5px;
	margin-bottom:5px;
}

.s10 {
	padding-top:10px;
	margin-bottom:10px;
}

.s20 {
	padding-top:20px;
	margin-bottom:20px;
}


/*.boxpromo{
	float:left; 
	border:#ccc 1px solid; 
	height:50px;
	width:93%;
	margin: 0px 4%;
}*/

.boxpromo{
	margin-top:-26px;
	float:left; 
	/*border:#ccc 1px solid;*/ 
	height:68px;
	width:100%;
	background: url(img/bg_promo.jpg) repeat-x;
}

.areabox_info{
	float:left; 
	/*border:#ccc 1px solid;*/
	width:180px;
	margin-left: 18px;
	margin-right: 5px;
	height:60px;
}

.areabox_info_b{
	float:left; 
	/*border:#ccc 1px solid;*/
	border-left:#ccc 1px solid;
	width:228px;
	line-height:16px;
	height:42px;
	padding:12px 0px 0px 26px;
}

.areabox_info_c{
	/*border:#ccc 1px solid;*/
	float:left; 
	
	width:380px;
	margin-right: 5px;
}

.inerbox_a{
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
	padding-top:14px;
	margin-right:24px;
}


.inerbox_b{
	float:left;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 6px 0px;
}

.inerbox_c{
	float:left;
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 6px 0px;
	margin-right:24px;
}

.inerbox_tcd{
	float:left;
	padding:0px 0px 10px 0px;
	margin-right:24px;
}

.tex_title_lebel{
	font-size:12px;
	padding:0px 0px 6px 0px;
}

.tex_pay{
	float:left;
	color:#2a9fec;
	font-weight:bold;
	font-size:28px;
	padding-top:18px;
	margin-right:0px;
}

.icopay{
	padding:0px 0px 0px 98px;
	background: url(img/ico_pay.jpg) top left no-repeat;
	background-position: 25px 0px;
}

.icocd{
	padding:0px 0px 0px 98px;
	background: url(img/ico_credit_cards.jpg) top left no-repeat;
	background-position: 10px 0px;
}

.ico_read{
	padding:0px 0px 0px 98px;
	background: url(img/ico_read.jpg) top left no-repeat;
	background-position: 10px 0px;
}

.text_promo{
	color:#2a9fec;
	font-weight:bold;	
}


.clear_line hr {
	border: 0;
	width: 96%;
	/*color: #96caec;
	background-color: #96caec;*/
	color: #ccc;
	background-color: #ccc;
	height: 2px;
}

.clear_line_1 hr {
	border: 0;
	width: 100%;
	/*color: #96caec;
	background-color: #96caec;*/
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-top:20px;
}

.area_msg{
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px 0px 10px; 
	float:left;
	width:96%;
}
.msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px;
}
.msg p {margin: 0 0 8px 0; padding-left: 25px;}
.msg-info {border-color: #9fd1f5; background: #c3e6ff url("img/msg-info.png") repeat-x; color: #005898;}
.msg-info p {background: url("img/led-ico/exclamation.png") 0 50% no-repeat;}

.msg-ok {border-color: #a6d877; background: #d2ecba url("img/msg-ok.png") repeat-x; color: #336801;}
.msg-ok p {background: url("img/led-ico/accept.png") 0 50% no-repeat;}

.msg-warn {border-color: #d7e059; background: #f3f7aa url("img/msg-warn.png") repeat-x; color: #6c6600;}
.msg-warn p {background: url("img/led-ico/exclamation_octagon_fram.png") 0 50% no-repeat;}


.msg_div_hidden {
	display: none;
}

.msg_div_view {
	display: inline;
}


/* ////////////////////////////////////////////////// = = = = = =    BLUE STYLE   = = = = = = //////////////////////////////////////////////////  */

#headerblue {border-bottom: 1px solid #2a9fec; background: #0f508d url("img/header.png") repeat-x; min-height: 100px;}
	#headerblue .inner-container {padding: 20px 0 16px 0;}
	/* logo: set the width and height of your logo (in px) and margin-top depending on height of your logo */
	#headerblue #logo {position: relative; float: left; width: 191px; height: 28px; margin-top: 17px;}
		#headerblue #logo a.home {border: 0; display: block; width: 100%; height: 100%; overflow: hidden; text-shadow: #003f6c 1px 1px 0; font-size: 180%; font-weight: bold; font-style: italic; color: #fff;}
		#headerblue #logo a.home .ir {background: url("img/logo.png");}
		#headerblue #logo a.button {position: absolute; left: 100%; top: 3px; margin-left: 20px; padding: 4px 9px 4px; white-space: nowrap;}
	/* box for user info, settings and logout */
	#headerblue #userbox {background: url("img/userbox.png") no-repeat; position: relative; float: right; width: 225px; min-height: 65px; line-height: 1.3;}
		#headerblue #userbox .inner {padding: 17px 50px 0 55px;}
		#headerblue #userbox a#logout {border: 0; position: absolute; right: 14px; top: 21px; display: block; width: 23px; height: 24px; overflow: hidden; line-height: 1; font-size: 90%;}
		#headerblue #userbox a#logout .ir {background: url("img/logout.png");}
		#headerblue #userbox a#logout:hover .ir,
		#headerblue #userbox a#logout:focus .ir,
		#headerblue #userbox a#logout:active .ir {background-position: -23px 0;}
		#headerblue #userbox strong {font-size: 120%; font-weight: normal; color: #fff;}
		#headerblue #userbox a {border-color: #427da9; color: #d0e1ed;}
		#headerblue #userbox a:hover,
		#headerblue #userbox a:active,
		#headerblue #userbox a:focus {border-color: #9bc4e3; color: #fff;}
		#headerblue #userbox ul {}
		#headerblue #userbox ul li {display: inline;}
		#headerblue #userbox ul a {float: left; margin-right: 7px;}

/* text align helpers */
.tl {text-align: left !important;}
.tr {text-align: right !important;}
.tc {text-align: center !important;}
.ttop {vertical-align: top !important;}


/* first and last helpers, mainly for table cells */
.first {border-left: 0 !important;}
.last {border-right: 0 !important;}

/* layout


/* content boxes */
.box {float: left; width: 960px; margin: 0 10px 10px 0;}
	.box-25 {width: 225px;} /* 25% box */
	.box-50 {width: 570px;} /* 50% box */
	.box-65 {width: 675px;} /* 65% box */
	.box-75 {width: 715px;} /* 75% box */
	.box-100 {width: 960px;} /* 100% box */
	.box-100p {width: 100%;} /* 100% box */
	.altbox {} /* class for alternative (emphasized) boxes (blue headings and colors) */
	/* wrap of box's content */
	.boxin {box-shadow: #aaa 0 0 10px; -webkit-box-shadow: #aaa 0 0 10px; -moz-box-shadow: #aaa 0 0 10px; border: 1px solid #999; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; background: #fff;}
	/* boxes' headerblues */
	.box .headerblue {
		background: #3d3d3d url("img/headerbox.png") repeat-x;
		border-top: 1px solid #444;
		border-radius: 5px 5px 0 0;
	   -moz-border-radius-topleft: 5px;
	   -moz-border-radius-topright: 5px;
	   -webkit-border-top-left-radius: 5px;
	   -webkit-border-top-right-radius: 5px;
		position: relative; margin: -1px -1px 0 -1px; padding: 19px 0 12px 20px;
	}
	.altbox .headerblue {border-top-color: #0a81d0; background: #0f518e url("img/altheaderbox.png") repeat-x;}
	.box .headerblue h3 {position: relative; top: 0px; display:inline !important; font-size: 20px; color: #fff; text-shadow: #333 0 1px 0 !important;}
	.altbox .headerblue h3 {text-shadow: #003d68 0 1px 0;}
	.box .headerblue .button {margin-left: 15px;}
	/* tags in the headerblue */
	.box .headerblue ul {
	position: absolute;
	right: 16px;
	top: 25px;
	bottom: -1px;
	text-shadow: #003d68 0 0px 0;
}
	.box .headerblue ul li {display: inline;}
	.box .headerblue ul a {
		border-radius: 5px 5px 0 0;
	   -moz-border-radius-topleft: 5px;
	   -moz-border-radius-topright: 5px;
	   -webkit-border-top-left-radius: 5px;
	   -webkit-border-top-right-radius: 5px;
		background: #777; border: 0; float: left; margin: 0 0 0 5px; padding: 8px 13px 6px; color: #e7f3ff;
	}
	.box .headerblue ul a.active,
	.box .headerblue ul a:hover,
	.box .headerblue ul a:focus,
	.box .headerblue ul a:active {background: #fff url("img/headertab.png") repeat-x; color: #444;}
	.altbox .headerblue ul a {background-color: #489cd4;}
	.altbox .headerblue ul a.active,
	.altbox .headerblue ul a:hover,
	.altbox .headerblue ul a:focus,
	.altbox .headerblue ul a:active {
	background: #fff url("img/altheadertab.png") repeat-x;
	color: #459ced;
}
	/* boxes' content types â€“ tabular */
	.box .content {margin-bottom: 5px;}
	.box .content table {width: 100%;}
	.box .content table th,
	.box .content table td {padding: 10px 10px 8px 10px;}
	.box .content table th {text-align: left; font-weight: normal;}
	.box .content table tr.even th,
	.box .content table tr.even td {background: #f5f5f5;}
	.altbox .content table tr.even th,
	.altbox .content table tr.even td {background: #f0f9ff;}
	.box .content table th.first,
	.box .content table td.first {padding-left: 20px;}
	.box .content table thead th,
	.box .content table thead td {border-left: 1px solid #f2f2f2; border-right: 1px solid #d5d5d5; background: #ddd url("img/thead.gif") repeat-x; text-shadow: #fff 0 1px 0;}
	.box .content table tbody tr.first th,
	.box .content table tbody tr.first td {border-top: 1px solid #bbb;}
	.box .content table tbody a{color: #00305d;}
	.box .content table tbody a:hover{color: #05ad4c;}
	
	.altbox .content table tbody {color: #00305d;}
	.box .content table a.ico-comms {border: 0; background: url("img/ico-tablecomms.gif") 50% 60% no-repeat; padding: 10px; color: #fff;}
	.box .content table tfoot th,
	.box .content table tfoot td {border-top: 1px solid #ccc; background: #fff url("img/tfoot.gif") repeat-x;}
	/* boxes' content types â€“ simple list */
	.box .content ul.simple li {clear: both; padding: 10px 20px 8px 20px; overflow: hidden;}
	.box .content table tr.even th,
	.box .content ul.simple li.even {background: #f5f5f5;}
	.altbox .content table tr.even th,
	.altbox .content ul.simple li.even {background: #f0f9ff;}
	.box .content ul.simple strong {float: left; font-weight: normal;}
	.box .content ul.simple span {float: right;}
	/* boxes' content types â€“ grid */
	.box .content .grid {}
	.box .content .grid .line {border-bottom: 1px solid #ddd; width: 100%; overflow: hidden;}
	.altbox .content .grid .line {border-bottom-color: #c7dfef;}
	.box .content .grid .even {background: #f5f5f5;}
	.altbox .content .grid .even {background: #f0f9ff;}
	.box .content .grid .item {float: left; width: 50%;}
	.box .content .grid .item .inner {padding: 17px 15px 12px 20px;}
	.box .content .grid .firstline {border-top: 0 !important;}
	.box .content .grid .lastline {border-bottom: 0 !important;}
	.box .content .grid .item a.thumb {border: 0; float: left;}
	.box .content .grid .item .data {margin-left: 165px;}
	.box .content .grid .item h4 {margin: 0 0 10px 0; font-size: 110%; font-weight: bold;}
	.box .content .grid .item h4 span {margin-right: 5px; font-weight: normal; font-size: 90%;}
	.box .content .grid .item p {margin: 0 0 5px 0; color: #666;}
	.box .content .grid ul.actions {margin-top: 8px;}
	/* boxes' pagination */
	
	#form-reservation, #form-reservation-sidebar, #form-contact {
	margin-left:0px !important;
	padding:0px !important;
}

/* stylish buttons with rounded corners */
.button {border: 1px solid #00487a; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background: #0567ad url("img/button.gif") repeat-x; padding: 5px 9px 5px; text-shadow: #00487a 1px 1px 0; color: #fff; cursor: pointer;}
	.button:hover,
	.button:focus,
	.button:active {border-color: #272727; background: #2a2a2a url("img/altbutton.gif") repeat-x; text-shadow: #000 1px 1px 0; color: #fff;}
	/* alternative colors */
	.altbox .button {border: 1px solid #272727; background: #2a2a2a url("img/altbutton.gif") repeat-x; text-shadow: #000 1px 1px 0;}
	.altbox .button:hover,
	.altbox .button:focus,
	.altbox .button:active {border-color: #00487a; background: #0567ad url("img/button.gif") repeat-x; text-shadow: #00487a 1px 1px 0; color: #fff;}
	.altbutton {border: 1px solid #272727; background: #2a2a2a url("img/altbutton.gif") repeat-x; text-shadow: #000 1px 1px 0;}
	.altbutton:hover,
	.altbutton:focus,
	.altbutton:active {border-color: #00487a; background: #0567ad url("img/button.gif") repeat-x; text-shadow: #00487a 1px 1px 0; color: #fff;}
	.altbox .altbutton {border: 1px solid #00487a; background: #0567ad url("img/button.gif") repeat-x; text-shadow: #00487a 1px 1px 0;}
	.altbox .altbutton:hover,
	.altbox .altbutton:focus,
	.altbox .altbutton:active {border-color: #272727; background: #2a2a2a url("img/altbutton.gif") repeat-x; text-shadow: #000 1px 1px 0; color: #fff;}



/* error/information messages */
#formblue {padding: 18px; width:492px; float:left;}
#formblue .msg {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid; margin: 0 0 15px 0; padding: 8px 10px 0 10px;
}
#formblue .msg p {margin: 0 0 8px 0; padding-left: 25px;}
#formblue .msg-ok {border-color: #a6d877; background: #d2ecba url("img/msg-ok.png") repeat-x; color: #336801;}
#formblue .msg-error {border-color: #f3abab; background: #f9c9c9 url("img/msg-error.png") repeat-x; color: #8d0d0d;}
#formblue .msg-warn {border-color: #d7e059; background: #f3f7aa url("img/msg-warn.png") repeat-x; color: #6c6600;}
#formblue .msg-info {border-color: #9fd1f5; background: #c3e6ff url("img/msg-info.png") repeat-x; color: #005898;}
#formblue .msg-ok p {background: url("img/led-ico/accept.png") 0 50% no-repeat;}
#formblue .msg-error p {background: url("img/led-ico/cross_octagon.png") 0 50% no-repeat;}
#formblue .msg-warn p {background: url("img/led-ico/exclamation_octagon_fram.png") 0 50% no-repeat;}
#formblue .msg-info p {background: url("img/led-ico/exclamation.png") 0 50% no-repeat;}
#formblue .error {color: #b70b0b;}

/* forms */

#formblue .plain {padding: 0;} /* plain forms - used in tabular and grid data structures, TAKE CARE of it, please */
#formblue .plain fieldset {border: 0 !important; padding: 0 !important;}
#formblue .basic dl {width: 100%; overflow: hidden;} /* basic layout for forms */
#formblue .basic dl dt,
#formblue .basic dl dd {float: left;}
#formblue .basic dl dt {padding: 3px 5px 3px 0; width: 20%;}
#formblue .basic dl dd {padding: 3px 0 3px 5px; width: 76%;}


#formblue label.check,
#formblue label.radio {margin-right: 5px;}
#formblue small {color: #999;}
#formblue input.txt,
#formblue textarea {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #999; background: url("img/txt.gif") repeat-x; padding: 5px 2px;
}
#formblue .basic input.txt,
#formblue .basic textarea {width: 100%;}
#formblue input.error,
#formblue textarea.error {border-color: #d35757; background-image: url("img/txt-error.gif");}
#formblue span.loading {background: url("img/upload.gif") 0 50% no-repeat; padding: 3px 0 3px 20px;}
.fields {} /* plain and clean layout for forms */
.fields fieldset {
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
	border: 1px solid #ccc; margin-bottom: 15px; padding: 10px 15px 15px 15px;
}
.fields fieldset.last {margin-bottom: 0; border-right: 1px solid #ccc !important;}
.fields fieldset legend {padding: 0 10px; font-size: 110%;}
.fields label,
.fields div.sep {display: block; margin-top: 6px;}
.fields div.sep2 {display: block; margin-top: 12px;}
.fields label.check,
.fields label.radio {display: inline; margin-top: 0;}
.fields span.loading {margin-left: 10px;}


.pricetotal{
	float:left;
	
}




/* ////////////////////////////////////////////////// = = = = = =    BLUE STYLE   = = = = = = //////////////////////////////////////////////////  */

/* 2.7) footer */
#full-width-footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:350px;
	overflow: hidden;
}

#footer-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background: url(../images/bg-footer.jpg) center top;
	opacity: 0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

#footer-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}

#footer-content-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}

#footer-content {
	position: relative;
	width: 860px;
	padding: 0 50px;
	margin: 0 auto;
	color: #fff;
	text-shadow: none;
}

#footer-content h3 {
	display: block;
	padding-bottom: 9px;
	margin: 17px 0 11px;
	color: #8fc1f8;
	border-bottom: 1px dotted #777;
}

#footer-content ul li{
	padding: 0;
	background: none;
}	

#footer-content ul{
	margin: 0 0 19px;
}

#footer-content a {
	color: #fff;
}

#footer-content a:hover {
	color: #c8f88f;
}

#footer-copyright {
	padding-top: 22px;
	text-align: center;
	font-size: 10px;
}
/* end 2.7) footer */



.img-align-left{ margin:5px 10px 0 0; float:left; }

.img-align-left-2{ margin:5px 30px 0 0; float:left; }


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* GRID2 ----------------------------------------------------------------------------------------------------------------------------------------------- */
#contentgrid {
	padding-left:10px;
	margin:0px 0% 20px 0%;
	position:relative;
	/*min-height:650px;*/
}
.grid_container {
	width:100%;
}

.grid_container table, tbody, tfoot, thead, tr, th, td {
	border: 0px !important;

}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

.grid_container .grid_6 {
	width:100%;
}

.widget_wrap {
	background:#f5f5f5;
	border:#e1e1e1 1px solid;
	-moz-box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
	border-bottom-left-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top:20px;
}
.widget_top {
	height:39px;
	border-bottom:#e1e1e1 1px solid;
	background-position:0 -368px;
	position:relative;
	border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
}
.widget_top h6 {
	margin:0px 30px;
	padding:0 10px;
	font-weight: bold;
	font-size:12px;
	line-height:40px;
	text-shadow: 1px 1px 0px #fff;
	display:inline-block;
	text-transform:uppercase;
}
.widget_top h6 a {
	text-transform:uppercase;
}

.widget_content .page_content {
margin: 0px 18px !important;
}
/*--Order-list--*/
.wtbl_list {
	width:100%;
}
.wtbl_list tr th {
	padding:12px 15px;
	text-align:left;
	background: #eeeeee; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* IE10+ */
	background: linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-8 */
	border-bottom:#aaa 1px solid;
	border-top:#aaa 1px solid;
}
.wtbl_list tr td {
	padding:8px 15px; /* Old browsers */
	border-bottom:#ddd 1px solid;
}
.wtbl_list tr.tr_even td {
	background:#eee;
}
.wtbl_list tr td.noborder_b {
	border-bottom:none;
}
.wtbl_list tr td.round_r {
	-moz-border-radius:0 0 3px 0;
	-moz-border-radius:0 0 3px 0;
	-moz-border-radius:0 0 3px 0;
}
.wtbl_list tr td.round_l {
	-moz-border-radius:0 0 0 3px;
	-moz-border-radius:0 0 0 3px;
	-moz-border-radius:0 0 0 3px;
}
.h_icon {
	background: url(css/images/h-ico/icon-black.png) no-repeat -620px -100px !important;
}
.money{background-position: -820px -20px !important}


.item_widget .item_block {
	width:160px !important;
	margin:10px !important;
}
.badge_style {
	padding: 5px 10px;
	box-shadow:
 0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
	-moz-box-shadow:
 0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
	-webkit-box-shadow:
 0px 0px 2px rgba(000, 000, 000, 0.5), inset 0 1px 1px -1px #fff;
	text-shadow:
 0px -1px 1px rgba(000, 000, 000, .5);
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-transform:uppercase;
	height:8px;
	line-height:8px;
	background-color: gray;
	margin-left:3px;
}

/*end 2) global layout */

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 3) specific layout ----------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 3.1) package / news */
#packages-first-container {
	position: relative;
}

#packages-button-left, #packages-button-left-disabled, #packages-button-right, #packages-button-right-disabled {
	display: none;
	position: absolute;
	top: 103px;
	z-index: 10;
}

#packages-button-left, #packages-button-left-disabled {
	left: -15px;
}

#packages-button-right, #packages-button-right-disabled {
	right: -15px;
}

#packages-second-container {
	position: relative;
	width: 260px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#packages-slide {
	position: relative;
	width: 2000px;
}

.package {
	float: left;
	position: relative;
	margin-right: 40px;
	width: 260px;
}

.package-title, .news-date {
	position: absolute;
	top: 95px;
	left: 0;
	width: 260px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	background: url(../images/bg-package-title.png);
}

.news-date {
	background: url(../images/bg-news-date.png);
}

.package-number {
	text-align: center;
	color: #777;
	font-style: italic;
	font-size: 11px;
	padding: 5px 0;
}
/* end 3.1) package / news */

/* 3.2) testimonials */
#testimonials-first-container {
	position: relative;
}

#testimonials-button-left, #testimonials-button-left-disabled, #testimonials-button-right, #testimonials-button-right-disabled {
	display: none;
	position: absolute;
	top: 0;
}

#testimonials-button-left, #testimonials-button-left-disabled {
	left: -5px;
}
	
#testimonials-button-right, #testimonials-button-right-disabled {
	right: -5px;
}

#testimonials-number {
	position: absolute;
	top: -34px;
	right: 0;
	width: 135px;
	font-style: italic;
	color: #999;
	font-size: 11px;
}

#testimonials-second-container {
	position: relative;
	width: 744px;
	padding: 8px 18px 12px;
	margin: 0 auto;
	overflow: hidden;
}

#testimonials-slide {
	position: relative;
	width: 9999px;
}

.testimonial {
	float: left;
	margin-right: 36px;
	width: 354px;
}

.testimonial-top {
	width: 354px;
	height: 3px;
	background: url(../images/bg-testimonial-top.png);
}

.testimonial-content {
	width: 304px;
	padding: 14px 25px;
	font-style: italic;
	background: url(../images/bg-testimonial.png);
}

.testimonial-bottom {
	width: 354px;
	height: 4px;
	background: url(../images/bg-testimonial-bottom.png);
}

#main-container .testimonial-image {
	float: right;
	padding: 2px;
	margin: 5px 0 0 7px;
	border: 1px solid #ccc;
	background: #fff;
}

.testimonial-sender {
	font-style: normal;
	font-weight: bold;
}
/* end 3.2) testimonials */

/* begin 3.3) room slider */
#room-big-image {
	position: relative;
	width: 560px;
	height: 420px;
	margin: 20px 0 10px;
	background: #e5e3df url(../images/loader-4.gif) no-repeat center center;
}

#room-big-image img {
	position: absolute;
	top: 0;
	left: 0;
}

#room-slider-first-container {
	position: relative;
	width: 560px;
	height: 80px;
	padding: 9px 0 26px;
}

#room-slider-button-left, #room-slider-button-left-disabled, #room-slider-button-right, #room-slider-button-right-disabled {
	display: none;
	position: absolute;
	top: 33px;
}

#room-slider-button-left, #room-slider-button-left-disabled {
	left: 0;
}
	
#room-slider-button-right, #room-slider-button-right-disabled {
	right: 0;
}

#room-slider-second-container {
	position: relative;
	width: 480px;
	height: 80px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#room-slider-slide {
	position: relative;
	width: 2000px;
}

.room-thumbnail {
	float: left;
	position: relative;
	margin-right: 20px;
	width: 80px;
}

#room-ajax-loader {
	display: none;
	position: absolute;
	bottom: 97px;
	right: 6px;
	width: 16px;
	height: 16px;
	background: url(../images/loader-2.gif);
}
/* end 3.3) room slider */

/* begin 3.4) forms */
#form-reservation, #form-contact {
	margin-top: 20px;
}

#form-reservation p, #form-reservation-sidebar p, #form-contact p {
	margin-left:0px !important;
	padding:0px !important;
	position: relative;
}

#form-reservation p.ajax-loader, #form-contact p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 9px;
	left: 190px;
	width: 16px;
	height: 16px;
	background: url(../images/loader-2.gif);
}

#form-reservation-sidebar p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 240px;
	width: 10px;
	height: 10px;
	background: url(../images/loader-3.gif);
}

#form-contact input, #form-reservation input, #form-reservation-sidebar input{
	margin-bottom: 3px;
}

#form-reservation-sidebar .input-submit {
	margin-top: 12px;
	margin-bottom: -7px;
}

#form-contact label, #form-reservation label, #form-reservation-sidebar label, .form-palace label{
	display: block;
	margin-bottom: 5px;
}

label.error {
	position: absolute;
	right: 0;
	top: -1px;
	padding-right: 23px;
	font-size: 10px;
	color: #d22;
	background: url(../images/exclamation-red.png) no-repeat right center;
}

.result-error {
	font-weight: bold;
	color: #d22;
}

#submit-result {
	margin-top: 20px;
	display: none;
}
/* end 3.4) forms */

/* begin 3.5) gallery */
#gallery p {
	padding-top: 25px;
}
/* end 3.5) gallery */

/* begin 3.6) news */
.news-meta-date {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 23px;
	font-size: 11px;
	border-right: 1px dashed #aaa;
	background: url(../images/calendar.png) no-repeat 0px 1px;
}

.news-meta-author {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 15px 0 23px;
	font-size: 11px;
	background: url(../images/author.png) no-repeat 0px 1px;
}
/* end 3.6) news */

/* end 3) specific layout */





.selector_a{
	
	width: 220px;
	background-image: url(../images/form-elements/select-220.png);
}








/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 4) elements ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 4.1) buttons */

.button-red, .button-blue, .button-orange, .button-green, .button-purple, .button-cyan, .button-grey, .button-sign-in .green_btn {
	display: block;
	width: 128px;
	height: 27px;
	margin: 11px 0 0 -3px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.input-submit.button-red {
	height: 33px;
	padding-bottom: 8px;
	margin-top: 22px;
}

/*///////////////////////////// NEW STYLE GREEN ///////////////////////// */
.green_btn {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:4px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009 ;
}.green_btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
	color: #fff;
}.green_btn:active {
	position:relative;
	top:1px;
}

.toplogin{
	margin-top:10px;
}
.green_btn2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
	box-shadow:inset 0px 1px 0px 0px #a4e271;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #74b807;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:0px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528009 ;
}.green_btn2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403) );
	background:-moz-linear-gradient( center top, #77a809 5%, #89c403 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
	background-color:#77a809;
	color: #fff;
}.green_btn2:active {
	position:relative;
	top:1px;
}
.toplogin2{
	margin-top:0px;
}

/*///////////////////////////// NEW STYLE GREEN ///////////////////////// */


/*///////////////////////////// NEW STYLE GREY ///////////////////////// */



.btn_grey {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:11px;
	-webkit-border-radius:11px;
	border-radius:11px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.btn_grey:hover {
	color:#333 !important;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf ;
}.btn_grey:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */




/*///////////////////////////// NEW STYLE GREY ///////////////////////// */



.button-red {
	background: url(../images/buttons/button-red.png);
	text-shadow: 1px 1px #48070e;
}

.button-blue {
	background: url(../images/buttons/button-blue.png);
	text-shadow: 1px 1px #2f4752;
}

.button-orange {
	background: url(../images/buttons/button-orange.png);
	text-shadow: 1px 1px #c06217;
}

.button-green {
	background: url(../images/buttons/button-green.png);
	text-shadow: 1px 1px #3f6e1f;
}

.button-purple {
	background: url(../images/buttons/button-purple.png);
	text-shadow: 1px 1px #462f52;
}

.button-cyan{
	background: url(../images/buttons/button-cyan.png);
	text-shadow: 1px 1px #21868c;
}

.button-grey {
	background: url(../images/buttons/button-grey.png);
	text-shadow: 1px 1px #4f4f4f;
}

.button-sign-in {
	background: url(../images/buttons/button-sign-in.png);
	text-shadow: 1px 1px #333;
}

.button-red:hover, .button-blue:hover, .button-orange:hover, .button-green:hover, .button-purple:hover, .button-cyan:hover, .button-grey:hover, .button-sign-in:hover {
	color: #fff;
	background-position: 0 -33px;
}

.button-left-red, .button-right-red, .button-left-blue, .button-right-blue, .button-left-orange, .button-right-orange, 
.button-left-green, .button-right-green, .button-left-purple, .button-right-purple, .button-left-cyan, .button-right-cyan, 
.button-left-grey, .button-right-grey, .button-left-disabled, .button-right-disabled {
	display: block;
	width: 33px;
	height: 33px;
}

.button-left-red {
	background: url(../images/buttons/button-left-red.png);
}

.button-left-blue {
	background: url(../images/buttons/button-left-blue.png);
}

.button-left-orange {
	background: url(../images/buttons/button-left-orange.png);
}

.button-left-green {
	background: url(../images/buttons/button-left-green.png);
}

.button-left-purple {
	background: url(../images/buttons/button-left-purple.png);
}

.button-left-cyan {
	background: url(../images/buttons/button-left-cyan.png);
}

.button-left-grey {
	background: url(../images/buttons/button-left-grey.png);
}

.button-right-red {
	background: url(../images/buttons/button-right-red.png);
}

.button-right-blue {
	background: url(../images/buttons/button-right-blue.png);
}

.button-right-orange {
	background: url(../images/buttons/button-right-orange.png);
}

.button-right-green {
	background: url(../images/buttons/button-right-green.png);
}

.button-right-purple {
	background: url(../images/buttons/button-right-purple.png);
}

.button-right-cyan {
	background: url(../images/buttons/button-right-cyan.png);
}

.button-right-grey {
	background: url(../images/buttons/button-right-grey.png);
}

.button-left-red:hover, .button-left-blue:hover, .button-left-orange:hover, .button-left-green:hover, 
.button-left-purple:hover, .button-left-cyan:hover, .button-left-grey:hover,
.button-right-red:hover, .button-right-blue:hover, .button-right-orange:hover, .button-right-green:hover, 
.button-right-purple:hover, .button-right-cyan:hover, .button-right-grey:hover {
	background-position: 0 -33px;
}

.button-left-disabled {
	background: url(../images/buttons/button-left-disabled.png);
}

.button-right-disabled {
	background: url(../images/buttons/button-right-disabled.png);
}
/* end 4.1) buttons */

/* 4.2 lists */
ul.bullets-red li, ul.bullets-blue li, ul.bullets-orange li, ul.bullets-green li, ul.bullets-purple li, ul.bullets-cyan li, ul.bullets-grey li, ul.bullets-grid li {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

ul.bullets-red li {
	background-image: url(../images/bullets/bullet-red.png);
}

ul.bullets-blue li {
	background-image: url(../images/bullets/bullet-blue.png);
}

ul.bullets-orange li {
	background-image: url(../images/bullets/bullet-orange.png);
}

ul.bullets-green li {
	background-image: url(../images/bullets/bullet-green.png);
}

ul.bullets-purple li {
	background-image: url(../images/bullets/bullet-purple.png);
}

ul.bullets-cyan li {
	background-image: url(../images/bullets/bullet-cyan.png);
}

ul.bullets-grey li {
	background-image: url(../images/bullets/bullet-grey.png);
}

ul.bullets-grid li {
	background-image: url(img/led-ico/grid_dot.png);
	background-position: -2px 2px;
}

ul.bullets-grid ul.bullets-blue li {
	margin-top:8px;
	margin-left:14px;
	background-image: url(../images/bullets/bullet-blue.png);
	background-position: 2px 3px;
}


ul.bullets-stars li {
	padding-left: 23px;
	background: url(../images/bullets/bullet-star.png) no-repeat 3px 2px;
}

li.bullet-tv {
	background: url(../images/features-icons/tv.png) no-repeat 5px 6px;
}

li.bullet-wifi {
	background: url(../images/features-icons/wifi.png) no-repeat 2px 2px;
}

li.bullet-credit-cards {
	background: url(../images/features-icons/credit-cards.png) no-repeat 5px 6px;
}

li.bullet-glass {
	background: url(../images/features-icons/glass.png) no-repeat 5px 6px;
}

li.bullet-cake {
	background: url(../images/features-icons/cake.png) no-repeat 5px 6px;
}

li.bullet-person {
	background: url(../images/features-icons/person.png) no-repeat 5px 5px;
}

li.bullet-no-smoking {
	background: url(../images/features-icons/no-smoking.png) no-repeat 5px 5px;
}

li.bullet-smoking {
	background: url(../images/features-icons/smoking.png) no-repeat 5px 5px;
}

li.bullet-restaurant {
	background: url(../images/features-icons/restaurant.png) no-repeat 5px 5px;
}

li.bullet-cup {
	background: url(../images/features-icons/cup.png) no-repeat 5px 5px;
}

li.bullet-car {
	background: url(../images/features-icons/car.png) no-repeat 5px 5px;
}

li.bullet-bell {
	background: url(../images/features-icons/bell.png) no-repeat 5px 6px;
}

li.bullet-bell-bis {
	background: url(../images/features-icons/bell-bis.png) no-repeat 5px 5px;
}

li.bullet-coffee {
	background: url(../images/features-icons/coffee.png) no-repeat 5px 6px;
}

li.bullet-tick {
	background: url(../images/features-icons/tick.png) no-repeat 5px 5px;
}

li.bullet-cross {
	background: url(../images/features-icons/cross.png) no-repeat 5px 6px;
}

ul.list-room-features {
	margin: 0 0 19px;
}

ul.list-room-features li {
	padding: 3px 10px 7px 30px;
}

ul.list-room-features li:first-child {
	padding: 4px 10px 7px 30px;
}

ul.list-alternate {
	margin: 0 0 19px;
}

ul.list-alternate li, ol.list-alternate li {
	padding: 3px 10px 6px;
	background-color: #eee;
	border-bottom: 1px dotted #999;
}

ul.list-alternate li:first-child, ol.list-alternate li:first-child {
	border-top: 1px dotted #999;
}

ul.list-alternate.list-room-features li {
	padding-left: 30px;
}

ul.list-alternate.list-room-features li:first-child {
	padding: 3px 10px 6px 30px;
}

ul li.list-even, ol li.list-even {
	background-color: #fff;
}

ul.list-bottom {
	margin: 0 0 9px;
}

ol.list-bottom {
	margin: 0 0 9px 20px;
}

ul.menu-list li a {
	color: #444;
}

ul.menu-list li a:hover {
	color: #a33d48;
}

ul.menu-list li a.menu-list-item-current {
	color: #a33d48;
}

li.icon-facebook, li.icon-twitter, li.icon-youtube, li.icon-vimeo, li.icon-rss {
	padding-left: 25px;
}

li.icon-facebook {
	background: url(../images/social-icons/facebook_16.png) 0 2px no-repeat;
}

li.icon-twitter{
	background: url(../images/social-icons/twitter_16.png) 0 2px no-repeat;
}

li.icon-youtube{
	background: url(../images/social-icons/youtube_16.png) 0 2px no-repeat;
}

li.icon-vimeo{
	background: url(../images/social-icons/vimeo_16.png) 0 2px no-repeat;
}

li.icon-rss{
	background: url(../images/social-icons/rss_16.png) 0 2px no-repeat;
}


#footer-content li.icon-facebook, #footer-content li.icon-twitter {
	padding-left: 25px;
}

#footer-content li.icon-facebook {
	background: url(../images/social-icons/facebook_16.png) 0 2px no-repeat;
}

#footer-content li.icon-twitter {
	background: url(../images/social-icons/twitter_16.png) 0 2px no-repeat;
}


/* end 4.2) lists */
/* end 4) elements */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 5) background color --------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#main-content {
	border-top:#fff 1px solid;
	background-color: #3b8cc4;
}

#full-width-footer {
	background-color: #3b8cc4;
}

#footer-mask {
	background-color: #101d35;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#101d35), to(rgba(16, 29, 53, 0)));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #101d35, rgba(16, 29, 53, 0));
	/* For Opera */
	background: -o-linear-gradient(top, #101d35, rgba(16, 29, 53, 0));
	/* For Internet Explorer */
    filter:alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=650);
}
/* end 5) background color */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 6) miscellaneous ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	text-shadow: none;
	background: #e5e3df url(../images/loader-4.gif) no-repeat center center;
}

.captcha-width-260 {
	width: 260px;
}

.p-strong {
	color: #222;
}

.p-dashed {
	margin-top: 27px; 
	padding-bottom: 8px; 
	border-top: 1px dashed #aaa;
}

.more-padding {
	padding-top: 10px;
}

.less-margin {
	margin: 10px 0 15px;
}

.warning {
	padding-left: 23px;
	font-size: 11px;
	font-weight: bold;
	color: #d22;
	background: url(../images/exclamation-red.png) no-repeat 0 2px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear {
	clear: both;
}

.clear20 {
	clear: both;
	height:20px;
}

.icon-lang {
	background:url(../images/icon_lang.png) right 150px no-repeat;}
.icon-top {
	line-height:29px;
	padding-left: 50px;
        padding-top: 115px;
        color:#686e73;
	font-family:'MelbourneRegular', Arial, sans-serif;
	font-size:15px;
	text-align:right}

#lang {
	position: absolute;
	top: 115px;
	right: 7px;
	height: 46px;
	background: url(../images/bg-nav.png);
	z-index: 90;
        margin: -3px 0 6px;
	font-size: 12px;
        font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-radius: 7px;
        line-height: 40px;
}
#lang-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 10px;
	height: 46px;
	background: url(../images/bg-nav-left.png);
}

#lang-right {
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
	height: 46px;
	background: url(../images/bg-nav-right.png);
}

.trigger, .acc_trigger, .trigger, .acc_trigger { margin-bottom:2px;}

p.trigger, p.acc_trigger{ clear:both;
	padding:0;  
	margin:0 0 2px 0;  
	background: url(../images/backgrounds/toggle_bg.jpg) no-repeat;  
	height: 34px;  
	line-height: 34px; 
	width: 100%; 
	float: left; 
	border: 1px solid #d6d6d6; }
#top-area-nav2 {
	position: absolute;
	top: 76px;
	right: 176px;
	height: 35px;
	background: url(../images/bg-top-area-nav.png);
}
	
p.trigger a, p.acc_trigger a { clear:both;
	color: #606060; 
	font-size: 14px; 	
	text-indent:35px; 
	text-decoration: none; 
	display: block; 
	font-size:16px;
	height: 34px;  
	line-height: 34px;  }

#top-area-nav2 ul {
	margin: 0 -6px 0 -4px;
}
#top-area-nav2 a {
	display: block;
	padding: 5px 14px 5px 16px;
	color: #fff;
	text-shadow: 1px 1px #000;
	font-weight: normal;
}
#top-area-nav2 a:hover {
	color: #aaa;
}
#top-area-nav2 ul li {
	float: left;
	padding: 0;
	font-size: 11px;
	color: #fff;
	text-shadow: 1px 1px #000;
	
}
#top-area-nav2 ul li:first-child{
	background: none;
}
#top-area-nav2 a.sign-in3 {
	padding-left: 27px;
	background: url(../images/lock.png) no-repeat 12px 8px;
}

#top-area-nav2 a.sign-in3:hover {
	background: url(../images/lock-hover.png) no-repeat 12px 8px;
}
#top-area-nav2 a.sign-in4 {
	padding-left: 27px;
	background: url(../images/ic_login.png) no-repeat 12px 8px;
}
#top-area-nav2 a.sign-in4:hover {
	background: url(../images/ic_login.png) no-repeat 12px 8px;
}
p.trigger a:hover, p.acc_trigger a:hover { color: #363636; }

p.active a{background: url(../images/backgrounds/toggle_bg.jpg) no-repeat left bottom;color:#363636;}

.toggle_container, .acc_container { 
	margin: 0 0 5px 0; 
	padding: 0; 
	overflow: hidden; 
	width: auto; 
	clear: both; 
	border: 1px solid #d6d6d6;
	background-color:#f8f8f8; }
	
.toggle_container .block , .acc_container .block { 
	padding: 15px 15px 5px 15px; 
	margin:0; }

p.trigger2, p.acc_trigger2{ 
	padding: 0;  
	margin:0 0 2px 0; 
	background: url(../images/plus.png) no-repeat 10px 9px;  
	height: 34px;  
	line-height: 34px; 
	width: 100%; 
	float: left; }
	
p.trigger2 a, p.acc_trigger2 a { 
	color: #606060; 
	font-size: 17px; 	
	text-indent:35px; 
	text-decoration: none; 
	display: block; 
	margin-bottom:0; }
	
p.active2 a { background: url(../images/minus.png) no-repeat 10px 9px; color:#363636;}

p.trigger2 a:hover, p.acc_trigger2 a:hover { color: #363636; }

.toggle_container2, .acc_container2 { 
	margin: 0 0 5px 38px;
	padding: 0; 
	overflow: hidden; 
	width: auto; 
	clear: both; }
	
.toggle_container2 .block2, .acc_container2 .block2{ 
	padding: 15px 15px 5px 15px; 
	margin:0; }


/* end 6) miscellaneous */

/* Copyright AurelienD http://themeforest.net/user/AurelienD?ref=AurelienD */
</pre></body></html>