/*
1) html tags
	1.1) small reset
	1.2) headings
	1.3) lists
	1.4) form elements
	1.5) table
	1.6) miscellaneous
	
2) global layout
	2.1) header
	2.2) navigation
	2.3) slider
	2.4) main container
	2.5) rows
	2.6) columns
	2.7) footer

3) specific layout
	3.1) packages / news
	3.2) testimonials
	3.3) room slider
	3.4) contact form, reservation form, reservation sidebar form
	3.5) gallery
	3.6) news
	
4) elements
	4.1) buttons
	4.2) lists

5) background color

6) miscellaneous
*/

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 1) html tags ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------ */

/* 1.1) small reset */
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;
}

body{
background:#999900 !important;	
}

input, textarea {
	text-shadow: none;
}
/* end 1.1) small reset */

/* 1.2) headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 0 ;
	font-weight: bold;
	color: #7e3a2a;
}

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: 12px;
}

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;
}

ul li {
	padding-left: 0px;
}

ol li {
	padding-left: 5px;
}
/* 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-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(../img/bg-textarea.html) repeat-x 0 0;
	border: 1px solid #b3b3b3;
	resize: none;
}

.textarea-small {
	width: 240px;
	height: 152px;
	border: none;
	background: url(../img/form-elements/textarea-small.png);
}

.textarea-big {
	width: 540px;
	height: 152px;
	border: none;
	background: url(../img/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: #999900;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #00FF66;
}

.pack-left a{
color: #d76144;	
}

.pack-left a:hover{
color: #86a36b;	
}


.bookingtable{
background:#f3f3f3;
-moz-border-radius:5px 5px;
-webkit-border-radius:5px 5px;
border-radius:5px 5px;
}

.tourcountry{
background:#e0e0e0;
}

.bookingtable td p{
display:block;
margin-bottom:0 !important;
}

.bookingtable td{
padding: 5px 10px;
border-bottom:1px solid #d5d5d5;
}

/* 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;
	height:100px;
	background:#999900;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)"; /* for IE8 in IE7 mode */
	filter: alpha(opacity=90); /* for IE6-IE8 */
	opacity: .9;
}

#header {
	position: relative;
	width: 940px;
	margin: 0 auto;
	z-index: 999;
}

#logo{
	position: absolute;
	top: 0;
	left: 0;
}


#logo h1 {
	margin: 0;
	padding: 24px 20px 0;
}

#logo h1 a {
	color: #fff;
	text-shadow: 1px 1px #000;
}

#top-area {
	position: absolute;
	top: -107px;
	left: 0;
	width: 100%;
	height: 106px;
	background: url(../img/bg-semi-dark.png);
	z-index: 100;
}

#topnav{
float:right;
margin-right:100px;
text-shadow:none !important;
}

#topnavul li{
float:left;
margin-right:5px;
margin-top:15px;
border-right:1px solid #fff;
line-height:1em;
padding-right:5px;
}

.last-list{
border-right: none !important;	
}

#topnavul li a{
color:#fff;	
}

#topnavul .tollfree{
color:#fff;
font-weight:bold;
margin-left:50px;	
}

#topnavul .tollfreenumber{
color:#F3AD1C !important;	
}

#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#top-area-login, input#top-area-password {
	position: absolute;
	width: 107px;
	height: 27px;
	padding: 0 10px;
	color: #ddd;
	font-size: 11px;
	border: 0;
	background: url(../img/form-elements/input-login.png);
}

input#top-area-login {
	right: 299px;
	top: 10px;
}

input#top-area-password {
	right: 147px;
	top: 10px;
}

#top-area-button-submit {
	position: absolute;
	top: -4px;
	right: -3px;
}

#top-area-nav {
	position: absolute;
	top: 97px;
	right: 8px;
	height: 35px;
}

#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 0 #000;
	font-weight: normal;
}

#top-area-nav a:hover {
	color: #aaa;
}

#top-area-nav a.sign-in {
	padding-left: 27px;
	background: url(../img/lock-hover.png) no-repeat 12px 8px;
}

#top-area-nav a.sign-in:hover {
	background: url(../img/lock-hover.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(../img/top-menu-separator.png) top left no-repeat;
}

#top-area-nav ul li:first-child{
	background: none;
}

/* end 2.1) header */

