body
{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
}

hr
{
	border: 0;
	border-bottom: 1px dotted #999;
}

a
{
	outline: none;
}

/* ALL ELEMENTS */
#Logo
{
	position: absolute;
	width: 160px;
	height: 126px;
	left: 50%;
	margin-left: -80px; 
	top: 5px;
	z-index: 0;
}

#MainMenu
{
	position: absolute;
	top: 112px;
	left: 50%;
	margin-left: -480px; 
	width: 960px;
	height: 25px;
	z-index: 1;
	background-image:url("../images/MainMenuBG.png");
}

.HomeMenu
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/HomeNav.png");
}

.HomeMenu:hover
{
	background-image:url("../images/HomeNavHov.png");
}

.HomeMenuVisited
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/HomeNavHov.png");
}


.AboutMenu
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/AboutNav.png");
}

.AboutMenu:hover
{
	background-image:url("../images/AboutNavHov.png");
}

.AboutMenuVisited
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/AboutNavHov.png");
}

.eStoreMenu
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/eStoreNav.png");
}

.eStoreMenu:hover
{
	background-image:url("../images/eStoreNavHov.png");
}

.eStoreMenuVisited
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/eStoreNavHov.png");
}

.ServicesMenu
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/ServicesNav.png");
}

.ServicesMenu:hover
{
	background-image:url("../images/ServicesNavHov.png");
}

.ServicesMenuVisited
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/ServicesNavHov.png");
}

.ContactMenu
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/ContactNav.png");
}

.ContactMenu:hover
{
	background-image:url("../images/ContactNavHov.png");
}

.ContactMenuVisited
{
	display:block;
	z-index: 1;
	border: 0;
	width: 100%;
	height: 25px;
	background-image:url("../images/ContactNavHov.png");
}

#BottomMenu
{
	position: fixed;
	_position: absolute;
	_top: expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
	bottom: 0px;
	left: 50%;
	margin-left: -480px; 
	width: 965px;
	height: 30px;
	z-index: 99;
	background-image:url("../images/Bottom.png");
	color: #000;
	font-size: 100%;
	text-align: center;
}