@media print {
	.noprint{
		display:none;
		visibility:hidden;
	}
	.printable{
		display: block;
		visibility: visible;
	}
}

/*-----HTML TAG-----*/
BODY{
	margin: 0px 0px;
	padding: 0px 0 10px 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 200%;
	background:url(../images/bg.gif) repeat left top;
}

FORM{
	margin: 0px;
	padding: 0px;
}

INPUT.text{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 15px;
	width:300px
}
TEXTAREA.textarea{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	width:300px
}

A{
	color:#6A98C5;
	text-decoration:none;
	cursor:pointer;
}

A:hover{
	color:#3E5BB1;
	text-decoration:none;
}
UL{
	margin:0;
	padding:10px 30px 0 30px;
}

B{
	font-weight:600;
}
/*-------------ID Base--------------*/
#PageHolder {
	margin:0px auto 0px auto; 
	width:948px;
	direction: ltr;
	color: #464646;
	background:url(../images/bg-content.gif) repeat left top;
	text-align:justify
}
#Header {
	background:url(../images/header_en.jpg) no-repeat left top; 
	height:106px;
	color:#d6d4bf
}
#lang{	
	width:105px;
	margin-right:30px;
	padding:0 10px;
}
#Footer {
	background:url(../images/footer.gif) repeat left top;
	padding:6px 15px;
	color:#eee6bd;
}
#Footer A {
	color:#eee6bd;	
}
#Footer A:hover {
	color:#98846c;	
}
#ShadowL {
	background:url(../images/shadow/left.gif) repeat-y left top;
	width:17px;
}
#ShadowR {
	background:url(../images/shadow/right.gif) repeat-y left top;
	width:17px;
}
#ShadowD {
	background:url(../images/shadow/down.gif) repeat-x left top;
}
#ShadowDR {
	background:url(../images/shadow/dr.gif) no-repeat left top;
}
#ShadowDL {
	background:url(../images/shadow/dl.gif) no-repeat left top;
}
#Menu{
	background:#38160a;
	padding:5px 0
}
#Menu A{
	color:#d6d4bf;
	font-weight:600;
	padding:0 30px
}
/*---------------------------------------*/
.HR {
	background:url(../images/split.gif) repeat-x center top;
	height:3px;
	font-size:0;
	margin-bottom:15px;
}
.Text{
	padding:0 20px 0 20px;
	text-align:justify;
}
.PicBorder{
	margin-left:10px;
	border:3px solid #E4E4E4;
	padding:3px;	
}
.Hidden{
	display:none;	
}
.Title{
	color:#782915;
	font-weight:600	;
	font-size:13px
}
/*-------------Bullet --------------*/
.BlueBullet{
	background:url(../images/bullet/blue.gif) no-repeat left 6px;
	font-weight:600;
	color:#6A98C5;
	padding-left:15px;	
}
.Pen{
	background:url(../images/bullet/pen.gif) no-repeat left 5px;
	padding-left:15px;
	color:#8b2c00;
}

