article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, footer, 
header, hgroup, 
keygen, 
meter, 
nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

body { 
	background: #111113 url(/web/images/bg-2room.jpg) no-repeat top; 
	font-family:sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#E5E0D6;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}

.container {
	margin:0 auto;
	position:relative;
	width:940px;
	font-size:.814em;
  padding-bottom: 40px;
}
	header{
		height:0;
		position:relative;
		z-index:100;
	}

header h2 {
  position: absolute;
  top:106px;
  width:272px;
  height:27px;
  right:0;
	background:url(/web/images/jsme-nek-bar3.png) no-repeat left top;
}
header h2 span {
  display:none;
}

#content .container { overflow:hidden;}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3 { 
	float:left;
display: block;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}


input, 
select, 
textarea { 
	font-family:sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}

.testimonials li {
	line-height:1.384em;
	padding-bottom:16px;
}
	.testimonials li strong {
		display:block;
		color:#E5E0D6;
	}
	.testimonials li cite {
		font-style:normal;
	}
	
.price {
	padding-bottom:10px;
}
	.price li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-bottom:9px;
	}
		.price li span {
			float:left;
		}
		.price li b {
			float:right;
			color:#E5E0D6;
		}
		.price li strong {
			display:block;
			overflow:hidden;
			height:1%;
			background:url(/web/images/line-hor.gif) repeat-x 0 11px;
		}
		
		.news li {
	line-height:1.384em;
	padding-bottom:16px;
}
	.news li b {
		display:block;
		color:#E5E0D6;
	}

.img-indent { 
	margin:0 21px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden;
	padding:23px 0 20px 0; 
}
	.img-box img { 
		float:left; 
		margin:-23px 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}

.wrap {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
}

p {
	margin-bottom:16px;
	line-height:1.384em;
}
.p1 {
	margin-bottom:8px;
}

.special h5 {
	padding-top:5px;
	margin:0;
}

dl {
	line-height:1.384em;
	width:100%;
	overflow:hidden;
	vertical-align:top;
}
	dl dt {
		color:#E5E0D6;
		font-weight:bold;
	}
	dl dd {
		padding-bottom:14px;
	}
	dl dd.last {
		padding-bottom:0;
	}

a {
	color:#E5E0D6; 
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	position:absolute;
	left:5px;
	top:77px;
	text-indent:-9999px;
}
	h1 a {
		width:981px;
		height:169px;
		float:left;
		background:url(/web/images/logo.png) no-repeat left top;
	}
h2 {
	font-size:1.8em;
	line-height:1.2em;
	font-weight:bold;
	color:#b20000;
	margin:10px 0;	
}
h3 {
	color:#b20000;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:5px;
}
h5 {
	color:#E5E0D6;
	font-size:1em;
	line-height:1.384em;
	margin-bottom:5px;
	
}

.link {
	font-size:1.15em;
	line-height:1.2em;
}


header nav ul {
	text-align:center;
	padding-top:20px;
}
	header nav ul li {
		display:inline;
		font-size:1.4em;
		line-height:1.2em;
		padding:0 22px;
		font-weight: bold;
	}
	header nav ul li.last {
		background:none;
		padding-right:20px;
	}
		header nav ul li a {
			text-decoration:none;
			color:#797367;
		}
		header nav ul li a:hover,
		header nav ul li a.active {
			color:#b20000;
		}
		
#content {
	width:100%;
	padding-bottom:105px;
}
	#content .container {
		min-height:709px;
		height:auto !important;
		height:709px;
	}
	#content .inside {
		padding:233px 5px 0 7px;
	}
	#content aside {
		padding:5px 0 0 29px;
	}
		#content aside .inside {
			padding:30px 22px 0 0;
		}
	
aside {
	padding:0 0 0 24px;
}

footer {
	text-align:center;
	background-color:#000;
	margin-top:-95px;
	position:relative;
	color:#797367;
	width:100%;
}
  footer .container {
		height:135px;
	}
	footer .inside {
		padding: 39px 0 0 0;
	}
	footer a {
		color:#8c5952;
	}

.contact-form fieldset {
  border: 2px solid #000;
  width: 500px;
  padding: 0 15px;
  border-radius: 5px;
}
.contact-form label {
	display:block;
  padding:20px 0 6px;
}
.contact-form label span { 
  font-weight: bold;
  color: red;
  padding: 0 3px;

}
.contact-form input[type="submit"] {
  width: auto;
  padding: 5px 20px;
  cursor: pointer;
}
.contact-form input[type="submit"]:hover {
  background-color:#b20000;
  border: 1px solid #b20000; 
}
.contact-form input {
  border: 1px solid #585858; 
  border-radius: 5px;
  padding: 5px;
}                  
.contact-form textarea { 
	width:450px; 
	height:200px; 
	overflow:auto;
	margin-bottom:10px; 
  border: 1px solid #585858; 
  border-radius: 5px;
}

.darken-box {
  padding: 10px 20px 0 20px;
	font-weight:bold;
  font-size: 1.1em;
}

.darken-box, 
.anythingSlider { 
  width: 900px; height: 130px; position: relative; margin-bottom: 80px;
}
.anythingSlider .wrapper { width: 900px; height: 130px; position: absolute; top: 10px; left: 15px;}
.anythingSlider .wrapper ul { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li { display: block; float: left; height: 110px; width: 900px; position:relative; font-size: 1.1em; line-height: 165%;}
.anythingSlider ul li img { padding-right: 20px; float: left;}
.anythingSlider .arrow { display:none;}

#start-stop { color: #4f4b43; position: absolute; right: 13px; bottom: 0; text-decoration:none; font-size:1em; line-height:1.2em;}
#start-stop:hover { text-decoration:underline;}

#thumbNav { position:absolute; right:51px; bottom:2px;}
#thumbNav a { width:12px; height:12px; padding:0; display:block; background-color:#d1c6b2; float:left; margin-left:6px; line-height:0; text-indent:-9999px;}
#thumbNav a:hover, #thumbNav a.cur { background-color:#b20000;}

.anythingSlider .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }

table.program th {
	color:#b20000;
	font-weight:bold;
	font-size:1.3em;
  text-align: left;
}
table.program th,
table.program td {
  padding: 10px;
  vertical-align: middle;
}
p.tags {
    text-align: center;
    color: #737373;
    font-size: 9px;
}

table.drinks td {
}
table.drinks td img {
 margin: 15px;
 border: 1px solid #585858; 
 padding: 3px;
 border-radius: 5px;
}

div.image-row {
  padding-bottom: 30px
}
div.image-row img {
 border: 1px solid #585858; 
 padding: 3px;
 border-radius: 5px;
 margin: 5px;
}

.clear {
  float: none;
}

table.tbl td {
  padding: 0 8px 8px 0;
}

ul.error {
  padding-bottom: 20px;
}
ul.error li {
  font-weight: bold;
	color:#b20000;
}

.hide {
  display: none;
}

div.over-booked label {
  display: inline;
  padding:0;
}
div.over-booked {
  background: #000;
  padding: 10px 10px 1px 10px;
}

