@charset "utf-8";
html {
	cursor: default;
	margin: 0px;
}
body {
	font-family: Arial;
	font-size: 9pt;
	color: #38372b;
	text-decoration: none;
	background-image: url(../images/background/bg.png);
	margin-top: 0px;
	margin-bottom: 0px;
}
img {
	border: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited
{
	text-decoration: none;
	color: #bebfb7;
}
a:hover, a:active
{
	text-decoration: none;
	color: #3c3f2f;
}
.clear {
	clear: both;
}
#main-container {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
}
#main-header {
	width: 930px;
	height: 78px;
	position: relative;
}
.inputSelectBoxLanguage {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 100px;
	height: 12px;
}
.inputSelectLanguage {
	width: 83px;
	height: 12px;
	background-image: url(../images/header/select_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fff;
	border: solid 1px #e3dfd7;
	text-align: center;
	color: #bebfb8;
	padding-right: 16px;
	font-size: 8pt;
}
.inputSelectLanguage:hover {
	width: 83px;
	height: 12px;
	background-image: url(../images/header/select_arrow_hover.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #fff;
	border: solid 1px #e3dfd7;
	text-align: center;
	color: #bebfb8;
	padding-right: 16px;
	font-size: 8pt;
}
#selectLanguage.auto_list {
	width: 99px;
	height: auto;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-left: solid 1px #e3dfd7;
	border-bottom: solid 1px #e3dfd7;
	border-right: solid 1px #e3dfd7;
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0px;
	top: 15px;
    z-index: 10000;
}
#selectLanguage.auto_list li {
	margin: 0px;
	display: block;
	cursor: pointer;
	display: block;
	font-size: 8pt;
	border-top: solid 1px #e3dfd7;
	width: 100px;
	text-align: left;
	color: #bebfb8;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#selectLanguage.auto_list li:hover {
	margin: 0px;
	display: block;
	cursor: pointer;
	display: block;
	font-size: 8pt;
	border-top: solid 1px #e3dfd7;
	width: 100px;
	text-align: left;
	color: #bebfb8;
	background-color: #86877a;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#selectLanguage.auto_list li.english {
	background-image: url(../images/header/en-flag.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
#selectLanguage.auto_list li.arab {
	background-image: url(../images/header/ar-flag.png);
	background-repeat: no-repeat;
	background-position: 5px;
}
#main-menu {
	background-color: #767769;
	width: 930px;
	height: 18px;
	text-transform: uppercase;
	font-size: 8pt;
}
#main-menu ul
{
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	text-align: center;
}
#main-menu ul li 
{ 
	display: inline; 
}
#main-menu ul li a:link, #main-menu ul li a:visited
{
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 11px;
	color: #bebfb7;
	font-weight: bold;
}
#main-menu ul li a:hover, #main-menu ul li a:active
{
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 11px;
	padding-right: 11px;
	color: #3c3f2f;
	font-weight: bold;
}
#main-banner {
	width: 930px;
	height: 250px;
	background-color: #cccdc6;
}
#main-banner-display-container {
	width: 512px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}
