/* CSS Document */

body {
	background-color: #000000;	
}

/*td {
	background-color: #efefef;		
}*/

a:visited {
	color: #0000FF;
}
.a_pic a {
	color: #000000;
	text-decoration: none;	
}
.a_pic a:visited {
	color: #000000;
	text-decoration: none;
}

.a_showings a {
	color: #000000;
	text-decoration: none;	
}
.a_showings a:hover {
	color: #0000FF;
 	text-decoration: underline;
}

/*==========Top Nav==========*/
#navcontainer {
	background-repeat: no-repeat;
	border-width: 1px;
	border-color: #ff9900 #000000 #ef0018 #000000; /*top, right, bottom, left*/
	border-style: solid;
	margin: 0 auto;
	padding: 0.0em 0.em 0.0em 0.em;/*top, right, bottom, left*/
	background-image: url(images/container_gray2.gif);
	width: 796px;
	
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#navlist li {
	display: block;
	float: left;
	width: 132px;
	margin: 0;
	padding: 0;
	height: auto;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.35em;
	border-width: 1px;
	/*border-color: #999999 #333333 #666666 #333333;top, right, bottom, left*/
	border-style: solid;
	color: #ffffff;
	text-decoration: none;
	border-top:0px;
	border-right:0px;
	border-right-color:#ff33cc;
	border-bottom:0px;
	border-left:0px;;
}

#navcontainer>ul#navlist li a {
	width: auto;
}
/*=====Top Nav continued=====*/



/*=====button 1=====*/
ul#navlist li#active1 a
{
color: #efefef;
background: url(images/new_red_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}
/*=====button 2=====*/
ul#navlist li#active2 a
{
color: #efefef;
background: url(images/new_gold_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}
/*=====button 3=====*/
ul#navlist li#active3 a
{
color: #efefef;
background: url(images/new_orange_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}
/*=====button 4=====*/
ul#navlist li#active4 a
{
color: #efefef;
background: url(images/new_beige_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}
/*=====button 5=====*/
ul#navlist li#active5 a
{
color: #efefef;
background: url(images/new_pink_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}

/*
images/new_beige_btn.png
images/new_gold_btn.png
images/new_orange_btn.png
images/new_pink_btn.png
images/new_red_btn.png
*/

/*=====button 6=====*/
ul#navlist li#active6 a
{
color: #efefef;
background: url(images/new_burgandy_btn.png) no-repeat;
/*background-color: #CC0000;*/
border-bottom:0px;
border-bottom-color:#efefef;
border-bottom-style: ridge;	
}

/*=====button 1 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv1 a:hover
{
color: #efefef;
background: url(images/new_red_btn.png) no-repeat;
border-bottom:0px;
/*background-color: #00FF00*/
}
/*=====button 2 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv2 a:hover
{
color: #efefef;
background: url(images/new_gold_btn.png) no-repeat;
border-bottom:0px;
/*background-color: #00FF00*/
}
/*=====button 3 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv3 a:hover
{
color: #efefef;
background: url(images/new_orange_btn.png) no-repeat;
border-bottom:0px;
/*background-color: #00FF00*/
}
/*=====button 4 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv4 a:hover
{
color: #efefef;
background: url(images/new_beige_btn.png) no-repeat;
/*background-color: #00FF00*/
border-bottom:0px;
}
/*=====button 5 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv5 a:hover
{
color: #efefef;
background: url(images/new_pink_btn.png) no-repeat;
/*background-color: #00FF00*/
border-bottom:0px;
}
/*=====button 6 rollover=====*/
ul#navlist li a:hover, ul#navlist li#hv6 a:hover
{
color: #efefef;
background: url(images/new_burgandy_btn.png) no-repeat;
/*background-color: #00FF00*/
border-bottom:0px;}
/*==========End Top Nav==========*/



/*========bottom nav==========*/
.bottom_nav a {
	display:block;
	padding:5px 15px 4px;
	font: 8px;
	text-decoration:none;
	letter-spacing: +0.1em;
	font-family: "Times New Roman", Times, serif;
	
	color: #990000;
}

.bottom_nav a:hover {
	color:#ffffff;
}

.bottom_nav a:current {
	color:#ffffff;
}
/*========end bottom nav==========*/



/*========language nav==========*/
.language_nav a {
	display:block;
	padding:5px 15px 4px;
	font:bold 12px;
	text-decoration:none;
	color:#990000;
	letter-spacing: +0.1em;
	font-family: "Times New Roman", Times, serif;
}

.language_nav a:hover {
	color: #ffffff
}

.language_nav a current {
	color:#ffffff
}
/*========end bottom nav==========*/


/*=========copywrite==========*/
.copywrite {
	color:#ffffff;
	font-size: 10px;
}
/*=========end copywrite==========*/


/*=====rounded corners=====*/
.rtcrnr {
	background-image:url(images/up_rt_rnd_crnr.png);
	background-repeat:no-repeat;
	background-position:top right;
}

.lftcrnr {
	background-image:url(images/up_lft_rnd_crnr.png);
	background-repeat:no-repeat;
	background-position:top left;
}
/*=====end rounded corners=====*/






/*=========left nav=========*/
#button {
	font-size: 0.8em;
	position: relative;
	/*left: 8px;
	top: 330px;
	height: 100%;*/
	width: 134px;
	padding: 0 0 0.3em 0;
	margin-bottom: 0.5em;
	color: #333333;
}

#button ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	/*width: 150px;*/
}
		
#button li {
	list-style: none;
	list-style-type: none;
	border-bottom: 1px solid #666666;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	/*background-image:url(images/blue_button.gif);*/
	color:#ffffff;
}
/*=========end left nav=========*/

.home_hv li a:hover {
	background-color: #ef0018;
	background-image: url(images/new_red_btn.png);
	background-repeat: no-repeat;	
}
.theater_hv li a:hover {
background-color: #ffcc33;
	background-image: url(images/new_gold_btn.png);
	background-repeat: no-repeat;
}
.dvd_hv li a:hover {
	background-color: #ff9900;
	background-image: url(images/new_orange_btn.png);
	background-repeat: no-repeat;
}
.press_hv li a:hover {
	background-color: #cccc99;
	background-image: url(images/new_beige_btn.png);
	background-repeat: no-repeat;
}
.about_hv li a:hover { /*#C0C602*/
	background-color: #ff33cc;
	background-image: url(images/new_pink_btn.png);
	background-repeat: no-repeat;
}
/*
images/new_beige_btn.png
images/new_gold_btn.png
images/new_orange_btn.png
images/new_pink_btn.png
images/new_red_btn.png
*/


/*//////////web design by//////////*/
#beatLinx { padding: 10px
}
#beatLinx a { 
text-decoration:none;
color: #cccccc; 
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px; 
margin: 0px;
text-align: justify; 
}
#beatLinx a:hover { color:#FCFCFC;
 text-decoration:underline;
}
/*//////////end web design by//////////*/
