@import "content.css";
/*   general styles   */
td {
	border: none;
	padding: 0;
}
body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    text-align: center;
	width: 100%;
}
html {
	background: #ededed;
}
.png {
	_behavior:url('/pngbehavior.htc');
}
#wrapper {
	min-height: 100%;
	min-width: 989px;
	/*overflow-x: auto;
	overflow-y: hidden;*/
	//position: relative;
}
* html #wrapper {
	height: 100%;
	text-align: center;
	width: expression((document.documentElement.clientWidth < 989) ? '989px' : '100%');
}
#wrapper .content {
	width: 956px;
	min-width: 956px;
	margin: 0 auto;
	text-align: left;
	min-height: 660px;
}
* html #wrapper .content {
	height: 660px;
}
.text {
	padding-left: 20px;
	padding-right: 20px;
}
td#logo {
	background: transparent url('/i/top.gif') repeat-x 0 0;
}
td#logo a {
	display: block;
	width: 222px;
	height: 108px;
	float: left;
	position: relative;
	z-index: 10;
}
td#logo img {
	display: block;
}
table#menu {
	width: 956px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}
* html table#menu {
	table-layout: auto;
}
table#menu td {
	color: #974636;
	text-align: center;
	vertical-align: top;
	word-spacing: -2px;
}
#menu a {
	font-size: 14px;
	line-height: 33px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	background: #ffffff;
}
#menu a:hover {
	color: #f3725a;
}
#menu a.active {
	color: #f3725a;
}
form, img, div, td, th {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
.clear {
    display: block;
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin: 0 0 -1px;
}
.br {
    display: block;
    clear: both;
    font-size: 1px;
    height: 28px;
    line-height: 1px;
    margin: 0;
}
/* foot */
#footer {
	position: relative;
	z-index: 100;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	height: 59px;
	width: 956px;
	margin: -59px auto 0;
	text-align: right;
	background: transparent url('/i/bg_foot.png') no-repeat 0 0;
}
* html #footer {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bg_foot.png', sizingMethod='scale');
}
#footer .content {
	padding: 11px 49px 0 43px;
}
#footer a {
	color: #7f7f7f;
}
#footer a:hover {
	text-decoration: none;
}
#footer .content .logos {
	float: left;
}
#footer .content .logos img {
	margin: 0 46px 0 0;
}
a.key img {
	margin-bottom: 1px;
}
/* /foot */
/* slides */
#slide_block, #slides, #slide1, #slide2, #slide3, #slide4 {
	min-height: 770px;
}
* html #slide_block, * html #slides, * html #slide1, * html #slide2, * html #slide3, * html #slide4 {
	height: 770px;
}
#slide_block {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50px;
	overflow: hidden;
	width: 100%;
	min-width: 989px;
	text-align: center;
	-width: expression(document.body.clientWidth < 958 ? '958px' : document.body.clientWidth);
}
#slide_center {
	width: 989px;
	margin: 0 auto;
	height: 770px;
	text-align: left;
	zoom: 1;
}
#slides {
	position: absolute;
	/*-margin-right: -4600px;*/
}
#slide1, #slide2, #slide3, #slide4 {
	width: 989px;
	float: left;
	margin: 0 117px 0 0;
}
#slide1 {
	background: transparent url('/i/bg_sushi.jpg') no-repeat 50% 0;
}
#slide2 {
	background: transparent url('/i/bg_leto.jpg') no-repeat 50% 0;
}
#slide3 {
	background: transparent url('/i/bg_asia.jpg') no-repeat 50% 0;
}
#slide4 {
	background: transparent url('/i/bg_karaoke.jpg') no-repeat 50% 0;
}
#slide1 div.slide_content, #slide2 div.slide_content, #slide3 div.slide_content, #slide4 div.slide_content {
	position: relative;
}
#slide1 .slide_content {
	padding: 418px 56px 0 704px;
}
#slide1 .logo {
	display: block;
	text-align: right;
	margin: 0 0 -2px;
}
#slide2 .slide_content {
	padding: 405px 63px 0 699px;
}
#slide2 .logo {
	display: block;
	text-align: right;
	margin: 0 0 -3px;
}
#slide3 .slide_content {
	padding: 407px 59px 0 697px;
}
#slide3 .logo {
	display: block;
	text-align: right;
	margin: 0 0 -7px;
}
#slide4 .slide_content {
	padding: 426px 40px 0 720px;
}
#slide4 .logo {
	display: block;
	text-align: right;
	margin: 0 0 -3px;
}
.arrow_left, .arrow_right {
	display: block;
	width: 89px;
	height: 89px;
	position: relative;
	z-index: 10;
	cursor: hand;
	margin-top: 269px;
	margin-bottom: -269px;
}
.arrow_left {
	left: -28px;
	margin-right: -89px;
	float: left;
	background: transparent url('/i/left.png') no-repeat 50% 50%;
    -background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/left.png', sizingMethod='crop');
}
.arrow_right {
	float: right;
	/*left: 908px;*/
	right: -28px;
	background: transparent url('/i/right.png') no-repeat 50% 50%;
    -background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/right.png', sizingMethod='crop');
}
.arrow_left:hover {
	background: transparent url('/i/left_hover.png') no-repeat 50% 50%;
    -background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/left_hover.png', sizingMethod='crop');
}
.arrow_right:hover {
	background: transparent url('/i/right_hover.png') no-repeat 50% 50%;
    -background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/right_hover.png', sizingMethod='crop');
}
.disabled_right, .disabled_right:hover {
	cursor: default;
	background: transparent url('/i/right_disabled.png') no-repeat 50% 50%;
    -background: none;
    -filter: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/right_disabled.png', sizingMethod='crop');
	zoom: 1;	
}
.disabled_left, .disabled_left:hover {
	cursor: default;
	background: transparent url('/i/left_disabled.png') no-repeat 50% 50%;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/left_disabled.png', sizingMethod='crop');
	zoom: 1;	
}
.news {
	margin: 0 13px 13px 20px;
	width: 441px;
	float: left;
}
* html .news {
	padding: 0 13px 13px 20px;
	margin: 0;
}
.date {
	font-size: 11px;
	color: #858585;
}
.news_icon {
	float: left;
	margin: 2px 18px 9px 0;
}
.news .date {
	padding: 0 0 3px;
}
h3.go {
	padding: 8px 0 15px 35px;
	background: transparent url('../i/icons/arrow.gif') no-repeat 0 15px;
}
/* /news */
/* pager */
ul.pager {
	padding: 9px 0 9px;
	margin: 0;
	text-align: right;
	list-stile: none;
	color: #974636;
}
ul.pager li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
ul.pager li a {
	color: #858585;
	padding: 0 4px;
}
ul.pager li strong {
	font-size: 18px;
	padding: 0 3px;
}
ul.pager li img {
	margin: 0 0 -4px;
}
.news_item {
	padding: 0 40% 0 20px;
}