#main-banner-display-shadow-left {
	width: 15px;
	height: 250px;
	background-image: url(../images/misc/content_banner_shadow_left.png);
	float: left;
}
#main-banner-display-shadow-right {
	width: 15px;
	height: 250px;
	background-image: url(../images/misc/content_banner_shadow_right.png);
	float: left;
}
#main-banner-display {
	width: 482px;
	height: 250px;
	float: left;
}
#sub-menu {
	background-color: #505147;
	width: 918px;
	height: 18px;
	padding-left: 10px;
	padding-right: 2px;
	text-transform: capitalize;
	font-size: 8pt;
}
#sub-menu ul.left {
	width: 718px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	float: left;
}
#sub-menu ul.right {
	width: 200px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	float: right;
}
#sub-menu ul li { 
	display: inline; 
	color: #747569;
}
#sub-menu ul li a:link, #sub-menu ul li a:visited
{
	color: #818275;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#sub-menu ul li a:hover, #sub-menu ul li a:active
{
	color: #bebfb7;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
#main-content {
	width: 930px;
	height: auto;
	background-color: #767769;
}
#main-content div.left {
	width: 155px;
	float: left;
}
#main-content div.center {
	width: 530px;
	float: left;
	padding: 10px;
	background-color: #818275;
}
#main-content div.right {
	width: 225px;
	float: left;
}
#more-information {
	text-align: center;
	color: #3c3f2f;
	padding-top: 7px;
	padding-bottom: 4px;
	background-color: #767769;
	font-size: 8pt;
}
#bottom-menu {
	background-color: #505147;
	width: 930px;
	height: 42px;
	text-transform: uppercase;
}
#bottom-menu ul
{
	width: 480px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	text-align: center;
	font-size: 7pt;
	line-height: 17px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom-menu ul li { 
	display: inline;
	border-left: solid 1px #b0b1a9;
	color: #b0b1a9;
	text-transform: uppercase;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom-menu ul li.first { 
	display: inline;
	border: none;
	color: #b0b1a9;
	padding-left: 0px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom-menu ul li.last { 
	display: inline;
	border-left: solid 1px #b0b1a9;
	color: #b0b1a9;
	padding-right: 0px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#bottom-menu ul li a:link, #bottom-menu ul li a:visited {
	color: #b0b1a9;
	text-decoration: none;
}
#bottom-menu ul li a:hover, #bottom-menu ul li a:active {
	color: #767769;
	text-decoration: none;
}
#left-menu {
	padding: 10px;
}
#left-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 17px;
}
#left-menu ul li { 
	color: #3c3f2f;
	text-transform: uppercase;
	font-weight: bold;
}
#left-menu ul li a:link, #left-menu ul li a:visited {
	color: #3c3f2f;
	text-decoration: none;
}
#left-menu ul li a:hover, #left-menu ul li a:active {
	color: #1A1B14;
	text-decoration: none;
}
#copylight {
	color: #767769;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	width: 930px;
	background-color: #FFF;
	font-size: 8pt;
}
#quick-reservation {
	padding: 10px;
	background-color: #797762;
}
#reservation-title {
	font-weight: bold;
	background-color: #8e8c77;
	border: solid 1px #cfcdb8;
	text-align: center;
	padding: 2px;
	color: #cac7b4;
}
#reservationNote {
	display: none;
}
#frmQuickReServation {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#reservationNote {
	display: none;
}
#frmQuickReServation li.label {
	font-size: 7pt;
	color: #262312;
	padding-top: 3px;
}
#frmQuickReServation li ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#frmQuickReServation li ul li {
	display: inline;
}
.inputDate {
	width: 94px;
	height: 14px;
	background-color: #8e8c77;
	border: solid 1px #cfcdb8;
	text-align: center;
	color: #262312;
	padding-top: 2px;
	font-size: 7.5pt;
}
.inputMonthYear {
	width: 94px;
	height: 14px;
	background-color: #8e8c77;
	border: solid 1px #cfcdb8;
	text-align: center;
	color: #262312;
	padding-top: 2px;
	font-size: 7.5pt;
}
.inputSelectBox {
	width: 42px;
	height: 18px;
	position: relative;
	margin-top: 0px;
	display: inline;
}
.inputSelect {
	width: 24px;
	height: 14px;
	background-image: url(../images/content/right/quick_reservation/select_arrow.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #8e8c77;
	border: solid 1px #cfcdb8;
	text-align: center;
	color: #262312;
	padding-top: 2px;
	padding-right: 16px;
	font-size: 7.5pt;
}
.inputSelect:hover {
	width: 24px;
	height: 14px;
	background-image: url(../images/content/right/quick_reservation/select_arrow_hover.png);
	background-position: right;
	background-repeat: no-repeat;
	background-color: #8e8c77;
	border: solid 1px #cfcdb8;
	text-align: center;
	color: #262312;
	padding-top: 2px;
	padding-right: 16px;
}
.btnResevation {
	cursor: pointer;
	background-color: #787761;
	border: solid 1px #cfcdb8;
	color: #cfcdb8;
	font-weight: bold;
	font-size: 7.5pt;
	padding-left: 2px;
	padding-right: 2px;
}
.btnResevation:hover {
	cursor: pointer;
	background-color: #65644f;
	border: solid 1px #cfcdb8;
	color: #cfcdb8;
	font-weight: bold;
	font-size: 7.5pt;
	padding-left: 2px;
	padding-right: 2px;
}
.ui-datepicker-trigger {
	cursor: pointer;
	display: inline-block;
	margin-left: 3px;
	vertical-align: bottom;
}
.auto_list {
	width: 41px;
	height: auto;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #262312;
	border-left: solid 1px #cfcdb8;
	border-bottom: solid 1px #cfcdb8;
	border-right: solid 1px #cfcdb8;
	background-color: #65644f;
	overflow: hidden;
	display: none;
	position: absolute;
	left: 0px;
	top: 16.5px;
    z-index: 10000;
}
.auto_list li {
	float: left;
	margin: 0px;
	cursor: pointer;
	display: block;
	font-size: 8pt;
	overflow: hidden;
	border-top: solid 1px #cfcdb8;
	width: 41px;
	text-align: center;
	color: #262312;
}
.auto_list li:hover {
	background-color: #8e8c77;
	color: #262312;
}
#promotion { 
	border: solid 1px #8e8f83;
	margin: 10px;
	padding: 10px;
	background-color: #6e6f62;
}
#promotion-title {
	color: #b0b1a8;
	background-color: #5f6155;
	text-align: center;
	font-weight: bold;
	border: solid 1px #9e9f97;
	padding: 2px;
}
#promotion div.detail {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #505147;
}
#note {
	border: solid 1px #a1a298;
	margin: 10px;
	padding: 10px;
	background-color: #8c8d81;
}
#note div.detail {
	color: #505147;
	text-align: center;
}
#content div.title {
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}
#content div.detail {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	line-height: 17px;
	text-align: justify;
}
#content div.detail_index {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-indent: 14px;
	line-height: 17px;
	text-align: justify;
}

#panorama {
	width: 482px;
	height: 250px;
	overflow: hidden;
	display: none;
}
.contact_text_input{
	width: 221px;
	height: 14px;
	float: left;
	border: solid 1px #767769;
	background-color:#a1a298;
	color: #505147;
	font-size: 11px;
	padding: 2px;

}
.contact_text_area{
	width: 221px;
	height: auto;
	float: left;
	border: solid 1px #767769;
	background-color:#a1a298;
	color: #505147;
	font-size: 11px;
	padding: 2px;
	overflow-y: auto;
}
.btnContact {
	cursor: pointer;
	background-color: #5f6155;
	border: solid 1px #a1a298;
	color: #b0b1a8;
	font-weight: bold;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.btnContact:hover {
	cursor: pointer;
	color: #b0b1a8;
	background-color: #505147;
	border: solid 1px #a1a298;
	font-weight: bold;
	font-size: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.contact_text_lbl{
	font-size: 7pt;
	height: 14px;
	display: block;
	margin-top: 3px;
	margin-bottom: 1px;
}
