/*
Colours

Light Gray:	#eaeaea
darker 0e0e0
Blood red:	#900906

*/

* {
	margin: 0;
	padding: 0;
}

a:link {color: #900906}
a:visited {color: #900906}
a:hover {color: red}
a:active {color: #dbdbdb}

img{
border-color: black;
}

iframe {
overflow: hidden; 
} 

input.btn {
background-color: #900906;
font: bold small 'Verdana','Helvetica', 'avant-garde';
color: white;
border:1px solid; 
} 

body{ 
 margin: 0;                                                                    
 padding: 0;
 text-align:center; 

 background-repeat: repeat;
 background-position: top left;
 background-image: url('../images/back5.jpg');
 font-size: 13px;
 font-family: 'Verdana','Helvetica', 'avant-garde' ;
 border-color: #900906;
}

#wrapwrap{
margin-left:250px;	

}
#pagewrap{
width: 700px;
margin: 0 auto;
position:relative;
z-index: +200;

} 

#subscribe{
width: 269px;
height: 168px;
padding-right: 20px;
position:absolute;
right:1px;
z-index:201;
text-align: right;	
background-repeat: no-repeat;
 background-position: top right;
background-image: url('../images/blood4.png');
}

#title{
width: 600px;
height: 98px;
}

#navbar {
width: 250px;
height: 400px;
background-repeat: no-repeat;
background-position: top right;
float:left;
}

#music {
width: 250px;
height: 70px;
display: block;
position:absolute;
left:0;
top:60px;
background: url("../images/nav-music.png") no-repeat 0 0;
}
#music:hover { 
  background-position: 0 -70px;
}
#music span {
  display: none;
}

#merch {
width: 250px;
height: 70px;
display: block;
position:absolute;
left:0;
top:120px;
background: url("../images/nav-merch.png") no-repeat 0 0;
}
#merch:hover { 
  background-position: 0 -70px;
}
#merch span {
  display: none;
}

#about {
width: 250px;
height: 61px;
display: block;
position:absolute;
left:0;
top:180px;
background: url("../images/about.png") no-repeat 0 0;
}
#about:hover { 
  background-position: 0 -70px;
}
#about span {
  display: none;
}


#contact {
width: 250px;
height: 61px;
display: block;
position:absolute;
left:0;
top:240px;
background: url("../images/contact.png") no-repeat 0 0;
}
#contact:hover { 
  background-position: 0 -70px;
}
#contact span {
  display: none;
}

.playbutton {
width: 47px;
height: 47px;
position:relative;
left:13px;
display: block;
background: url("../images/playbutton.jpg") no-repeat 0 0;
}

.playbutton:hover { 
  background-position: 0 -51px;
}
.playbutton span {
  display: none;
}


#player {
width: 358;
height: 325;
position:absolute;
left:-358;
top:30px;
}

#shoutbox {
width: 250px;
height: 330px;
background-color: transparent;
padding: 0 0 0 5px;
position:absolute;
left:0;
top:402px;
}

#facebookbox{
width: 230px;
padding: 0 0 0 5px;
position:absolute;
left:0;
top:320px;

}

/** Slider **/
#slider {
    width: 550px; /* important to be same as image width */
    height: 700px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	background-color:black;
}
#sliderContent {
    width: 550px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	/*font: 10px/15px Arial, Helvetica, sans-serif;*/
    padding: 0px 0px;
    width: 320px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}

.left{
text-align: left;
float: left;
margin-right: 10px;
}

.right{
text-align: right;
float: right;
margin-left: 10px;
}



.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
/** Slider ends**/

.NU{
text-decoration: none
}


.center {
 	text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
	}

.box {
margin-top:30px;
padding: 20px;
border-style: solid;
border-width: 1px;
/** background-color:#eaeaea;  **/
text-align:left;
}
