/* general */

body {
	background: #404040 url(images/redbar_bg.gif) repeat-x top left;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body, a {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #404040;
	line-height: 10px;
	text-decoration: none;
	letter-spacing: 0px;
}

a:link {
	text-decoration: none;
	color: #f8001e;
}
	
a:hover, a:active {
	color: #f8001e;
	text-decoration: underline;
}


h1, h1 a:link {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #f8001e;
	text-align: left;
	line-height: 14px;
	font-size: 8pt;
	border-bottom: 1px dotted #999;
	margin-bottom: -4px;	
}

h1 a:hover, a:active {
	color: #f8001e;
	text-decoration: underline;
}

p {
	text-align: left;
	margin-bottom: -4px;
}

img {
	border: 0px;
}

/*  ---- home divs ----  */


#containerHome {
	width: 936px;
	height: 570px;
	margin: 0px;
	padding-left: 50px;
	background: url(images/home_bg.jpg) no-repeat top left;
}

#contentHome {
	clear: both;
	float: left;
	margin-top: 35px;
	padding-left: 7px;
	width: 400px;
}

#musicPlayer {
	position: absolute;
	margin-left: 57px;
	top: 0px;
}

#footer {
	clear: both;
	padding: 13px 0px 26px 57px;
	margin-bottom: 0px;
	background: #404040 url(images/footer_bg.gif) repeat-x top left;
}

#footer, #footer a {
	color: #fff;
	font-size: 7pt;
	line-height: 10px;
}

#footer a:hover {
	text-decoration: underline;
}




/*  ---- navigation ----  */

#nav {
  	position:relative;
  	width:138px;
  	height:168px;
	float: left;
	padding: 0px;
	margin: 124px 0px 0px 0px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #f8001e;
}
    
#nav ul {
 	position:relative;
 	margin:0;
 	padding:0;
}
  
#nav li {
  	float:left;
  	width: 138px;
	height: 24px;
  	display:block;
  	list-style-type:none;
}

#nav li a  {
	height: 24px;
  	display: block;
	padding: 0px 7px 0px 7px;
	font-family: Geneva,Arial,sans-serif;
	font-size: 7pt;
	text-align: left;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: 4px;
	clear: both;
}
 
 
#nav li a:hover {	
	background: #e90202;
	color: #fd8d8d;
}

#nav li span#home, #nav li span#home a {background-image:url("images/home.jpg");}
#nav li span#story, #nav li span#story a {background-image:url("images/story.jpg");}
#nav li span#castcrew, #nav li span#castcrew a {background-image:url("images/cast_crew.jpg");}
#nav li span#music, #nav li span#music a {background-image:url("images/music.jpg");}
#nav li span#photos, #nav li span#photos a {background-image:url("images/photos.jpg");}
#nav li span#kit, #nav li span#kit a {background-image:url("images/kit.jpg");}
#nav li span#contact, #nav li span#contact a {background-image:url("images/contact.jpg");}

#nav li a span {
  	display:none;
  	position:absolute;
  	width: 138px;
  	height: 168px;
  	background-position: left top;
  	background-repeat: no-repeat;
  	text-decoration: none;
  	top:0px;
  	left:139px;
  	float: left;
  }
  
#nav li a:hover span {
	display: block;
  	cursor: pointer;
  	border-right: 1px solid #fff;
}

#navPhoto {
	height: 168px;
	width: 138px;
	float: left;
	border-right: 1px solid #fff;
	margin-top: 124px;
}



/*  ---- classes ---- */

.bodybold {
	font-weight: bold;
}

.bodybold a {
	font-weight: bold;
	color: #404040;
	text-decoration: none;
}

.bodybold a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.awards {
	float: left;
	background: url(images/leaves.gif) no-repeat top left;
	width: 110px;
	height: 55px;
	margin-top: 18px;
	padding-top: 13px;
	padding-right: 20px;
	text-align: center;
}

.awards a, .awards a:hover, .awards a:active, .awards a:visited {
	text-align: center;
	font-size: 7pt;
	line-height: 12px;
	text-decoration: none;
	padding-top: 13px;
	color: #f8001e;
}

.awards a:hover, .awards a:active {
	text-decoration: underline;
}


