@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #333;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h2,
h3,
p,
ul,
table{
	margin-bottom: 1.5em;
}
h2{
	font-size: 14pt;
}
a:link{
	color: #0092DF;
	outline: none;
}
a:visited{
}
a:hover{
	text-decoration: underline !important;
}
a:active{
}
a > img{
	border: 0;
}
td{
	vertical-align: top;
}
.f-right{
	float: right;
	margin: 0 0 20px 20px;
}
.f-left{
	float: left;
	margin: 0 20px 20px 0;
}
.clear{
	clear: both;
}


/* User navigation styles */
#user_nav{
	position: absolute;
	right: 0px;
	margin-top: 7px;
	list-style: none;
}
#user_nav > li{
	float: right;
	padding: 0px 10px;
	border-right: 1px solid #333;
}
#user_nav > li:first-child{
	border: none;
}
#user_nav > li a{
	color: #333;
	text-decoration: none;
	font-size: 8.5pt;
}


/* Site navigation styles */
#site_nav{
	position: absolute;
	top: 132px;
	list-style: none;
}
#site_nav > li{
	height: 42px;
	margin: 8px 0px;
	border-left: 1px solid #087F07;
}
#site_nav > li:first-child{
	border: none;
}
#site_nav > li > a{
	height: 38px;
	padding: 4px 10px 0px;
	cursor: pointer;
	font-size: 18pt;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
}
#site_nav > li > a:hover{
	text-decoration: none !important;
}
#site_nav > li > ul{
	width: 230px;
	padding: 10px;
	list-style: none;
	background: #FD8628;
	border-top: 8px solid #058B04;
}
#site_nav > li > ul > li > a{
	display: block;
	padding: 3px 10px;
	color: #333;
	text-decoration: none !important;
}
#site_nav > li > ul > li > a:hover{
	background: #FF953F;
}


/* Header styles */
#header{
	height: 198px;
	background: url(../imgs/site/sprite_1.jpg) repeat-x;
}
#header > div{
	position: relative;
	width: 908px;
	margin: 0px auto;
}
#header > div > h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 554px;
}
#header > div > h1 a{
	display: block;
	height: 132px;
	text-indent: -9999em;
	background: url(../imgs/site/sprite_1.jpg) no-repeat 0px -198px;
}

/* Content styles */
#content{
	margin-bottom: 3px;
	border-bottom: 5px solid #ebebeb;
}
.cont_div{
	width: 908px;
	padding: 30px 0;
	margin: 0 auto;
}
.cont_div p{
	margin-bottom: 1.5em;
}
.cont_tbl{
	width: 100%;
}

/* Carousel slide styles */
#carousel{
	position: relative;
	width: 640px;
	height: 334px;
	margin-right: 15px;
}
#carousel_link a{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 640px;
	height: 334px;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
}
#carousel_nav{
	width: 255px;
	padding-bottom: 20px;
	background: url(../imgs/site/carousel_nav_bg.gif) no-repeat left bottom;
}
#carousel_nav li{
	padding: 3px 20px 2px;
	font-size: 9pt;
	color: #0091DE;
	list-style: none;
	cursor: pointer;
}
#carousel_nav li span{
	color: #0091DE;
	font-size: 11pt;
	line-height: 9pt;
}
#carousel_nav li:hover,
#carousel_nav li:hover span{
	color: #000;
}
#carousel_nav li.active,
#carousel_nav li.active span{
	color: #000;
}
#carousel_nav li:first-child{
	padding-top: 20px;
	background: url(../imgs/site/carousel_nav_cap.gif) no-repeat;
}

/* Login mini form styles */
#login{
	margin-top: 20px;
	height: 151px;
	background: url(../imgs/site/sprite_1.jpg) no-repeat left -332px;
}


/* Graybox styles */
#graybox{
	min-height: 10px;
	background: #EBEBEB;
}

/* Other link styles */
#other_links{
	position: relative;
	width: 524px;
	height: 277px;
	margin-left: 35px;
	background: url(../imgs/site/sprite_1.jpg) no-repeat 0 -484px;
}
#other_links a{
	position: absolute;
	display: block;
	text-indent: -9999em;
	text-decoration: none;
	outline: none;
}
#other_links a#current_specials_lnk{
	top: 0;
	left: 0;
	width: 254px;
	height: 96px;
}
#other_links a#gift_cards_lnk{
	top: 109px;
	left: 0;
	width: 254px;
	height: 167px;
}
#other_links a#dahls_tickets_lnk{
	top: 0;
	left: 269px;
	width: 254px;
	height: 276px;
}


/* Sitemap */
#sitemap_links td{
	padding: 0 20px;
	background: url(../imgs/site/footer_links_td_bg.jpg) no-repeat left top;
}
#sitemap_links td:first-child{
	background: none;
}
#sitemap_links td *{
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
}
#sitemap_links td h5{
	font-size: 14pt;
	margin: 20px 0px 5px;
}
#sitemap_links td h5:first-child{
	margin-top: 0;
}


/* Footer styles */
#footer div{
	position: relative;
	width: 908px;
	margin: 0px auto;
}
#footer_links td{
	padding: 30px 20px 20px;
	background: url(../imgs/site/footer_links_td_bg.jpg) no-repeat left top;
}
#footer_links td:first-child{
	background: none;
}
#footer_links td *{
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
#footer_links td h5{
	margin: 20px 0px 5px;
}
#footer_links td h5:first-child{
	margin-top: 0;
}
#copyright{
	position: absolute;
	top: 0;
	right: 0;
	width: 234px;
	text-align: center;
	font-size: 9px;
}
#copyright span{
	display: block;
	width: 104px;
	height: 63px;
	margin: 20px auto;
	text-indent: -9999em;
	background: url(../imgs/site/sprite_1.jpg) no-repeat -258px -330px;
}