/* CSS Document */
/* copyright 2008 dolcedesign.com */

body    {
	color: #999999;
	font-size: 12px;
	line-height: 12px;
	font-family: Helvetica, Arial,  sans-serif;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0px;
	background-color: #000101;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
	
/* ===========================================
         MAIN LAYOUT
==============================================*/
#page      
	{
	text-align: left;
	vertical-align: top;
	margin-top: -300px;
	margin-left: -400px;
	top: 50%;
	left: 50%;
	position: absolute;
	width: 820px;
	height: 625px;
	z-index: 2;
}

	

/* ===========================================
         TEXT
==============================================*/



.header       {
	color: #C9C9C9;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 14px;
}

.grey_subhead         {
	color: #555555;
	line-height: 18px;
}



.popup {
		position: absolute; 
		left: 0px; 
		top: 410px; 
		width: 800px; 
		height: 100px; 
		z-index: 5;
		overflow: visible;
		visibility: hidden;
		line-height: 14px; 
		}




 /* ------ Navigation ------ */

a:link  {
	color: #999999;
	text-decoration: none;

}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #99ffff;
	text-decoration: none;
}

a:active {
	color: #99ffff;
	text-decoration: none;
}
.navstat {
	color: #99ffff;
	text-decoration: none;

	}

/* ===========================================
         TABLES
==============================================*/

/* ------ Navigation Table ------ */

#mainTable {
	white-space: nowrap;
	font-size: 12px;
	line-height: 13px;
	text-align: left;
	position: absolute; 
	left: 0; 
	top: 520px;  
	width: 800px; 
	height: 100px;
	overflow: visible;
	z-index: 40;

 }
 
  #mainTable td {
	height: 100px;
	vertical-align: top;
 }
 

 #nameCol {
 	width: 200px;
 	font-size: 13px;	
}
 
 #linksCol {
 	width: 165px;
 }
 
 #infoCol1 {
 	width: 210px;
	text-align: right;
 }
 
 #infoCol2 {
 	width: 225px;
	text-align: right;
	vertical-align: top;
 }
 


/* ------ Thumbnail Table ------ */

#thumbnailsTable {
	width: 100%;
	height: 490px;
	font-size: 12px;
	line-height: 12px;
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 100px 0px;
	border: none;
	left: auto;
	bottom: auto;
	z-index: 30;
	
	}
 
#thumbnailsTable td {
  width: 120px;
  }
  


/*--------------------- Reels Section -  Individual Movie Clips page ---------------*/

#container
	{
	width: 800px;
	margin: 0 0 -16px 0;
	text-align: center;
	z-index: 20;
	}
					
.hidden	
	{
	display: none;
	}
					
#flashcontent 
		{
		height: 100%;
		}





