@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	
	width:100%;
	height:1024px;
}

body{
	background:url(../pictures/bg.gif);
}

div#menu{
	background:url(../pictures/menu.gif);
	width:100%;
	height:1024px;
	
	background-position:right top;
	background-repeat:no-repeat;
	
	position:absolute;
	z-index:0;
}

div#menu_click{
	width:243px;
	height:379px;
	
	position:absolute;
	z-index:3;
	cursor:pointer;
}

div#newspaper{
	background:url(../pictures/newspaper.gif);
	width:100%;
	height:1024px;
	
	background-position:right 400px;
	background-repeat:no-repeat;
	
	position:absolute;
	z-index:1;
}

div#dish{
	background:url(../pictures/dish.gif);
	width:100%;
	height:1024px;
	
	background-position:right 800px;
	background-repeat:no-repeat;
	
	position:absolute;
	z-index:1;
}

div#main{
	background:url(../pictures/main.jpg);
	background-repeat:no-repeat;
	width:705px;
	height:682px;
	float:right;
}

div#content{
	width:926px;
	margin-left:auto;
	margin-right:auto;
	
	padding-top:92px;
}

div#abovelayer{
	z-index:2;
	position:absolute;
	width:100%;
	height:100%;
}

div#leftmenu{
	background:url(../pictures/leftside.png);
	background-repeat:no-repeat;
	background-position:0 74px;
	width:201px;
	height:684px;
	float:left;
}

div#cmp_photo{
	background:url(../pictures/photo.png);
	background-repeat:no-repeat;
	width:134px;
	height:124px;
	
	position:absolute;
	z-index:3;
	
	cursor:pointer;
}

div#flash_vtour{
	width:680px;
	height:417px;
	
	position:relative;
	left:10px;
	top:10px;
}

div#flash_tour iframe{
	width:680px;
	height:417px;
}

div#new_dishes__left{
	position:relative;
	top:90px;
	left:18px;
	
	width:192px;
	height:72px;
	
	overflow:hidden;
	margin:0;
	padding:0;
}

div#new_dishes__right{
	position:relative;
	left:420px;
	top:18px;
	
	width:192px;
	height:72px;
	
	overflow:hidden;
	margin:0;
	padding:0;
}

div#safflogo{
	background:url(../pictures/logo.png);
	width:151px;
	height:21px;
	background-repeat:no-repeat;
	background-position:center;
	
	position:relative;
	top:40px;
	left:220px;
	cursor:pointer;
}

div#map{
	position:relative;
	top:450px;
	left:100px;
	
	width:98px;
	height:60px;
	cursor:pointer;
}

div#download_menu{
	position:relative;
	top:420px;
	left:90px;
	
	width:100px;
	height:40px;
	cursor:pointer;
}

div#gallery_stars{
	position:relative;
	top:450px;
	left:60px;
	
	width:140px;
	height:40px;
	cursor:pointer;
}

div#gallery_friends{
	position:relative;
	top:380px;
	left:60px;
	
	width:140px;
	height:30px;
	cursor:pointer;
}

div#facebook{
	
	position:relative;
	top:25px;
	left:560px;
	
	width:124px;
	height:25px;
	
	cursor:pointer;
}

div#photos{
	position:relative;
	top:40px;
	left:10px;
	width:500px;
	height:200px;
	cursor:pointer;
}

div#box__breakfast{
	position:absolute;
}

ul.banner{
   margin:0;
   padding:0;
   list-style:none;
}

ul.banner li{
   margin:0;
   padding:0;
}
