li {
	margin-left: 50px;
}

img{
	margin:10px;
}

ul{
	margin-top: 20pt;
	margin-bottom: 20pt;
}

p{
	margin-top:10px;
	margin-bottom:10px;
}

dt{
	font-weight: bold;
}
dd{
	margin-left: 50px;
	margin-bottom: 20px;
}

li img{
	margin: 0px;
}

body{

	background-image: url("fon.jpg");/*change by Vova*/
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0px;
	padding:0px;
	
	color:white;
	font-family: Arial;
}

div#logo
{

	background-image: url("logo.jpg");
	height: 148px;
	background-color: black;
	background-position: center;
	background-repeat: no-repeat;
	
}

img[align]{
	margin: 10px;
}

div#logo ul#phones, div#logo ul#phones li
{
	margin: 0px;
	padding: 0px;
	
	font-family: Arial;
	
	text-align: right; 
}

div#logo ul#phones{
	list-style: none;
	color:white;
	position: absolute;
	top:30px;
	right:15px;
	width:200px;
	
	font-size: 16pt;
}

ul#menu{
	
	background-image: url("menu.jpg");
	background-repeat: repeat-x;
	width:100%;
	height: 43px;
	
	margin-bottom: 20px;
	
	 box-shadow: 0 5px 5px #000; /*change by Vova*/
	-webkit-box-shadow: 0 5px 5px #000;
	-moz-box-shadow: 0 5px 5px #000;
}



ul#menu, 
ul#menu li,
ul#menues,
ul#menues li,
ul#gallery,
ul#gallery li,
div.event
{
	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	white-space: no-wrap; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}



div.event div{
	width:100%;
}
.inline-block{
	display:-moz-inline-stack;/*Нужно для Firefox*/
	display:inline-block; /*Не применяется в IE и Firefox*/
	_overflow:hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display:inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	white-space: no-wrap; 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#menues li{
	margin:20px;
	
}

ul#menu li{
	padding-top: 10px;
	color: white;
	width: 110px;
}

ul#menu li a{
	color: white;
	text-decoration: none;
}

ul#menu li a:HOVER{
	color: white;
	text-decoration: underline;
}


div#banner{
	position: absolute;
	
	top: 200px;
	left:50%;
	margin-left:-480px;
	
	width:	960px;
	height:	470px;
	
	overflow:hidden;

	border:	1px solid white;
	
	background-image:url("loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	
}



ul#container, ul#container li, ul#container li dl, ul#container li dl dt , ul#container li dl dd{
	
	margin: 0px;
	padding: 0px;
	
}

ul#container li{
	
	width:960px;
	height:470px;
	text-align: center;	
	
}

ul#container, 
ul#container li,
ul#container li dl,
ul#container li dl dt,
ul#container li dl dd 

{
	
	white-space: nowrap;
	display: -moz-inline-stack;/*Нужно для Firefox*/
	display: inline-block; /*Не применяется в IE и Firefox*/
	_overflow: hidden;/*фикс для IE6*/
	zoom:1;/*включаем hasLayout*/
	*display: inline;/*при hasLayout true display:inline ведёт себя как display:inline-block*/
	white-space: no-wrap; 
	margin: 0px;
	padding: 0px;
	text-align: center;
	
}
ul#gallery{
	text-align: center;
	width:940px;
}
ul#gallery li{
	width:200px;
	
}

ul#container{
	/* 
		Положение прокрутки
		
		Вычисляется как (960+8)*n, где
		8 - пикселов оступ
		n - номер картинки к показу
		
	*/

	margin-left: 0px;
	width: 999999px;
	text-align: left;
	
	/*opacity:0;*/
}

div#btn_left, div#btn_right{
	
	position : absolute;
	top: 200px;
	left: 50%;
	
	width: 40px;
	height: 470px;
	border:	1px solid white;
	
	cursor: pointer;
	
	background-image: url("spacer.gif"); /* IE хак */
	
}

div#btn_left img, div#btn_right img{
		
	margin-top: 225px;
	margin-left: 10px;
		
}

div#btn_left{
	margin-left:-480px;	
}

div#btn_right{
	margin-left:440px;
}

div#banner div.d0,
div#banner div.d1,
div#banner div.d2,
div#banner div.d3
{
	max-width:300px;
	background-color: black;
	color: white;
	position: absolute;
	text-align: justify;
	padding: 10px;
}

div#banner div.d0{
	left: 60px;
	top: 20px;
}


div#banner div.d1{
	right: 60px;
	top: 20px;
}

div#banner div.d2{
	right: 60px;
	bottom: 20px;
}

div#banner div.d3{
	left: 60px;
	bottom: 20px;
}

div#page,
div#shortpage{

	width:940px;
	
	background-color: black;
	
	min-height: 200px;
  	height:auto !important;
  	height:200px;
  
	text-align: left;
	padding: 40px;
	background-repeat: no-repeat;
	margin: auto;
	
	 box-shadow: 0 10px 10px #000; /*change by Vova*/
	-webkit-box-shadow: 0 10px 10px #000;
	-moz-box-shadow: 0 10px 10px #000;

	
}

div#page{
	margin-top:500px;
	
}

div#shortpage{
	margin-top:25px;
	
}

a{
	color:white;
}







div.event{
	background-color: black;
	width:400px;
	margin: 30px;
}

			

a img{
	border:0px;
}
li.dish{
	
	clear: both;
}
li.dish .controls{
	float:right;
}

li.dish span.dish_name{
	font-weight: bold;
	font-size: 14px;
	display: block;
	width:800px;
}
li.dish span.dish_ingredients{
	font-style:italic;
	margin-left:20px;
	width:700px;
	
}

ul#dish-groups, ul.dishes{
	list-style: none;
}
ul#dish-groups li h2{
	text-align: center;
}
li.dish span.dish_prise{
	width:100px;
	text-align: center;
	margin-left: 5px;
}
input.menu_count{
	width:20px;
	height:16px;
	border:0px;
	background-color: white;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	padding-top: 4px;
	
}
input.menu_plus,
input.menu_minus,
input.menu_plus2{
	width:20px;
	height: 20px;
	border: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border:1px solid;
	background-color: transparent;
	color: white;
	cursor: pointer;
	background-image: url("spacer.gif"); /* IE хак */
	vertical-align: middle;
}

input.menu_plus2{
	color: black!important;
	background-image: url("buy.gif");
	background-repeat:no-repeat;
	background-position: center;
	
}

div.controls{
	color: transparent;
	color:black;
	text-align: right;
	
}
th{
	color: black;
}

td.dish_total, td.dish_prise{
	text-align: right;
}

p.error{
	text-align: center;
	font-weight: bold;
	margin: 20px;
}

h2{
	font-size: 14pt;
	margin-top:20pt;
}
div#copywrite{
	text-align:center;
}

ul#menues{
	width:100%;
}

ul#gallery{
	width:100%;
}
ul#gallery li{
	margin:5px;
}

