/*
This CSS file is for styles related to the wrapper. 
*/

body{
	background: #a5a5a5;
	text-align: center;
	margin: 0;
	padding: 0;	
}

div#wrapper{
	width:980px;
	margin:0px auto;
	text-align:left;
}

div#top{
	background: #a5a5a5 url(/theme/top.jpg) no-repeat scroll 50% 0;
	height:330px;
	margin:0;
	padding:0;
	position:relative;
	z-index:1;
}

div#middle{
	background: #a5a5a5 url(/theme/middle.jpg) repeat-y scroll 50% 0;
	margin:0;
	padding:0;
}

div#bottom{
	background: #a5a5a5 url(/theme/bottom.jpg) no-repeat scroll 50% 0;
	height:25px;
}

div#breadcrumbs{
	font: 80% Arial, Helvetica, sans-serif;
	margin: 7px 0 0 20px;
	padding: 0;
}

div#content{
	width:940px;
	min-height:600px;
	margin: 0 10px 0 20px;
	padding: 7px 0 7px 0;
}

div.full_banner{
	margin:0 0 10px -10px;
	padding:0;
	width:960px;
	position:relative;
}
	
.clearit {
    font: 0px/0px monospace;	
	clear: both;
	display: block;
}

div#photo_album td {
	vertical-align: top;
}

.web_photo {
	border: none;
	margin: 7px 0 0 0;
}

.photo_album_page {
	height:100%;
	width:100%;
	overflow:auto;
}

.web_photo_caption {
	color:#000000;
	text-align:left;
	margin:5px 0 10px 0;
	font-size:18px;
}

.web_photo_details {
	font-size: 14px;
}

.web_photo_thumbnail {
	border: none;
}

.photo_nav {
	width:108px;
}

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

.photo_nav li{
	float:left;
	position:relative;
	margin: 0;
	padding: 0 2px;
}

.photo_nav a{
	background:transparent url(/theme/buttons.png) no-repeat scroll 0px 0px;
	height:35px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}

.photo_nav_prev a{
	background-position: 0px 0px;
	width:50px;
}

.photo_nav_prev a:hover{
	background-position: 0px -35px;
	width:50px;
}

.photo_nav_prev_disabled a{
	background-position: 0px -70px;
	width:50px;
}

.photo_nav_next a{
	background-position: -50px 0px;
	width:50px;
}

.photo_nav_next a:hover{
	background-position: -50px -35px;
	width:50px;
}

.photo_nav_next_disabled a{
	background-position: -50px -70px;
	width:50px;
}

td.shadow12_right {
	background: transparent url(../theme/shadow_12x1045_right.png) no-repeat scroll left top;
	width: 12px;
}

td.shadow12_bottom_right {
	background: transparent url(../theme/shadow_12x12_bottom_right.png) no-repeat scroll left top;
	width: 12px;
	height: 12px;
}

td.shadow12_bottom {
	background: transparent url(../theme/shadow_1445x12_bottom.png) no-repeat scroll left bottom;
	height: 12px;
}

td.shadow7_right {
	background: transparent url(../theme/shadow_7x500_right.png) no-repeat scroll left top;
	width: 7px;
}

td.shadow7_bottom_right {
	background: transparent url(../theme/shadow_7x7_bottom_right.png) no-repeat scroll left top;
	width: 7px;
	height: 7px;
}

td.shadow7_bottom {
	background: transparent url(../theme/shadow_500x7_bottom.png) no-repeat scroll left bottom;
	height: 7px;
}

div#horz_menu {
	width:960px;
	height:34px;
	margin:0 0 0 10px;
	padding: 0;
	border:none;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
}

div#horz_menu ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

div#horz_menu li{
	float:left;
	position:relative;
	margin: 0;
	padding: 0;
}

#horz_menu a{
	background:transparent url(/theme/navbar.jpg) no-repeat scroll 0px 0px;
	height:34px;
	display:block;
	overflow:hidden;
	text-indent:-999em;
}

#horz_menu_home a{
	background-position: 0px 0px;
	width:87px;
}

#horz_menu_batting_cages a{
	background-position: -87px 0px;
	width: 186px;
}

#horz_menu_billiards a{
	background-position: -273px 0px;
	width:135px;	
}

#horz_menu_bowling a{
	background-position: -408px 0px;
	width:123px;	
}

#horz_menu_cinema a{
	background-position: -531px 0px;
	width:110px;	
}

#horz_menu_go_carts a{
	background-position: -641px 0px;
	width:128px;	
}

#horz_menu_miniature_golf a{
	background-position: -769px 0px;
	width:191px;	
}

#horz_menu_home a:hover{
	background-position: 0px -34px;
	width:87px;
}

#horz_menu_batting_cages a:hover{
	background-position: -87px -34px;
	width: 186px;
}

#horz_menu_billiards a:hover{
	background-position: -273px -34px;
	width: 135px;
}

#horz_menu_bowling a:hover{
	background-position: -408px -34px;
	width:123px;	
}

#horz_menu_cinema a:hover{
	background-position: -531px -34px;
	width:110px;	
}

#horz_menu_go_carts a:hover{
	background-position: -641px -34px;
	width:128px;	
}

#horz_menu_miniature_golf a:hover{
	background-position: -769px -34px;
	width:191px;	
}