#container
{
	margin-top: 45px;
}

#container .nav-wrapper
{
	float: left;
	width: 225px;
	margin-top: 70px; /*Might need to increase the margin for IE7! */
	padding-right: 10px;
	margin-right: 10px;
}

#container .home-sub-nav
{
	float: left;
	smargin-right: 20px;
}

#container .home-sub-nav a#book-tickets-button
{
	width: 218px;
	height: 48px;
	background: url(/_assets/images/home/book-tickets-button.jpg) no-repeat top left;
	display: block;
}

#container .home-sub-nav a#book-tickets-button span
{
	display: none;
}

#container .home-sub-nav a#book-tickets-button:hover
{
	background-position: 0 -48px;
}

#container .home-sub-nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#container .home-sub-nav ul li
{
	padding: 0;
	margin: 0;
	border-top: 1px dashed rgb(230, 226, 220);
}

#container .home-sub-nav ul li a
{
	padding: 6px 15px;
	margin: 3px 0px 3px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background-color: #fff;
}

#container .home-sub-nav ul li a:hover
{
	background-color: rgb(230, 226, 220);
	color: rgb(0,161,212);
	
	-webkit-transition:background-color 0.4s ease-in;
  -moz-transition:background-color 0.4s ease-in; 
  -o-transition:background-color 0.4s ease-in;  
  transition:background-color 0.4s ease-in;  
}

.fade-wrapper
{
	float: left;
}

.home-main-image
{
	float: left;
	padding: 0;
	margin-top: 10px;
	sborder: 10px solid rgb(230, 226, 220);
}

.home-main-image a,
.home-main-image a img
{
	padding: 0;
	border: none;
}

.home-sub-nav#show-one,
#show-one-image
{
	display: block;
}

.home-sub-nav#show-two,
#show-two-image
{
	display: none;
}


/******* HOME COMMON ELEMENTS (tac boxes) **********/

#home-tac-boxes
{
	clear: both;
	padding-top: 7px;
}

#home-tac-boxes .tacbox
{
	float: left;
	margin-right: 20px;
}

#home-tac-boxes .tacbox.end-row,
#mini-tac-boxes .mini-tac.end-row
{
	margin-right: 0;
}

#mini-tac-boxes
{
	clear: both;
}

#mini-tac-boxes .mini-tac
{
	float: left;
	width: 205px;
	padding: 0 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}

#mini-tac-boxes .mini-tac:hover h2
{
	color: rgb(228,43,125);
}

#mini-tac-boxes .mini-tac h2
{
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0;
	text-transform: uppercase;
}

#mini-tac-boxes .mini-tac p
{
	margin: 5px 0;
}

#mini-tac-boxes .mini-tac p a
{
	color: rgb(228,43,125);
}


/************ TWITTER FEED ************/

#twitter-feed
{
	float: left;
	width: 980px;
	margin: 15px 0px 0px 10px;
}

#twitter-feed a#twitter-bird-link
{
	background: url(/_assets/images/home/twitter-bird.gif?adfas) bottom left no-repeat;
	width: 35px;
	height: 38px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
}

#twitter-feed a#twitter-bird-link span
{
	display: none;
}

#ticker-area
{
	float: left;
	background: url(/_assets/images/home/twitter-speech-bubble.gif?asdfas) top left no-repeat;
	width: 864px;
	height: 49px;
	padding: 0px 10px 0px 36px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
	color: rgb(51,51,51);
}

#ticker-area ul
{
	list-style: none;
	margin-top: 5px !important;
	
}

#ticker-area ul li
{
	height: 49px;
}

#ticker-area span
{
	padding-left: 0px;
	font-size: 11px;
	color: rgb(110, 106, 100);
}