@charset "utf-8";

p.h1 {
	height: 90px;
}

a.h1 {
	width: 348px;
	height: 84px;
	float: left;
	background-image: url(../img/site/title_cardapio.png);
}

div.cardapios div.center {
	height: auto !important;
	height: 700px;
	min-height: 700px;
}

	div.cardapios div.center div.container {
		float: left;
		margin: 0px 2px;
	}

/*-------- ITENS ---------------------------*/

div.cardapios div.center div.item {
	width: 184px;
	margin: 5px 0px;
	cursor: pointer;
}

div.cardapios div.center div.item:hover div.mi h4,
div.cardapios div.center div.item:hover div.middle div.text {
	color: #FABC72;
}

	div.cardapios div.center div.item div.top {
		width: 100%;
		height: 18px;
		background-image: url(../img/site/item_top.jpg);
		background-repeat: no-repeat;
		position: relative;
		z-index: 0;
	}
	
	div.cardapios div.center div.item div.middle {
		width: 100%;
		height: auto;
		background-image: url(../img/site/item_center.jpg);
		background-repeat: repeat-y;
		padding: 2px 0px 5px 0px;
	}
	
		div.cardapios div.center div.item div.middle h4 {
			font-weight: bold;
			font-size: 14px;
			margin: auto;
			margin-top: -8px;
			margin-bottom: 10px;
			line-height: 20px;
			position: relative;
			z-index: 100;
			width: 162px;
			text-align: center;
		}
	
		div.cardapios div.center div.item div.middle div.img {
			width: 162px;
			margin-left: 10px;
			overflow: hidden;
		}
		
			div.cardapios div.center div.item div.middle div.img div.top-img {
				width: 100%;
				height: 12px;
				position: relative;
				z-index: 999;
				background-image: url(../img/site/item_img_top.png);
				background-repeat: no-repeat;
				overflow: hidden;
			}
		
			div.cardapios div.center div.item div.middle div.img img {
				width: 100%;
				margin-top: -12px;
				display: block;
				position: relative;
				z-index: 0;
			}
			
			div.cardapios div.center div.item div.middle div.img div.bottom-img {
				width: 100%;
				height: 12px;
				margin-top: -12px;
				position: relative;
				z-index: 999;
				background-image: url(../img/site/item_img_bottom.png);
				background-repeat: no-repeat;
				overflow: hidden;
			}
			
		div.cardapios div.center div.text {
			display: none;
			padding-top: 10px;
			width: 162px;
			margin-left: 10px;
			line-height: 20px;
		}
		
			div.cardapios div.center div.text span {
				color: #33ff66;
				font-weight: bold;
			}
	
	div.cardapios div.center div.item div.bottom {
		width: 100%;
		height: 15px;
		background-image: url(../img/site/item_bottom.jpg);
		background-repeat: no-repeat;
	}
