* { margin:0; padding:0; border: none; outline: none; }

html, body, #wrap { height: 100%; }
body > #wrap {height: auto; min-height: 100%;}

/* CLEAR FIX */
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	background:#F2F2F2;
	overflow-x:hidden;
}

body.lightbox {
	background: none;
}

p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
	padding: 0 0 10px;
}

a { color: #FFF; text-decoration: none; }
a:visited { color: #FFF; }
a:hover { color: #AF1412; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

h3 { 
	position: relative;
	float: left;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	/*font-size: 20px;*/
	font-size: 14px;
	padding: 0 0 10px;
	clear: both;
}
h4 {
	position: relative;
	float: left;
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 15px;
	width: 100%;
	clear: both;
}
#main.privacy h4 {
	padding: 15px 0 10px;
}
h4.partyTitle p {
	position: relative;
	float: left;
	font-family: Georgia, serif;
	font-size: 22px;
	line-height: 120%;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 15px;
	width: 100%;
	clear: both;
}

.simply-scroll-list li a {
	font-family: Oswald, sans-serif;
	font-weight: 400;
}

.inLineList { position: relative; float: left; margin: 0; padding: 0; }
.inLineList li { display: block; position: relative; float: left; list-style: none; }

.bulletList { float: left; margin: 0; padding: 0; }
.bulletList li { background: url('images/bullet.png') no-repeat; background-position: left 6px; display: block; float: left; padding: 0 0 0 10px; clear: both; }

.noBulletList { float: left; margin: 0; padding: 0; }
.noBulletList li { background: none; display: block; float: left; list-style: none; clear: both; }

.zero { margin: 0 !important; padding: 0 !important; }
.noMargin { margin: 0 !important; }
.noPadding { padding: 0 !important; }
.alignLeft { float: left; position: relative; }
.noBorder { border: none !important; }

.displayBlock { display: block !important; }

/* ==========================================================================
	Primary Styles
   ========================================================================== */

.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1024px) {
	img.bg {
		left: 50%;
		margin-left: -512px;
	}
}

#wrap {
	position: relative;
	overflow: hidden;
}

#main { 
	position: relative;
	width: 980px;
	min-height: 560px;
	margin: 0 auto;
	padding-bottom: 330px;
	/* overflow: auto; */
}

#main.about {
	padding-bottom: 91px;
}

/* =======================================
	HEADER
   ======================================= */

.header {
	position: relative;
	background: url('images/header.png') no-repeat;
	width: 960px;
	height: 96px;
	margin: 3px auto 0;
	z-index: 8000;
}

/* NAVIGATION */

ul.nav {
	position: relative;
	padding: 0 0 0 35px;
	width: 890px;
}

ul.nav li {
	background: url('images/nav-divider.png') no-repeat;
	background-position: 100% 15px;
	height: 70px;
	padding: 13px 16px 0 0;
	text-indent: -9999px;
}

ul.nav li a {
	height: 70px;
}

ul.nav li.nav-parties {
	width: 130px;
}

ul.nav li.nav-parties a.parties {
	position: relative;
	float: left;
	background: url('images/nav.png') no-repeat;
	background-position: 0 0;
	width: 130px;
}

ul.nav li.nav-parties a.parties:hover, ul.nav li.nav-parties a.active {
	background-position: 0 -80px;
}

ul.nav li.nav-play {
	width: 87px;
}

ul.nav li.nav-play a.play {
	position: relative;
	float: left;
	background: url('images/nav.png') no-repeat;
	background-position: -140px 0;
	width: 87px;
}

ul.nav li.nav-play a.play:hover, ul.nav li.nav-play a.active  {
	background-position: -140px -80px;
}

ul.nav li.nav-taste {
	width: 102px;
}

ul.nav li.nav-taste a.taste {
	position: relative;
	float: left;
	background: url('images/nav.png') no-repeat;
	background-position: -237px 0;
	width: 102px;
}

ul.nav li.nav-taste a.taste:hover, ul.nav li.nav-taste a.active {
	background-position: -237px -80px;
}

