/* ---------------------------------------- 

Created: Eric
Date: 03/04/2009

---------------------------------------- */

@media screen
{
	/* -------------------- Browser Resets -------------------- */
	/* --------------------  -------------------- */
	
	body
	{
		color:#663333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		color:#d96000;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		margin:0;
		padding:0;
	}
	
	p
	{
		margin:0;
		padding:0 0 20px 0;
	}
	
	a:link, a:visited
	{
		color:#0187cd;
		text-decoration:none;
	}
	
	a:hover
	{
		text-decoration:none;
	}
	
	/* -------------------- Splash Boxes -------------------- */

	#shpSplashBottomAnimation #boxesContainer li p
	{
		margin:0;
		padding:0;
	}
	
	/* -------------------- Splash Footer -------------------- */
	
	#shpSplashFooter, #shpSplashFooter a:link, #shpSplashFooter a:visited
	{
		color:#a21408;
		font-size:11px;
		text-decoration:none;
	}
	
	#shpSplashFooter a:hover
	{
		text-decoration:underline;
	}
	
/* -------------------- Sub Page -------------------- */
	
	h1
	{
		color:#d96000;
		font-size:33px;
		margin:0 0 15px 0;
	}
	
	h2
	{
		font-size:25px;
	}
	
	h3
	{
		font-size:20px;
	}
	
	h4
	{
		font-size:16px;
	}
	
	h4.promotions
	{
		margin:0;
	}
	
	h5
	{
		font-size:14px;
		font-weight:bold;
	}
	
	.glFlavorDetailContainer h2
	{
		font-size:25px;
		font-weight:bold;
	}
	
	.glFlavorDetailBagDetails .left h3
	{
		font-weight:bold;
	}
	
	/* -------------------- Navigation -------------------- */
	
	#shpContainer2 #shpSubNavRight .searchBox
	{
		color:#666;
		font-size:11px;
	}
		
	/* -------------------- Sub Page Footer -------------------- */
	
	#shpFooter, #shpFooter a:link, #shpFooter a:visited
	{
		color:#a21408;
		font-size:11px;
		text-decoration:none;
	}
	
	#shpFooter a:hover
	{
		text-decoration:underline;
	}
	
	/* -------------------- Form -------------------- */
	
	.glFormHeader
	{
		color:#fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size:22px;
	}
	
	h4.promotions, h4.contactUs
	{
		font-size:20px;
	}
	
}

@media print
{
}