
body {
    background: #white;
    font-family:  verdana,sans-serif;
    font-size: 14px;
    height: 100%;
    background-image: url("images/bggradient.jpg")
}


/**************************************/
/* The main logo panel div at the top */
/**************************************/
#logo {
	height: 120px;
	width: 799px;
	background-image: url("images/header.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

#head {height:145px; border:0;}
#wrapper {width:800px; margin:0 auto; text-align:left; }
#positioner {clear:both; position:relative; left:1px; z-index:100;}

.menu {display:none;} /*This turns off the display of IE6-version menus unless overridden */

#noniemenu {position:absolute;}
	#noniemenu .holder {
	  color:#fff; 
	  width:157px; 
	  height:18px; 
	  display:block; 
	  overflow:hidden;
	  float:left;
	  border:1px solid #000;
	  margin-right:1px;
	  font-size:10px;
	  }
		#noniemenu .holder ul {padding:0; margin:0;}
			#noniemenu .holder ul li {list-style-type: none;}
		#noniemenu .holder li {}
			#noniemenu .holder li ul {display: none;} 
			#noniemenu .holder li:hover > ul#a3 {display:block; position:absolute; left:105px; margin-top:-20px; border:1px solid #000;}
		#noniemenu .holder .bold {font-weight:bold;}
		#noniemenu .holder:hover {
		  height:auto; 
		  }
	#noniemenu a.outer, #noniemenu a.outer:visited {       /* Main Menu Bar stuff */
	   color: RGB(255,255,255); /* Foreground text colour */
	   /*font-weight:bold;*/
	   width:157px; 
	   line-height:18px;
	   display:block; 
	   /*background: RGB(143,0,217);  /* Background colour of main menu */
	   background: #532f53;
	   text-align:center; 
	   text-decoration:none; 
	   font-family: verdana, arial, sans-serif;
	   }
		#noniemenu a.outer:hover {
		/*color: RGB(180,0,255);*/
		font-weight: bold;
		color: #532f53;
		background: RGB(233,211,255); /* Hover colour */
		overflow:visible;
		  }
	#noniemenu a.inner, #noniemenu a.inner:visited { /* Drop Down Menu items */
	  display:block; 
	  width:156px; 
	  height:18px;
	  line-height:18px;
	  border-bottom:1px solid #000; 
	  text-decoration:none; 
	  color:#000; 
	  background:#eee;
	  text-align:center;
	  }
	  	#noniemenu a.inner:hover {
			background:RGB(233,211,255);
			}
	#noniemenu div.open {display:none;}
	#noniemenu a.second {font-weight:bold;}


/* STANDARD TEMPLATE CSS FOR CENTER-SCREEN SITE */

/* This is based on the idea of a centrally-aligned page, held completely within a 'container' div.
Within this div, we have a logo panel at the top, then a menu, then a 'content' div containing various 'panel' divs. */

/***************************************************/
/* Various global settings for the document body */
/***************************************************/


/* All anchors default to looking like this */
a	{
	color: #204060;
	text-decoration: none;
	border-width: 0px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

h2 { 
	font-size: 18px; 
	font-weight: bold;
	/*color: RGB(143,0,217);*/
	color: #532f53;
	margin: 0 0 0.5em 0;
}	

h3 { 
	font-size: 16px; 
	font-weight: bold;
	color: #336699;
	margin: 0 0 0.5em 0;
}

img {
	/* margin: 5px; */
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

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

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

}

.floatcenter {
	float: center;
	margin: 10px;
}


.imagecaption{
	font-style: italic;
	font-size: 80%;
	text-align:center;
}

.tableimage{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: -5px;
}


/**************************************/
/* The menu */
/**************************************/

/* Attributes for the menu bar */

#menu {
	width: 100%;
	margin-top: 2px;
	clear: both;
	/*z-index: 1;*/
}

#menu dl {
	float: left;
	width: 160px;
}

#menu dd {
	background: white;
	display: none;
	border: 1px solid gray;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	margin: 1px;
	background: #FF921D;
}

#menu ul {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
}

#menu li { 
	list-style-type: none;
	font-weight: bold;
}

#menu li a, #menu dt a {
	background: #DDD;
	color: #26425C;
	text-decoration: none;
	display: block;
	height: 100%;
	margin: 2px;
	border: 1;
}

#menu li a:hover, #menu dt a:hover {
	background: #FF921D;
}

#menu a {
	text-align: center;
	font-weight: bold
	padding: 3px 10px;
	color: #14283C;
}

#menu a:hover {
	color: red;
	text-decoration: none;
}

