@import 'reset.css';

/* USEFULL STYLES */
html {
	background: #000 url(../images/bg.png) 50% 0px;
}
body {
	background: transparent url(../images/bg-grad.png) repeat-y center top;
	font:12px 'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	color:#fff;
	text-align:center;
	line-height: 1.35;
}
select {
	background-color: #383838;
	border: 1px solid #383838;
	color: #9c9c9c;
	height: 21px;
}

h3, .adr {
	padding: 10px 0 0;
}

.inner {float:left;}
.content #cal {
	width: 730px;
}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
	zoom:1;
}
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-4000px;
	font-size:0;
	line-height:0;
}

.fl {float:left;}
.fr {float:right;}

.tl	{text-align:left;}
.tr {text-align:right;}

/* SITE STYLES */

.wrapper {
	width:960px;
	text-align:left;
	margin:0 auto;
	overflow: hidden;
}

/* MAIN TEXT */

h1, h2, h3, .specials dt, .menu a, .submenu a, .button {
	font-family:'FuturaStdBook';
	text-transform:uppercase;
}

h1 {
	color:#fff;
	padding-bottom:.1em;
}
h2 {
	color:#fff;
	padding-bottom:.3em;
}
p {
	padding:10px 0;
}
a {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color:#999;
}
.content ul {
	margin:5px 0 10px 15px;
}
.content ul li {
	padding:0 0 4px 15px;
	color:#ddd;
	background:url(../images/bullet.gif) 0 4px no-repeat;
}

/* BUTTONS */

.button {
	background:#a9a9a9;
	border:0;
	padding: 2px 10px 1px;
	overflow: visible;
	height: 21px;
	font-size:12px;
	font-weight: normal;
	text-decoration: none;
	text-transform:uppercase;
	color:#fff;
	cursor:pointer;
}
	.button:hover {
		color: #000;
		background: #fff;
	}
.hover {
	cursor:pointer;
	color:#000;
	background:#fff;
}

/* HEADER */

.header {
	background:url(../images/header.jpg) 0 0 no-repeat;
	height:120px;
	position:relative;
	z-index: 99;
}

/* LOGO */

.logo {
	width:126px;
	height:80px;
	background:url(../images/logo.png) no-repeat;
	margin-top:27px;
}

/* MENU */

.menu {
	
}
.menu li {
	display:inline;
	font-size:0;
}
.menu a, .submenu a {
	font-weight: normal;
}
.menu#main {
	position:absolute;
	left:240px;
	top:80px;
	height:40px;
	z-index:9999;
}
.menu#main a {
	background:url(../images/menu.png) 0 0 no-repeat;
	height:40px;
	width:160px;
	margin-right:25px;
	float:left;
	text-indent: -4000px;
}
.menu#main a.last {
	margin-right: 0;
}
	.menu#main li.hover a, .menu#main li.active a.m01 {
		background-position: 0 -160px;
	}
.menu#main a.m02 {
	background-position:0 -40px;
	width:215px;
}
	.menu#main li.hover a.m02, .menu#main li.active a.m02 {
		background-position:0 -200px;
	}
.menu#main a.m03 {
	background-position:0 -80px;
	width:150px;
}
	.menu#main li.hover a.m03, .menu#main li.active a.m03 {
		background-position:0 -240px;
	}
.menu#main a.m04 {
	background-position:0 -120px;
	width:120px;
}
	.menu#main li.hover a.m04, .menu#main li.active a.m04 {
		background-position: 0 -280px;
	}
.menu#main li {
	position:relative;
	float:left;
	height:40px;
}
.menu#main li.hover {
	background:none;
}
.menu#main ul {
	position:absolute;
	left:0;
	top:40px;
	z-index:2;
	background:#2e2e2e;
	padding:6px 0;
	display:none;
	overflow: hidden;
}
	* html .menu#main {
		width: 100%;
	}
	* html .menu#main ul {
 		width: 140px;
 	}
.menu#main li.hover ul {
	display:block;
}
.menu#main ul li, .menu#main ul a {
	width:140px;
	height:auto;
	float:none;
	text-indent: 0;
	display: block;
}
.menu#main ul a {
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 20px;
	margin-right: 0;
	background:none;
	height:25px;
	line-height:25px;
	display:block;
	float:none;
	white-space: nowrap;
}
.menu#main ul a:hover, .menu#main ul a.active {
	background:#4a4a4a;
}


