/* /////////////////////////////////
	The Ball CSS 
	by Benek Lisefski
	http://www.benek.co.nz
///////////////////////////////// */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,hr,table { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 11px arial, verdana;
	color: #fff;
	background-color: #000;
	/* background: #b5864e url('../i/bg.jpg') repeat center top; */
	line-height: 18px;
}

#center {
	width: 960px;
	margin: 0 auto;
	 /* background: transparent url('../i/bg-content.jpg') repeat-y left top;*/
	background-color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

#header {
	height: 263px;
	background: transparent url('../i/Header.jpg') no-repeat center top;/* url('../i/bg-header.jpg') no-repeat center top; */
	position: relative;
}

#content {
	padding: 0px 0px 0px 0px;
	background: transparent url('../i/Middle.jpg') no-repeat left top; /* url('../i/bg-top.jpg') no-repeat left top; */
	padding: 1px 0px;
	position: relative;
	height: 510px;
}

#content2 {
	padding: 0px 0px 0px 0px;
	background: transparent url('../i/Middle2.jpg') no-repeat left top; /* url('../i/bg-top.jpg') no-repeat left top; */
	padding: 1px 0px;
	position: relative;
	height: 510px;
}

#footer {
	clear: both;
	background: transparent url('../i/Bottom.jpg') no-repeat left top; /* url('../i/bg-footer.jpg') no-repeat left top; */
	height: 114px;
	position: relative;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: bold 26px arial, tahoma;
	color: #c50306;
	margin: 18px 0px 12px 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font: bold 15px arial, tahoma;/*'times new roman', times;*/
	color: #fff; /* #000; */
	margin: 12px 0px 12px 0px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
}

p {
	margin: 12px 0px;
}

ul {
	margin: 12px 0px;
	list-style-type: none;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited,
a:active {
	color: #b60609;
	text-decoration: none;
}

a:hover {
	color: #b60609;
	text-decoration: underline;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	width: 510px;
	margin: 0px 0px 0px 150px;
	list-style-type: none;
	position: absolute;
	top: 238px;
	left: 232px;
}

ul#nav li {
	display: block;
	float: left;
	margin-right: 5px;
	padding-right: 9px;
	background: transparent url('../i/nav-bullet.gif') no-repeat right 4px;
}

ul#nav li.last {
	margin-right: 0px;
	padding-right: 10px;	
}

ul#nav li a,
ul#nav li a:visited {
	text-decoration: none;
	font: bold 10px tahoma, arial;
	text-transform: uppercase;
	display: block;
	padding: 0px 10px 1px 10px;
	color: #fff;/* #e5c96c; */
}

ul#nav li a:hover {
	text-decoration: none;
	color: #faa714;
	border-bottom: solid 1px #000;
}

ul#nav li.current a,
ul#nav li.current a:visited {
	border-bottom: solid 1px #000;
	 color: #ccc; /* #faa714; */
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

a#bookNow {
	display: block;
	width: 138px;
	height: 100px;
	position: absolute;
	top: 20px;
	left: 90px;
}

img#dateTime {
	display: block;
	width: 114px;
	height: 100px;
	position: absolute;
	top: 20px;
	right: 93px;
}

.centerCol {
	width: 400px; /* 437px; */
	margin: 70px 0px 0px 320px; /* margin-left: 265px; */
}

.centerColPhotos {
	width: 437px;
	margin-left: 265px;
	background-color: #000;
}

.divider {
	display: block;
	margin: 20px 0px 16px 0px;
}

.homeImage {
	display: block;
	margin: 18px auto;
}

#content li {
	margin-bottom: 2px;
	padding-left: 10px;
	background: transparent url('../i/list-bullet.gif') no-repeat left 7px;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

a#kingSt {
	display: block;
	width: 136px;
	height: 42px;
	position: absolute;
	top: -40px;
	left: 91px;
}

a#schick {
	display: block;
	width: 119px;
	height: 44px;
	position: absolute;
	top: -40px;
	right: 91px;
}

#footer p {
	margin: 0px 0px 0px 320px; /* margin: 0px 0px 0px 265px; */
}