/* 2.2) navigation */
#nav {
	position: absolute;
	top: 59px;
	right: 0;
	height: 40px;
	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(../img/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: 210px;
	margin: 0;
	padding: 0;
}

#nav ul li ul li {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/bg-nav-sub.png);
}

#nav ul li ul li:first-child {
	background: url(../img/bg-nav-sub.png);
}

#nav ul li ul li ul{ width:300px !important;}
#nav ul li ul li ul li:hover { background:#333; opacity:1;}
#nav ul li ul li:hover { background:#333; opacity:1;}
#nav ul li ul li:selected{ background:#333;opacity:1;}
 
#nav li:hover ul,
#nav li.sfHover ul {
	top: 39px;
}

#nav ul li ul li ul {
	position: absolute;
	top: 0;
	left: 207px;
}

#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;
	font-size:12px;
	text-shadow: 0 1px 0 #000;
}

#nav li li a {
color:#fff !important;
text-shadow:none !important;	
}

#nav a:hover {
	color: #F3AD1C;
}

#nav a.nav-current {
	color: #F3AD1C;
}

.nav-arrow-down {
	vertical-align: middle;
	font-size: 7px;
}

.nav-arrow-right {
	float: right;
	vertical-align: middle;
	font-size: 7px;
}

/* end 2.2) navigation */

/* 2.3) slider */
#full-width-slider, #full-width-slider-small {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: #000 url(../img/loader.gif) no-repeat center center;
}
 #full-width-slider-small{ background:url(../images/banners/img10.jpg)}

#full-width-slider-small {
	height: 400px;
}

.slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 600px;
}

#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: 600px;
	margin: 0 auto;
	opacity:0.8;
}

#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: #999900;
}

.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: 277px;
	left: -20px;
	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(../img/buttons/slider-button-left.png);
}

#slider-button-left:hover  {
	background-position: 0 -46px;
}

#slider-button-right  {
	right: 0;
	background: url(../img/buttons/slider-button-right.png);
}

#slider-button-right:hover  {
	background-position: 0 -46px;
}
/* end 2.3) slider */
.aboutpage img{
float:left;
margin:0 30px 0 0;	
}

/* 2.4) main container */
#main-content {
	position: relative;
	margin-bottom: -20px;
	background-image: url(../img/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(../img/bg-main-container-top.png);
}

#main-container {
	position: relative;
	top: -43px;
	width: 960px;
	margin: 0 auto;
	z-index: 10;
	background: url(../img/bg-main-container.png);
}

#main-container-top-gradient {
	position: absolute;
	top: 0;
	left: 10px;
	width: 940px;
	height: 141px;
	background: url(../img/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(../img/bg-main-container-bottom.png);
	background-image: url(../img/bg-main-container-bottom.png);
}
/* end 2.4) main container */

/* 2.5) rows */
.row {
	width: 860px;
	margin: 0 50px;
	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: url(../img/bg-grid-pattern.html);
}

.row-last {
	margin-bottom: -1px;
	padding-bottom: 1px;
}

.row h2{
text-transform:uppercase;
font-size:15px;
margin-bottom:20px;
}

.relatedlinks li{
margin:10px 0;
padding:10px 0;
border-bottom:1px dotted #000;	
}

.readmore{
float:right;
font-style:italic;
}

.readmore a{
text-decoration:underline;	
}

#test_list{
margin:30px 0;	
}

#test_list li{
width:250px;
float:left;
margin-right:40px;
margin-bottom:40px;	
}

.test_last{
margin-right:0 !important;	
}

.contactfloat{
width:200px;
float:left;
margin-right:40px;	
}

#contactform input[type="text"]{
outline:none;
border:1px solid #e0e0e0;
width:228px;
padding: 5px 10px;
-moz-border-radius:3px 3px;
-webkit-border-radius:3px 3px;
border-radius:3px 3px;	
}

#contactform textarea{
outline:none;
border:1px solid #e0e0e0;
width:500px;
padding: 5px 10px;
-moz-border-radius:3px 3px;
-webkit-border-radius:3px 3px;
border-radius:3px 3px;	
}

.newsletterbtn{
outline:none;
float:right;
border:none;
background:#006F9D;
color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:5px 10px;
margin-left:3px;	
}

#submit_contact{
outline:none;
float:right;
border:none;
background: #4E2A02;
color:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
padding:5px 10px;
margin-right:40px;	
}