ul.nav li.nav-logo {
	width: 185px;
	padding-top: 15px;
	text-indent: 0;
}

ul.nav li.nav-locations {
	width: 167px;
}

ul.nav li.nav-locations a.locations {
	position: relative;
	float: left;
	background: url('images/nav.png') no-repeat;
	background-position: -349px 0;
	width: 167px;
}

ul.nav li.nav-locations a.locations:hover, ul.nav li.nav-locations a.active {
	background-position: -349px -80px;
}

ul.nav li.nav-connect {
	width: 137px;
}

ul.nav li.nav-connect a.connect {
	position: relative;
	float: left;
	background: url('images/nav.png') no-repeat;
	background-position: -526px 0;
	width: 137px;
}

ul.nav li.nav-connect a.connect:hover, ul.nav li.nav-connect a.active {
	background-position: -526px -80px;
}

ul.nav li.last-nav {
	background: none;
	padding-right: 0;
}

/* NAVIGATION SECOND LEVEL */
ul.subNav {
	float: left;
	position: relative;
	background: url('images/dropdownBg.png') repeat;
	margin: 0 0 0 -5px;
	padding: 0;
	color: #FFF;
	width: 180px;
	height: auto;
	list-style: none;
	clear: both;
	visibility: hidden;
}
ul.subNav li {
	position: relative;
	background: url('images/dropdownArrow.png') no-repeat;
	background-position: 90% 13px;
	padding: 0;
	width: 180px;
	margin: 0;
	height: auto;
	border-bottom: 1px solid #292728;
	text-indent: 0;
}
ul.subNav li a, ul.subNav li span {
	display: block;
	height: auto;
	padding: 10px 15px;
	font-size: 14px;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	background: none;
}
ul.subNav li span {
	cursor: default;
}
ul.subNav-hover li:hover {
	background: url('images/dropdownArrow-on.png') no-repeat;
	background-position: 90% 13px;
	background-color: #000;
}
ul.subNav-hover {
	visibility: visible !important;
}

/* NAVIGATION THIRD LEVEL */
ul.subNav li ul.locations-city {
	position: absolute;
	top: 0;
	left: 180px;
	/*background: url('images/dropdownBg.png') repeat;*/
	background: #000;
	width: 166px;
	visibility: hidden;
	padding: 0 0 10px;
}
ul.subNav li ul.locations-city li {
	background: none;
	border: none;
	width: 166px;
}
ul.subNav li ul.locations-city li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	padding: 10px 15px 0;
}
.cityImg {
	height: 91px !important;
	padding: 0 !important;
	margin: 0 !important;
}

/* =======================================
	END HEADER
   ======================================= */

/* =======================================
	CONTENT
   ======================================= */  
  
.content {
	position: relative;
	float: left;
	background: url('images/bg-white.png') repeat;
	width: 900px;
	overflow-x:hidden;
	height: auto;
	padding: 0px 20px 40px 0px;
	margin: 0 0 30px;
}

.content a, .content a:visited {
	color: #AF1412;
	font-weight: bold;
}

.content a:hover {
	color: #000;
}

