﻿body
{
	background-color: #232323;
	color:#FFFFFF;
	font-family: arial, helvetica, verdana, sans-serif;
    line-height: 1.6em;
    min-height: 100%; 
    margin-bottom: 1px; 
    font-size: 11px;

}


#menu {
	background-image: url('../images/homeMenu3.jpg');
	background-repeat: no-repeat;
	height: 683px;
	width: 933px;
	margin: auto;
	
}

#social {
position:relative;
left: 725px;
width: 400px;
height: 50px;
}

ul#nav {

	height:100px;
	width: 235px;
	background-repeat: no-repeat;
	margin: auto;
	list-style: none;
	position: absolute;
	}


ul#nav li {
		float: left;
		list-style: none;
		}

ul#nav li a {

		position: absolute;
		text-indent: -9999px;
		text-decoration: none;
		border: none;
		margin: 0;
		list-style: none;
		}

/* ul#nav li#nav-home a { 
		left: 0px; top: 0px;
		width: 301px; height: 61px;
		} */

ul#nav li#nav-heritage a { 
		left: 436px; top: 147px;
		width: 138px; height: 131px;
		}

ul#nav li#nav-experience a { 
		left: 33px; top: 287px;
		width: 163px; height: 160px;
		}

ul#nav li#nav-registry a { 
		left: 284px; top: 281px;
		width: 156px; height: 134px;
		}

ul#nav li#nav-tech a { 
		left: 31px; top: 384px;
		width: 301px; height: 221px;
		}
		
ul#nav li#nav-notepad a { 
		left: 372px; top: 382px;
		width: 256px; height: 225px;
		}
		
ul#nav li#nav-shop a { 
		left: 542px; top: 182px;
		width: 215px; height: 190px;
		}


ul#nav li#nav-contact a { 
		left: 677px; top: 387px;
		width: 178px; height: 180px;
		}


		
/* ul#nav li#nav-home a:hover  			{ background-position: 0px -61px; } */
ul#nav li#nav-heritage a:hover  		{ background: url('../images/heritage_home.jpg') }
ul#nav li#nav-experience a:hover  		{ background: url('../images/experience_home.jpg') }
ul#nav li#nav-registry a:hover  		{ background: url('../images/registry_home.jpg') }
ul#nav li#nav-tech a:hover  			{ background: url('../images/tech_home.jpg')}
ul#nav li#nav-shop a:hover  			{ background: url('../images/shop_home.jpg') }
ul#nav li#nav-contact a:hover  			{ background: url('../images/contact_home.jpg') }
/* ul#nav li#nav-notepad a:link  			{ background: url('../images/notepad_home.jpg') } */


