/* ---------------------------------------------
	MENUS.CSS
-----------------------------------------------*/

#menus_background{
	position:relative;
	float:left;
	width:630px;
	height:262px;
	margin-right:20px;
	padding:0;
	}
	
#menus_background a {
	display:block;
	width:630px;
	height:262px;
	background:url(/assets/strada/images/menus/hero_background.gif) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
}
	
#menus_background h2 {
	margin-bottom:24px;
}


h2.intro_text{
	display:block;
	float:left;
	width:310px;
	}
	
div.column_wrapper div.content{
	border-right:none;
	}


/* ---------------------------------------------
	IMAGE GRID
-----------------------------------------------*/

.food_image {
	width:245px;
	height:146px;
	overflow:hidden;
	position:relative;
	top: 11px;
	left: 12px;
}

.food_image a{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:616px;
	height:290px;
	padding:0;
	background:url(../Imagem/image_overlay.png) right bottom no-repeat;
	color:#FFF;
	text-decoration: none;
	}
.food_image a:hover{
	background:url(../Imagem/image_overlay.png) right bottom no-repeat;
	}
.boring a:hover{
	top:-130px;
	left:-308px;
	background:url(../Imagem/image_overlay.png) right bottom no-repeat;
	}

.food_image a span{
	display:block;
	position:absolute;
	right:80px;
	bottom:30px;
	width:210px;
	height:114px;
	padding:0px;
	font-size:11px;
	line-height:1.4em;
	text-decoration: none;
	}
.food_image a:hover span{
	display:block;
	cursor:pointer;
	}
.food_image a strong{
	display:block;
	padding-bottom:4px;
	font-size:1.1em;
	}
