/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Container
2. Left Navigation
3. Page Content

*/


/* 1. Container
--------------------------------------------------*/

#Content
{
	background: url(../Images/MenusContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}

#ContentCatering
{
	background: url(../Images/MenusCateringBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
	overflow: hidden;
}


/* 2. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	background: url(../Images/LeftNavBkg_Menus.gif) top no-repeat;
	float: left;
	padding-top: 60px;
	width: 211px;
}

#LeftColumnCatering
{
	float: left;
	padding-top: 0px;
	width: 211px;
	}

#LeftColumnCatering2
{
	background: url(../Images/LeftNavBkg_Catering2.gif) top no-repeat;
	float: left;
	padding-top: 0px;
	width: 211px;
}

#LeftNav
{
	list-style: none;
	float: left;
	width: 125px;
}

	#LeftNav a.OurMenu
	{
		background: url(../Images/LeftNav_Menus_OurMenu.gif);
		display: block;
		height: 42px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.OurMenu
	{
		background: url(../Images/LeftNav_Menus_OurMenu.gif) 0px -42px;
	}
	
	#LeftNav a.CateringMenu
	{
		background: url(../Images/LeftNav_Menus_CateringMenu.gif);
		display: block;
		height: 50px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.CateringMenu
	{
		background: url(../Images/LeftNav_Menus_CateringMenu.gif) 0px -50px;
	}
	
	#LeftNav a.KidsMenu
	{
		background: url(../Images/LeftNav_Menus_KidsMenu.gif);
		display: block;
		height: 48px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.KidsMenu
	{
		background: url(../Images/LeftNav_Menus_KidsMenu.gif) 0px -48px;
	}
	
	#LeftNav a.DessertMenu
	{
		background: url(../Images/LeftNav_Menus_DessertMenu.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.DessertMenu
	{
		background: url(../Images/LeftNav_Menus_DessertMenu.gif) 0px -52px;
	}
	
	#LeftNav a.SoupCalendar
	{
		background: url(../Images/LeftNav_Menus_SoupCalendar.gif);
		display: block;
		height: 46px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.SoupCalendar
	{
		background: url(../Images/LeftNav_Menus_SoupCalendar.gif) 0px -46px;
	}
	
	#LeftNav a.NutritionalInfo
	{
		background: url(../Images/LeftNav_Menus_NutritionalInfo.gif);
		display: block;
		height: 54px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.NutritionalInfo
	{
		background: url(../Images/LeftNav_Menus_NutritionalInfo.gif) 0px -54px;
	}
	
	#LeftNav a.PrintableMenu
	{
		background: url(../Images/LeftNav_Menus_PrintableMenu.gif);
		display: block;
		height: 52px;
		overflow: hidden;
		text-indent: -5000px;
		width: 125px;
	}
	
	#LeftNav a:hover.PrintableMenu
	{
		background: url(../Images/LeftNav_Menus_PrintableMenu.gif) 0px -52px;
	}


	
/* 3. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: url(../Images/ContentBkgMenus.jpg) top no-repeat;
	margin-bottom: 20px;
	padding: 111px 0px 0px 0px;
	width: 597px;
}

#RightColumnMenu_Menu
{
	background: top no-repeat url(../Images/ContentBkgKids2.jpg);
	height: 849px;
	width: 597px;
}



#RightColumnSpecials
{
	background: url(../Images/ContentBkgSpecials.jpg) top no-repeat;
	margin-left: 189px;
	padding: 111px 30px 0px 30px;
	margin-bottom: 20px;
	width: 529px;
}

#RightColumnCatering
{
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	width: 529px;
}


#RightColumnDesserts
{
	background: url(../Images/ContentBkgDesserts.jpg) top no-repeat;
	margin-left: 189px;
	margin-bottom: 0px;
	padding: 0px 30px 0px 30px;
	height: 880px;
	width: 529px;
}

#RightColumnNutrition
{
	background: url(../Images/ContentBkgNutrition.jpg) top no-repeat;
	margin-bottom: 20px;
	padding: 100px 0px 0px 0px;
	width: 597px;
}

#RightColumnMenuRequest
{
	background: url(../Images/ContentBkgMenuRequest.jpg) top no-repeat;
	margin-left: 189px;
	margin-bottom: 0px;
	padding: 100px 30px 0px 30px;
	width: 529px;
	height: 515px;
}

#RightColumnCoupon
{
	background: top no-repeat url(../Images/ContentBkgCateringCoupon.jpg);
	margin-left: 189px;
	height: 475px;
	padding: 0px 30px 40px 30px;
	width: 529px;
}



