﻿body
{
	background-color: #000000;
	font-family:arial,sans-serif;
	font-size: small;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	height: 100%;
}

a
{
	color: #FFC600;
}


h1
{
	margin-left: 50px;
	margin-top: 25px;
	background: url('../images/header.png') no-repeat;
	height: 100px;
	width: 420px;
	text-indent: -9999px;
}

h2
{
	 font-family: Lucida Sans, Arial;
	 font-style: italic;
	 font-size: 36px;
	 margin-bottom: 10px;
	 color: #FFE48F;
}

h3
{
	color: #FFE48F;
}

.title
{
	font-style: oblique;
	color:  #FFE48F;
}

img#bg 
{
	z-index: -999;
	position:fixed;
	top:0;
	right:0;
	height:100%;
}

.seperator
{
	height: 2px;
	width: 50%;
	padding: 0;
	margin: 0;
	padding-left: 50px;
	background-color: #FFE373;
}

#btnUp
{
	display: block;
	position: absolute;
	left: -10px;
	text-indent: -9999px;
	background-image: url('../images/scrollup.png');
	cursor: pointer;
	width: 20px;
	height: 20px;
}

#btnDown
{
	display: block;
	position: absolute;
	left: -10px;
	text-indent: -9999px;
	background-image: url('../images/scrolldown.png');
	cursor: pointer;
	width: 20px;
	height: 20px;
	
	bottom: 1px;
}

#menu
{
	height: 35px;
	background-color: #FFC600;
	position: absolute;
	bottom: 50px;
	width: 100%;
}

#menu ul
{
	margin: 0px;
	margin-left: 100px;
	display: block;
	list-style-type:none;
	padding: 0px;
	height: 35px;
	width: auto;
}

#menu li
{
	width: 102px;
	height: 35px;
	float: left;
	padding: 0;
	margin: 0;
}

#menu li a
{
	display: block;
	width: auto;
	height: 35px;
	text-indent: -9999px;
}


#homeButton
{
	background: url('../images/homebutton.png') no-repeat;
}
#homeButton:hover
{
	background: url('../images/homebutton.png') no-repeat 0px -35px !important;
}

#aboutButton
{
	background: url('../images/aboutbutton.png') no-repeat;
}
#aboutButton:hover
{
	background: url('../images/aboutbutton.png') no-repeat 0px -35px !important;
}

#galleryButton
{
	background: url('../images/gallerybutton.png') no-repeat;
}
#galleryButton:hover
{
	background: url('../images/gallerybutton.png') no-repeat 0px -35px !important;
}

#creditButton
{
	background: url('../images/creditsbutton.png') no-repeat;
}
#creditButton:hover
{
	background: url('../images/creditsbutton.png') no-repeat 0px -35px !important;
}

#trainingButton
{
	background: url('../images/trainingbutton.png') no-repeat;
}
#trainingButton:hover
{
	background: url('../images/trainingbutton.png') no-repeat 0px -35px !important;
}

#contactButton
{
	background: url('../images/contactbutton.png') no-repeat;
}
#contactButton:hover
{
	background: url('../images/contactbutton.png') no-repeat 0px -35px !important;
}


.activeMenu
{
	background-position: 0px -35px !important;
}

#onusdesign
{
	text-indent: -9999px;
}