/*
	Developer - David Saban, david@dotbox.co.il
	Copyright (c) 2010 David Saban, http://www.dotbox.co.il
*/

html{
	direction: rtl;
}

body{
	background: #e2d9b8 url(../images/page_bg.jpg);
	color: #404734;
	font-family: Arial, Arial Hebrew;
	font-size: 15px;
	line-height: 22px;
}


/* Text */
h1{
	font-size: 20px;
	margin: 0 0 6px 0;
}

h2{
	font-size: 17px;
	margin: 10px 0 10px 0;
}

h3{}

p{
	padding: 0 0 12px 0;
}

a{
	color: #972357;
}

a:hover{}

strong{
	font-weight: bold;
}


/* =========================================== */

/* Page Layout */
.page_wrap{
	margin: auto;
	width: 990px;
}

.header_wrap{
	height: 178px;
	position: relative;
}

.navigation_wrap{
	position: absolute;
	right: 0;
	top: 146px;
}

.popup_wrap{
	margin: auto;
	width: 935px;
}

.content_wrap{
	background: url(../images/content_bg.png);
	border-bottom: 1px solid #8a9d74;
	border-top: 1px solid #8a9d74;
	position: relative;
}

.popup_content_wrap{
	background: url(../images/content_bg.png);
	background: #e2d9b8 url(../images/page_bg.jpg);
/* 	border: 1px solid #8a9d74; */
	position: relative;
}

.footer_wrap{
	padding: 0 0 15px 0;
}

/* =========================================== */


/* Header */
.header{

}

.lang_nav{
	position: absolute;
	right: 0;
	top: 0;
}

.logo{
	position: absolute;
	left: 0;
	top: 16px;
}

.play_video{
	position: absolute;
	left: 196px;
	top: 143px;
}

/* =========================================== */


/* Navigation */
ul.navigation{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.navigation li{
	display: block;
	float: right;
}

ul.navigation li a{
	text-decoration: none;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    color: #82765A;
}



ul.navigation li a:hover, ul.navigation li a.active {
   color: #97374E;
}
ul.navigation li {
    padding: 0px 4px;
}


ul.navigation li a img{
	border: none;
}

/* Suites Navigation */
#suites_nav{
	padding-top: 30px;
}

#suites_nav ul{
	text-align: center;
}

#suites_nav ul li{
	background: none;
	padding: 0;
	display: inline-block;
}


/* =========================================== */


/* Content */


/* Picture Gallery */
.pic_gallery{
	height: 400px;
	width: 990px;
}

.big_pic{
	height: 400px;
	width: 990px;
}

/*
.big_pic img{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
}

.thumbs{
	background: #fff;
	border: 1px solid #8a9d74;
	direction: ltr;
	float: right;
	margin: 0 2px 0 0;
	height: 392px;
	width: 126px;
}

.thumbs img{
	border: 1px solid #8a9d74;
	cursor: pointer;
	display: block;
	margin: 2px 0 0 2px;
}
*/

/*
.deco_pic{
	padding: 1px 12px 0 0;
}

.deco_pic img{
	border: 1px solid #8a9d74;
}
*/

/* Page Text */
.page_text{
	clear: both;
	font-size: 14px;
	line-height: 26px;
	padding: 18px 0 18px 0;
	position: relative;
	margin: 0 18px 0 18px;
}

.page_text a{
	color: #972357;
}

.page_text ul{
	padding: 0 0 10px 0;
}

.page_text ul li{
	background: url(../images/text_bullet.png) no-repeat;
	background-position: right 6px;
	padding: 0 22px 0 0;
}

.page_text2{
	clear: both;
	font-size: 14px;
	line-height: 26px;
	padding: 0px 0 0 0;
	position: relative;
	margin: 0 18px 0 18px;
}


/* Menu */
.popup_header_wrap{
	height: 178px;
	position: relative;
}

.popup_logo{
	margin: 20px 0 0 0;
	float: left;
	width: 146px;
}

.menu_top{
	background: url(../images/menu_top_bg.png);
	height: 13px;
	width: 935px;
}

.menu_mid{
	background: url(../images/menu_mid_bg.png);
	width: 935px;
}

.menu_bot{
	background: url(../images/menu_bot_bg.png);
	height: 13px;
	width: 935px;
}

.btn_menu{
	position: absolute;
	top: 488px;
	left: 130px;
}


/* Directions */
.directions_wrap{
	background: url(../media/pages/direction_bg.jpg);
	height: 543px;
	width: 990px;
}

.directions_text{
	margin: 0 455px 0 0;
	padding: 15px 0 0 0;
}

/* =========================================== */

.article_item{
	border-top: 1px solid #8a9d74;
	padding: 10px 0 10px 0;
}

.article_item2{
	border-top: none;
	padding: 10px 0 10px 0;
}

.article_item a, .article_item2 a{
	color: #404734;
	font-size: 14px;
	text-decoration: none;
}

.article_item a:hover, .article_item2 a:hover{
	color: #972357;
}

/* Footer */
.footer{

}

.general_info{
	/* margin: 15px auto 0; Original */
	margin: 18px auto 0;
	width: 660px;
}

.general_info span{
	font-weight: bold;
}

.general_info span a{
	color: #404734;
	font-weight: bold;
	text-decoration: none;
}

.footer_nav_wrap{
	/* margin: 50px auto 0; Original */
	margin: 40px auto 0;
	width: 600px;
}

ul.footer_nav{
	padding: 0;
	margin: 0;
}

ul.footer_nav li{
	border-left: 1px solid #7a6d52;
	display: block;
	float: right;
	padding: 0 10px 0 10px;
	margin: 0;
}

ul.footer_nav li.last{
	border-left: none;
}

ul.footer_nav li a{
	display: block;
	color: #7a6d52;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}

ul.footer_nav li a:hover{
	color: #972357;
}

.credits{
	clear: both;
	color: #404734;
	direction: ltr;
	font-size: 12px;
	padding: 16px 0 25px 0;
	margin: auto;
	width: 450px;
}

.credits a{
	color: #404734;
	text-decoration: none;
}

.btn_weather{
	float: left;
	margin-bottom: 30px;
	margin-left: 30px;
}

/* UTILITIES */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =========================================== */

/* Footer */
.general_info table{
	margin: 0 auto;
}