/*-------------Main Menu--------------*/
.main_menu {
	/*text-align:right;
	position:absolute;
	margin-top:85px;*/
	height:54px
	
}
.main_menu A:hover {
	background-position:left -54px;
	cursor:pointer;
}
.main_menu A{	
	display:block;	
	height:54px;
	
}
.Home {
	background:url(../images/menu/home.gif) no-repeat left top;
	width:100px
}
.HomeSelected{
	background:url(../images/menu/home.gif) no-repeat left -108px;
	width:100px
}
.Overview {
	background:url(../images/menu/overview.gif) no-repeat left top;
	width:189px
}
.OverviewSelected{
	background:url(../images/menu/overview.gif) no-repeat left -108px;
	width:189px
}
.Partner {
	background:url(../images/menu/partner.gif) no-repeat left top;
	width:128px
}
.PartnerSelected{
	background:url(../images/menu/partner.gif) no-repeat left -108px;
	width:128px
}
.Inquiry {
	background:url(../images/menu/inquiry.gif) no-repeat left top;
	width:123px
}
.InquirySelected{
	background:url(../images/menu/inquiry.gif) no-repeat left -108px;
	width:123px
}
.UsefulTool {
	background:url(../images/menu/usefultools.gif) no-repeat left top;
	width:150px
}
.UsefulToolSelected{
	background:url(../images/menu/usefultools.gif) no-repeat left -108px;
	width:150px
}
.Service {
	background:url(../images/menu/services.gif) no-repeat left top;
	width:123px
}
.ServiceSelected{
	background:url(../images/menu/services.gif) no-repeat left -108px;
	width:123px
}
.Contact {
	background:url(../images/menu/contact.gif) no-repeat left top;
	width:144px
}
.ContactSelected {
	background:url(../images/menu/contact.gif) no-repeat left -108px;
	width:144px
}
/*--------------Main Box-------------*/
.mainBoxUL {
	background:url(../images/box/main/ul.gif) no-repeat left bottom; 
}
.mainBoxU {
	background:url(../images/box/main/u.gif) repeat-x bottom;
}
.mainBoxUR {
	background:url(../images/box/main/ur.gif) no-repeat right bottom; 
	height:10px;
}
.mainBoxL {
	background:url(../images/box/main/l.gif) repeat-y left;
}
.mainBoxR {
	background:url(../images/box/main/r.gif) repeat-y right;
	padding: 0 10px;
}
.mainBoxDL {
	background:url(../images/box/main/dl.gif) no-repeat left top; 
}
.mainBoxD {
	background:url(../images/box/main/d.gif) repeat-x top;
}
.mainBoxDR {
	background:url(../images/box/main/dr.gif) no-repeat right top;
	height:10px;
	overflow:hidden;
	
}
/*-------------Title--------------*/
.allTitle{
	height:28px;
	margin:15px 0 5px 30px;	
}
.AboutTitle {
	background:url(../images/title/about.gif) no-repeat;
}
.ourMenuTitle {
	background:url(../images/title/ourmenu.gif) no-repeat left top;
}
.GalleryTitle {
	background:url(../images/title/gallery.gif) no-repeat left top;
}
.restaurantTitle {
	background:url(../images/title/restaurant.gif) no-repeat left top;
}
.ContactTitle {
	background:url(../images/title/contact.gif) no-repeat left top;
}
.CateringTitle {
	background:url(../images/title/catering.gif) no-repeat left top;
}
.MenuTitle {
	background:url(../images/title/menu.gif) no-repeat;
	height:28px
}
.menuPic {
	float:left;	
	border:3px solid #FFF;
	cursor: pointer;
}
.MenuPic{
	float:left;
	width:116px;
	margin-right:25px;
}
.MenuText{
	color:#8b2c00;
	font-size:13px;
	text-align:center;
	width:113px;
}
.MenuBackDarker{
	background:url(../images/menu-back.jpg) repeat left top;
	height:150px;
	padding:20px 0 0 0;
	overflow:hidden;
}
.menuPic_active {
	border: 2px solid #BAC40D !important;
}
.paging A{
	color:#782915;
	font-weight:bold
}
.AppetizerTitle {
	background:url(../images/title/appetizer.gif) no-repeat left top;
}
.MainDishesTitle {
	background:url(../images/title/main-dishes.gif) no-repeat left top;
}
.BeveragesTitle {
	background:url(../images/title/baverages.gif) no-repeat left top;
}
.KababTitle {
	background:url(../images/title/Kabab.gif) no-repeat left top;
}
/*-------------Title OUR MENU--------------*/
a.menuInner{
	display:block;
	height:30px;
	background:url(../images/ourmenu/back.gif) no-repeat left top;
}
a.menuInner:hover{
	display:block;
	height:30px;
	background:url(../images/ourmenu/back.gif) no-repeat left -30px;
}
a.menuInnerSelected{
	background:url(../images/ourmenu/back.gif) no-repeat left -30px;
	display:block;
	height:30px;
}
/*-------------Gallery--------------*/
.Arrow {
	background: url(../images/arrow-en.gif) no-repeat left 9px; 
	padding-left: 10px;	
}

.Arrow A {
	color: #894229;	
}

.Arrow A:hover {
	color: #666	;
	text-decoration: none;
}

div.ht	{
	overflow: hidden;
	height: 1px;
}