.leftCol {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.aboutBowlmor {
	width: 205px !important;
	margin: 30px 20px 0 0;
}

.leftCol p {
	position: relative;
	float: left;
	padding: 0 0 0 235px;
}

.rightCol {
	position: relative;
	float: left;
	width: 415px;
	height: auto;
	margin: 30px 0 0;
}

.rightCol p {
	margin: 0 0 15px;
}

ul.historyBowlmor li {
	padding: 0 0 20px;
	height: 116px;
}

.aboutBowlmor p {
	padding-bottom: 30px;
}

.aboutBowlmor p img {
	position: absolute;
	top: 0;
	left: 0;
	width: 215px;
	height: 185px;
	overflow: hidden;
}

.features {
	position: relative;
	float: left;
	width: 980px;
	height: auto;
	padding: 0 0 40px 0;
	margin: 0 0 30px;
	overflow: hidden;
}

.downloadMenu {
	position: relative;
	float: left;
	clear: both;
}

.article {
	position: relative;
	float: left;
	width: 644px;
	height: auto;
	padding: 0 20px 0 0;
	border-right: 1px solid #CCC;
	z-index: 200;
}

.article-connect {
	position: relative;
	float: left;
	width: 654px;
	height: auto;
	padding: 0 10px 0 0;
	border-right: 1px solid #CCC;
	overflow: hidden;
}

/* =======================================
	PRIVACY
   ======================================= */  

ul.privacyBullet {
	width: 100%;
	margin: 0 0 10px 20px;
}

ul.privacyBullet li {
	margin: 0 0 10px;
	width: 100%;
}


/* =======================================
	END PRIVACY
   ======================================= */  

/* =======================================
	SITEMAP
   ======================================= */  

.article-sitemap {
	position: relative;
	float: left;
	width: 287px;
	height: auto;
}

.article-sitemap-middle {
	position: relative;
	float: left;
	width: 287px;
	height: auto;
	margin: 0 15px 0 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.sitemapList li {
	margin: 10px 0 0;
	width: 100%;
}

.content .sitemapList li a, .content .sitemapList li {
	color: #666 !important;
	font-weight: normal;
	font-size: 13px;
}

.sitemapList li a:hover {
	color: #AF1412 !important;
}

.sitemapLocationList {
	margin-top: 30px;
}

.sitemapSubList {
	float: none;
	padding: 0 0 0 20px;
}

.sitemapSubList li {
	background: none;
	padding: 0;
}

.article-full {
	position: relative;
	float: left;
	width: 900px;
	height: auto;
}

.article .aboutText {
	position: relative;
	float: left;
	width: 515px;
	padding: 0 25px 15px 0;
}

/* =======================================
	CONNECT
   ======================================= */  
.connect-overflow {
	position: relative;
	float: left;
	width: 654px;
	height: auto;
	overflow: hidden;
}

.connect-wrapper {
	position: relative;
	float: left;
	width: auto;
	height: auto;
}
   
ul.connectList {
	position: relative;
	float: left;
	width: 654px;
	height: auto;
}

ul.connectList li {
	width: 205px;
	height: auto;
	margin: 0 10px 10px 0;
}

ul.connectList li img {
	border: 1px solid #DFDFDF;
}

.content ul.connectList li a {
	font-size: 13px;
	color: #000;
	font-weight: normal;
}

.content ul.connectList li a:hover {
	color: #AF1412;
}

/* =======================================
	END CONNECT
   ======================================= */  

.locationsContainer {
	position: relative;
	float: left;
	width: 990px;
	height: auto;
}

ul.locationsList {
	padding: 0 0 30px;
}

ul.locationsList li {
	background: url('images/transparentBox.png') repeat;
	width: 455px;
	height: 183px;
	margin: 0 10px 10px 0;
	padding: 20px 10px 20px 20px;
}

ul.locationsList li h4 {
	color: #FFF;
}

ul.locationsList li img {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
}

.individualListing {
	position: relative;
	float: left;
	width: 160px;
	height: auto;
}

.individualListing h4 {
	padding: 0 0 10px;
}

.individualListing p {
	padding: 0 0 8px;
	color: #FFF;
}


/* =======================================
	SIDEBAR
   ======================================= */  
   
.aside {
	position: relative;
	float: left;
	width: 215px;
	height: auto;
	margin: 0 0 0 20px;
}

#aside {
	position: relative;
	float: left;
	width: 215px;
	height: auto;
	margin: 0 0 0 20px;
}
#aside p, .aside p, .aside h3 {
	position: relative;
	float: left;
	width: 100%;
}
#aside.aboutSidebar p {
	position: relative;
	float: left;
}

#aside img.button {
	position: relative;
	float: left;
	margin: 0 0 35px;
}

.sidebarPromoBox li {
	padding: 0 0 20px;
}

