body {
	background:#000;
	margin: 0;
	color: #ffffff;
	text-align:center;
	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
}




/*/////////////////////////////////// GENERIC LINKS ///////////////////////////////////*/
a {
	color:#009900;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
}





/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:15px;
	margin-bottom:10px;
	float:left;
}
.PixRight {
	margin-left:15px;
	margin-bottom:10px;
	float:right;
}
body#artists .PixLeft, body#artists .PixRight {
	border: 1px solid #000;
}




/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#wrapper {
	width:950px;
	margin:0 auto;
	clear:both;
	text-align:center;
}
#header {
	clear:both;
	margin:0;
	padding:0;
	height:205px;
	width:100%;
	text-align:center;
	position:relative;
	background:#000 url(../images/header/header.jpg) top left no-repeat;
}





/*///////////////////////////////////  SITE HEADER ///////////////////////////////////*/
#header h1 {
	margin:0;
	padding:0;
	width:100%;
	height:22px;
	float:left;
}
#header h1 a, #header h1 a:hover {
	font-size:0.1em;
	text-indent:-9999px;
	text-decoration:none;
	display:block;
	width:442px;
	height:156px;
}
#header h2 {
	text-indent:-9999px;
	font-size:0.1em;
}



/*/////////////////////////////////// MENU ///////////////////////////////////*/
#navigation {
	width:950px;
	height:22px;
	margin:183px 0 0 0;
	padding:0;
	clear:both;
	position:absolute;
	background-color: #313131;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	float:left;
	margin: 0 0 0 11px;
	padding:0;
}

#navigation li a {
	display:block;
	margin:0;
	padding:0;
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9999px;
	text-decoration:none;
	font-size:.1em;
	height:22px;
}
#navigation li a:hover {
	background-position:bottom left;
}



/* roll-over */
#navigation li.item00 a {
	background-image:url(../images/nav/nav-synopsis.gif);
	width:99px;
}
#navigation li.item01 a {
	background-image:url(../images/nav/nav-buydvd.gif);
	width:77px;
}
#navigation li.item02 a {
	background-image:url(../images/nav/nav-merchandise.gif);
	width:115px;
}
#navigation li.item03 a {
	background-image:url(../images/nav/nav-cinemas.gif);
	width:95px;
}
#navigation li.item04 a {
	background-image:url(../images/nav/nav-castcrew.gif);
	width:111px;
}
#navigation li.item05 a {
	background-image:url(../images/nav/nav-downloads.gif);
	width:102px;
}
#navigation li.item06 a {
	background-image:url(../images/nav/nav-trailer.gif);
	width:75px;
}
#navigation li.item07 a {
	background-image:url(../images/nav/nav-news.gif);
	width:61px;
}
#navigation li.item08 a {
	background-image:url(../images/nav/nav-contacts.gif);
	width:100px;
}



/* selected */
body#synopsis #navigation li.item00 a,
body#buydvd #navigation li.item01 a,
body#merchandise #navigation li.item02 a,
body#cinemas #navigation li.item03 a,
body#castcrew #navigation li.item04 a,
body#downloads #navigation li.item05 a,
body#trailer #navigation li.item06 a,
body#news #navigation li.item07 a,
body#contacts #navigation li.item08 a {
	background-position: 0 -22px;
	cursor:default;
}


/*///////////////////////////////////  CONTENT ///////////////////////////////////*/
#Content {
	width:100%;
	clear:both;
	text-align:center;
	background:url(../images/backgrounds/textarea.jpg) 0 0 repeat-y;
}
body#home #Content {
	background:#000;
}




#TextArea {
	width:100%;
	margin:0;
	text-align:left;
}





#LeftCol {
	float:left;
	margin:0;
	width:550px;
	min-height:260px;
	height:300px;
}
#RightCol {
	float:right;
	margin:0;
	width:400px;
	height:300px;
}



#Ctrl {
	width:400px;
	margin:10px 0 5px 0;
	height:16px;
	clear:both;
}
span.AddThis {
	float:right;
}
#Ctrl ul.subnav {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Ctrl ul.subnav li {
	border-right:1px solid #ffffff;
	margin:0 10px 0 0;
	color:#ffffff;
	padding:0 10px 0 0;
	float:left;
	font-size:1.3em;
}
#Ctrl ul.subnav li.Last {
	border:none;
	margin:0;
	padding:0;
}
#Ctrl ul.subnav li a.selected, #Ctrl ul.subnav li a.selected:hover {
	color:#ffffff;
	text-decoration:none;
	cursor:default;
}





