/*--DELIVERY--*/

#del h2, #food h2 {
	padding: 20px 0 5px 0;
	background-color: #ebfeef;
	color: #006600;
	font-size: 110%;
	width: 800px;
	border: none;
	text-align: center;
	margin-left: -100px;

}
#del table {
	width: 800px;
	padding: 10px;
	border-collapse: separate;
	border-bottom: 2px solid #006600;
	background-color: #ffffff;
	margin-left: -100px;
}
#del th {
	width : 260px;
	border-top : 2px solid #ffffff;
	border-right : 2px solid #ffffff;
	border-bottom : 2px solid #ffffff;
	border-left : 2px solid #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
	background-color: #d5fafa;	
	color: #006600;
	padding-left: 1em;
}
#del td {
	width : 260px;
	padding : 10px;
	border-top : 2px solid #ffffff;
	border-right : 2px solid #ffffff;
	border-bottom : 10px solid #ffffff;
	border-left : 2px solid #ffffff;
	text-align : left;
	vertical-align : top;
	background-color : #d5fafa;
	line-height: 1.5;
	color : #008000;
	font-weight: bold;
	}
#food {
	margin-left: 50px;
	width: 800px;
}	

#food table {
	width: 800px;
	padding: 0;
	background-color: #ffffff;
	border: none;
	font-weight: bold;
}
#food td {
	width : 125px;
	border-right : 3px inset #ffffff;
	border-bottom : 3px inset #ffffff;
	border-top: none;
	border-left: none;	
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	line-height: 1.2;
	color: #008000;
}
		
.food2 {
	width: 250px;
	border-top: none;
	border-left: none;
	border-right: 3px inset #ffffff;
	border-bottom: 3px inset #ffffff;	
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
	line-height: 1.2;
	color: #008000;
}

.food3 {
	width: 375px;
	border-right: 3px inset #ffffff;
	border-bottom: 3px inset #ffffff;
	border-top: none;
	border-left: none;	
	text-align: center;
	vertical-align : middle;
	background-color : #ffffff;
	line-height: 1.2;
	color: #008000;
}
#food p {
	width: 300px;
	text-align: left;
}
#food h2 {
	padding: 20px 0 5px 0;
	background-color: #ebfeef;
	color: #006600;
	font-size: 110%;
	width: 800px;
	border: none;
	text-align: center;
	margin-left: 0px;

}
