body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #e0e0e0;
	margin: 0 auto;
}
#wrapper {
	margin: 0 auto;
	width: 960px;
	background-image: url(/images/template/bar.png);
	background-position: 0 120px;
	background-repeat: no-repeat;
	background-color: #fff;
}
#header {
	color: #333;
	width: 960px;
	float: left;
	height: 120px;
	margin: 0;
	background-image: url(/images/template/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
}
#search {
	position: relative;
	float: left;
	width: 222px;
	height: 42px;
	margin-left: 20px;
}
#menu {
	width: 650px;
	height: 42px;
	position: relative;
	float: right;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
}
/* hack to correct IE5.5 faulty box model 
* html #menu {
	width: 639px;
	w\idth: 638px;
}*/
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul ul {
	width: 159px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float: left;
	position: relative;
}
/* style the links for the top level */
#menu a, #menu a:visited {
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #083b82;
	height: 42px;
	padding: 0 15px;
	line-height: 42px;
	font-weight: bold;
}
/* a hack so that IE5.5 faulty box model is corrected
* html #menu a, * html #menu a:visited {}*/
 
/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background: #f3f3f3 url(/images/grey-arrow.gif) no-repeat 140px center;
}
/* style the second level hover */
#menu ul ul a.drop:hover {
	background: #006faf url(/images/blue-arrow.gif) no-repeat 140px center; border-left: 3px solid #006faf;
}
#menu ul ul :hover > a.drop {
	background: #006faf url(/images/blue-arrow.gif) no-repeat 140px center; border-left: 3px solid #006faf;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background: #f3f3f3;
}
/* style the third level hover */
#menu ul ul ul a:hover {
	background: #006faf;
	border-left: 3px solid #006faf;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 41px;
	left: 0;
	width: 159px;
}
/* another hack for IE5.5 
* html #menu ul ul {
	top: 42px;
	t\op: 43px;
}*/
/* position the third level flyout menu */
#menu ul ul ul {
	left: 159px;
	top: 0px;
	width: 159px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left: -159px;
}
/* style the table so that it takes no part in the layout - required for IE to work
#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}*/
/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background: #0e6cc4;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	width: 136px;
	border-left: 3px solid #0e6cc4;
}
/* yet another hack for IE5.5 
* html #menu ul ul a, * html #menu ul ul a:visited {
	width: 150px;
	w\idth: 128px;
}*/
/* style the top level hover */
#menu a:hover {
	color: #fff;
	background: url(/images/bg-menu.png) repeat-x;
}
#menu :hover > a {
	color: #fff;
	background: url(/images/bg-menu.png) repeat-x;
}
#menu ul ul a:hover {
	color: #fff;
	background: #4086e2;
	border-left: 3px solid #4086e2;
}
#menu ul ul :hover > a {
	color: #fff;
	background: #4086e2;
	border-left: 3px solid #4086e2;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{
	visibility: visible;
}
#leftcolumn {
	color: #333;
	margin: 20px 0 5px 20px;
	width: 222px;
	float: left;
}
#leftmenu ul {
	margin: 0;
	padding: 0;
	width: 220px;
	border: 1px solid #c4c4c4;
}
#leftmenu li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	font: 11px Trebuchet, Arial, Helvetica, sans-serif
}
#leftmenu ul li a {
	display: block;
	background: #f5f5f5;
	border-left: 4px solid #e1e1e1;
	color: #003366;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
}
#leftmenu ul li a:hover {
	background: #fff;
	border-left: 4px solid #003366;
	color: #003366;
}
#rightcolumn { 
	float: right;
	color: #333;
	margin: 20px 20px 5px 0px;
	width: 678px;
	display: inline;
}
ul.breadcrumbs {
	padding: 0;
	margin: 0;
}
ul.breadcrumbs li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-left: 3px;
	list-style: none;
	float: left;
	font: 11px Trebuchet, Arial, Helvetica, sans-serif;
	color: #003366;
}
ul.breadcrumbs li a {
	color: #003366;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: underline;
}
div.pagetitle {
	display: block;
	color: #003366;
	font: bold 24px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #003366;
	margin-top: 0px;
	margin-bottom: 20px;
	clear: both;
	float: none;
}
div.pagecontent {
	background: #fff;
	color: #777;
}
.href-button {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url(/images/button-r.gif) no-repeat right top;
	cursor: pointer;
	margin-right: 10px;
}
.href-button a {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 18px;
	padding-left: 9px;
/*	margin-right: 10px; */
	height: 100%;
	color: #fff;
	background: url(/images/button-l.gif) no-repeat left top;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.href-button:link, .href-button:visited, .href-button:hover, .href-button:active {
	color: #fff;
	text-decoration: none;
}
.input-button {
	display: inline-block;
	height: 21px;
	vertical-align: bottom;
	*vertical-align: middle;	/* only for IE */
	background: transparent url(/images/button-r.gif) no-repeat right top;
	cursor: pointer;
	margin-right: 5px;
}
.input-button span {
	display: block;
	_display: inline-block; /* only for IE6 */
	font-size: 11px;
	line-height: 18px;
	padding-left: 6px;
/*	margin-right: 6px; */
	height: 100%;
	color: #fff;
	background: url(/images/button-l.gif) no-repeat left top;
	overflow: hidden;
	position: relative;
	margin-right: 7px;
}
.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0); /* only for IE */
}
.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
	color: #fff;
	text-decoration: none;
}
.input-search {
	background: url(/images/btn-search.gif) no-repeat left top;
	width: 30px;
	height: 26px;
	border: none;
	/*text-indent: -1000px;*/
}
.input-ok {
}
.input-go {
}
#footer {
	width: 960px;
	clear: both;
	color: #999;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	margin-bottom: 10px;
	height: 48px;
}
#footer ul.links {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 17px;
}
#footer ul.links li {
	display: block;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	float: left;
	font: 11px Trebuchet, Arial, Helvetica, sans-serif
}
#footer ul.links li a {
	color: #999;
	text-decoration: none;
}
#footer ul.links li a:hover {
	color: #003366;
}
#footer ul.socials {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 17px;
}
#footer ul.socials li {
	display: block;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	float: left;
	font: 11px Trebuchet, Arial, Helvetica, sans-serif
}
#footer ul.socials li a.twitter {
	display: block;
	text-indent: -1000px;
	width: 62px;
	height: 20px;
	background: transparent url(/images/btn-twitter.gif) top left no-repeat;
}
#footer ul.socials li a.twitter:hover {
	background: transparent url(/images/btn-twitter.gif) 0 -20px no-repeat;
}
#footer ul.socials li a.facebook {
	display: block;
	text-indent: -1000px;
	width: 62px;
	height: 20px;
	background: transparent url(/images/btn-facebook.gif) top left no-repeat;
}
#footer ul.socials li a.facebook:hover {
	background: transparent url(/images/btn-facebook.gif) 0 -20px no-repeat;
}
#footer ul.socials li a.youtube {
	display: block;
	text-indent: -1000px;
	width: 62px;
	height: 20px;
	background: transparent url(/images/btn-youtube.gif) top left no-repeat;
}
#footer ul.socials li a.youtube:hover {
	background: transparent url(/images/btn-youtube.gif) 0 -20px no-repeat;
}
.prod-header {
	background-color: #003366;
}
.prod-title {
	margin-left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	color: #b2bb34;
	padding-top: 10px;
}
.prod-location {
	margin-left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #e3b549;
}
.prod-dates {
	margin-left: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFF;
	margin-top: 20px;
}
.prod-content-wrapper {
	margin-top: 20px;
	background: #fff;
}
.prod-content {
	float: left;
	padding: 15px;
	width: 320px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #777;
}
.wll {
	background: url(/images/bg-wll.gif) top left no-repeat;
	height: 186px;
	margin-top: 20px;
	padding: 72px 12px 15px 12px;
}
.wll-content {
	width: 205px;
	float: left;
	background: #fbfbfb;
}
.wll ul {
	margin: 0 10px 10px 30px;
	padding: 0;
}
.wll li {
	list-style: disc;
	color: #777;
	line-height: 18px;
}
.buynow {
	background: #fff;
	border: 1px solid #e8e8e8;
	padding: 15px;
}
.selectseat {
	background: #f5f5f5;
	margin-top: 20px;
}


/* COPY */
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
.copyhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #666;
}
.copyfoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}
.copywhite {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 1em;
}
.copywhitehead {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 1.2em;
}
.copywhitefoot {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 0.9em;
}
.copyred {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 1em;
}
.copyredhead {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 1.2em;
}
.copyredfoot {
	font-family: Arial, Helvetica, sans-serif;
	color:#990000;
	font-size: 0.9em;
}


