
/*

	FRAMEWORK; Site-Wide Framework Styles
	-------------------------------------------------------------------------
	Author: Michael Argentini; magic@mezzocode.com
	09/18/2008

*/

@media print
{
	.HideForPrint
	{
		background-image: none !important;
		background-color: White !important;
		display: none !important;
		padding: 0px !important;
		margin: 0px !important;
	}
	

	.InnerShell .RightContent h1
	{
		padding: 0px 0px 10px 0px;
		font-size: 18px;
		line-height: 18px;
	}

	.InnerShell .RightContent h2
	{
		padding: 0px 0px 10px 0px;
		font-size: 15px;
		line-height: 15px;
	}

	.InnerShell .RightContent h3
	{
		padding: 10px 0px 10px 0px;
		font-size: 15px;
		line-height: 15px;
	}

	.InnerShell .RightContent h4
	{
		padding: 10px 0px 10px 0px;
		font-size: 12px;
		line-height: 14px;
	}

	h1, h2, h3, h4
	{
		color: #990000;
		text-transform: uppercase;
		font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
		font-weight: normal;
	}
}

@media screen
{

	body
	{
		background-color: Black;
	}
		
		.OuterShell
		{
			position: relative;
			margin: 0px auto 0px auto;
			width: 970px;
			background-image: url(/images/framework-tile.jpg);
			background-repeat: repeat-y;
		}

			.MidShell
			{
				width: 970px;
				background-image: url(/images/framework-top.jpg);
				background-repeat: no-repeat;
				background-position: left top;
			}

				.InnerShell
				{
					width: 970px;
					background-image: url(/images/framework-bottom.jpg);
					background-repeat: no-repeat;
					background-position: left bottom;
					padding: 93px 30px 10px 22px;
				}

				.InnerShell .HeadContent
				{
					width: 917px;
					height: 70px;
					background-repeat: no-repeat;
					background-color: White;
					padding: 0px 0px 0px 0px;
					text-align: center;	
				}
				
				.HeadContentProd
				{
					width: 917px;
					height: 101px;
					background-repeat: no-repeat;
					background-color: White;
					padding: 30px 0px 0px 0px;
					text-align: center;	
				}

				.InnerShell .HeadBG
				{
					background-image: url('/images/Headers/header.jpg');
				}
				
				.HeaderImage
				{
					padding: 0px 0px 0px 5px;
					background-color: White;
					width: 917px;
				}
				

				.InnerShell .LeftContent
				{			
					width: 249px;
					min-height: 100px;
					background-color: White;
					padding: 0px 0px 10px 5px;
				}

					.InnerShell .LeftContent .SidebarPadBottom
					{
						padding-bottom: 15px;
						
					}

					.InnerShell .LeftContent .SidebarProduct
					{
						background-image: url('/Images/sidebar_box_tile.jpg');
						background-repeat: repeat-y;
						padding: 10px;
					}

						.InnerShell .LeftContent .SidebarProduct h3
						{
							font-size: 14px;
							line-height: 16px;
							text-transform: none;
							padding-bottom: 5px;
						}

						.InnerShell .LeftContent .SidebarProduct a
						{
							font-weight: bold;
						}

				.InnerShell .RightContent
				{
					width: 632px;
					min-height: 100px;
					padding: 0px 0px 0px 38px;
					background-color: White;
					line-height: 20px;
					font-size: 13px;
				}
				
				.InnerShell .RightContent h1
					{
						padding: 0px 0px 10px 0px;
						font-size: 24px;
						line-height: 24px;
					}
					
					.InnerShell .RightContent .Subhead h1
					{
						padding: 0px 0px 10px 0px;
						font-size: 20px;
						line-height: 15px;
						text-transform: none;
					}

					.InnerShell .RightContent h2
					{
						padding: 0px 0px 10px 0px;
						font-size: 15px;
						line-height: 15px;
					}

					.InnerShell .RightContent h3
					{
						padding: 10px 0px 10px 0px;
						font-size: 15px;
						line-height: 15px;
					}

					.InnerShell .RightContent h4
					{
						padding: 10px 0px 10px 0px;
						font-size: 12px;
						line-height: 14px;
					}

					.InnerShell .RightContent p.Small
					{
						font-size: 90%;
						line-height: 90%;
						font-style: italic;
					}

					.InnerShell .RightContent p.Message
					{
						font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
						font-size: 13px;
						font-style: italic;
					}
					
	.ImageHeader
	{
		position:absolute;
		top: 171px;
		left: 375px;
	}
					
	h1, h2, h3, h4
	{
		color: #990000;
		text-transform: uppercase;
		font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
		font-weight: normal;
	}

	.LogoLink
	{
		display: block;
		width: 245px;
		height: 100px;
		position: absolute;
		top: 11px;
		left: 362px;
		z-index: 999;
	}

	.LeftTile
	{
		/*background-image: url('/images/framework_left_tile.gif');
		background-repeat: repeat-y;*/
	}

	.PadRight
	{
		padding-right: 8px;
		padding-bottom: 20px;
	}

	.GamePadding
	{
		padding-left: 3px;
	}

	.Center
	{
		display: block;
		margin: 10px auto 0px auto;
		width: 344px;
		height: 71px;
		white-space: nowrap;
	}

		.Center img
		{
			float: left;
			margin: 0px 10px 0px 10px;
		}

	.Legal
	{
		padding-top: 15px;
		padding-bottom: 10px;
		font-size: 11px;
		line-height: 14px;
		text-align: center;
	}






	/*

		TOP NAV; Top navigation classes
		-------------------------------------------------------------------------

	*/
	

	.TopNav
	{
		font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
		text-transform: uppercase;
		position: absolute;
		top: 52px;
		width: 970px;
		height: 30px;
		color: White;
		font-size: 12px;
		line-height: 16px;
		list-style: none;
		z-index: 998;
	}	
	
		.TopNav ul, .TopNav li
		{
			clear: none;
			display: inline;
		}	
		
		.TopNav .TempPadded
		{
			margin-right: 55px;
		}
		
		.TopNav .AfterSeparator
		{
			padding-left: 1px;
			margin-left: 1px
		}
		
		.TopNav .Split
		{
			/* margin-left: 576px; */
		}

		.TopNav a
		{
			color: White;
		}

			.TopNav a:hover
			{
				color: #fabd2c;
				text-decoration: none;
			}

			.TopNav a.Selected
			{
				color: #fabd2c;
			}

		.TopNav span
		{
			padding: 0px 9px 0px 10px;
			color: #fabd2c;
			font-weight: normal;
			font-size: 12px;
			line-height: 16px;
		}




	/*

		FOOTER; Bottom footer nav and copyright classes
		-------------------------------------------------------------------------

	*/

	.Footer
	{
		width: 986px;
		background: Black;
		padding-top: 5px;
		font-size: 12px;
		color: #757575;
	}

		.Footer p
		{
			text-align: center;
		}

		.Footer a
		{
			text-transform: uppercase;
			color: #757575;
		}
		
		.Footer span
		{
			color: #ABABAB;
			padding: 0px 10px 0px 10px;
		}
		
		.TipsCallout
		{
			margin: 0px 0px 0px 0px;
			width: 198px;
			padding: 0px 10px 0px 10px;
		}
		
		.TipsCallout img
		{
			padding: 10px 0px 10px 0px;
		}


	/*


		FIND FORM; Find Nancy's Form classes
		-------------------------------------------------------------------------

	*/
	
	
	

	.Find
	{
		height: 128px;
		margin: 0px 0px 0px 0px;
		width: 198px;
		padding: 0px 10px 0px 10px;
	}
	
		.ProductsListTop .Find
		{
			margin: 0px 0px 20px 10px;
			padding: 0px 0px 0px 0px;
			border-bottom: solid 1px #f8b514;
		}

			.ProductsListTop .Find h2
			{
				padding: 0px 0px 5px 0px !important;
				margin: 0px !important;
				font-size: 15px;
				line-height: 18px;
			}

			.ProductsListTop .Find p
			{
				padding: 0px 0px 10px 0px !important;
				margin: 0px !important;
				
			}

		.ProductsList .Find
		{
			margin: 20px 0px 0px 0px;
			padding: 10px 0px 0px 0px;
			border-top: solid 1px #f8b514;
		}

			.ProductsList .Find h2
			{
				padding: 0px 0px 5px 0px !important;
				margin: 0px !important;
				font-size: 15px;
				line-height: 18px;
			}

			.ProductsList .Find p
			{
				padding: 0px 0px 10px 0px !important;
				margin: 0px !important;
				
			}

		.Find h2
		{
			padding: 0px 0px 5px 0px;
			font-size: 17px;
			line-height: 17px;
			color: #990000;
			
		}	
		
		.Find p
		{
			width: 170px;
		}

		.Find select
		{
			font-size: 11px;
			max-width: 170px;
		}
	
		.Find .OR
		{
			padding: 3px 0px 5px 20px;
			line-height: 11px;
		}

		.NewPackagingCallout
		{
			color: #990000;
			font-family: "Palatino Linotype", "Times New Roman", "Times", Serif;
			font-weight: bold;
			font-size: 14px;
			font-weight: normal;
		}

}
