/*
Description: Primary styles
Author: Travis Buck
Version: 0.1
.
General comments/License Statement if any.
.

[Table Of Contents]

1. General
2. Header
3. Left Navigation
4. Page Content
5. Footer

*/

@import url('reset.css');


/* 1. General
--------------------------------------------------*/

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;
}

p
{
	color: #323232;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

h1 {
font-weight: bold;
font-size: 20px;
line-height: 25px;
}

h2 {
color: #2e3196;
font-weight: bold;
font-size: 14px;
line-height: 20px;
}

hr {
color: #33c6ff;
height: 1px;
margin-bottom: 8px;
}

#Content
{
	background: url(/shop/images/StoreContentBkg.gif) center repeat-y;
	margin: 0px 10px 12px 12px;
}


/* 2. Header
--------------------------------------------------*/

#PageHeader
{
	background: url(../images/HeaderHome.jpg) no-repeat;
}

#MainNav
{
	height: 71px;
	list-style: none;
	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. Left Navigation
--------------------------------------------------*/

#LeftColumn
{
	float: left;
	width: 211px;
}

	
/* 4. Page Content
--------------------------------------------------*/
	
#RightColumn
{
	background: top no-repeat url(/shop/images/ContentBkgStore.jpg);
	padding: 205px 0px 40px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 597px;
}

#RightColumnReturn
{
	background: top no-repeat url(/shop/images/ContentBkgReturn.gif);
	padding: 115px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 750px;
	width: 597px;
}

#RightColumnShipping
{
	background: top no-repeat url(/shop/images/ContentBkgShipping.gif);
	padding: 115px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 750px;
	width: 597px;
}


/* 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;
	}
