@charset "windows-1255";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FAFAFA/* url(../images/UI/bodyBG.gif) top repeat-x*/;
	
}
#container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FAFAFA url(../images/UI/mainBG.jpg) top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
} 
#header { 
	
	width: 976px;margin: auto;
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
 display: none;}

#headerCol_left {float: left;}

#headerCol_right {
	float: right; 
	height: 110px; 
	width: 115px;
	background: url(../images/UI/earth_BG.jpg) right no-repeat;}


#headerCol_main {margin: 0 120px 0 120px; text-align:right; font-size:9px;color: #666666;}
#headerCol_main a { color: #666666;}
#headerCol_main a:hover {text-decoration: none;}

 /* MAIN MENU -------------------------------------------------------------*/
 
 #nav {
	font-size: 12px;
	width: 972px;
/*	background-color: #15ADFF;*/
	color:#000033;	
	padding: 0 9px 0 0 ;
	margin: 0;
	line-height: 1;
	float: right;
	color:#000066;
	
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #15ADFF;
	direction:rtl;
	
}
#nav ul.first {
	font-weight:bold;
	margin: 0;
	border-bottom: 2px solid #000066;}
	 
#nav ul.first li { border-left: 1px solid #BADCFE;}	
 
#nav ul.first li:hover {
	background-color: #BADCFE;
	border-top: 3px solid #15ADFF;
	padding: 0 7px 3px 7px;
}
#nav ul.first a { padding-top: 0.2em; padding-bottom: 0.3em;}
#nav li {
	position: relative;
	margin: 0;
	display: block;
	float: right;
/*	width: 9.5em;
*/	text-align:right;
	padding: 3px 7px;
}

#nav li:hover, #nav li.sfhover {
	background-color: #BADCFE;
}

#nav li.dinner {
background-color:#E9DFC9; 
border-top: 2px solid #660000; 
padding: 1px 7px 3px 7px;
}	

#nav li.dinner:hover {
padding: 3px 7px 1px 7px; 
}	

#nav li.dinner a {
color: #330000;}

* html #nav li {
	float: right;
}
#nav li.submenu {
	background: url("../images/UI/submenu_D.gif") no-repeat center left;
}
#nav li.submenu li.submenu {
	background: url("../images/UI/submenu_L.gif") no-repeat center left;
}
#nav li.submenu li.submenu:hover, #nav li.submenu li.submenu.sfhover {
	background-color: #BADCFE; 
}
#nav li a {
	display: block;
	text-decoration: none;
	padding: 0.15em 0.6em 0.15em 0.8em;
/*	width: 9em;
*/	color:#000066;
}
#nav>ul a {
	width: auto;
}
#nav ul ul {
	position: absolute;
	display: none;
	margin-top: -2px;
	width: 9.5em;
}
* html #nav ul ul {
	margin-right: -1px;
}
#nav ul ul li {
width: 9.5em;
padding: 0;

}
#nav ul.second li:hover , #nav ul.second li.sfhover {border-top: 0;}

#nav ul.first li.submenu:hover ul.second, #nav ul.second li.submenu:hover ul.third, 
#nav ul.first li.submenu.sfhover ul.second, #nav ul.second li.submenu.sfhover ul.third { 
	display: block;
}
#nav ul.second {
	top: 1.9em;
	right: 0px;
	font-weight: normal;
/*	border-right: 1px solid white;
	border-left: 1px solid white;
*/
}

#nav ul.second li a {}
#nav ul.second li a:hover {color:#000066;}
#nav ul.second li { line-height: 1.5; border-bottom: 1px solid #BADCFE;
	}
#nav ul.second li:hover, #nav ul.second li.sfhover {
	padding: 0;color:#000066;
	}

#nav ul.third {
	top: 0.2em;
	right: 9.5em;
	border-right: 1px solid white;
	border-left: 1px solid white;
}
 /* END MAIN MENU -------------------------------------------------------------*/

#MainArea {width: 972px; background-color:#FFFFFF; clear:both; margin:auto; padding: 10px 0;}
#mainCol_left {
	display: none;
	/*text-align:right;
	direction:rtl;
	font-size: 12px;
	line-height: 150%;
	float: left;
	width: 150px; 
	padding: 15px 10px 15px 20px; */
}
#mainCol_right {
	text-align:right;
	direction:rtl;
	font-size: 12px;
	line-height: 150%;
	float: right; 
	width: 160px; 
	padding: 15px 10px 15px 10px;
}
#mainContent { 
	text-align:right;
	direction:rtl;
	font-size: 12px;
	margin: 0 170px 0 0px; 
	padding: 0 10px;
} 
#mainContent p, #mainContent li, #mainContent td {line-height: 150%;}

#mainContent a {color:#000033;}
#mainContent a:hover {text-decoration:none;}


#footer {
	border-top: 3px solid #000066;
	background-color: #15ADFF;
	
} 
#footerInner { 
	direction:rtl; 
	text-align:right;
	width: 970px; 
	margin:auto; 
	padding: 5px 15px;
	font-size: 10px;}

#footerInner p { margin: 0 ; padding: 0;}

#footerInner a {color:#000033;}
#footerInner a:hover {text-decoration:none;}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


select, optgroup, input, textarea {font-family:  Arial, Helvetica, sans-serif;}

ul.rightMenu {
	background-color:#E9DFC9; 
	border-top: 2px solid #660000;
	border-bottom: 2px solid #660000; 
	margin: 0 3px 0 0 ;  
	padding: 0;  }
	

ul.rightMenu li { list-style: none; border-bottom: 1px solid white;}
ul.rightMenu li.last {border-bottom: 0;}

ul.rightMenu li ul {margin: 0; padding: 0 10px 0 0;}

ul.rightMenu li a{ display:block; text-decoration:none; color:#660000; padding: 4px;}
ul.rightMenu li a:hover{ background-color:#FFFFFF;}


ul.leftMenuEng {
	background-color:#E9DFC9; 
	border-top: 2px solid #660000;
	border-bottom: 2px solid #660000; 
	margin: 0 0 0 3px ;  
	padding: 0;  }
	

ul.leftMenuEng li { list-style: none; border-bottom: 1px solid white;}
ul.leftMenuEng li.last {border-bottom: 0;}

ul.leftMenuEng li ul {margin: 0; padding: 0 0 0 10px ;}

ul.leftMenuEng li a{ display:block; text-decoration:none; color:#660000; padding: 4px;}
ul.leftMenuEng li a:hover{ background-color:#FFFFFF;}

.dinnerTitle { font-weight: bold; color: #660000;}
.dinnerTitle a { font-weight: bold; color: #660000;}
.dinnerTitle a:hover{ text-decoration:none;}
.dinnerBG {background-color:#E9DFC9; }
.dinnerDarkerBG {background-color: #D0C7A4;}
.borderBottomWhite { border-bottom: 1px solid white; padding-bottom: 4px;}

.message, .error  {
	color: #FF0000;
}


.grey {color:#666666;}