#menu h4 {
	margin: 0; 
	padding: 1px 0.33em;
  	position: relative;
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 0.8em;
  	background: #406080; 
	border: 1px solid gray;
}

/**************************************/
/* The content div */
/**************************************/

/* Attributes for the main content section */
#content {
	/* position: relative; */
	margin: auto;
	text-align: justify;
	/*top: 20px;
	left: 25px;
	margin-top: 2px;
	/*margin-left: 10px;
	margin-right: 100px;*/
	height: 100%;
	width: 95%;
	/* float: left;*/
	clear: both;
	/*z-index: 1;*/
}


#content a {
	/*color: RGB(143,0,217);*/
	color: #B03FB1;
	text-decoration: none;
	/* font-weight: bold; */
}

#content a:hover {
	color: #E22000;
}

#footer {
	/*border-top: 1px dotted rgb(153, 153, 153);*/
	color: rgb(153, 153, 153);
	font-size: 100%;
	font-family: Courier New,Courier,monospace;
	text-align: center;
	width: 100%
	padding-top: 7px;
}




/*******************************************/
/* The content div can contain various panels
/*******************************************/
/* Generic panel class */
.panel {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* Table column headers of class "panel" */
.panel th {
	font-size: 0.8em;
	text-align: center;
	height: 15px;
}

.panel td {
	font-size: 0.8em;
}

/***************************************************/
/* Specifics for various panels on the main page */
/***************************************************/
.panel#blurb {
	text-align: center;
	width: 275px;
	height: 100%;
	float: left;
	/*background: #DCF3FF;*/
}

.panel#links {
	background: #FFEFDD;
	text-align: center;
	float: left;
	width: 440px;
	height: 110px;
	border-style: solid;
	border-width: 1px;
	margin: 20px;
}

.panel#news {
	float: left;
	width: 440px;
	margin: 20px;
	height: 100%;
}

.panel#showreellist {
	float: left;
	width: 450px;
	height: 100%;
}

.panel#showreelplayer {
	float: left;
	width: 300px;
	height: 100%;
}


.panel#composers {
	float: left;
	width: 100%;
	height: 100%;
	/*background: #FFEFDD;*/
}

.composerpanel {
	padding: 5px;
	margin-top: 3px;
	margin-bottom: 40px;
	float: left;
	width: 100px;
	height: 100px;
	text-align: center;
	/*border-style: solid;
	border-width: 1px;
	background: #DCF3FF;*/
}

.composerpanel img{
	opacity: .7;
}



.newsitemeven {
	/*list-style-image: url("images/blazebullet.gif");*/
	background: #DCF3FF;
	margin: 15px;
	padding: 7px;
	height: 100px;
}

.newsitemodd {
	/*list-style-image: url("images/blazebullet.gif");*/
	background: #FFEFDD;
	margin: 15px;
	padding: 7px;
	height: 100px;
}

/* Table panel */
.panel#table{
	border-width: 1px;
	border-color: #00488C;
	border-style: solid;
	background: white;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;	
}

.creditlist {
	padding: 3px;
	text-align: center;
}

.creditlist th {
	background: #F7E1BF;
}

/* Fixed panels for composer pages */

#compTitlePanel {
	background: #F7E1BF;
	margin-top: 4px;
	height: 50px;
	width: 100%;
}

#compSRPlayerPanel {
	float: left;
	height: 50px;
	width: 50%;
}

#biogpanel {
	background: #F7E1BF;
	margin-bottom: 4px;
	padding: 10px;
	font-size: 13px
	width: 100%;
}

#biogpanel b {
	color: #FD6F06;
	font-size: 11px;
}

#comppanel1 {
	background: #CFE8FF;
	width: 394px;
	float: left;
	height: 100%;
	margin-right: 2px;
}

#comppanel1 b {
	color: #FD6F06;
	font-size: 11px;
}

#comppanel1 dt {
	color: #F57401;
	font-weight: bold;
}

#comppanel1 dd {
	margin-bottom: 10px;
}

#comppanel2 {
	background: #CFE8FF;
	width: 394px;
	float: left;
	height: 100%;
	margin-left: 2px;
}

#comppanel2 b {
	color: #FD6F06;
	font-size: 11px;
}

#comppanel2 dt {
	color: #F57401;
	font-weight: bold;
}

#comppanel2 dd {
	margin-bottom: 10px;
}

/**********************************************************/
/* BANNERS					*/
/**********************************************************/
/* Generic banner class */
.banner {
	color: white;
	background-color: #14283C;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.banner#navy {
	background-color: #14283C;
}

.banner#orange {
	background-color: #FF921D;
}

.banner#dove {
	background-color: #D9F6FF;
}

