/* CSS Document */

body{
	margin:0;
	padding:0;
	background-image:url(images/body_bg.jpg);
	background-repeat:repeat-x;
}
#wrapper{
	width:100%;
	height:auto;
}
#main_table{
	width:1074px;
	height:auto;
	margin:0 auto;
}
.header_area{
	width:100%;
	height:auto;
	float:left;
	padding-top:14px;
}
.header_img{
	width:587px;
	height:auto;
	float:left;
	padding-left:245px;
}
.premier{
	width:207px;
	height:auto;
	float:left;
	padding-left:22px;
	padding-top:22px;
}
.img_box{
	width:689px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
	
.nav_area{
	width:100%;
	height:62px;
	background-image:url(images/menu_bg.png);
	background-repeat:no-repeat;
	float:left;
	background-position:center;
}
.main_navigation{
	width:650px;
	height:auto;
	float:left;
	padding-left:28px;
	padding-top:17px;
}
.home_area{
	widows:52px;
	height:auto;
	float:left;
}	
.ticket_area{
	widows:62px;
	height:auto;
	float:left;
}
.news_area{
	widows:122px;
	height:auto;
	float:left;
}
.show_area{
	widows:75px;
	height:auto;
	float:left;
}
.team_area{
	widows:78px;
	height:auto;
	float:left;
}
.theater_area{
	widows:92px;
	height:auto;
	float:left;
}
.contact_area{
	widows:64px;
	height:auto;
	float:left;
}
.fund_area{
	widows:93px;
	height:auto;
	float:left;
}
.middle_area{
	width:100%;
	height:auto;
	float:left;

}
.middle_boxses{
	width:809px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-top:26px;
	padding-left:50px;

}
.left_area{
	width:160px;
	height:auto;
	float:left;
	padding-top:36px;
}
.middle_man{
	width:416px;
	height:auto;
	float:left;
}
.right_area{
	width:229px;
	height:auto;
	float:right;
	padding-top:36px;
}
.mens_box{
	width:411px;
	height:auto;
	float:right;
}
.blak{
	width:340px;
	height:227px;
	float:left;
	background-color:#000000;
	margin-left:44px;
}
.footer_area{
	width:100%;
	height:auto;
	float:left;
	padding-top:25px;
}
.left_box_1{
	width:24px;
	height:auto;
	float:left;
}
.midle_rpt{
	width:1026px;
	height:136px;
	float:left;
	background-image:url(images/rpeated_footer.png);
	background-repeat:repeat-x;
}
.right_box_2{
	width:24px;
	height:auto;
	float:right;
}	
.area_chek{
	width:100%;
	height:auto;
	float:left;
	padding-top:27px;
}
.chek_out{
	width:200px;
	height:auto;
	float:left;
	padding-left:14px;
}
.facebook{
	widows:100px;
	height:auto;
	float:left;
	padding-left:260px;
	padding-top:8px;
}
.mailing_list{
	width:118px;
	height:auto;
	float:right;
	padding-right:20px;
	padding-top:18px;
}
.site_design{
	width:100%;
	height:auto;
	text-align:center;
	float:left;
	padding-top:10px;
}
.space{
	width:100%;
	height:20px;
	float:left;
}


/*============sub page=============*/

.middle_sub2{
	width:100%;
	height:auto;
	float:left;
}

.left_area_sub{
	width:221px;
	height:auto;
	float:left;
}

.right_area_sub{
	width:189px;
	height:auto;
	float:left;
}
.middle_man_sub{
	width:634px;
	height:auto;
	float:left;
}

.nav_area_sub{
	width:100%;
	height:61px;
	background-image:url(images/menu_bg_sub.png);
	background-repeat:no-repeat;
	float:left;
	background-position:center;
}


.form_blk
{
	width:634px;
	height:660px;
	float:left;
	background-color:#000000;
	
	
}
.form_blk_content
{
	width:625px;
	height:645px;
	float:left;
	overflow:auto;
	margin-top:5px;
	
}
.bottom_im{
	width:634px;
	height:auto;
	float:left;
}
.site_sub_t{
	width:100%;
	height:auto;
	float:right;
	text-align:right;
	padding-top:4px;
}
.facebook_sub{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	margin-top:-15px;
}
.new_jh{
	width:221px;
	height:663px;
	float:left;
}

.new_cound{
	width:218px;
	height:645px;
	float:right;
	padding-right:1px;
}







   
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width:auto;
	height:auto;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border:0;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{

}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
/*ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}
.bg_home{
	background-image:url(images/home.jpg);
	width:52px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_tickets{
	background-image:url(images/tickets.jpg);
	width:62px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_news{
	background-image:url(images/news.jpg);
	width:122px;
	height:38px;
	background-repeat:no-repeat;
}
/*
.bg_reviews{
	background-image:url(images/reviews_over.jpg);
	width:75px;
	height:30px;
	background-repeat:no-repeat;
	margin-top:-7px;
}
*/
.bg_show{
	background-image:url(images/theshow.jpg);
	width:75px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_team{
	background-image:url(images/team.jpg);
	width:78px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_theater{
	background-image:url(images/theater.jpg);
	width:92px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_contact{
	background-image:url(images/contact.jpg);
	width:64px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_fund{
	background-image:url(images/fund.jpg);
	width:93px;
	height:38px;
	background-repeat:no-repeat;
}
.bg_cast{
	background-image:url(images/cast_over.jpg);
	width:110px;
	height:27px;
	background-repeat:no-repeat;
	margin-top:-7px;
}
.bg_creation
{
	background-image:url(images/creative_over.jpg);
	width:110px;
	height:27px;
	background-repeat:no-repeat;
	float:left;
  margin-left:-110px;
  margin-top:20px;
}


  .bg_latest_news
  {
 background-image:url(images/latestnews_over.jpg);
 width:110px;
 height:28px;
 margin-top:-7px;
}
.bg_reviews
{
 background-image:url(images/reviews_over.jpg);
 width:110px;
 height:28px;
 background-repeat:no-repeat;
   margin-left:-110px;
  margin-top:20px;
 
}







 /*CSS  For Paragraph */
 
 
 .para
 {
 
 margin-left:30px;
 margin-right:30px;
 font-size:14px;
 font-family:'Arial';
  color:#ffffff;
text-align:justify;
 }
 
 .para1
 { 
margin-left:15px;
 margin-right:15px;
 font-size:14px;
 font-family:'Arial';
color:#ffffff;
text-align:justify; }
 
 .head
 {
 margin-left:15px;
  margin-right:15px;
 }
 
 
 a
 {
 color:#ff0000;
 font-size:14px;
 font-family:'Arial';
 
 text-decoration:none;
 
 }
 
a:hover
 {
 color:#ff0000;
 font-size:14px;
 font-family:'Arial';
 text-decoration:none;
 }
 
 
 
 
 











