/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. Global
2. Header/Navigation
3. Fun Links
4. Footer

*/

@import url('reset.css');


/* 1. GLobal
--------------------------------------------------*/

body
{
	background: url(../images/body_bkg.gif) top center #0065A5;
	padding: 60px 0px 50px 0px;
}

#Wrapper
{
	margin: auto;
	width: 800px;
}

#BlueBox
{
	background-color: #014DA6;
	overflow: hidden;
}

.Right
{
	float: right;
}

.Left
{
	float: left;
}

.Bold
{
	font-weight: 700;
}

.Italic
{
	font-style: italic;
}

p
{
	color: #323232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.white {
color: #ffffff;
font-size: 5px;
}
.white a:link {color: #ffffff; text-decoration: none}
.white a:visited {color: #ffffff; text-decoration: none}
.white a:hover {color: #ffffff; text-decoration: underline}
.white a:active {color: #ffffff; text-decoration: none}


/* 2. Header/Navigation
--------------------------------------------------*/






#PageHeader
{
	background: url(../Images/HeaderHome.jpg) no-repeat;
}


#MainNav
{
	height: 71px;
	list-style: none;
	overflow: hidden;
	padding-left: 238px;
}

	#MainNav li
	{
		display: inline;
	}

	#MainNav a.NavHome
	{
		display: block;
		float: left;
		height: 38px;
		margin-top: 22px;
		text-indent: -5000px;
		width: 60px;
	}
	
		#MainNav a:hover.NavHome
		{
			background: url(../images/nav_Home.gif);
		}
	
	#MainNav a.NavAboutUs
	{
		display: block;
		float: left;
		height: 38px;
		margin-top: 22px;
		text-indent: -5000px;
		width: 85px;
	}
	
		#MainNav a:hover.NavAboutUs
		{
			background: url(../images/nav_AboutUs.gif);
		}
	
	#MainNav a.NavMenus
	{
		display: block;
		float: left;
		height: 38px;
		margin-top: 22px;
		text-indent: -5000px;
		width: 65px;
	}
	
		#MainNav a:hover.NavMenus
		{
			background: url(../images/nav_Menus.gif);
		}
	
	#MainNav a.NavOrdering
	{
		display: block;
		float: left;
		height: 38px;
		margin-top: 22px;
		text-indent: -5000px;
		width: 139px;
	}
	
		#MainNav a:hover.NavOrdering
		{
			background: url(../images/nav_OnlineOrdering.gif);
		}
	
	#MainNav a.NavLocations
	{
		display: block;
		float: left;
		height: 38px;
		margin-top: 22px;
		text-indent: -5000px;
		width: 91px;
	}
	
		#MainNav a:hover.NavLocations
		{
			background: url(../images/nav_Locations.gif);
		}
	
	#MainNav a.NavPickleBar
	{
		display: block;
		float: left;
		height: 71px;
		text-indent: -5000px;
		width: 89px;
	}
	
		#MainNav a:hover.NavPickleBar
		{
			background: url(../images/nav_PickleBar.gif);
		}


/* 3. FunLinks
--------------------------------------------------*/

#FunLinks
{
	background: url(../Images/FunLinks.jpg) no-repeat;
	height: 111px;
	list-style: none;
	overflow: hidden;
}

	#FunLinks li
	{
		display: inline;
	}

	#FunLinks a.Fundraiser
	{
		display: block;
		float: left;
		height: 107px;
		text-indent: -5000px;
		width: 156px;
	}
	
		#FunLinks a:hover.Fundraiser
		{
			background: url(../images/Fun_Fundraiser.jpg);
		}
	
	#FunLinks a.Soups
	{
		display: block;
		float: left;
		height: 107px;
		text-indent: -5000px;
		width: 156px;
	}
	
		#FunLinks a:hover.Soups
		{
			background: url(../images/Fun_Soups.jpg);
		}
	
	#FunLinks a.ForKids
	{
		display: block;
		float: left;
		height: 107px;
		text-indent: -5000px;
		width: 156px;
	}
	
		#FunLinks a:hover.ForKids
		{
			background: url(../images/Fun_Kids.jpg);
		}
	
	#FunLinks a.BuyStuff
	{
		display: block;
		float: left;
		height: 107px;
		text-indent: -5000px;
		width: 156px;
	}
	
		#FunLinks a:hover.BuyStuff
		{
			background: url(../images/Fun_Store.jpg);
		}
	
	#FunLinks a.FanClub
	{
		display: block;
		float: left;
		height: 107px;
		text-indent: -5000px;
		width: 154px;
	}

		#FunLinks a:hover.FanClub
		{
			background: url(../images/Fun_Fanclub.jpg);
		}
	

/* 4. Footer
--------------------------------------------------*/

#Footer
{
	text-align: center;
}

#FooterNav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
	text-align: center;

}

	#FooterNav li
	{
		color: #ffffff;
		display: inline;
	}
	
	#FooterNav a.FooterNavLink
	{
		color: #ebe71b;
		display: inline-block;
		font-weight: 600;
		line-height: 32px;
		margin: 0px 0px;
		padding: 0px 10px;
		text-decoration: none;
	}
	
	#FooterNav a:hover.FooterNavLink
	{
		color:#FFFFFF;
	}
	
	#FooterNav a.FooterNavLinkLast
	{
		color: #ebe71b;
		display: inline-block;
		font-weight: 600;
		line-height: 32px;
		margin: 0px 0px;
		padding: 0px 10px;
		text-decoration: none;
	}
	
	#FooterNav a:hover.FooterNavLinkLast
	{
		color: #FFFFFF;
	}


/* CUSTOM STYLES
--------------------------------------------------*/

table
{
	color: #323232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.nutrition {
font-family: arial;
font-size: 11px;
}

.stripe {
background: #f4e5aa;
}

.stripelt {
background: #f6f5f2;
}

.ticker {
background: url(../images/tickertapebg-valentines.gif) no-repeat;
font-size: 11px;
}


