@charset "utf-8";
html{
background-color:#DED6BF;	
}
body {
	font-family: Verdana, Arial,  sans-serif;
	font-size:13px;
	background: #DED6BF;
	background-image:url(../images/bg_horiz_stripe.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear:right;
	display:block;
	line-height:60px;

}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear:right;
	display:block;
		line-height:60px;

}
h3 {
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	clear:right;
	display:block;


}
h4 {
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
/*	background-color:#ffffff;*/
	padding:2px;
	border-bottom:2px dotted #cccccc;

}
h4.specialprice{
	color:#136F0D;
	margin-bottom:20px;
}
h4.extremebowling{
	color:#5F005D;
	margin-bottom:20px;
}
#container {
	width: 959px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	overflow:visible;

/*	border:1px solid #000000;*/
	
}

#container #mainContent #flashhome{
	margin:0 auto;
	padding-bottom:20px;
	position:relative;
	top:-20px;
}
#nav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
	border-right: 1px solid #000000;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
		text-shadow: 1px 1px 2px #000; /* X OFFSET Y OFFSET BLUR COLOR */
}
#nav .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	display:inline;

}
#footernav{
padding:10px 0px 10px 0px;
text-align:center;
background-color:#666633;
background-image: url(../images/bg_green_horiz_stripe.png);
border-top:1px solid #000000;
/*width:728px;*/
z-index:100;
height:50px;
line-height:25px;
position:relative;
top:0px;
}
#footernav li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #000; /* X OFFSET Y OFFSET BLUR COLOR */
	color: #000000;
	display: inline;
	border-right: 1px solid #000000;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footernav .last {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#footernav ul {
	margin: 0px;
	padding: 0px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
div.line {
border-bottom:1px solid #666666;line-height:0px;float:none;clear:both;margin:10px 0px 25px 0px;width:460px;
}

div.line_dotted {
border-bottom:2px dotted #999999;line-height:0px;float:none;clear:both;margin:10px 0px 10px 0px;width:460px;
}
div.vspacer{
float:none;clear:both;margin:10px 0px 25px 0px;
}
div.bar_orange{
border-bottom:5px solid #C14E00;line-height:0px;float:none;clear:both;margin:10px 0px 10px 0px;width:460px;
}
#nav a:link, #footernav a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#nav a:visited, #footernav a:visited {
	color: #eeeeee;
	text-decoration:none;
}
#nav a:hover, #footernav a:hover {
	color:#FFFFCC;
	text-decoration:underline;
}
#nav a:active, #footernav a:active {
	color:#FFFFCC;
	text-decoration:underline;
}


h2.home {
	font-size: 12px;
	font-weight: bold;
	margin:0px 0px 5px 0px;
	padding:0px;
}







#container #mainContent #roll, #container #mainContent #rock, #container #mainContent #party, #container #mainContent #find {
	color: #FFFFFF;
}
p{
margin-top:0px;
padding-bottom:10px;
}

#nav {
background-color:#666633;
padding:5px;
text-align:center;
	background-image: url(../images/bg_green_horiz_stripe.png);
	border:1px solid #333333;
	line-height:35px;
	margin:10px auto 10px auto;
	width:1024px;
	z-index:3;
	white-space:nowrap;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius:5px;
-moz-box-shadow:2px 2px 4px rgba(0,0,0, .3);/* X OFFSET Y OFFSET BLUR COLOR */
-webkit-box-shadow:2px 2px 4px rgba(0,0,0, .3);/* X OFFSET Y OFFSET BLUR COLOR */
box-shadow:2px 2px 4px rgba(0,0,0, .3);/* X OFFSET Y OFFSET BLUR COLOR */
}

#secttl{
	width:800px;
	z-index:10;
	position:absolute;
	top:-30px;
	left:80px;
}
#page_body{
width:730px;margin:auto;position:relative;padding-top:100px;background-image:url(../images/main_bg.png);margin-top:50px;border:1px solid #000;
/*top:-15px;*/
z-index:1;
}
#page_body #col_left{
width:120px;float:left;margin:0px 0px -5000px 0px; padding-bottom: 5000px; border:1px solid #000000;background-image:url(../images/lane.png);z-index:1; display:none;
}
#page_body #col_center{
width:460px;/*float:left;*/margin-left:auto;margin-right:auto;margin-top:-20px;padding:25px 13px 13px 13px;overflow:display;

}
#page_body #col_right{
width:120px;float:left;margin:0px 0px -5000px 0px; padding-bottom: 5000px; border:1px solid #000000;background-image:url(../images/lane.png);z-index:1;display:none;
}
#footer_contact{
text-align:center;padding:10px 0 20px 0;
}
.ttl_image {
	margin-bottom: 10px;
}
.scrolldown_image {
	margin-bottom: 20px;
}
.h1_icon{
	margin-bottom:10px;
}
#copyright{
	position:relative;
	top:50px;
text-align:center;

}
#bandsched img,
#leaderboard img
{
width:90%;
margin:0px auto 0px auto;
display:block;
border:1px solid #000000;
}
#leaderboard p{
width:90%;
margin:0px auto 0px auto;
font-size:80%;	
}

#search{
width:800px;
margin:0 auto 50px auto;
text-align:right;
}
#coupon_button {
	overflow: visible;
	position: absolute;
	z-index: 100;
	height: 149px;
	width: 200px;
	top: 190px;
	right: -40px;
}
#coupon_button_home {
	overflow: visible;
	position: absolute;
	z-index: 100;
	height: 149px;
	width: 200px;
	top: 80px;
	right: -30px;
}
#coupon_button_home img,#coupon_button img {
border:0px;	
}

#leaderboard_link {
	background-color: #000;
	padding: 10px;
	margin: 0 -55px 20px -55px;
	top:-30px;
	border: 2px solid #666;
	color: #DBD3BC;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-weight:bold;
	z-index:200;
	text-align:center;
	

}
#leaderboard_link a:link{
	color:#FC0;	
}
#leaderboard_link a:visited{
	color:#F93;	
}
#leaderboard_link a:hover{
	color:#FF0;	
}
#leaderboard_link a:active{
	color:#fff;	
}