#TxtCol {
	width:400px;
	clear:both;
	margin: 0;
	padding-bottom:15px;
	height:230px;
	overflow: auto;

}
#TxtCol h2 {
	text-transform:uppercase;
	font-size:2.3em;
	
	margin:0 0 .5em 0;
}




#Content p {
	font-size:1.3em;
	margin:0 0 1.3em 0;
	line-height:130%;
}
#Content .leadPara {
	color:#fff;
	font-size:1.5em;
}
h3 {
	text-transform:uppercase;
	font-size:2em;
	color: #ffe9bf;
	margin:0;
	padding:0;
}
h4 {
	color:#fff;
	text-transform:uppercase;
	margin:0 0 .5em 0;
	font-size:1.8em;
	line-height:110%;
	font-weight:normal;
}
h4.quote {
	text-align:center;
	margin:0;
}
p.attr {
	text-align:center;
	font-style:italic;
}


h5 {
	font-weight:bold;
	margin:0 0 .5em;
	font-size:1.6em;
	color:#fff;
}

h6 {
	font-weight:bold;
	margin:0 0 .25em 0;
	clear:both;
	font-size:1.4em;
}


#TxtCol ol {
	list-style:upper-latin;
}
#TxtCol ul {
	list-style:square;
	margin:0;
	padding:0 0 0 13px;
}
#TxtCol li {
	font-size:1.3em;
	line-height:130%;
}
#TxtCol ul li.sublist {
	list-style:none;
	margin-left:-15px;
}
#TxtCol ul ul {
	margin-left:15px;
}
#TxtCol li li {
	font-size:1em;
}




/* home page */
h2.strapline {
	display:block;
	background:#000 url(../images/headings/broadway_strapline.gif) top center no-repeat;
	clear:both;
	height:29px;
	margin:4px auto 0 auto;
	padding:0;
	text-indent:-9999px;
	font-size:0.1em;
}

/*/////////////////////////////////// VIDEO PANELS ///////////////////////////////////*/

#synopsisVideo {
	width:538px;
	height:260px;
	clear:both;
	margin:0;
}

#trailerVideo {
	width:640px;
	height:310px;
	clear:both;
	margin:0;
}





/*/////////////////////////////////// CAST and CREATIVE LISTS ///////////////////////////////////*/
#TextArea ul.TwoColList {
	border-top: 1px solid #006600;
	margin:0;
	padding:0;
	list-style-type:none;
	width:350px;
}

#TextArea ul.TwoColList li {
	border-bottom: 1px solid #006600;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	width:350px;
}
#TextArea ul.TwoColList li a {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	text-decoration:none;
	color: #CCCCCC;
}
#TextArea ul.TwoColList li a:visited {
	color: #009900;
}
#TextArea ul.TwoColList li.noLink {
	display:block;
	float:left;
	width:98%;
	padding:1%;
	color:#ffffff;
	background:none;
	text-decoration:none;
}
#TextArea ul.TwoColList li a:hover {
	text-decoration:none;
	background: #006600;
	color: #CCCCCC;
}
#TextArea ul.TwoColList li span.ListRight {
	text-align:left;
	float:right;
	width:45%;
	font-style:italic;
	font-weight:normal;
}
#TextArea ul.TwoColList li a span.Right {
	font-style:italic;
}


#cast_crew #LeftCol {
	float:left;
	margin:0;
	width:500px;
	height:160px;
	padding:0;
}
#cast_crew #LeftCol h5 {
	color: #009900;
	text-transform:uppercase;
}

/*///// PHIL DANIELS /////*/

#cast_crew #LeftCol.phil_daniels {
	background:url(../images/cast_crew/castpic-phildaniels.jpg) top left no-repeat;
	color:#000000;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.phil_daniels p {
	width:250px;
	color:#000000;
}

/*///// GARY STRETCH /////*/
#cast_crew #LeftCol.gary_stretch {
	background:url(../images/cast_crew/castpic-garystretch.jpg) top left no-repeat;
	color:#FFFFFF;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.gary_stretch h5 {
	color: #009900;
}

#cast_crew #LeftCol.gary_stretch p {
	width:275px;
}

/*///// GEOFF BELL /////*/
#cast_crew #LeftCol.geoff_bell {
	background:url(../images/cast_crew/castpic-geoffbell.jpg) top left no-repeat;
	color:#FFFFFF;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.geoff_bell h5 {
	color: #009900;
}

