@charset "utf-8"; /* CSS Document */
	
img{
	border: none;
}

h3{
text-align:center;
color: #740e21;
font-family: Tahoma;
}

.m1, .m1s{
	width:212px;
	background: url(../images/menu/main.png);
	}
	
.m2, .m2s{
	width:189px;
	background: url(../images/menu/service.png);
	}
.m3, .m3s{
	width:167px;
	background: url(../images/menu/dish.png);
	}
.m4, .m4s{
	width:144px;
	background: url(../images/menu/contact.png);
	}
.m5, .m5s{
	width:121px;
	background: url(../images/menu/hall.png);
	}
.m6, .m6s{
	width:98px;
	background: url(../images/menu/3d.png);
	}
	
.m1:hover, .m2:hover, .m3:hover, .m4:hover, .m5:hover, .m6:hover{
	background-position: center;
	}
	
.m1s, .m2s, .m3s, .m4s, .m5s, .m6s{
	background-position: bottom;
}




#products{
	width:484px;
	padding:0;
	margin:0;
	height:auto;
}

.item_small{
	float:left;
	width:205px;
	height:183px;
	padding:15px;
	margin:0px;
}

.ittem_container{
	display:block;
	position:relative;
}

.item_small img{
	border-top: 1px #e19f34 solid;
	border-right: 1px #740e21 solid;
	border-bottom: 1px #740e21 solid;
	border-left: 1px #e19f34 solid;
}

.ittem_text{
	position:absolute;
	top:146px;
	left:1px;
	height:1em;
	padding:0.7em 5px 0.7em 5px;
	
	width:195px;
	/*background-color:#4e3028;*/
	background-color:#faaf3a;
	/*background-color:#8d0229;*/
	
	vertical-align:middle;
	-moz-opacity:0.65 !important;
	opacity:0.65 !important;
	filter:alpha(opacity=65);
	cursor:default;
}

.ittem_text:hover{
	-moz-opacity:1 !important;
	opacity:1 !important;
	filter:alpha(opacity=100);
}


.ittem_name{
	float:left;
	color:#FFF;
	vertical-align:middle;
	font-weight:bolder;
}
	
.ittem_price{
	float:right;
	color:#900;
	font-weight:bolder;
}

.box{
	text-indent:0px;
}

	
	