.asideBox {
	position: relative;
	float: left;
	margin: 20px 0 0;
}

table.hours {
	position: relative;
	float: left;
	font-size: 13px;
	padding: 0;
	margin: 20px 0 30px;
}

table.hours tr {
	height: 20px;
}

ul.follow {
	margin: 0 0 0 10px;
}

ul.follow li {
	margin: 0 5px 0 0;
}

.listingContainer {
	position: relative;
	float: left;
	width: 644px;
	height: auto;
}

.eventListing {
	position: relative;
	margin: 0 100px 0 0;
	
}

.eventListing li {
	background: url('images/bullet-eventPlanning.png') no-repeat left 4px;
	padding: 0 0 0 20px;
	margin: 0 0 10px;
	font-size: 13px;
	cursor: pointer;
}

.content .careerListing li a {
	color: #000;
	font-weight: normal;
}

.content .careerListing li a:hover {
	color: #AF1412;
}

.textBox {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 0 15px;
	clear: both;
}

.planEvent {
	position: relative;
	float: left;
	background-color: #FFFFFF;
	border: 2px solid #CC141E;
	width: auto;
	height: auto;
	padding: 20px 25px 10px 20px;
	margin: 0 0 20px;
	overflow: hidden;
}

.eventsBox-menu {
	position: relative;
	float: left;
	margin: 20px 0 0;
}

.eventsBox-tour {
	position: relative;
	float: left;
	margin: 20px 0 0;
}

.planEvent label {
	position: relative;
	float: left;
	font-size: 13px;
	padding: 15px 0 5px;
	width: 125px;
	clear: both;
}

.planEvent select {
	position: relative;
	float: left;
	border: 1px solid #CCC;
	color: #666666;
	width: 165px;
	height: 19px;
	clear: both;
}

.planEvent input {
	position: relative;
	float: left;
	height: 19px;
	color: #666666;
	border: 1px solid #CCC;
	clear: both;
	text-indent: 2px;
}

.planEvent label.numofGuests {
	width: 125px;
}

.planEvent input.numofGuests {
	width: 73px;
}

.planEvent input.eventSubmit {
	width: 94px;
	height: 26px;
	margin-top: 20px;
	border: none;
}

.planEvent input.datePicker {
	width: 100px;
	margin: 0 2px 0 0;
	clear: none;
}

.planEvent img.datePicker {
	position: relative;
	float: left;
}

.ui-datepicker-trigger {
	position: relative;
	float: left;
}

.featuresList {
	width: 1040px;
	padding: 0;
}

.featuresList li {
	margin: 0 59px 30px 0;
}

.formPopup {
	position: relative;
	float: left;
	width: 200px;
	height: 450px;
	margin: 0 0 20px;
}

.formPopup label {
	position: relative;
	float: left;
	margin: 10px 0 0;
	width: 170px;
	clear: both;
}

.formPopup input, select, textarea {
	position: relative;
	float: left;
	margin: 5px 0 0;
	border: 1px solid #CCC;
	color: #666666;
	clear: both;
}

.formPopup input, select {
	width: 165px;
	height: 19px;
}

.formPopup textarea {
	width: 165px;
	height: 80px;
}

.formPopup .numofGuests {
	width: 80px;
}

.formPopup .postalCode {
	width: 120px;
}

.formPopup .datePicker {
	width: 137px;
	margin: 0 5px 0 0;
}

.formPopup img.datePicker {
	position: relative;
	float: left;
	width: 23px;
	height: 21px;
	margin: 0;
}

.formPopup .eventSubmit {
	width: 82px;
	height: 25px;
	margin: 10px 0 0;
}


/* =======================================
	END CONTENT
   ======================================= */

/* =======================================
	TITLES
   ======================================= */

.heading {
	float: left;
	position: relative;
	width: auto;
	height: auto;
	padding: 55px 0 100px 43px;
	z-index: 40;
	display:none;/*##########  ADD FOR SLIDER  ##########*/
}

body.home .heading {
	padding-top: 0 !important;
}