#submit_contact:hover{
	cursor:pointer;
	background:#74300F;
}


.itinerary-para{
float:right;	
}

.membership{
margin-top:30px;	
}

.testimonialdiv img{
float:left;
margin:0 10px -1px 0;
}

.testimonial-author{
color:#c85b3e;	
}

.pack-left{
float:left;	
}

.pack-right{
float:right;	
}

.tour-packs li{
background:url(../images/sun.png) no-repeat 0 2px !important;
padding-left:30px;
}

.tour-packs li{
clear:both;
display:block;
overflow:hidden;
padding-bottom:20px !important;	
}

.sistercomps li{
float:left;	
margin:0 10px 10px 0;
}

h1.first-headings {
	margin: 0 0 4px;
}

h2.first-headings {
	margin: 0 0 12px;
	padding-top: 3px;
}

.sub-headings {
	margin: -5px 0 15px;
	font-size: 13px;
	font-style: italic;
	color: #999;
}

.sidebar-left h2{
color:#441b0f;
margin-bottom:15px;
text-shadow:none;	
}

.sidebar-left label{
	color:#fff;
	font-size:13px;
	text-shadow: none;
}

.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-sixth-width, .column-three-fourth-width, .column-two-third-width, .column-third-of-two-third-width {
	float: left;
	margin-right: 40px;
}

.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-two-third-width ul { list-style:disc; margin-left:20px;}

.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: 217px;
	margin: 0 37px 0 -41px;
	padding: 0 43px 30px 44px;
	background: #999900;

	-moz-border-radius:0 0 10px 0;
	-webkit-border-radius:0 0 10px 0;
	border-radius:0 0 10px 0;
	background-color: #999900;
}

.sidebar-left-top {
	position: absolute;
	top: -20px;
	left: 0;
	width: 304px;
	height: 24px;
	background: #999900;
}


.sidebar-right {
	position: relative;
	width: 257px;
	margin: -20px -41px 0 -3px;
	padding: 0 24px 14px 23px;
	background:#C38A3D;

	-moz-border-radius:0 0 0 10px;
	-webkit-border-radius:0 0 0 10px;
	border-radius: 0 0 0 10px;
	background-color: #999900;
}

.sidebar-right h2{
color:#441b0f;
margin-bottom:15px;
text-shadow:none;
font-size:14px;	
}

.sidebar-right a{
color:#fff;
text-shadow: none !important;
}

.sidebar-right a:hover{
color:#000;	
}

#sidebar-right .input-submit {
	margin-top: -5px !important;
	margin-bottom: -7px;
	height:30px !important;
	padding-bottom:3px;
}


.sidebar-right p{
color:#fff;
width:auto;
text-shadow:none;	
}

.sidebar-right label{
	color:#fff;
	font-size:13px;
	text-shadow: none;
	display:block !important;
}

.sidebar-right-bottom {
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 307px;
	height: 12px;
	background: url(../img/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 */

#awards{
clear:both;	
}

#awards ul{
display:block;
overflow:hidden;	
}

#awards ul li{
float:left;
margin-right:20px;
}

#awards ul li img{
width:70px;	
}

#testimonials{
display:block;
overflow:hidden;	
}

.sidebar-right{
float:right;	
}

.tourtitle{
margin-bottom:15px;
padding-bottom:15px;
border-bottom:1px solid #d5d5d5;	
}

.lodging{
float:left;
margin:0 40px 0 0;
color:#D76144;
font-size:13px;
font-weight:bold;
}

.meals{
float:left;
color:#D76144;
font-size:13px;
font-weight:bold;	
}

.lodging img, .meals img{
float:left;
margin:0 5px 0 0;	
}

.ui-accordion-header{
background:#f0f0f0;
display:block;
clear:both;
overflow:hidden;
-moz-border-radius:5px 5px;
margin:10px 0 0 !important;
text-shadow:none;
text-transform:uppercase;
}

.ui-accordion-header .actinfo{
float:right;
background:#764925;
color:#fff;
font-weight:normal;
padding:0 10px;
-moz-border-radius:5px 5px;
-webkit-border-radius:5px 5px;
border-radius:5px 5px;
text-shadow:none;
text-transform:lowercase;
font-size:12px !important;
}

