@charset "utf-8";
/* CSS Document */

 body {
background:transparent url(images/bg2.jpg) repeat scroll center top;
font-family:Arial,Helvetica,sans-serif;}

#introText {

background:transparent url(images/blk50.png) repeat scroll  0 0;
height:24px;
left: 0;
bottom:0;
position:absolute;
margin:0;
width:100%;
color: white;
text-align: center;
padding-top: 11px;
font-size: 11px;
letter-spacing: 1px;
}

.yellow {
color: yellow;
display:inline;
}

a { text-decoration: none;}

a:hover {color: #90875c; text-decoration:underline;}

 
 #outer {
        position: absolute;
        top: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        overflow: visible;
		
      }
       
      #inner {
        width: 700px;
        height: 134px;
        margin-left: -350px;
        position: absolute;
        top: -67px;
        left: 50%;
     
      }
	  
	  #inner2 {margin: 0pt auto; width: 380px; height: 28px;background-image:url(images/logo.png);background-repeat:no-repeat;}
	  
	  #inner3 {margin: 30px auto 0pt; width: 700px; height: 75px;}
	  			
/*KWICKS MENU
______________________________________________________________*/


.kwicks {  
    list-style: none;  
padding:0;
position:relative;
margin: 0 auto;

	}  

	
.kwicks li { 
	display: block;  
	overflow: hidden;  
	padding: 0;
	cursor: pointer;
	white-space:nowrap;
	float: left;
	width: 110px;
	height: 75px;
	margin-right: 5px;
	border-left: 1px solid #5d5d5d;
	} 
	
.kwicks li a {
	text-decoration: none;
	display: block;
	padding: 28px 0 0 110px;
	color: white;
	font-size: 12px;
	}
	
#home { 		background: url(images/home.png) no-repeat 12px 0 }
#home.active { 	background: url(images/home.png) no-repeat 12px -100px; }  
	
#presents { 			background: url(images/presents.png) no-repeat 12px 0 }  
#presents.active {  	background: url(images/presents.png) no-repeat 12px -100px; }  
	
#artists {  			background: url(images/artists.png) no-repeat 12px 0 }
#artists.active {  	background: url(images/artists.png) no-repeat 12px -100px; }
	  
#music { 				background: url(images/music.png) no-repeat 12px 0 }
#music.active {   	background: url(images/music.png) no-repeat 12px -100px; }  
      
#about { 			background: url(images/about.png) no-repeat 12px 0 } 
#about.active {   	background: url(images/about.png) no-repeat 12px -100px; }  

#email {   			background: url(images/email.png) no-repeat 12px 0;
					border-right: 1px solid #5d5d5d; }  
#email.active {  	background: url(images/email.png) no-repeat 12px -100px;}  