.title {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding: 35px 0 0 43px;
}

/* Title Margins */
.smallTitle { 
	padding-bottom: 42px; 
}

.heading h2 {
	font-size: 25px;
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	white-space:nowrap;
	line-height: 33px;
}

/* =======================================
	END TITLES
   ======================================= */

/* =======================================
	POPUP
   ======================================= */
  
.bubbleInfo {
	position: relative;
}

.popup {
	position: absolute;
	display: none;
	z-index: 9999;
}

.popup-bottom {
	position: relative;
	float: left;
	background: url('images/popup-bottom.png') no-repeat left bottom;
	padding: 0 0 24px;
	width: 488px;
	height: auto;
}

.popup-top {
	position: relative;
	float: left;
	background: url('images/popup-top.png') no-repeat left top;
	padding: 10px 0 0;
	width: 488px;
	height: auto;
}

.popup-middle {
	position: relative;
	float: left;
	background: url('images/popup-middle.png') repeat-y left top;
	width: 488px;
	height: auto;
	padding: 20px;
}

.popupLeft {
	position: relative;
	float: left;
	width: 272px;
	height: auto;
	margin: 0 15px 0 0;
}
.popupLeft.full {
	position: relative;
	float: left;
	width: 448px;
	height: auto;
	margin: 0 15px 0 0;
}
.popupLeft p {
	position: relative;
	float: left;
	clear: both;
}

.popupRight {
	position: relative;
	float: left;
	width: 155px;

}

#lightbox a, #lightbox a:visited {
	color: #AF1412;
}

#lightbox {
	position: relative;
	width: 644px;
	height: auto;
}

#lightbox.connect {
	padding: 25px 0 0 0;
}

#lightbox.partyForm {
	width: 600px;
}

#lightbox.formThankyou h3 {
	font-size: 15px;
}

.close {
	position: absolute;
	top: 5px;
	right: 5px;
}
  
/* =======================================
	END POPUP
   ======================================= */
  
/* =======================================
	PRESS KIT POPUP
   ======================================= */

#lightbox.pressKits {
	width: 370px;
	overflow: hidden;
}

.pressKitsWrap {
	position: relative;
	float: left;
	border-top: 1px solid #CCC;
}

p.pressKitTitle {
	position: relative;
	float: left;
	margin: 10px 0 0;
}

.pressKitCol {
	position: relative;
	float: left;
	width: 170px;
	height: auto;
	margin: 0 30px 0 0;
}

ul.pressKits {
	position: relative;
	float: left;
	width: 170px;
	height: auto;
}

ul.pressKits li {
	margin: 0 0 5px;
}

#lightbox ul.pressKits li a {
	color: #000;
}

#lightbox ul.pressKits li a:hover {
	color: #AF1412;
}
  
/* =======================================
	END PRESS KIT POPUP
   ======================================= */

/* =======================================
	GALLERY
   ======================================= */  

#gallery {
	position: relative;
	float: left;
}

#thumbsStatic { 
	position: relative;
	width: 604px;
	height: 77px;
	padding: 3px 20px 0 20px;
	overflow: hidden; 
}
#thumbsStatic.galleryThumbs { 
	padding: 0 20px 10px 20px; 
}

#thumbsStatic.promotionThumbs { 
	padding: 0 0 10px; 
}

#thumbsStatic img, #largeImage {
 cursor: pointer;
}

#thumbsStatic img {
 float: left;
 margin-right: 17px;
}

#thumbsStatic img:last-child {
	margin-right: 0;
}

.thumb_slider{
    position: relative;
    float: left;
    display: block;
    width: 644px;
    height: 77px;
    overflow: hidden;
}

.galleryArrow-left {
    position: absolute;
    top: 15px;
    left: 0;
    width: 29px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
}

.galleryArrow-right {
    position: absolute;
    top: 15px;
    right: 0;
    width: 29px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
}

.thumb_holder {
    position: absolute;
    top: 0;
    left: 16px;
    width: 614px;
   	height: 77px;
	overflow:hidden;
}

