/*
The code below is for the structure and formatting of the Restaurant Home Page header
*/
#headerRestaurant {
	
	width: 750px;
	height: 76px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #7C97AE;
}
/*
The code below is for the structure and formatting of the Restaurant Home Page header logo
*/
#RestaurantHomePageLogo {
	padding: 0px 0px 0px 10px;
	width: 320px;
	height: 76px;
}
/*---end of header logo---*/

/*
The code below is for the structure and formatting of the Restaurant Home Page header links
*/
#RestaurantHomePageHeaderLinks {
	position: absolute;
	left: 340px;
	width: 410px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 68px;
	padding: 10px 3px 3px 3px;
	background-color: none;
}
.main14 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #13567D;
}

/*---end of header---*/