.menu#f1, .menu#f2 {
	margin:0 0 10px 0;
}
.menu#f1 a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	margin-right:10px;
}
.menu#f2 a {
	color:#fff;
	font-size:12px;
	margin-right:10px;
	text-transform:uppercase;
	text-decoration:none;
}
.menu#f1 a:hover, .menu#f2 a:hover, .menu#f1 a.active, .menu#f2 a.active {
	color:#999;
}
.menu#f1 a:hover, .menu#f1 a.active {
	color: #999;
}
.menu#social {
	position:absolute;
	right:20px;
	top:16px;
}
.menu#social a {
	display:block;
	width:78px;
	height:16px;
	line-height:16px;
	background:url(../images/social.png) 0 0 no-repeat;
	font-size:11px;
	color:#aaa;
	margin-left:20px;
	float:left;
	text-decoration:none;
}
.menu#social .twitter a {
	background-position:0 -32px;
}
.menu#social a:hover {
	background-position:0 -16px;
	color:#fff;
}
.menu#social .twitter a:hover {
	background-position:0 -48px;
}

/* SUBMENU */

.submenu {
	width:240px;
	margin-top:65px;
}
.submenu h3 a, .submenu a {
	color:#6f6f6f;
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
}
.submenu a {
	color:#fff;
}
.submenu ul {
	margin:15px 0 0 2px;
}
.submenu ul li {
	margin-bottom:10px;
	background-position:0 5px;
}
.submenu a:hover,
.submenu a.active {
	color:#666;
}

/* BIG PHOTO */

.photo {
	height:450px;
	border-bottom:6px solid #222;
	background: transparent url("../images/ajax-load.gif") no-repeat center center;
	position:relative;
	z-index:1;
}

/* BOOKING */

.booking {
	background: none;
	border-bottom:6px solid #222;
	padding: 5px 0;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707)";
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707);
	      zoom: 1;*/
}
.booking form.booking-form {
	margin: 0 200px 0 210px;
}
.booking form.booking-form select {
	width: 40px;
}
.booking h3 {
	float:left;
	width:240px;
	font-size:18px;
	line-height: 19px;
	color:#555;
	margin-top: 19px;
	padding: 0;
}

.booking p {
	float:left;
	padding: 0 6px 0 0;
	position: relative;
}
.booking .fr p {
	padding: 0;
}
	 * html .booking .fr fieldset {
	 	width: 182px;
	 }
.booking label {
	display:block;
	font-size:11px;
	color:#6d6d6d;
	line-height:19px;
}
.booking .button {
	float: left;
	margin-top:19px;
}
.booking .date input, .booking input.text {
	background:#383838;
	color:#9c9c9c;
	border:0px solid #383838;
	width:107px;
	padding:1px 4px;
	height: 19px;
	line-height: 19px;
}
.booking input.text {
	float: left;
	font-size: 11px;
	margin: 19px 5px 0 0;
	text-transform: uppercase;
	width: 105px;
}

/* SPECIALS */

.specials {
	border-bottom:6px solid #222;
	/*background: #010000;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707)";
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707);
	      zoom: 1;*/
}
.specials h3, .specials dt {
	font-size:18px;
	color:#555;
	text-transform:uppercase;
	line-height:22px;
	padding: 5px 0 0;
}
.specials dl {
	margin: 2px 0 0;
	overflow: hidden;
	width:980px;
}
.specials dt {
	margin:105px 6px 0 0;
	width:235px;
	float:left;
}
.specials dd {
	width:235px;
	height:105px;
	margin-left:-241px;
	float:left;
}
.specials dd a {
	display:block;
	height:105px;
}

/* CONTENT */

.content {
	padding:20px 0;
	background: none;
	border-bottom:6px solid #222;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707)";
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2070707,endColorstr=#B2070707);
	      zoom: 1;*/
}
.content#sub .inner {
	margin-left:240px;
	float:none;
}

/* GALLERY */

ul.gallery {
	margin:10px 0;
	overflow: hidden;
}
ul.gallery li {
	display:inline;
	float:left;
	padding: 0;
	margin:0 5px 5px 0;
	background:none;
	position: relative;
	width: 235px;
}
ul.gallery li a {
	display: block;
}
.gallery img {
	display: block;
	width: 235px;
}
.gallery a:hover img {
}

/* FOOTER */

.footer {
	background: #010000;
	padding:20px 0 45px;
	position:relative;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)";
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	      zoom: 1;*/
}
.footer .org {
	display: none;
}
.footer .vcard {
	color:#5d5d5d;
	padding:10px 0;
}

.hebs, .copy {
	padding:2px 0 0 0;
	color:#444;
}
.hebs a, .copy a {
	color:#444;
}
.hebs a:hover, .copy a:hover {
	color:#bbb;
}

.hr {
	background: #292929;
	clear: both;
	height: 1px;
	line-height: 0;
	margin: 10px 0;
	width: 960px;
}

/* MAP */

#googlemap {
	color: #000;
	padding: 10px 0;
}
#googlemap span {
	color: #fff;
}

