@charset "utf-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #41050C;
	background: #000000;
	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 */
	
}
.oneColFixCtrHdr #container {
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #ffffff; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}


.oneColFixCtrHdr #leftcol {
	background: #ffffff; 
	padding-top: 4px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-image:url(duluth-bowling-images/skyline-lanes-content-area.gif);
	padding-top: 0;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 27px;
	background-repeat: repeat;
	z-index: 25;
}

#mainContentText {
	padding-top: 0;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #41050C;
	font-size:14px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	z-index: 100;
	display:block;
}

#mainContentText a{
text-decoration:none;
color: #41050C;

}

#mainContentText a:hover{

text-decoration:underline;
color: #003300;
}

.oneColFixCtrHdr #footer {
	background:#000000;
	width: 964px;
	height: 46px;
	background-image:url(duluth-bowling-images/skyline-footer-bottom-bg.gif);
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 12px;
}


.oneColFixCtrHdr #footer a {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 12px;
}

.imgbrd {
	border: 2px solid #7D1D09;
}


.content {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 16px;
	color: #990000;
}

.oneColFixCtrHdr #content-bottom  {
	width: 905px;
	height: 98px;
	background-image:url(duluth-bowling-images/open-bowling-hours-bg.gif);

}

.oneColFixCtrHdr #content-bottom-text {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 38px;
	padding-left: 298px;
	background-position: center;
	text-align: center;
	line-height: 19px;
}


/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:220px;
			width:573px;
			overflow:hidden;
			}	
		#slider{ 
			margin-left:0px;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:30px;
			height:77px;
			position:absolute;
			left:-30px;
			top:150px;
			}	
		#nextBtn{ 
			left:918px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:30px;
			height:77px;
			background:url(images/btn_prev.gif) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(images/btn_next.gif) no-repeat 0 0;	
			}								
	
	/* // slider */	
	
.packages {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 12px;
}
.callout {
	background-color: #771A0B;
	border: 3px solid #1E3265;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	width: 170px;
}
.oneColFixCtrHdr #leftcol p {
	background: #ffffff;
	padding-top: 4px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContentText p {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #41050C;
	font-size:14px;
	padding-right: 0px;
	padding-left: 5px;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFF99;
	padding: 4px;
	border: 1px solid #990000;
	width: 98%;
}

.error300 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	background-color: #FFFF99;
	padding: 4px;
	border: 1px solid #990000;
	width: 300px;
}