#cast_crew #LeftCol.geoff_bell p {
	width:200px;
}

/*///// LAILA ROUASS /////*/
#cast_crew #LeftCol.laila_rouass {
	background:url(../images/cast_crew/castpic-laila.jpg) top left no-repeat;
	color:#FFFFFF;
	padding: 15px 0 0 285px;
	width: 245px;
}

#cast_crew #LeftCol.laila_rouass h5 {
	color: #009900;
	text-align:right;
	padding-right:15px;
}

#cast_crew #LeftCol.laila_rouass p {
	width:230px;
	color: #000000;
	text-align:right;
}

/*///// PETER BOWLES /////*/
#cast_crew #LeftCol.peter_bowles {
	background:url(../images/cast_crew/castpic-peterbowles.jpg) top left no-repeat;
	color:#FFFFFF;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.peter_bowles h5 {
	color: #009900;
}

#cast_crew #LeftCol.peter_bowles p {
	width:300px;
}

/*///// ARTHUR BROWN /////*/
#cast_crew #LeftCol.arthur_brown {
	background:url(../images/cast_crew/castpic-arthurbrown.jpg) top left no-repeat;
	color:#000000;
	padding: 45px 0 0 310px;
	width: 235px;
	height:100px
}

#cast_crew #LeftCol.arthur_brown h5 {
	color: #009900;
}

#cast_crew #LeftCol.arthur_brown p {
	width:220px;
	color:#000000;
}

/*///// JON IVAY /////*/

#cast_crew #LeftCol.jon_ivay {
	background:url(../images/cast_crew/castpic-jonivay.jpg) top left no-repeat;
	color:#000000;
	padding: 15px 15px 0 15px;
}


/*///// DAVID REID & ADAM BOHLING /////*/

#cast_crew #LeftCol.david_reid_adam_bohling {
	background:url(../images/cast_crew/castpic-adamanddave.jpg) top left no-repeat;
	color:#000000;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.david_reid_adam_bohling p {
	width:235px;
	color:#000000;
}

/*///// CAROLINE IVAY /////*/

#cast_crew #LeftCol.caroline_ivay {
	background:url(../images/cast_crew/castpic-carolineivay.jpg) top left no-repeat;
	color:#000000;
	padding: 15px 15px 0 15px;
}


/*///// CAROLINE IVAY /////*/

#cast_crew #LeftCol.youth {
	background:url(../images/cast_crew/castpic-youth.jpg) top left no-repeat;
	color:#000000;
	padding: 15px 15px 0 15px;
}

#cast_crew #LeftCol.youth p,#cast_crew #LeftCol.caroline_ivay p,#cast_crew #LeftCol.jon_ivay p {
	width:235px;
	color:#ffffff;
}

/*/////////////////////////////////// DOWNLOADS ///////////////////////////////////*/

#TextArea ul.TwoColList {
	border-top: 1px solid #006600;
	margin:0;
	padding:0;
	list-style-type:none;
	width:300px;
}

#TextArea ul.TwoColList li {
	border-bottom: 1px solid #006600;
	float:left;
	margin:0;
	padding:0;
	font-size:1.3em;
	width:300px;
}




#downloads #LeftCol {
	float:left;
	margin:0;
	width:649px;
	height:160px;
	padding:0;
	background:url(../images/wallpapers/freebird_wallpaper-th.jpg) no-repeat top right;
}

#downloads #RightCol {
	float:right;
	margin:0;
	width:300px;
	height:280px;
	text-align:right;

}

#downloads #TxtCol, #downloads #Ctrl {
	width:300px;
	padding-bottom:15px;
}


/*/////////////////////////////////// TRAILERS ///////////////////////////////////*/

#trailers #LeftCol {
	float:left;
	margin:0;
	width:640px;
	height:330px;
	padding:0;
	background:url(../images/wallpapers/freebird_wallpaper-th.jpg) no-repeat top right;
}

#trailers #RightCol {
	float:right;
	margin:0;
	width:300px;
	height:280px;
	text-align:left;
}

#trailers #TxtCol, #trailers #Ctrl {
	width:300px;
	padding-bottom:15px;
}

/*/////////////////////////////////// NEWS ///////////////////////////////////*/

#news #TxtCol h5 {
	text-transform:uppercase;
	
}
#news #TxtCol h4 {
	color: #009900;
}
/*/////////////////////////////////// CINEMAS ///////////////////////////////////*/