.thumb-active {
	position: absolute;
	top: 0;
	right: 0;
	background: url('images/thumb-active.png') no-repeat;
	width: 138px;
	height: 77px;
	z-index: 10;
	display: none;
}

.active .thumb-active {
	display: block !important;
}

#thumbs{
	position: absolute;
	left: 0;
	width: auto;
	height: 77px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#thumbs li{
	position:relative;
	float:left;
	display:block;
	width: 138px;
	height: 77px;
	margin: 0 20px 0 0;
}

#thumbs li img {
	position: relative;
	z-index: 1;
	width: 138px;
	cursor: pointer;
}

#description {
	position: relative;
	float: left;
	padding: 10px 0 0;
	width: 100%;
}

#panel { 
	position: relative;
	float: left;
}

#lightbox #panel {
	margin-top: 5px;
}

.reserveSpot {
	padding: 10px 0 0;
	clear: both;
}

/* =======================================
	END GALLERY
   ======================================= */  
   
/* =======================================
	BOTTOM CONTENT
   ======================================= */
  
#bottom {
	background: url('images/bottom-bg.png') top center;
    position: relative;
	margin-top: -330px;
	height: 330px;
	width: 100%;
	clear: both;
}

#bottom.about {
	margin-top: -91px;
	height: 91px;
}

body.noBottom #bottom {
	background: none; 
}

.contentBottom {
	position: relative;
	top: 15px;
	width: 980px;
	margin: 0 auto;
	/* z-index: 10; */
}

.contentBox {
	position: relative;
	display: none;/*##########  ADD FOR SLIDER  ##########*/
	z-index: 10;
}

.opacityBox {
	position: absolute;
	opacity: 0;
	z-index: 30;
	top: 0;
	left: 0;
}

/*
#home_featureImgs {
	position: relative;
	z-index: 20;
}
*/

.featureImg {
	position: relative;
	width: 980px;
	margin: 0 auto;
	right: 0;
	bottom: -330px;
	z-index: 20;/*##########  ADD FOR SLIDER  ##########*/
	display: none;/*##########  ADD FOR SLIDER  ##########*/
}

.featureImg img {
	position: absolute;
	bottom: 0;
	right: -85px;
}

.sliderNav {
	position: absolute;
	top: -45px;
	left: 0;
	color: #FFF;
	clear:both;
}
.sliderPagin li {
	margin: 0 8px 0 0;
}

.contentBox li {
	margin-right: 6px;
}
.threeCol {
	width: 1030px;
	overflow: hidden;
}
.threeCol li {
	margin-right: 50px;
}
/*
.info-bottom {
	position: absolute;
	top: 150px;
	right: -168px;
	float: left;
	background: url('images/morInfo-bottom.png') no-repeat bottom left;
	padding: 0 0 20px 0;
	width: 177px;
	height: auto;
	z-index: 20;
}
.info-top {
	position: relative;
	float: left;
	background: url('images/morInfo-top.png') no-repeat top left;
	width: 177px;
	padding: 20px 0 0;
}
.info-middle {
	position: relative;
	float: left;
	background: url('images/morInfo-middle.png') repeat-y top left;
	width: 152px;
	padding: 10px 5px 0 20px;
}
*/
ul.morInfo {
	display: block;
	overflow: hidden;
}
.morInfo li {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px;
	width: 135px;
}
.morInfo li img.divider {
	margin-left: -5px;
}
.morInfo li img.map {
	margin: 10px 0 0;
}
.morInfo li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.morInfo li a.active {
	color: #AF1412;
}
.info-middle p {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 10px 0 0;
}
.infoToggle {
	position: absolute;
	top: 185px;
	right: 0;
	width: 84px;
	height: 133px;
	cursor: pointer;
	z-index: 10;
}

.info_toggle {
	position: absolute;
	float: left;
	top: 185px;
	right: -170px;
	background: url('images/info-toggle.png') no-repeat;
	height: 368px;
	width: 252px;
	padding: 12px 0 13px 0;
	cursor: pointer;
	overflow: hidden;
	display: block;
	z-index: 1000;
}


