body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
/* 	background: url(../images/background.gif) top left repeat-x #000; */
	background-color: #000;
}

a {
	color: #000079;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
}

img {
	display: block;
}

.navigation {
	height: 30px;
	background: url(../images/background.gif) top left repeat-x #000;
}

#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	width: 950px;
	height: 30px;
	z-index: 200000;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 30px; 
}

#nav li {
	float: left;
	line-height: 30px;
	height: 30px;
	cursor: pointer;
}

/*
#nav li:hover {
	background: url(../images/sub_nav_active.gif) left center repeat-x;
}

*/
#nav li.icon, #nav li.icon:hover {
	background: none;
	float: right;
}

#nav li.icon a {
	padding: 0px 3px 0px 3px;
	background: none;
}

#nav li.icon a img {
	display: inherit;
	margin-top: 3px;
}

#nav li a {
	display: block;
	font-weight: bold;
	color: #b3b3b3;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	background: url(../images/nav_bar_divider.png) right center no-repeat;
	padding: 0px 8px 0px 8px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display: none;
	z-index: 200001;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display: block;
	z-index: 200001;
}


#nav li{
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	top: 30px;
	background: #eee;
}

#nav ul li {
	border-right: 1px solid #898989;
	border-left: 1px solid #898989;
	border-bottom: 1px solid #898989;
/* 	background: url(../images/nav_bar_bkgrnd.gif) left center repeat-x; */
	background: #000;
}

#nav li ul a {
	white-space: nowrap;
	width: 120px;
	height: auto;
	float: left;
	background: none;
}

#nav li ul a:hover {
	color: #fff;
/* 	background: url(../images/sub_nav_active.gif) left center repeat-x; */
	background: #000;
}

#nav ul ul {
	top:auto;
}	

#nav li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

.header {
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 95px;
	width: 950px;
}

.header ul li {
	float: left;
	line-height: 95px;
}

.header ul li img {
	display: block;
}

.searchArea {
	margin: 0 auto;
	width: 950px;
	text-align: right;
	height: 35px;
	clear: left;
}

.contentFrameWhite {
	clear: both;
	margin: 0 auto;
	width: 950px;
	background: url(../images/content_bkgrnd_white.gif) top center repeat-y;
}

.contentFramePink {
	clear: both;
	margin: 0 auto;
	width: 950px;
	background: url(../images/content_bkgrnd_pink.gif) top center repeat-y;
}

.content {
	font-size: 14px;
	padding:  5px 15px 15px 15px;
}

.content p {
	line-height: 18px;
	text-align: justify;
}

.searchBox, .cleardefault {
	width: 154px;
	height: 22px;
	background: url(../images/search_bar.gif) left center no-repeat;
	border: 0;
	line-height: 22px;
	text-indent: 25px;
	font-size: 12px;
	font-style: italic;
	color: #bbb;
}

.homeImage {
	clear: both;
	margin: 0 auto;
	width: 950px;
}

.leftColumn {
	float: left;
	width: 630px;
	padding: 10px;
}

.leftColumnInside {
	float: left;
	width: 650px;
}

.rightColumn {
	float: left;
	width: 280px;
	padding: 10px;
}

.articleListVertical {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleListVertical li {
	display: inline;
	float: left;
	margin: 5px;
}

.articleListVertical li.imageBox {
	clear: left;
}

.articleListVertical li a {
	display: block;
	background: #fff;
	border: 1px solid #363636;
	padding: 5px;
	text-decoration: none;
}

.articleListVertical li a span {
	position: relative;
	display: block;
	background: url(../images/image_title_bkgrnd.png);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	text-indent: 10px;
}

li.infoBox {
	float: left;
	border: 0;
}

li.infoBox span.articleSummary {
	margin-left: 0px;
}

li.groupBox {
	width: 298px;
	margin-bottom: 10px;
	height: auto inherit;
}

a.imageFrame span {
	display: block;
	width: 280px;
	padding-right: 5px;
}

li.groupBox span {
	display: block;
	margin-top: 10px;
	padding: 3px;
}

li.groupBox a.smbutton {
	margin-left: 13px;
}

span.articleSummary {
	display: block;
	margin: 0 auto;
	text-align: justify;
	width: 270px;
	font-size: 12px;
	color: #464646;
	line-height: 16px;
}

.articleListVertical a.smbutton, #ajaxSearch_submit {
	border: 0px none;
	margin: 0;
	padding: 0;
	display: block;
	margin-top: 5px;
	width: 82px;
	height: 23px;
	line-height: 23px;
	background: url(../images/btn_sm.gif) top left no-repeat;
	text-align: center;
	font-size: 10px;
	text-indent: 0;
	color: #707070;
}

