@import url("style.css");
@import url("lightbox.css");

body {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  background: #afddd3 url("../images/bgnew.jpg") top center repeat-x ; 
  color:#000;
  font-family: 'Trebuchet MS',Arial, Tahoma;
  font-size: 12px;
}
a {
  text-decoration:none;
  color:#6d6c58;
}
#header {
  width: 921px;
  height: 147px;
  margin-left:auto;
  margin-right:auto;
  /*background: url("../images/header.jpg") no-repeat top right;   */
}
#logo {
  float:left;
  position: relative; 
  left:104px; 
  top:31px; 
  width:292px;
  height: 108px;
  background: url("../images/logo.gif") no-repeat;
  cursor:pointer;
}
#top {
  width: 921px;
  height:46px;
  margin-left:auto;
  margin-right:auto;
/*  background: url("../images/menu.jpg") no-repeat top right;   */
}
#menu {
  float:left;
  position:relative;
  width: 300px;
  top: 0px;
  left: 120px;
}
#menu a {
  float:left;
  position:relative;
  color: #fff;
  font-weight:bold;
  background: #94c4b9;
  padding: 1px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  margin-right: 10px;
}
#menu a:hover {
  background: #77a99d;
}
#lang {
  float:left; 
  position:relative; 
  width: 153px;
  top: 0px;
  left: 420px;
  color: #fff;
}
#lang a{
  color: #fff;
  font-weight:bold;
  background: #94c4b9;
  padding: 1px 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;  
}
#lang a:hover {
  background: #77a99d;
}
#sub_menu {
	width:190px;
	display:block;
	float:left;
  text-align:center;
  margin-bottom: 30px;
  margin-left:70px;
}
.zmenu{
	width:520px;
	display:block;
	float:right;
	margin-right:30px;

}
#sub_menu a {
  display:block;
  color: #fff;
  font-weight:bold;
  background: #8d9076;
  padding: 1px 8px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px; 
  margin-right: 10px;
  margin-bottom:1px;
}
#sub_menu a:hover {
  background: #75785e;
}
#container {
  width: 921px;
  margin:0 auto;
  min-height:309px; 
  margin-left:auto;
  margin-right:auto;   
  padding-bottom:30px;
/*  background: #bee3db url("../images/cont.jpg") no-repeat;  */
  text-align:justify;
}
#cont {
  padding: 40px;
}
#gallery {
  width: 632px;
  height: auto;
  margin-left:auto;
  margin-right: auto;
  background: #fef4ea;
  border-top: 5px solid #ded4c8;
}
#gallery p {
  color: #978168;
  margin: 10px 0px 10px 35px;
}
#middle {
  width: 861px;
  height: 202px;
  margin-left:auto;
  margin-right:auto;
  background: url("../images/middle.jpg");
  color: #666550;
  padding: 32px 0px 0px 60px;
}
#footer {
  width: 921px;
  height: 68px;
  margin-left:auto;
  margin-right:auto;
  background: url("../images/footer.jpg");
}
#footer a {
  font-size: 10px;
  color:#bfbfbe;
  font-weight:normal;
}
#copy {
  float:left;
  position:relative;
  left:15px;
  top:16px;
  font-size: 9px;
  color:#666550;
}
#design {
  float:right;
  position:relative;
  right:30px;
  top:45px;
  font-size: 9px;
  color:#666550;
}
#design a{
  font-size: 9px;
  color:#666550;
  text-decoration:none;
}
img {
  border:0px;
}
#title {
  width: 423px;
  float:left;
  position:relative;
  top: 250px;
  left: 20px;
  font-weight: bold;
  color: #ff7000;
}
#contacts {
  float:left; 
  position:relative; 
  width: 233px; 
  border-right: 1px solid #badbd3;
}
#virtual {
  float:left; 
  position:relative;
  width: 233px; 
  left:20px;
}
#virtual .ar {
  float:left;
  position:relative;
  margin-right: 10px;
}
#gallery_tbl {
  width: 100%;
}
#gallery_tbl img {
	margin-right: 7px;
	border: 3px solid #fff; 
	outline: 1px solid #ddd;
}
.food{
	display:block;
	margin-bottom:10px;

}
.food img{
	margin-right:10px;
}
.zmenu h2{
	font-size:26px;
	margin-top: 0px;
		
}
.name{
	font-size:20px;
}
.price{
	display:block;
	font-style: italic;
	margin-left:10px;

}
.descr img{
	width: 120px;
	height:74px;
	margin-right:10px;
	margin-left:20px;

}
.big_img{
	float:left;
	margin-right:10px;
	border: 2px solid #8D9076;

}