.info_toggle_inside {
	padding: 10px 0 0 96px;
}

.info_toggle_inside p {
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 10px 0 0;
	width: 135px;
}

/* =======================================
	END BOTTOM CONTENT
   ======================================= */

/* =======================================
	FOOTER
   ======================================= */

.footerContainer {
	background: url('images/footer-bg.png') repeat-x;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 8000;
}

.footer {
	position: relative;
	width: 980px;
	height: 91px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	overflow: hidden;
}

.footer-outline {
	position: absolute;
	top: 0;
	left: 0;
}

.footer a {
	color: #CCC;
}

.footer a:hover {
	color: #AF1412
}

.footer-scroll {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0 5px;
	overflow: hidden;
}

.arrow-left {
	position: absolute;
	left: 5px;
	top: 20px;
	z-index: 100;
	cursor: pointer;
}

.arrow-right {
	position: absolute;
	right: 5px;
	top: 20px;
	z-index: 100;
	cursor: pointer;
}

.vipSignup {
	float: left;
	margin: 5px 0 0;
}
.vipTitle {
	margin: 2px 2px 0 0;
}
.vipInput {
	width: 128px;
	height: 18px;
	margin: 0 3px 0;
	padding: 0 0 0 4px;
	border: none;
	color: #666666;
	/*font-size: 11px;*/
	font-size: 13px;
}

.footer-nav {
	float: right;
	position: relative;
	margin: 5px 0 0 0;
	z-index: 9999;
	color: #CCC;
}

.footer-nav li {
	margin-right: 10px;
}

.footer-nav li.share {
	margin-top: -10px !important;
}

.footer-nav li p {
	margin: 10px 0 0 0;
	color: #FFF;
}

/* =======================================
	END BOTTOM CONTENT / FOOTER
   ======================================= */
  

/* =======================================
	SLIDER
   ======================================= */
  
.nav_bg{
	width: 100%;
	height: 134px;
	position:fixed;
	top: 0px;
	left: 0px;
	background: url('/images/nav-bg.png') repeat-x;
}

.home_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index: -1;
}

.home_bg img{
	position:absolute;
	top:0px;
	left:0px;	/* calculate a negative value to center horizontally */
	width:100%;	/* windowwidth plus negative value of left */
	display:none;
}

.home_loading{
	position:fixed;
	top:50%;
	left:50%;
	margin:-30px 0px 0px -30px;
	width:60px;
	height:60px;
	background: #000 url('/images/loader.gif') no-repeat center center;
	z-index:999;
	opacity:0.7;
}

.home_headings{
	width: auto;
	overflow: hidden;
	/* position: relative;
	z-index: 40; */
}

.bowlmorIsFor{
	padding: 55px 0 0 43px;
	z-index: 9999;
}

/* =======================================
	END SLIDER
   ======================================= */

#lightbox.playPopup {
	width: 550px;
	overflow: hidden;
}

.play_text {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	padding: 0 0 10px;
	border-bottom: 1px solid #CCC;
}

#lightbox h3 {
	font-size: 22px;
	text-transform: uppercase;
	width: 100%;
}

.findLocations {
	position: relative;
	float: left;
	width: 550px;
	height: auto;
	margin: 15px 0 0;
	overflow: hidden;
}

ul.find_locations {
	width: 430px;
	height: auto;
	overflow: hidden;
}

ul.find_locations li {
	width: 205px;
	height: auto;
	margin: 0 10px 0 0;
}

ul.find_locations li a {
	font-weight: bold;
}

ul.find_locations li a:hover {
	color: #000 !important;
}

/* 404 Page */
.error404 {
	position: relative;
	float: left;
	margin: -30px 0 0 43px;
	color: #FFF;
	clear: both;
}
.error404 a {
	color: #AF1412 !important;
}
.error404 a:hover {
	color: #FFF !important;
}

.wlogo {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
    display: block;
}