/* general */

body {
	background: url(images/greybar_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: 14px;
	text-decoration: none;
	letter-spacing: 0px;
}

a:link, a:visited {
	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: 18px;
	font-size: 8pt;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;	
}

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

h2, h2 a:link {
	display: block;
	background: #404040;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #fff;
	text-align: left;
	text-indent: 8px;
	line-height: 18px;
	font-size: 8pt;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
}

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

h3, h3 a {
	font-weight: normal;
	font-size: 8pt;
	line-height: 14px;
	color: #f8001e;
	text-align: left;
	letter-spacing: 2px;
	text-decoration: none;
}

h3 {
	margin: 0px 0px 0px 110px;
}

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

p {
	text-align: left;
	margin-top: -3px;
}

img {
	border: 0px;
}

ul {
 	margin: 0px 0px 0px 0px;
 	padding: 0;
}
  
li {
  	text-indent: 0px;
  	list-style-type:none;
}

li a  {
	}

/*  ---- sub-specific divs ----  */


#containerSub {
	width: 760px;
	margin: 0px;
	padding: 0px;
}

#headerSub {
	width: 710px;
	height: 182px;
	padding: 13px 0px 0px 50px;
	float: left;
	background: #404040 url(images/sub_bg.gif) no-repeat top left;
}

#bannerSub {
	width: 415px;
	margin-top: 112px;
	float: left;
}

#bannerSub, #bannerSub a {
	font-weight: bold;
	color: #000;
	font-size: 7pt;
	line-height: 14px;
	letter-spacing: 1px;
	text-align: right;
	vertical-align: bottom;
}

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

#contentSub {
	width: 710px;
	padding: 35px 0px 35px 57px;
	margin: 0px;
	clear: both;
	float: left;
	background: #fff url(images/content_bg.gif) no-repeat top left;
}

#leftCol {
	width: 420px;
	float: left;
}

#rightCol {
	width: 243px;
	float: left;
	margin-left: 40px;
}

#contentBottomBuffer {
	height: 225px;
	clear: left;
	width: 420px;
}
	
#footer {
	clear: both;
	padding: 13px 0px 26px 57px;
	margin-bottom: 0px;
	background: #404040;
	/*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;
}

#flashcontent {
	clear: both;
	float: left;
	width: 670px;
	height: 400px;
}
	


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

#nav {
  	position:relative;
  	width:138px;
  	height:168px;
	float: left;
	padding: 0px;
	margin: 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: 0px;
	/*background: url(images/home.jpg);*/
}



/*  ---- 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 {
	clear: left;
	float: left;
	background: url(images/leaves.gif) no-repeat top left;
	width: 110px;
	height: 55px;
	margin-top: 18px;
	padding-top: 20px;
	text-align: center;
	font-size: 7pt;
	line-height: 9px;
}

.cast {
	float: left;
	width: 420px;
	margin: 2px 0px 8px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px dotted #cccccc;
}

.cast img {
	width: 100px;
	height: 138px;
	clear: left;
	padding: 2px 10px 6px 0px;
	float: left;
	margin: 0px;
}

.cast p {
	margin-left: 110px;
	letter-spacing: 0px;
	margin-top: 4px;
	color: #404040;
}

.photoCredit {
	text-align: left;
	letter-spacing: 0px;
	font-style: italic;
	color: #cccccc;
}

.h2castbuffer {
	margin-top: 30px;
	clear: both;
	float: left;
	width: 420px;
}

.crewTitles {
	width: 420px;
	font-weight: bold;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 2px;
	margin-top: 15px;
}

.musicScore {
	margin-top: 10px;
}

.float {
	float: left;
	clear: both;
}

.postcardLink {
	display: block;
	width: 334px;
	height: 32px;
	margin: 30px 0px 10px 0px;
	padding: 0px;
	background: url(images/postcard_link.gif) no-repeat top left;
}

.postcardLink:hover {
	background: url(images/postcard_link-over.gif) no-repeat top left;
}


		
	