* {margin: 0; padding: 0; border: 0;}

body { 
background: #000000;
color: #ffffff;
min-width: 800px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
}
h1 {color: orange; font-size:18px;}
h2 {color: orange; font-size:14px;}
a {color:orange; text-decoration:none;}
a:hover {color:white;}

 input
{
color: #ffc200;
background: #000000;
border: 1px solid #ffc200
}

.submit input
{
color: #FFFFFF;
background: #000000;
border: 1px solid #ffc200
}


#subnav {position:relative; top: -400px; height: 50px; left:0px;}

#menu-home a {
	position:absolute;
	left:0px;
	top:400px;
	width:145px;
	height:50px;
	background: url("../images/home2.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-home a:hover { background: url("../images/home2-on.gif") 0 0 no-repeat;}

#menu-audio a{
	position:absolute;
	left:145px;
	top:400px;
	width:93px;
	height:50px;
	background: url("../images/audio.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-audio a:hover { background: url("../images/audio-on.gif") 0 0 no-repeat;}

#menu-video a{
	position:absolute;
	left:238px;
	top:400px;
	width:84px;
	height:50px;
	background: url("../images/video.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-video a:hover { background: url("../images/video-on.gif") 0 0 no-repeat;}

#menu-downloads a{
	position:absolute;
	left:322px;
	top:400px;
	width:139px;
	height:50px;
	background: url("../images/downloads.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-downloads a:hover { background: url("../images/downloads-on.gif") 0 0 no-repeat;}

#menu-shop a{
	position:absolute;
	left:461px;
	top:400px;
	width:83px;
	height:50px;
	background: url("../images/shop.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-shop a:hover { background: url("../images/shop-on.gif") 0 0 no-repeat;}

#menu-forum a{
	position:absolute;
	left:544px;
	top:400px;
	width:95px;
	height:50px;
	background: url("../images/forum.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-forum a:hover { background: url("../images/forum-on.gif") 0 0 no-repeat;}

#menu-contact a{
	position:absolute;
	left:639px;
	top:400px;
	width:161px;
	height:50px;
	background: url("../images/contact.gif") 0 0 no-repeat;text-decoration: none;}
}
#menu-contact a:hover { background: url("../images/contact-on.gif") 0 0 no-repeat;}