@charset "utf-8";
/* CSS Document */

/* main-navigation */
#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 800px;
    height: 35px;
    overflow: hidden;
}
#nav li {
    float: left;
}
#nav a {
    display: block;
    background-image: url(images/nav.png);
    padding-top: 35px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#home {
    width: 87px;
}
#home:hover {
    background-position: 0px -35px;
}
#shows {
    width: 129px;
    background-position: -87px 0;
}
#shows:hover {
    background-position: -87px -35px;
}
#benefits {
    width: 145px;
    background-position: -216px 0;
}
#benefits:hover {
    background-position: -216px -35px;
}
#tickets {
    width: 162px;
    background-position: -361px 0;
}
#tickets:hover {
    background-position: -361px -35px;
}
#sights-sounds {
    width: 148px;
    background-position: -523px 0;
}
#sights-sounds:hover {
    background-position: -523px -35px;
}
#contact {
    width: 129px;
    background-position: -671px 0;
}
#contact:hover {
    background-position: -671px -35px;
}
/* END main-navigation */

/* second-navigation */
#nav2 {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 800px;
    height: 52px;
    overflow: hidden;
}
#nav2 li {
    float: left;
}
#nav2 a {
    display: block;
    background-image: url(images/2nav-combo.png);
    padding-top: 52px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#bluemangroup {
    width: 117px;
}
#bluemangroup:hover {
    background-position: 0px 52px;
}
#billyelliot {
    width: 112px;
    background-position: -117px 0;
}
#billyelliot:hover {
    background-position: -117px -52px;
}
#southpacific {
    width: 112px;
    background-position: -229px 0;
}
#southpacific:hover {
    background-position: -229px -52px;
}
#shrek {
    width: 112px;
    background-position: -341px 0;
}
#shrek:hover {
    background-position: -341px -52px;
}
#lesmis {
    width: 112px;
    background-position: -453px 0;
}
#lesmis:hover {
    background-position: -453px -52px;
}
#westsidestory {
    width: 112px;
    background-position: -565px 0;
}
#westsidestory:hover {
    background-position: -565px -52px;
}
#nexttonormal {
    width: 122px;
    background-position: -677px 0;
}
#nexttonormal:hover {
    background-position: -677px -52px;
}
/* END second-navigation */

/* text */

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #696969;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333; }
	
	.inner-page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-left:10px;}
	
		.inner_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	color: #333; }
	
	.inner-headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	padding-left:10px;}
	
	.inner_headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;}
	
	.main-table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333; 
	padding-left:10px;
	padding-right:8px;}


/*END text */

/* boxes */

.box {
	width: 800px;
	height: auto;
	padding:5px;
	background: #ffffff;
	font: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style: normal;
	font-weight:bold;
	color: #696969;
	 }

.box2 {
	width: 800px;
	height: auto;
	background: #d0d0d0;}
	
.box3 {
	width: 798px;
	height: auto;
		background-image:url(images/box2_bk.gif) ;}
		
		.box4 {
	width: 400px;
	height: auto;
padding: 10px;
		}
		
.box5 {
	width: 800px;
	height: auto;
	background: #d0d0d0;
}
	
	.boxtop { 
  width: 800px; background:  url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
    width: 800px;
  height: 8px; 
  background:  url(images/nw.gif) no-repeat top left; 
}

.boxbottom { 
   width: 800px; background:  url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
    width: 800px;
  height: 8px; 
  background:  url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent1 {
float:left; width:55%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background: #d0d0d0;
	}
	
.boxcontent1 {
float: right; width: 45% ; padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	background: #d0d0d0;}


#main {
float:left; width: 50%;
padding-left: 15px;
padding-right:5px;
padding-top:15px;
background:#d0d0d0;

}
#sidebar {
float:right; width: 45%;
padding: 10px;
background:#d0d0d0;

}

#main-inner {
width: 700px;
height: 350px;
align: center;
padding-left: 10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
background:#d0d0d0;

}