#cinemas #TxtCol h5 {
	text-transform:uppercase;	
}
#cinemas #TxtCol h4 {
	text-transform:uppercase;
	color: #009900;	
}

#cinemaLeftCol {
 margin: 30px 20px 0 0;
 overflow:auto;
 height: 250px;
 padding: 0 20px 0 0;
}

#cinemas #cinemaLeftCol h5 {
	color: #009900;	
}

/*/////////////////////////////////// FORM ///////////////////////////////////*/
#TextArea form {
	width:98%;
}
#TextArea form p {
	
}
#TextArea form label {
	font-weight:normal;
}

form .formRight {
	float:right;
}

#TextArea form input.GoButton {
	font-family: Arial, sans-serif;
	color:#fff;
	font-weight:normal;
	text-align:right;
	margin:0 0 0 5px;
	padding:3px;
	cursor:pointer;
	border:none;
	font-size:1.2em;
	line-height:100%;
	text-transform:uppercase;
	background: #336600;
	width:auto;
	
}
#TextArea form input.GoButton:hover {
	background: #009900;
	color:#fff;
}


input.formRight {
	float: right;
}


#TextArea form input.TxtField {
	font-family: Arial, sans-serif;
	width:250px;
	height:16px;
	line-height:100%;
	margin:0px;
	padding:3px;
	font-size:12px;
	color:#000;
	border:1px solid #000;
	float:right;
	background:#fff;
}
#TextArea span.FormRight {
	float:right;
	width:258px;
	text-align:left;
}
#TextArea form input.cBox {
	width:16px;
	height:16px;
	margin:0px;
}




/* error messages */
#TextArea form div.errorMsg p {
	color: #fff;
	font-weight: normal;
	background:red;
	font-size:1.1em;
	text-align:center;
	margin-bottom:10px;
	padding:2px 0;
}
#TextArea div.general-error {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	background:red;
	padding: 5px;
	text-align:center;
	margin-bottom:1.3em;
}
#TextArea form div.error {
	margin:0;
	padding:5px;
	border:1px solid red;
	width:473px;
}
#TextArea form div.error p {
	color:#fff;
	width:100%;
}
#TextArea form div.error input.TxtField {
	border:1px solid red;
	width:242px;
	background:red;
	color:#fff;
}





/*///////////////////////////////////  BOTTOM ///////////////////////////////////*/
#bottom {
	clear:both;
	margin:0;
	padding: 0;
	height:160px;
	width:100%;
	text-align:center;
}
#bottom h2 {
	margin:0;
}
#bottom h2.quote1 {
}
#bottom h2.quote2 {
	margin-top:14px;
}

/*
#bottom ul {
	list-style:none;
	margin:12px auto 0 auto;
	clear:both;
}
#bottom li {
	display:inline;
	margin: 0 34px;
}
*/




/*///////////////////////////////////  GENERAL ///////////////////////////////////*/
#TextArea .indent {
	text-align:left;
	float:right;
	width:50%
}
#TextArea .Center {
	text-align:center;
}
#TextArea .Credit {
	font-size:.8em;
	line-height:.8em;
}
#TextArea .Right {
	text-align:right;
	float:right;
	font-weight:normal;
	text-transform:none;
}
#TextArea .Last {
	border:none;
	margin:0;
	padding:0;
}
#TextArea .date {
	font-size:45%;
}
#TextArea .Note {
	font-size:0.85em;
	font-style:italic;
	margin:0;
	line-height:120%;
}
#TextArea .small {
	font-size:0.65em;
	margin:0;
	line-height:120%;
}
#TextArea .Big {
	font-size:1.6em;
	margin:0;
	color:#fff;
	line-height:100%;
}

#TextArea .space {
	height:40px;
}

#TextArea .space10 {
	height:10px;
}





/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer {
	text-align:center;
	color:#666;
	margin:0;
	width:100%;
	font-size:1em;
	padding:12px 0 20px 0;
	clear:both;
}
#Footer div {
	width:900px;
	margin:0 auto;
}
#Footer a {
	color:#999;
}
#Footer a:hover {
	color:#ccc;
	text-decoration:none;
}

#Footer #Copyright {
	margin:0;
	text-align:left;
	float:left;
	padding:0;
}
#Footer #FootLinks {
	float:right;
	padding:0;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #666;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}

/*///////////////////// PRESS RESOURCE //////////////////////*/
#Press_Resource #TxtCol img.production{
	
	border: solid 1px #ffffff;
	margin-right:5px;
	margin-top:-10px;
}