@charset "UTF-8";
/* cuisine ONLY */

#cuisine .mainImageWrapp {
	width: 100%;
	background: #fff url(../images/cate-cuisine-main-image.jpg) no-repeat center top;
}

.bookNow_cui a {
	display: block;
	background-color: #60A19A;
	color: #FFF;
	text-align:center;
	padding: 7px 10px;
	font-weight:bold;
	font-size:120%;
	text-decoration:none;
	width:260px;
	float:left;
	margin:5px 10px 0 0 ;
}
.bookNow_cui a:hover{ background: #FF9933; color:#FFF; }

bookNow_cui_img { display:none; }


