﻿
/*

	Arm & Hammer classes and tag overrides
	-----------------------------------------------------------------------------------------------
	Last Updated: 02.01.2009

*/

	.Header
	{
		position: relative;
		background-image: url('../Images/Arm-Hammer/head.jpg');
		background-repeat: no-repeat;
		min-height: 100%;
		padding: 383px 44px 0px 43px;
	}
	
		.Header .Paragraph
		{
			display: block;
			position: absolute;
			top: 190px;
			left: 150px;
			width: 515px;
		}

			.Header .Paragraph h1
			{
				font-size: 16px;
				line-height: 19px;
				font-weight: bold;
				color: #124683;
				padding: 0px 0px 5px 0px;
				margin: 0px;
			}

				.Header .Paragraph h1 sup
				{
					position: relative;
					margin-left: 1px;
					vertical-align: text-top;
					top: 1px;
					line-height: 9px !important;
					font-size: 9px !important;
				}

			.Header .Paragraph p
			{
				padding: 0px;
				margin: 0px;

				font-size: 12px;
				line-height: 15px;
			}

				.Header .Paragraph p sup
				{
					position: relative;
					margin-left: 1px;
					vertical-align: text-top;
					top: 2px;
					line-height: 8px !important;
					font-size: 8px !important;
				}
				
		.Header .PDF1
		{
			display: block;
			position: absolute;
			top: 275px;
			left: 340px;
			width: 206px;
			text-align: right;
		}

			.Header .PDF1 a
			{
				font-size: 12px;
				font-weight: bold;
				color: #124683;
			}

		.Header .PDF2
		{
			display: block;
			position: absolute;
			top: 275px;
			left: 479px;
			width: 280px;
			text-align: right;
		}

			.Header .PDF2 a
			{
				font-size: 12px;
				font-weight: bold;
				color: #124683;
			}
	
		.Header h2
		{
			display: block;
			position: absolute;
			top: 340px;
			width: 876px;
			
			color: White;
			font-size: 22px;
			font-weight: bold;
			line-height: 26px;
			text-align: center;
		}
	
		.Tile
		{
			position: relative;
			background-image: url('../Images/Arm-Hammer/tile.gif');
			background-repeat: repeat-y;
			width: 876px;
			min-height: 450px;
		}
	
	.Footer
	{
		background-image: url('../Images/Arm-Hammer/bottom.gif');
		background-repeat: no-repeat;
		padding: 21px 0px 0px 0px;
		min-height: 86px;
	}
	
		.Footer .FootNote
		{
			width: 200px;
			font-size: 12px;
			text-align: right;
			padding: 10px 20px 0px 0px;
		}

	* html .Header
	{
		height: 450px;
	}

	* html .Tile
	{
		height: 450px;
	}

	* html .Footer
	{
		height: 86px;
	}