.ui-accordion-header .day{
float:left;
margin:0 40px 0 0;	
}

.ui-accordion-header .activity{
float:left;
}


.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; padding: 5px 10px; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: .95em; color:#764925}
.ui-accordion .ui-accordion-header a:hover {color:inherit !important; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1;}
.ui-accordion .ui-accordion-content-active { display: block;}

.tour-left{
float:left;	
font-size:13px;
}

.tour-right{
float:right;
font-size:13px;	
}

.tour-right span{
font-weight:bold;
text-decoration:underline;	
}

.footer-tour{
color:#F3AD1C;
text-decoration:underline;	
}

/* 2.7) footer */
#full-width-footer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height:650px;
	overflow: hidden;
}

#footer-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	background: url(../images/footimg.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: 650px;
}

#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: #444;
	text-shadow: none;
}

#footer-content h3 {
	display: block;
	padding-bottom: 9px;
	margin: 17px 0 11px;
	color: #333;
	border-bottom: 1px dotted #777;
}

#footer-content ul li{
	padding: 0;
	background: none;
}	

#footer-content ul{
	margin: 0 0 19px;
}

#footer-content a {
	color: #444;
}

#footer-content a:hover {
	color: #d76144;
}

#footer-copyright {
	padding-top: 22px;
	text-align: center;
	font-size: 12px;
}

#footer-copyright a{
color:#d76144;	
}

#footer-copyright a:hover{
color:#444;
text-decoration:underline;
}
/* end 2.7) footer */

/*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: 123px;
	z-index: 10;
}

#packages-button-left, #packages-button-left-disabled {
	right: 30px;
}
	
#packages-button-right, #packages-button-right-disabled {
	right: 0;
}

#packages-second-container {
	position: relative;
	width: 260px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

#testimonial-slide {
	position: relative;
	width: 2000px;
}

.testimonial {
	float: left;
	position: relative;
	margin-right: 40px;
	width: 260px;
}

.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(../img/bg-package-title.png);
}

.promo-title{
color:#036222;
margin-bottom:5px;
font-size:16px;	
}

.price{
color:#BB5A23;
font-size:14px;	
}

.news-date {
	background: url(../img/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 */

#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(../img/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(../img/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 {
	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(../img/loader-2.gif);
}

#form-reservation-sidebar p.ajax-loader {
	display: none;
	position: absolute;
	bottom: 17px;
	left: 240px;
	width: 10px;
	height: 10px;
	background: url(../img/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;
	height:30px !important;
	padding-bottom:3px;
}

.newsletter .input-submit{
margin-top: 5px;
	margin-bottom: -7px;
	margin-left:35px;
	height:30px !important;
	padding-bottom:3px;	
}

