/* CSS Document */



/******************************************************************
                               CSS Default
******************************************************************/

/*html,body,h1,h2,h3,h4,h5,h6,ul,li,form{
	margin: 0px;
	padding: 0px;
}

h1{
	font-size:20px;
	color: #16406b;
	padding:0px 0px 5px 10px;
	margin:0px 0px 0px 0px;
	text-align:right;
	clear:both;
	font-weight: bold;
}

h2{
	color:#322e2f;
	font-size:15px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	text-align:right;
	direction: rtl;
	background:url(/images/bg_h2.png) no-repeat right bottom;
	float:right;
}

h2 a:link, h2 a:visited, h2 a:active{
	text-decoration:none;
	color:#322e2f;
}

h2 a:hover{
	color:#322e2f;
}


h3 {
    clear: both;
    color: #e27a59;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
}

h3 a{
	color: #e27a59;
	text-decoration:none;
}

h3 a:hover{
	color: #e27a59;
	text-decoration: underline;
}


h4 {
	border:0 none;
	color:#ff5a00;
	font-size:15px;
	font-weight:bold;
	height:auto;
	margin:0;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	clear: both;
	direction: rtl;
}

h5{
	color: #27667E;
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align: right;
	width:100%;
}

h6{
	color: #27667E;
	font-size:14px;
	padding:0px;
	margin:0px 0px 10px 0px;
	text-align: right;
	width:100%;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#524B54;
	font-size:12px;
	text-align: justify;
	line-height: 20px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	direction: rtl;
}*/


/******************************************************************
                               CSS Header 
******************************************************************/

@font-face{ 
	font-family: 'hotels';
	src: url('font/opensanshebrew-regular-webfont.eot');
	src: url('font/opensanshebrew-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('font/opensanshebrew-regular-webfont.woff') format('woff'),
	     url('font/opensanshebrew-regular-webfont.ttf') format('truetype'),
	     url('font/opensanshebrew-regular-webfont.svg#webfont') format('svg');
}


html,
body{
	font-family:'hotels',Arial,sans-serif;	
	font-size:12px;
}


.header{
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 0px;
	margin: auto;
	float: left;
	background-color: #6699CC;
	margin-bottom:15px;
}

.header a:link,.header a:visited,.header a:active{
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}

.header a:hover{
	text-decoration:none;
	width:203px;
	height:49px;
}

.logo{
	float:right;
	width:80px;
	height:80px;
	padding:3px;
	border:1px solid #ccc;
	margin:0px 0px 0px 10px;
}

.link{
	float:right;
	padding:10px 10px 10px 0px;
	height: 81px;
	width: 50px;
	text-align: center;
}

.link_big{
	float:right;
	padding:10px 5px 10px 0px;
	height: 81px;
	width: 110px;
	text-align: center;
}



.footer{
	width:98%;
	height:auto;
	overflow: hidden;
	font-size:11px;
	text-align: right;
	background-color: #6699CC;
	float: right;
	margin: auto;
	padding:40px 10px 10px;
	color:#fff;
	font-weight:normal;
	text-align:center;
	margin-top:15px;
}

.footer_logo{
	width:200px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:0px 30px 30px 50px;
	text-align:justify;
	direction:rtl;
}

.footer_logo img{
	border:none;
}
.footer_list{
	width:16%;
	height:auto;
	overflow:hidden;
	float:right;
	text-align:right;
	padding:20px 0px 0 0;
	font-size:15px;
	font-weight:bold;
	color:#ff9;
}

.footer h3 {
    color: #ff9;
    padding: 0 0px 0px 0;
    font-size: 23px;
    font-weight: normal;
}

.footer ul{
    float: right;
    margin: 0;
    padding: 0 0px 15px 0;
    width: 100%;
}

.footer li{
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 0px 0px;
	font-size: 11px;
	text-align: right;
	color: #FFFF99;
	list-style-type: none;
	background:url("images/arrow_yellow.png") no-repeat right center;
	font-weight:normal;
	float:right;
	width:85%;
	line-height:14px;
	color:#ff9;
}

.footer a:link,.footer a:visited,.footer a:active{
	text-decoration:none;
	color:#FFFFFF;
	font-size: 11px;
}

.footer a:hover{
	color:#FFFF99;
}

.bytech{
	float: left;
	font-size: 11px;
	color: #792171;
}


/******************************************************************
                               CSS Colors 
******************************************************************/

.red{
	color:#cc0000;
}

.green{
	color:#6ba00f;
}

.yellow{
	color:#FFFF99;
}

.orange {
	color: #ff5a00;
}

.blue{
	color:#0000FF;
}

.CLR_line {
    border-bottom: 1px solid #fff;
    clear: both;
    height: 1px;
    margin-bottom: 10px;
    overflow: hidden;
    width: auto;
}
.android_app{
	padding:0;
	margin:0;
	float:right;
	width:auto;
}

.reservations_phone {
  color: #17375e;
  float: left;
  font-size: 22px;
  margin: 0;
  padding: 40px 0 0 20px;
  width: 140px;
}
.reservations_phone_txt {
  color: #9d9d9d;
  font-size: 12px;
  margin: 0;
  padding: 0;
  width: 100%;
  float: right;
}
.reservations_phone_num {
  color: #ff8806;
  margin: 0;
  padding: 0;
  width: 100%;
  float: right;
}
