﻿/* Generic Content*/
.SearchText {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #B0803A;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #864119;
	text-decoration: none;
	cursor: pointer;
}
.SearchText:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #f9cf75;
	font-weight: bold;
	margin-right: 15px;
	margin-top: 10px;
	background-color: #864119;
	text-decoration: none;
	cursor: pointer;
}
.glossymenu li a{
	float: left;
	display: block;
	color: #C2932D;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	padding: 0 0 0 16px;
/*Padding to accomodate left tab image. Do not change*/	height: 43px;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
}



.sideglossymenu li a{
	background-position: left bottom;
	margin: 2px 0px 0px 0px;
	background: #854119 url('../../App_Themes/FoodTheme/images/glossyback2.jpg') repeat-x left
bottom;
	font: bold small "Times New Roman", Times, serif;
	color: #3D282A;
	display: block;
	width: auto;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	text-align: center;
}
/* Specific Content*/

#FoodFood {
	position: absolute;
	left: 478px;
	top: 106px;
	width: 165px;
	height: 59px;
	font-family: 'Times New Roman', Times, serif;
	font-size: 65px;
	font-weight: normal;
	color: #938989;
}
#Restaurants {
	position: absolute;
	height: 50px;
	left: 390px; top: 296px; width: 226px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #dcc9b5;
}
#Cafes {
	position: absolute;
	height: 50px;
	font-family: "Times New Roman", Times, serif;
	font-size: 45px;
	color: #c6a598;
    left: 51px; top: 499px; width: 142px;
}
#Desserts {
	position: absolute;
	height: 50px;
left: 445px; top: 705px;
	font-family: 'Times New Roman', Times, serif;
	color: #ebdcc9;
	font-size: 45px;
	width: 182px;
}
#Catering {
	position: absolute;
	height: 50px;
left: 44px; top: 904px;
	width: 145px;
	font-family: 'Times New Roman', Times, serif;
	color: #e0d5d4;
	font-size: 45px;
	font-weight: normal;
}
#RestaurantHeader
{
    position: absolute;
    height: 50px;
    left: 370px;
    top: 100px;
    width: 226px;
    font-family: "Times New Roman", Times, serif;
    font-size: 55px;
    color: #dcc9b5;
}
#CafesHeader
{
    position: absolute;
    height: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 65px;
    color: #c6a598;
    left: 21px;
    top: 90px;
    width: 142px;
}
#DessertsHeader
{
    position: absolute;
    height: 50px;
    left: 445px;
    top: 110px;
    font-family: 'Times New Roman', Times, serif;
    color: #ebdcc9;
    font-size: 55px;
    width: 182px;
}
#CateringHeader
{
    position: absolute;
    height: 50px;
    left: 24px;
    top: 105px;
    width: 145px;
    font-family: 'Times New Roman', Times, serif;
    color: #e0d5d4;
    font-size: 55px;
    font-weight: normal;
}