#form-contact label, #form-reservation label, #form-reservation-sidebar label, .form-palace label{
	display: block;
	margin-bottom: 5px;
}
label{ font-weight:bolder; color:#472602; width:200px;}
label.error {
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 23px;
	font-size: 10px;
	color: #d22;
	background: url(../img/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(../img/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(../img/author.html) no-repeat 0px 1px;
}
/* end 3.6) news */

/* end 3) specific layout */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 4) elements ----------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 4.1) buttons */
.button-red, .button-blue, .button-orange, .button-green, .button-purple, .button-cyan, .button-grey, .button-sign-in {
	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;
}

.button-red {
	background: url(../img/buttons/button-red.png);
	text-shadow: 1px 1px #48070e;
}

.button-blue {
	background: url(../img/buttons/button-blue.png);
	text-shadow: 1px 1px #2f4752;
}

.button-orange {
	background: url(../img/buttons/button-orange.png);
	text-shadow: 1px 1px #c06217;
}

.button-green {
	background: url(../img/buttons/button-green.png);
	text-shadow: 1px 1px #3f6e1f;
}

.button-purple {
	background: url(../img/buttons/button-purple.png);
	text-shadow: 1px 1px #462f52;
}

.button-cyan{
	background: url(../img/buttons/button-cyan.png);
	text-shadow: 1px 1px #21868c;
}

.button-grey {
	background: url(../img/buttons/button-grey.png);
	text-shadow: 1px 1px #4f4f4f;
}

.button-sign-in {
	background: url(../img/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(../img/buttons/button-left-red.png);
}

.button-left-blue {
	background: url(../img/buttons/button-left-blue.png);
}

.button-left-orange {
	background: url(../img/buttons/button-left-orange.png);
}

.button-left-green {
	background: url(../img/buttons/button-left-green.png);
}

.button-left-purple {
	background: url(../img/buttons/button-left-purple.png);
}

.button-left-cyan {
	background: url(../img/buttons/button-left-cyan.png);
}

.button-left-grey {
	background: url(../img/buttons/button-left-grey.png);
}

.button-right-red {
	background: url(../img/buttons/button-right-red.png);
}

.button-right-blue {
	background: url(../img/buttons/button-right-blue.png);
}

.button-right-orange {
	background: url(../img/buttons/button-right-orange.png);
}

.button-right-green {
	background: url(../img/buttons/button-right-green.png);
}

.button-right-purple {
	background: url(../img/buttons/button-right-purple.png);
}

.button-right-cyan {
	background: url(../img/buttons/button-right-cyan.png);
}

.button-right-grey {
	background: url(../img/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(../img/buttons/button-left-disabled.png);
}

.button-right-disabled {
	background: url(../img/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 {
	padding-left: 18px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

ul.bullets-red li {
	background-image: url(../img/bullets/bullet-red.png);
}

ul.bullets-blue li {
	background-image: url(../img/bullets/bullet-blue.png);
}

ul.bullets-orange li {
	background-image: url(../img/bullets/bullet-orange.png);
}

ul.bullets-green li {
	background-image: url(../img/bullets/bullet-green.png);
}

ul.bullets-purple li {
	background-image: url(../img/bullets/bullet-purple.png);
}

ul.bullets-cyan li {
	background-image: url(../img/bullets/bullet-cyan.png);
}

ul.bullets-grey li {
	background-image: url(../img/bullets/bullet-grey.png);
}

ul.bullets-stars li {
	padding-left: 23px;
	background: url(../img/bullets/bullet-star.png) no-repeat 3px 2px;
}

li.bullet-tv {
	background: url(../img/features-icons/tv.html) no-repeat 5px 6px;
}

li.bullet-wifi {
	background: url(../img/features-icons/wifi.html) no-repeat 2px 2px;
}

li.bullet-credit-cards {
	background: url(../img/features-icons/credit-cards.html) no-repeat 5px 6px;
}

li.bullet-glass {
	background: url(../img/features-icons/glass.html) no-repeat 5px 6px;
}

li.bullet-cake {
	background: url(../img/features-icons/cake.html) no-repeat 5px 6px;
}

li.bullet-person {
	background: url(../img/features-icons/person.html) no-repeat 5px 5px;
}

li.bullet-no-smoking {
	background: url(../img/features-icons/no-smoking.html) no-repeat 5px 5px;
}

li.bullet-smoking {
	background: url(../img/features-icons/smoking.html) no-repeat 5px 5px;
}

li.bullet-restaurant {
	background: url(../img/features-icons/restaurant.html) no-repeat 5px 5px;
}

li.bullet-cup {
	background: url(../img/features-icons/cup.html) no-repeat 5px 5px;
}

li.bullet-car {
	background: url(../img/features-icons/car.html) no-repeat 5px 5px;
}

li.bullet-bell {
	background: url(../img/features-icons/bell.html) no-repeat 5px 6px;
}

li.bullet-bell-bis {
	background: url(../img/features-icons/bell-bis.html) no-repeat 5px 5px;
}

li.bullet-coffee {
	background: url(../img/features-icons/coffee.html) no-repeat 5px 6px;
}

li.bullet-tick {
	background: url(../img/features-icons/tick.html) no-repeat 5px 5px;
}

li.bullet-cross {
	background: url(../img/features-icons/cross.html) 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;
}

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(../img/social-icons/facebook_16.png) 0 2px no-repeat;
}

li.icon-twitter{
	background: url(../img/social-icons/twitter_16.png) 0 2px no-repeat;
}

li.icon-youtube{
	background: url(../img/social-icons/youtube_16.png) 0 2px no-repeat;
}

li.icon-vimeo{
	background: url(../img/social-icons/vimeo_16.png) 0 2px no-repeat;
}

li.icon-rss{
	background: url(../img/social-icons/rss_16.png) 0 2px no-repeat;
}
/* end 4.2) lists */
/* end 4) elements */

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* 5) background color --------------------------------------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------- */



#full-width-footer {
	background-color: #e8c893;
}

#footer-mask {
	background-color: #e8c893;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#e8c893), to(rgba(240, 243, 255, 0)));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #e8c893, rgba(240, 243, 255, 0));
	/* For Opera */
	background: -o-linear-gradient(top, #e8c893, rgba(240, 243, 255, 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(../img/loader-4.gif) no-repeat center center;
}

.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(../img/exclamation-red.png) no-repeat 0 2px;
}

.alignleft {
	float: left;
	margin-top:-5px;
}

.home-booking{
margin-top:-5px !important;	
}

.alignright {
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.clear {
	clear: both;
}

/* -- below is for demo --*/

#demo-color {
	position: fixed;
	top: 113px;
	left: -170px;
	width: 150px;
	height: 140px;
	padding: 10px;
	color: #fff;
	text-shadow: 1px 1px #000;
	border-top-right-radius: 7px;
	background: url(../img/bg-semi-dark.png);
	z-index: 200;
}

#demo-color a {
	color: #fff;
	font-weight: bold;
}

#demo-color a:hover {
	text-decoration: underline;
}