#ajaxSearch_submit {
	display: inline;
/* 	background: url(../images/btn_sm.gif) center no-repeat; */
	background: #000;
	color: #fff;
	width: 50px;
	-webkit-border-radius: 4px;
	-border-radius: 4px;
	-moz-border-radius: 4px;
}

.articleListVertical a.smbutton:hover {
	color: #363636;
}

.articleListGrid {
	list-style: none;
	padding: 0;
	margin: 0;
}

.articleListGrid li {
	float: left;
	margin: 5px;
}

.articleListGrid li a {
	display: block;
	background: #fff;
	border: 1px solid #363636;
	padding: 5px;
	text-decoration: none;
}

.articleListGrid li a span {
	position: relative;
	display: block;
	background: url(../images/image_title_bkgrnd.png);
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	z-index: 10;
	text-indent: 10px;
}

.sponsorsBar {
	clear: both;
	margin: 0 auto;
	width: 950px;
	text-align: center;
	background: url(../images/sponsors_bkgrnd_white.gif) left top #fff repeat-x;
}

.sponsorsBar img {
	display: inline;
}

.footerBar {
	clear: both;
	margin: 0 auto;
	width: 950px;
	line-height: 51px;
	color: #fff;
	font-size: 10px;
	text-indent: 10px;
	background: url(../images/footer_bkgrnd.gif) left center repeat-x;
}

.divider {
	display: block;
	height: 3px;
	background: url(../images/horizontal-divider.png) left center repeat-x;
	margin: 6px 0px 6px 0px;
}

h3 {
	font-size: 24px;
	color: #003663;
	font-weight: normal;
	padding: 0;
	margin: 0;
	line-height: 35px;
	text-shadow: 2px 2px 2px #bbb;
	-moz-text-shadow: 2px 2px 2px #bbb;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

fieldset div label {
	display: block;
	font-size: 12px;
	color: #363636;
	line-height: 20px;
}

.textBox {
	display: block;
	background: url(../images/textbox_bkgrnd.png) left center no-repeat;
	height: 20px;
	line-height: 20px;
	min-height: 20px;
	border: 2px solid #adbecb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-border-radius: 6px;
	font-size: 10px;
	padding: 2px;
	margin-bottom: 10px;
}

select.textBox {
	background: #fff;
}

textarea {
	display: block;
	height: 80px;
	line-height: 14px;
	min-height: 20px;
	border: 2px solid #adbecb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-border-radius: 6px;
	font-size: 10px;
	padding: 2px;
}

.selectBox {
	height: 28px;
	line-height: 28px;
	padding-top: 4px;
}

.w250 {
	width: 250px;
}

.formButton {
	border: 2px solid #fff;
	background: url(../images/button.png) left center repeat-x;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-border-radius: 8px;
	padding: 6px 10px 6px 10px;
}

.pageTitle {
	width: 649px;
	height: 80px;
	line-height: 80px;
	font-size: 48px;
	color: #fff;
	text-indent: 15px;
	background: url(../images/title_bkgrnd.jpg) top left no-repeat;
}

.shadow {
	box-shadow: 2px 2px 2px #bbb;
	-moz-box-shadow: 2px 2px 2px #bbb;
}

.subNav {
	padding: 0;
	margin: 0;
	width: 649px;
	height: 41px;
	background: url(../images/sub_nav_bkgrnd.gif) left center repeat-x;
	list-style: none;
}

.subNav li {
	float: left;
	line-height: 34px;
	height: 41px;
	padding: 0px 10px 0px 10px;
	background: url(../images/sub_nav_divider.png) right center no-repeat;
	cursor: pointer;
}

.subNav li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #363636;
}

