* {
	font-family: arial, helvetica, sans-serif;
}

HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	background: #464746;
}

P {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 15px 30px;
}

H1 {
	font-size: 19px;
	line-height: 40px;
	margin: 0px 0px 0px 30px;
	padding: 30px 30px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

H2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px 0px 0px 30px;
	padding: 20px 30px 0px 0px;
	background-repeat: no-repeat;
	background-position: bottom left;
}

FIELDSET { 
	padding: 15px;
}

LEGEND {
	margin: 10px;
	padding: 10px;
}

#page {
	width: 800px;
	margin: 50px auto;
	padding-bottom: 40px;
}

#supernav {
	text-align: right;
	height: 19px;
	margin-bottom: 3px;
}

#wrapper {
	border: 7px solid #fff;
	background: #ffffff;
}

#nav {
	position: relative;
	width: 786px;
	height: 74px;
	padding: 0px;
	margin: 0px;
	background: url('img/top-nav.png') no-repeat top left;
}
	
	#logo A {
		display: block;
		float: left;
		width: 285px;
		height: 74px;
	}
	
	#menu {
		height: 74px;
	}
	
		#menu A {
			display: block;
			height: 74px;
			background: url('img/top-nav-items.png');
			text-indent: -3000px;
		}
		
		#menu #home {
			position: absolute;
			top: 0px;
			left: 415px;
			width: 60px;
			background-position: -25px 0px !important;
		}
		#menu #home:hover {
			background-position: -25px -74px !important;
		}
		
		#menu #store {
			position: absolute;
			top: 0px;
			left: 492px;
			width: 120px;
			background-position: -106px 0px !important;
		}
		#menu #store:hover {
			background-position: -106px -74px !important;
		}
		
		#menu #about {
			position: absolute;
			top: 0px;
			left: 585px;
			width: 90px;
			background-position: -205px 0px !important;
		}
		#menu #about:hover {
			background-position: -205px -74px !important;
		}
		
		#menu #contact {
			position: absolute;
			top: 0px;
			left: 655px;
			width: 95px;
			background-position: -285px 0px !important;
		}
		#menu #contact:hover {
			background-position: -285px -74px !important;
		}

#content {
	background: #fff;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#policies IMG {
	float: right;
	padding-top: 3px;
	border: 0px;
}

.pad {
	clear: both;
	padding-bottom: 40px;
}

.clear {
	clear: both;
}
