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

html, body {
	background:#9f0000 url(../images/background.gif) repeat-y center top;
	margin:0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	min-height:100%;
}

a, a:active, a:visited {
	padding:2px;
	color:#9f0000;
	text-decoration:none;
	border:none;
}
a:hover {
	color:#000000;
	background:#9f0000;
	border:none;
}

a img:hover {
	background:none;
}

h1, h2 {
	color:#9f0000;
}

h1 {
	font-size:22px;
	line-height:26px;
	margin-top:20px;
	font-weight:400;
}

h2 {
	font-size:18px;
	font-weight:400;
}


.images {
	padding:3px;
	border:1px solid #9f0000;
	margin:20px 0 0 0;
	background:none;
}


#header {
	background: url(../images/header_tile.jpg) #000000 repeat-x;
	width: auto;
	height:210px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #000000;
}

#headerIMG {
	background:url(../images/header.jpg) no-repeat center top;
	height:151px;
	margin:0px;
	padding:0px;
	top:0;
	line-height:0;
}

/* Firefox Hack */
#headerIMG, x:-moz-any-link {
 	margin-top:-16px;
}

/*
#headerIMG a:link, #headerIMG a:active, #headerIMG a:visited  {
	border:none;
	padding:0;
	margin:0;
	background:none;
}

#headerIMG a:hover {
	background:none;	
} */

/* --- NAV --- */

#nav {
	width:900px;
	height:59px;
	margin:-60px 0 0 0;
	padding:0;
}

#nav a {
	padding:0;
}

#nav ul {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
}

#nav ul li {
	display:inline;
	margin:0;
	padding:0;
}

#nav .checklist {
	background:url(../images/btn_checklist.jpg) no-repeat;
	height:55px;
	width:110px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .checklist:hover {
	background:url(../images/btn_checklist.jpg) no-repeat left -59px;
	height:55px;
	width:110px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .itinerary {
	background:url(../images/btn_itinerary.jpg) no-repeat;
	height:55px;
	width:110px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .itinerary:hover {
	background:url(../images/btn_itinerary.jpg) no-repeat left -59px;
	height:55px;
	width:110px;
	display:block;
	cursor:pointer;
	margin:0;
}	

#nav .media {
	background:url(../images/btn_media.jpg) no-repeat;
	height:55px;
	width:76px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .media:hover {
	background:url(../images/btn_media.jpg) no-repeat left -59px;
	height:55px;
	width:76px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .merch {
	background:url(../images/btn_merch.jpg) no-repeat;
	height:55px;
	width:117px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .merch:hover {
	background:url(../images/btn_merch.jpg) no-repeat left -59px;
	height:55px;
	width:117px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .viz {
	background:url(../images/btn_viz_tickets.jpg) no-repeat;
	height:55px;
	width:149px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .viz:hover {
	background:url(../images/btn_viz_tickets.jpg) no-repeat left -59px;
	height:55px;
	width:149px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .coupon {
	background:url(../images/btn_coupon.jpg) no-repeat;
	height:55px;
	width:152px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .coupon:hover {
	background:url(../images/btn_coupon.jpg) no-repeat left -59px;
	height:55px;
	width:152px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .tips {
	background:url(../images/btn_tips.jpg) no-repeat;
	height:55px;
	width:129px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .tips:hover {
	background:url(../images/btn_tips.jpg) no-repeat left -59px;
	height:55px;
	width:129px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .faq {
	background:url(../images/btn_faq.jpg) no-repeat;
	height:55px;
	width:70px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .faq:hover {
	background:url(../images/btn_faq.jpg) no-repeat left -59px;
	height:55px;
	width:70px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .facebook {
	background:url(../images/btn_facebook.jpg) no-repeat right top;
	height:55px;
	width:59px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .facebook:hover {
	background:url(../images/btn_facebook.jpg) no-repeat right -59px;
	height:55px;
	width:59px;
	display:block;
	cursor:pointer;
	margin:0;
}

#nav .twitter {
	background:url(../images/btn_twitter.jpg) no-repeat right top;
	height:55px;
	width:50px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:0;
}

#nav .twitter:hover {
	background:url(../images/btn_twitter.jpg) no-repeat right -59px;
	height:55px;
	width:50px;
	display:block;
	cursor:pointer;
	margin:0;
}

#subnav {
	padding:24px 5px 20px 20px;
	float:left;
	color:#808080;
}

#subnav a, #subnav a:active, #subnav a:visited {
	color:#808080;
}

#subnav a:hover {
	color:#000000;
}

/* --- END NAV --- */

/* --- FORM --- */

#newsletter {
	float:right;
	display:inline;
	width:200px;
	margin:20px
}

.newsletterSign {
	background:#9f0000;
	color:#000000;
	padding:2px;
	height:19px;
	width:126px;
	border:none;
	outline:none;
}

#submitBtn {
	background:url(../images/btn_submit.jpg) no-repeat;
	width:65px;
	height:23px;
	display:block;
	text-indent:-9999px;
	border:none;
	float:right;
}

#submitBtn:hover {
	background:url(../images/btn_submit.jpg) no-repeat bottom;
	width:65px;
	height:23px;
	display:block;
}

/* --- END FORM --- */

#main {
	margin:0px;
}

.container {
	width:800px;
	margin:0 auto 0 auto;
	padding:0px;
	background:none;
	height:97%;
}

#content {
	margin:0 0 0 20px;
	float:left;
	width:520px;
	padding:0px;
}

#sidebar {
	background:#6e0001;
	width:198px;
	padding:0px;
	height:auto;
	float:right;
	margin:0px 20px 0 0;
	padding:0;
	text-align:center;
	border:solid 1px #9f0000;
}

#sidebar img, #credits img {
	border:none;
}

#sidebar a:hover {
	background:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#footer {
	background:url(../images/footer.jpg) no-repeat center bottom;
	text-align:center;
	height:300px;
	width:auto;
	padding:0;
	bottom:0;
	margin: 40px auto 0 auto;
	color:#9f0000;
}

#credits {
	float:right;
	position:fixed;
	margin:0;
	padding:0;
	bottom:0;
	right:10px;
	height:30px;
	width:125px;
}

#credits a:hover {
	background:none;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#clear {
	clear:both;
}