@charset "UTF-8";
/* CSS Document */

p {color:#FFFFFF;}
h2 {color:#ffffff;}

body {background-color:#000000; background-image:url(../images/home-bg.jpg); background-repeat:no-repeat; }
#top {width:1000px; margin:0 auto; padding:0;}
#home-copy {width:640px; margin:0 auto; padding:2px 180px 2px 180px; background-image:url(../images/copy-bg.png); background-repeat:repeat-y;}
#copy-right {float:right; width:535px; padding:5px 0 0 0; margin:0; }

/*view trailer large button*/
#viewtrailer-button {padding:0; margin:0; text-indent:-5000px; width:95px; height:95px; position:absolute; left:120px; top:50px; overflow:hidden; }
.viewtrailerlarge {width:96px; height:95px; background-image:url(../images/large-view-trailer-btn.png); background-repeat:no-repeat; background-position: 0 0; display:block; overflow:hidden; }
.viewtrailerlarge a {width:96px; height:95px; background-image:url(../images/large-view-trailer-btn.png); background-repeat:no-repeat; background-position: 0 0; display:block;}
.viewtrailerlarge a:hover {background-position:0px -94px; cursor:pointer;}
.viewtrailerlarge a:active {background-position:0px -94px;}
#home-titles {width:711px; margin:0 auto; padding:10px 0 10px 0;}

/********HOME NAVIGATION********/
#navigation {
	width:850px;
	podding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
}

.menu-round-corner {width:131px; height:4px; background-image:url(../images/home-nav-roundcorner.png); background-repeat:no-repeat; display:block;}

/* The menu styling */
.menu {font-family:arial,verdana,sans-serif; font-size:0.8em; height:18px; margin:0; padding:0;  z-index:10;list-style-image:none; list-style-position:outside; list-style-type:none; white-space:nowrap;  }
/*.nav-reflection {background-image:url(../images/nav_reflection.gif); padding:0; margin:0; repeat scroll 0%; width:1000px; height:35px; display:block;  }*/

/*aligns the li's to the left - the text*/
.menu li {float:left; margin-left: 10px; margin-right:10px; }

/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif; }

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; z-index:10;  }

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute;z-index:10;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:18px; }
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:0.8em;} /* move the link text off screen */

/* pre-load the hover images into the lists */

/* pre-load the hover images into the lists */
/*.menu li.navstart {width:81px; display:block; height:28px; background:url(../images/nav-start.gif) no-repeat;}*/
.menu li.p1 {width:120px; background:url(../images/ticketstour-btn.gif) no-repeat; background-position:0px -18px;  }
.menu li.p2 {width:140px; background:url(../images/abouttheshow-btn.gif) no-repeat; background-position:0px -18px; }
.menu li.p3 {width:91px; background:url(../images/gallery-btn.gif) no-repeat; background-position:0px -18px; }
.menu li.p4 {width:131px; background:url(../images/news-btn.gif) no-repeat; background-position:0px -18px; }
.menu li.p5 {width:99px; background:url(../images/interact-btn.gif) no-repeat; background-position:0px -18px; }
.menu li.p6 {width:82px; background:url(../images/home-links-btn.gif) no-repeat; background-position:0px -18px; }

/* set up the normal unhovered images in the links */
.menu li a#tickets{width:120px; background:url(../images/ticketstour-btn.gif) no-repeat; }
.menu li a#about {width:140px; background:url(../images/abouttheshow-btn.gif) no-repeat; }
.menu li a#gallery {width:91px; background:url(../images/gallery-btn.gif) no-repeat; }
.menu li a#news {width:131px;background:url(../images/news-btn.gif) no-repeat; }
.menu li a#interact {width:99px;background:url(../images/interact-btn.gif) no-repeat; }
.menu li a#links {width:82px; background:url(../images/home-links-btn.gif) no-repeat;}


.menu li a#tickets-on {width:120px; background:url(../images/ticketstour-btn.gif) no-repeat; background-position:0px -18px; }
.menu li a#about-on {width:140px; background:url(../images/abouttheshow-btn.gif) no-repeat; background-position:0px -18px; }
.menu li a#gallery-on {width:91px; background:url(../images/gallery-btn.gif) no-repeat; background-position:0px -18px; }
.menu li a#news-on {width:131px; background:url(../images/news-btn.gif) no-repeat; background-position:0px -18px; }
.menu li a#interact-on {width:99px; background:url(../images/interact-btn.gif) no-repeat; background-position:0px -18px; }
.menu li a#links-on {width:82px; background:url(../images/home-links-btn.gif) no-repeat; background-position:0px -18px;}





/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {  z-index:10;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#tickets:hover, .menu li:hover a#about,
.menu li a#trailer:hover, .menu li:hover a#cast,
.menu li a#links:hover, .menu li:hover a#forum, 
.menu li:hover a#signup, .menu li:hover a#twitter  {background:transparent;  }

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;  }

/* set up the first drop down sub level */
/*****positioning of the sub nav drop down is different for IE6. see IE6.css*******/

.menu :hover ul.sub {left:0px; top:18px; margin:0; padding:0; white-space:nowrap; width:130px; height:auto; overflow:hidden; text-align:left; z-index:10; position:absolute;   }
.menu :hover ul.sub li {display:block; height:20px; position:relative; margin:0; padding:0;  float:left; width:130px; overflow:hidden;  }
.menu :hover ul.sub li a {width:130px; height:20px; background:#232323; color:#ffffff; display:block; float:left; font-family:Arial, Helvetica, sans-serif;font-size:10px; font-weight:bold;  line-height:25px; margin:0; padding:0; white-space:nowrap; padding-left:4px;}
.menu :hover ul.sub li a.fly {background:#fff;}
.menu :hover ul.sub li a:hover {background-color:#d2232a;  background-image:url(../images/hover.gif); color:#fff;  }
.menu :hover ul.sub li a.fly:hover {background:#d2232a; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#d2232a; color:#fff; } 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{ background-color:#d2232a;  white-space:nowrap; width:93px;  height:auto; z-index:10;}