/* /pager */
.error {
	color: #f26d54;
	font-weight: bold;
}
.ast {
	color: #f26d54;
}
form table td {
	padding: 0 9px 9px 0;
	text-align: left;
	vertical-align: top;
}
form table th {
	padding: 3px 19px 0 0;
	vertical-align: top;
	font-weight: bold;
	text-align: left;
}
/* button */
div.button {
	display: block;
	float: right;
	height: 28px;
	padding: 0;
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	background: transparent url('../i/button_right.gif') no-repeat 100% 0;
}
div.button a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	height: 28px;
	padding: 0 10px 0 18px;
	margin: 0 5px 0 0;
	background: transparent url('../i/button.gif') no-repeat 0 0;
	-float: right;
}
div.button a:hover {
	-color: #ffffff;
}
/* /button */
/* comments */
dl.comments {
	padding: 0 0 40px;
	margin: 0;
}
dl.comments dd {
	padding: 10px 0 14px;
	margin: 0;
	border-bottom: 1px solid #bbbbbb;
}
dl.comments dt {
	padding: 10px 0 0;
	margin: 0;
	color: #858585;
}
dl.comments dt strong {
	color: #974636;
}
/* /comments */
.form {
	padding: 15px 0 9px;
}
input.field {
	border: 1px solid #939393;
	width: 232px;
	font: normal 12px/12px Verdana;
	padding: 4px 7px 3px;
	color: #313131;
    //overflow-y: visible;
    height: auto !important;
}
/* menu menu */
dl.food_menu {
	/*float: left;*/
	padding: 0 0 6px;
	margin: 0 0 0 1px;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	width: 221px;
	color: #974636;
}
dl.food_menu dt {
	display: block;
	background-image: none;
	padding: 0 0 5px;
	margin: 0;
	-height: 1%;
	cursor: pointer;
	cursor: hand;
}
dl.food_menu dd {
	display: block;
	background-image: none;
	padding: 0;
	margin: 0;
	-height: 1%;
	margin: 0 0 20px;
}
dl.food_menu dt small {
	display: block;
	font-weight: normal;
	padding: 0 5px 0 36px;
}
dl.food_menu dt:hover, dl.food_menu dt.select {
	background: #f3725a url('../i/bg_menu_bottom.gif') no-repeat 0 100%;
}
dl.food_menu dt:hover a, dl.food_menu dt.select a {
	background: transparent url('../i/bg_menu_top.gif') no-repeat 0 0;
}
dl.food_menu dt a {
	font-size: 13px;
	line-height: 13px;
	display: block;
	padding: 5px 0 4px 20px;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
}
dl.food_menu dt a span {
	display: block;
	text-decoration: underline;
	padding: 0 5px 0 17px;
	background: transparent url('../i/icons/menu.gif') no-repeat 0 6px;
}
dl.food_menu dt:hover a span, dl.food_menu dt.select a span {
	background: transparent url('../i/icons/menu_on.gif') no-repeat 0 6px;
}
dl.food_menu dt:hover a, dl.food_menu dt.select a {
	color: #ffffff;
}
.block1 {
	width: 721px;
	float: right;
	background: #ffffff url('../i/corner1.gif') no-repeat 0 0;
	position: relative;
}	
.block2 {
	background: transparent url('../i/corner2.gif') no-repeat 100% 0;
}	
.block3 {
	background: transparent url('../i/corner3.gif') no-repeat 0 100%;
}	
.block4 {
	background: transparent url('../i/corner4.gif') no-repeat 100% 100%;
}
div.food_menu .block4 {
	padding: 0 37px 23px 42px;
}
div.food_menu {
	line-height: 19px;
	position: relative;
}
div.food_menu .goods_table {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
}
div.food_menu ul.pager {
	padding: 0;
	margin: 15px -13px -2px 0;
}
div.food_menu .goods_table td {
	padding: 10px 0 0;
	line-height: 15px;
	text-align: left;
	vertical-align: bottom;
	font-weight: normal;
	background: transparent url('../i/point.gif') repeat-x 0 100%;
}
div.food_menu .goods_table table {
	width: 100%;
}
div.food_menu .goods_table table td {
	padding: 0;
	text-align: left;
	background: none;
}
div.food_menu .goods_table .price {
	white-space: nowrap;
	text-align: right;
}
div.food_menu .goods_table td small {
	font-size: 11px;
}
div.food_menu .goods_table td span {
	background: #ffffff;
	padding: 0 1px 0 0;
}
div.food_menu .goods_table td.price span {
	padding: 0 0 0 1px;
}
div.food_menu big {
	font-size: 14px;
}
div.food_menu span small {
	font-size: 11px;
}
div.food_menu h2 {
	text-align: left;
	font-size: 15px;
	clear: both;
	padding: 16px 0 0;
	line-height: 19px;
	margin: 0 0 -2px -20px;
	position: relative;
	zoom: 1;
}
img.simbol {
	margin: 1px -10px 0 -18px;
}
* html img.simbol {
	margin-right: -13px;
}
div.food_menu img.img_menu_icon {
	margin: 2px 15px 7px -27px;
	float: left;
}
div.menu_item .block4 {
	padding: 9px 37px 23px 15px;
}
div.menu_item td {
	vertical-align: top;
}
div.menu_item .for_menu_icon {
	padding: 4px 15px 0 0;
}
div.menu_item .for_menu_icon .for_corners {
	position: relative;
	-font-size: 0;
	-line-height: 0;
	-width: 100%;
}
div.menu_item .for_menu_icon .for_corners img {
	margin: 0;
	display: block;
}
.corner1, .corner2, .corner3, .corner4 {
	width: 4px;
	height: 4px;
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	-font-size: 0;
	-line-height: 0;
}
.corner1 {
	top: 0;
	left: 0;
	background-image: url('../i/corner1.png'); 
}
* html .corner1 {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/corner1.png', sizingMethod='scale');
}
.corner2 {
	top: 0;
	right: 0;
	background-image: url('../i/corner2.png'); 
}
* html .corner2 {
	right: -1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/corner2.png', sizingMethod='scale');
}
.corner3 {
	left: 0;
	background-image: url('../i/corner3.png'); 
	bottom: 0;
}
* html .corner3 {
	bottom: -1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/corner3.png', sizingMethod='scale');
}
.corner4 {
	background-image: url('../i/corner4.png'); 
	right: 0;
	bottom: 0;
}
* html .corner4 {
	right: -1px;
	bottom: -1px;
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/corner4.png', sizingMethod='crop');
}
.menu_item td {
	font-size: 14px;
	line-height: 18px;
}
.menu_item p {
	padding: 0 0 11px;
}
.menu_item h2 {
	font-size: 15px;
	padding: 0 0 13px;
}
.menu_item h3.go {
	margin-bottom: -11px;
}
/* /menu menu */
#hint1, #hint2, #hint3, #hint4 {
	position: absolute;
	cursor: pointer;
	//cursor: hand;
	width: 400px;
	height: 400px;
	text-decoration: none;
	left: 200px;
	top: 70px;
	-left: -500px;
	background: transparent url('../i/e.gif') repeat 0 0; /* for ie */
}
div#tooltip {
	background: transparent url('../i/bg_hint.png') repeat 0 0;
	color: #ffffff;
	font-size: 10px;
	padding: 0 4px;
	white-space: nowrap;
}
* html div#tooltip {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/bg_hint.png', sizingMethod='scale');
}
.empty_goods td {
	color: #ffffff !important;
	background: none !important;
	padding: 0 0 5px !important;
	line-height: 10px !important;
}

#randomImage {vertical-align: middle; margin-top: -3px;}