#button-settings {
	display: block;
	position: absolute;
	top: 120px;
	left: 170px;
	width: 40px;
	height: 40px;
	background: url(../img-for-demo/button-settings.html);
}

#demo-buy {
	position: fixed;
	top: 300px;
	left: -170px;
	width: 150px;
	height: 20px;
	padding: 10px;
	color: #fff;
	text-shadow: 1px 1px #000;
	background: url(../img/bg-semi-dark.png);
	z-index: 201;
}

#button-buy {
	display: block;
	position: absolute;
	top: 0;
	left: 170px;
	width: 40px;
	height: 40px;
	background: url(../img-for-demo/button-buy.html);
}

.button-buy-it {
	position: absolute;
	top: 3px;
	left: 21px;
	display: block;
	width: 128px;
	height: 27px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(img/buttons/button-sign-in.html);
	text-shadow: 1px 1px #333;
}

.button-buy-it:hover {
	color: #fff;
	background-position: 0 -33px;
}
/* end 6) miscellaneous */

.aggregator h3{ clear:both; margin-top:10px; padding-top:40px;}
.agg_pages { display:none;}





/*Tabs*/
/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0; 
    height:30px;
}

/* single tab */
ul.tabs li {
    float:left;
    text-indent:0;
    padding:0;
    margin:0 !important;
    list-style-image:none !important;
	border-right:#fff 1px solid;
}

/* link inside the tab. uses a background image */
/*ul.tabs a {
    background: url(../img/blue-tabs.png) no-repeat -420px 0;
    font-size:11px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 134px;
    text-align:center;
    text-decoration:none;
    color:#333;
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
}*/

ul.tabs a:active {
    outline:none;
} 

ul.tabs a {
    background-color:#C38A3D;
    color:#fff !important;
	font-size:13px;
    display:block;
    height: 30px;
    line-height:30px;
    width: 139px;
    text-align:center;
    text-decoration:none; 
    padding:0px;
    margin:0px;
    position:relative;
    top:1px;
	text-shadow:none;
	font-weight:bolder; 
}
 
/* mouseover state */
ul.tabs a:hover {
    background-color:#523514;
}
 
/* active tab */
ul.tabs a.current {
    background-color:#523514;
    border-bottom:3px solid #679539;
}
 
/* tab pane with background gradient */
div.tabs div {
    min-height:200px;
    color:#fff;
    background:#234   repeat-x ; 
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s { background-position: -553px 0; width:81px; }
ul.tabs a.s:hover { background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l { background-position: -248px -0px; width:174px; }
ul.tabs a.l:hover { background-position: -248px -31px; }
ul.tabs a.l.current { background-position: -248px -62px; }


/* width 3 */
ul.tabs a.xl { background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover { background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */
.panes .pane {
    display:none;
}

/* tab pane styling */
.panes div.tp  {
    display:none;
    padding:20px 10px;
    /*border:1px solid #999;*/
    border-top:0;
    font-size:inherit;
    background-color:#fff;
}
.panes .tp img{ float:right; margin-left:10px; margin-bottom:5px; margin-top:0px;}
.panes .tp   hr{ border:none; background:#ccc; height:1px;}
