﻿Body 
{
	background-image: none;
	background-color: #FFFFFF;
}

#BasePageWrapper
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 880px;
	/* height: 1200px; */
	top: 20px;
}
	#HomeLink
	{
		position: absolute;
		left: 40px;
		z-index: 400;
		top: -20px;
	}
		#HomeLink a 
		{
			font-size: 10px;
			color: #FFFFFF;
			text-transform: uppercase;
		}
		
	#BasePageHeader
	{
		position: absolute;
		left: 0px;
		top: 0px;
		
	}


	#BaseContentContainer
	{
		position: relative;
		/* float: left; */
		top: 65px;
		overflow: visible;
		width: 880px;
		padding: 0px 0px 0px 0px;
		clear: both;
		
		background-image: url(/images/content/content-bg.jpg);
		background-repeat: no-repeat;
		background-position: 0px 0px;
		
		color: #4d4d4d;
		font-size: 11px;
		line-height: 20px;
	}
	
	#BaseContentFooter
	{
		position: relative;
		float: left;	
		top: 65px;
		width: 880px;
		height: 40px;
		
		background-image: url(/images/shared/rounded-bottom-white.gif);
		background-repeat: no-repeat;
		z-index: 200;
	}

	#Specifications
	{
		margin-top: 0px;
	}

		
h1, h2, h3, h4
{
	font-weight: bold;
	color: #AC143F;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}

h1
{
	font-size: 130%;
	line-height: 130%;
}

h2 
{
	font-size: 110%;
	line-height: 110%;
}

h3 
{
	font-size: 100%;
	line-height: 100%;
}

h4
{
	font-size: 100%;
	line-height: 100%;
	color: #404040;
}





		#TopNavContainer
		{
			position: absolute;
			width: 880px;
			height: 89px;
			left: 0px;
			top: 0px;

			z-index: 150;
		}

			#HartLogoContainer
			{
				position: absolute;
				left: 21px;
				z-index: 155;
			}



			#NavBarContainer
			{
				position: absolute;
				top: 20px;
				left: 0px;
				z-index: 152;
			}

				#NavBarTop, #NavBarMiddle, #NavBarBottom
				{
					position: relative;
					margin: 0px;
				}
				#NavBarTop
				{
					height: 15px;
					width: 880px;
					background-image: url('/images/shared/top-nav/navbar-top.gif');
					background-repeat: no-repeat;
					z-index: 153;
				}

				#NavBarMiddle
				{
					height: 25px;
					width: 880px;
					top: -1px;
					margin: 0px;
					background-image: url('/images/shared/top-nav/tile.gif');
					background-repeat: repeat-x;
					z-index: 154;
				}

				#NavBarBottom
				{
					height: 6px;
					width: 880px;
					margin: 0px;
					top: -1px;
					background-image: url('/images/shared/top-nav/navbar-btm.gif');
					background-repeat: no-repeat;
				}

				#NavBarLinks
				{
					position:absolute;
					left: 365px;
					top: 0px;
					height: 29px;
					width: 503px;
				}

					#NavBarLinks a
					{
						float:left;
						margin: 0px;
						color: #FFFFFF;
						font-size: 11px;
						text-align: center;
						vertical-align: bottom;
						line-height: 25px;
						padding-left: 20px;
					}
				
					#NavBarLinks a:hover
					{
						text-decoration: underline;
					}

	.Clear
	{
		margin: 0;
		padding: 0;
		clear: both;
	}