.subNav li:hover, .subNav li.active {
	background: url(../images/sub_nav_active.gif) left center repeat-x;
}

div.errors {
	color: #790000;
	font-size: 12px;
	margin-bottom: 5px;
}

#slider {
	position:relative;
	min-height:275px;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

#slider .nivo-controlNav {
	position:absolute;
	left:85%;
	top:-18px;
}
#slider .nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
#slider .nivo-controlNav a.active {
	background-position:-10px 0;
}

#imageGallery {
	padding: 0;
	margin: 0;
	list-style: none;
}

#imageGallery li {
	float: left;
	margin: 0px 5px 5px 0px;
}

.newsletterBK {
	margin: 0 auto;
	width: 273px;
	height: 110px;
	padding: 65px 7px 0px 7px;
	background: url(../images/NEWS.jpg) top left no-repeat;
}

.newsletterBK input {
	margin-bottom: 2px;
}

.ticketsBK {
	margin: 0 auto;
	width: 273px;
	height: 234px;
	padding: 70px 7px 0px 7px;
	background: url(../images/WIN.jpg) top left no-repeat;
}

.ticketsBK input {
	margin-bottom: 2px;
}

.orderTotal {
	position: relative; 
	display: inline; 
	float: right; 
	margin-right: 60px; 
	font-size: 30px;
}

.orderTotalPrice {
	font-size: 30px;
	border: 0px;
	background: #fff;
	width: 150px;
	color: #790000;
}

div.footerOuter {
	background: url(../images/background.gif) top left repeat-x #000;
}

div.footerLinks {
	margin: 0 auto;
	width: 950px;
	height: 230px;
}

.footerLinks ul {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footerLinks ul li.columnTitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px;
}

.footerLinks ul li a {
	font-size: 12px;
	color: #aaa;
	line-height: 16px;
	text-decoration: none;
}

.footerLinks ul li a:hover {
	text-decoration: underline;
}

.socialNetworking {
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	margin-right: 20px;
	margin-top: 5px;
}

.socialNetworking li {
	float: left;
	margin-left: 10px;
}

.socialNetworking li img {
	margin-top: 6px;
}

.paypalBtn {
	margin-top: 8px;
	width: 145px;
	height: 42px;
	border: 0;
	background: url(../images/paypal_btn.gif) top left no-repeat;
	cursor: pointer;
}

.slider-wrap {
	width : 273px;
	height : 294px;
	overflow : hidden;
	margin: 0 auto;
}

.slider-wrap-tall {
	width : 273px;
	height : 597px;
	overflow : hidden;
	margin: 0 auto;
}

.slider{
	margin : 0px;
	padding : 0px;
	height : 294px;
}

.slider-tall{
	margin : 0px;
	padding : 0px;
	height : 597px;
}

.slider li, .slider-tall li{
	margin : 0px;
	padding : 0px;
	float : left;
	width : 273px;
	list-style : none;
}



/* new footer */
.footer {
	margin: 0 auto;
	width: 950px;
	color: #fff;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer ul a {
	color: #fff;
	text-decoration: none;
}

.footer_top {
	display: block;
	width: 950px;
	height: 45px;
	line-height: 45px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

.footer_top li {
	display: block;
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #444;
	padding: 0px 10px;
}

.footer_top li.link:hover {
	background: #333;
}

.footer_top li a {
	display: block;
	text-transform: uppercase;
}

.footer_top li a:hover {
	color: #bbb;
}

.footer_top li.noline {
	border: 0;
}

.footer_column {
	position: relative;
	display: block;
	float: left;
	width: 158px;
	height: 130px;
}

.footer_column li a {
	font-size: 12px;
	line-height: 18px;
	color: #aaa;
}

.footer_column li a:hover {
	color: #555;
}

.footer_column li {
	padding-left: 8px;
}

.footer_column li.footerTitle {
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	height: 30px;
}

.footer_border_right {
	border-right: 1px solid #444;
}
