@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 */
}
#hair {
    width: 135px;
}
#hair:hover {
    background-position: -0px -52px;
}
#memphis {
    width: 131px;
    background-position: -135px 0;
}
#memphis:hover {
    background-position: -135px -52px;
}
#addamsfamily {
    width: 131px;
    background-position: -266px 0;
}
#addamsfamily:hover {
    background-position: -266px -52px;
}
#comeflyaway {
    width: 131px;
    background-position: -397px 0;
}
#comeflyaway:hover {
    background-position: -397px -52px;
}
#sondheimonsondheim {
    width: 131px;
    background-position: -528px 0;
}
#sondheimonsondheim:hover {
    background-position: -528px -52px;
}
#mammamia {
    width: 140px;
    background-position: -659px 0;
}
#mammamia:hover {
    background-position: -659px -52px;
}

/* END second-navigation */

/* text */

.headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
}
.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_headlines {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #333;
	padding-left:10px;}
	
	.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;}
	
	.cutlines{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		font-style:italic;
		color:#333;}


/*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;
}

		.box6 {
	width: 950px;
	height: auto;
	background: #ffffff;
}
	
	.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:400px;
margin-left: 10px;
padding-left: 5px;
padding-right:5px;
padding-top: 5px;
background:#dddcdc;
border: #FFF medium;
border-color:#FFF;

}
#sidebar {
float:right; 
width:355px;
margin-right: 10px;
background:#d0d0d0;

}

a:link { color:#c94842; text-decoration: none }
a:active { color:#c94842; text-decoration: none }
a:visited { color:#c94842; text-decoration: none }
a:hover { color:#333333; text-decoration: none }


.add-this{font-family:Arial, Helvetica, sans-serif;
font-size:12px;}

