@charset "utf-8";
/* CSS Document */

@import url('reset.css');

a  {
   text-decoration: none;
   color: #eb8f0c;
}

a:hover {
   text-decoration: underline;
   color: #eb8f0c;
}


a ins  {
   text-decoration: none;
}

#buttons {
	position:absolute;
	height:115px;
	margin-left:66px;
	z-index:8;
	width:100%;
}

#shape2copy  {
	background: url(buttons/buttons_bg.jpg) no-repeat;
	visibility: visible;
	position: absolute;
	left: 19px;
	top: 88px;
	z-index: 4;
	width: 972px;
	height: 45px;
}

#navigation li a  
{  
background-image:url(buttons/buttons.jpg);  
display:block;  
}  

#navigation li  
{  
float:left;
}  

.home  
{  
background-position:0px 0px;  
width:105px;  
height:45px;  
}  
   
.calendar  
{  
background-position:-105px 0px;  
width:151px;  
height:45px;  
}  
   
.mixes  
{  
background-position:-256px 0px;  
width:91px;  
height:45px;
}  
   
.radio  
{  
background-position:-347px 0px;  
width:95px;  
height:45px;
}  
   
.pics  
{  
background-position:-442px 0px;  
width:79px;  
height:45px; 
}  

.video  
{  
background-position:-521px 0px;  
width:97px;  
height:45px; 
}  

.bio  
{  
background-position:-618px 0px;  
width:67px;  
height:45px;  
}  

.contact  
{  
background-position:-685px 0px;  
width:136px;  
height:45px;  
}  

#navigation a .hover {  
     background:url(buttons/buttons.jpg) no-repeat;  
     display: block;  
     opacity: 0;  
     position: relative;  
     top: 0;  
     left: 0;  
     height: 100%;  
     width: 100%;  
}  
       
#navigation a.home .hover {  
	background-position: -0px -45px;  
       
}  

#navigation a.calendar .hover {  
	background-position: -105px -45px;  
       
}  

#navigation a.mixes .hover {  
	background-position: -256px -45px;  
       
}  

#navigation a.radio .hover {  
	background-position: -347px -45px;  
       
}  

#navigation a.pics .hover {  
	background-position: -442px -45px;  
       
}  

#navigation a.video .hover {  
	background-position: -521px -45px;  
       
}  

#navigation a.bio .hover {  
	background-position: -618px -45px;  
       
}  

#navigation a.contact .hover {  
	background-position: -685px -45px;  
       
}  

html, body  {
   padding: 0px;
   margin: 0px;
   background-color: #000000;
}
