@charset "utf-8";
/* CSS Document */

html { background: url(../images/lane_bg.jpg) top; height: 100%; margin: 0px 0px 1px 0px; }

body { 
	background: url(../images/arrows.png) bottom no-repeat; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	margin: 0px; 
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; color: #000; 
	font-weight: bold;
}

.clear { clear: both; }

h1 { font-size: 18px; color: #ed1c24; font-weight: bold; }
h2 { font-size: 14px; color: #ed1c24; font-weight: bold; padding: 0px; margin: 0px; }
h3 { font-size: 18px; color: #fff; font-weight: bold; }
h4 { font-size: 20px; color: #fff; font-weight: bold; }


#stripe { 
	width: 100%; 
	background: url(../images/blackbar.jpg) left 172px repeat-x; 
	height: 800px; 
} 

#center { 
	width: 900px; 
	margin: 0px auto; 
}

#header { width: 900px; 
	height: 218px; 
	background: url(../images/header.png) no-repeat; 
}

#header2 { width: 900px; 
	height: 218px; 
	background: url(../images/header2.png) no-repeat; 
}

#head-left { width: 475px; float: left; }
#head-right { width: 320px; float: right; }

#main_shadow { 
	width: 900px; 
	background: url(../images/main_shadow.png) bottom right no-repeat; 
	padding-right: 7px; 
	padding-bottom: 8px; 
}

#main { 
	width: 900px; 
	background: url(../images/main.png) left 30px no-repeat; }

#main2 { 
	width: 900px; 
	background: url(../images/main2.png) left 30px no-repeat; 
}

#left { 
	width: 265px; 
	float: left; 
}
#blueball { 
	width: 265px; 
	background:url(../images/blueball.png) no-repeat; 
	color: #fff; 
	font-weight: bold; 
	font-size: 14px; 
}

#redball { 
	width: 265px; 
	background:url(../images/redball.png) no-repeat; 
	padding-bottom: 50px; 
}

.ball-top { 
	width: 163px; 
	height: 25px; 
	padding: 34px 51px 0px 51px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 18px; 
}

.ball { 
	width: 195px; 
	height: 146px; 
	padding: 5px 35px 5px 35px; 
}
		
#right { 
	width: 635px; 
	float: left; 
	padding: 0px; 
}

#menu { 
	width: 635px; 
	height: 32px; 
}

#content { 
	width: 615px; 
	padding: 10px; 
}

#footer { 
	width: 635px; 
	padding: 20px 0px 0px 265px; 
	text-align: center; 
	font-size: 18px; 
	font-weight: bold; 
	color: #000; 
}

ul.home { 
	list-style-image: url(../images/dot.png); 
	font-size: 16px; 
	font-weight: bold; 
}

ul.home li { 
	padding: 5px 35px 5px 0px; 
}

/******MENU********/

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

ul.menu li { padding: 0px; display: block; float: left; }

a.menu:link, a.menu:visited { 
	color: #ccc; 
	display: block; 
	float: left; 
	margin-top: 5px; 
	padding: 5px 15px 0px 15px; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	height: 19px; 
	border-top: 1px solid #565656; 
	border-left: 1px solid #363636; 
	border-right: 1px solid #000; 
}

a.menu:hover { 
	color: #ccc; 
	display: block; 
	float: left; 
	margin-top: 5px; 
	background: #333333; 
	padding: 5px 15px 0px 15px; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; 
	height: 19px; 
	border-top: 1px solid #6e6e6e; 
	border-left: 1px solid #5b5b5b; 
	border-right: 1px solid #292929; 
}

a.active_menu { 
	display: block; 
	float: left; 
	padding: 5px 15px 0px 15px; 
	text-decoration: none; 
	font-weight: bold; 
	font-size: 12px; color: #fff; 
	background: #ed1c24; 
	border-top: 1px solid #c46367; 
	border-right: 1px solid #8b1015; 
	border-left: 1px solid #f36a70; 
	text-decoration: none; 
	height: 24px; 
	margin: 0px; 
	color:#000000; 
}

/******************/

table.prices { 
	background:url(../images/table_bg.png); 
	font-weight: bold; 
	border: 3px solid #000; 
}

table.prices td { 
	padding: 5px 0px 5px 0px; 
}

table.specials {
	background:url(../images/table_bg.png); 
	font-weight: bold; 
	border: 3px solid #000; 
	margin: 0px auto; 
}

table.specials td { 
	padding: 5px 8px 5px 8px; 
}

.dot { 
	width: 6px; 
	height: 6px; 
	display:inline; 
}
/*****************/