@import 'reset.css';

/* USEFULL STYLES */

html {
	background:#000 url(../images/bg.jpg) 50% 0 no-repeat;
}
body {
	background:url(../images/bg.png) 50% 80px no-repeat;
	font:12px Calibri,'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	color:#999;
	text-align:center;
}

.inner {float:left;}
.cln {
	display:block;
	overflow:hidden;
	clear:both;
	zoom:1;
}
.notxt {
	display:block;
	overflow:hidden;
	text-indent:-1000px;
	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;
	padding-top:80px;
	position:relative;
}

/* MAIN TEXT */

h1 {
	color:#999;
	padding-bottom:.1em;
}
h2 {
	color:#456;
	padding-bottom:.3em;
}
p {
	padding:10px 0;
}
a {
	color:#48c;
}
a:hover {
	color:#4cf;
}
a:visited {
	color:#26a;
}

/* HEADER */

.header {
height:624px;
overflow:visible;
position:relative;
}

/* LOGO */

.logo {
	width:61px;
	height:59px;
	background:#625124 url(../images/logo.png) no-repeat;
	position:absolute;
	left:30px;
	top:18px;
}
.vg {
	width:303px;
	height:38px;
	background:url(../images/vg.png) no-repeat;
	position:absolute;
	right:18px;
	top:35px;
}

/* MENU */

.menu {
	margin:10px 0;
}
.menu li {
	display:block;
	font-size:0;
}
.menu#main, .menu#action {
	text-align:left;
}
.menu#main a, .menu#action a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:14px;
	color:#b0b0b0;
	letter-spacing:2px;
}
.menu#main {
	position:absolute;
	left:30px;
	top:80px;
	margin:0;
}
.menu#main ul {
	display:none;
}
.menu#main li.active ul {
	display:block;
}
.menu#main li {
	margin:12px 0 13px 0;
}
.menu#main li li a {
	display:block;
	padding-left:20px;
	text-transform:none;
	background:url(../images/bullet.gif) 2px 6px no-repeat;
}

.menu#action {
	position:absolute;
	right:30px;
	top:50px;
}
.menu#action li {
	float:left;
}
.menu#action a {
	font-size:14px;
	margin-left:25px;
	color:#8a8a8a;
}
.menu#main a:hover, .menu#action a:hover {
	color:#fff;
}
.menu#main a.active, .menu#action a.active {
	color:#fff;
}
.menu#main li li a:hover, .menu#main li li a.active {
	background-image:url(../images/bullet-a.gif);
}

.menu#submenu a {
	font-size:12px;
	border:0;
	color:#aaa;
}
.menu#submenu a:hover, .menu#submenu a.active {
	color:#fff;
}

.menu#footer {
	margin:0 0 0 20px;
	overflow:hidden;
	padding:0;
}


.menu#footer li {
	display:inline;
	float:left;
	margin-right: 7px;
}
.cities#footer {
	margin: 20px;
	width: 350px;
	float: left;
}

.content ul.social{
	float: left;
	width: 160px;
	display: inline-block;
	height: 36px;
	margin-bottom: 20px;
	position: relative;
	top: 30px;
	left: 150px;
	clear: both;
	
}

.content ul.social li{
	float: left;
	width: 37px;
	margin-left: 7px;
	padding: 0;
	height: 34px;
	display: inline-block;
	background-image: none !important;
	
}

.content ul.social li a{
	text-decoration: none !important;
	border: none !important;
}

.cities#footer li {
	background: transparent url(../images/separator.gif) no-repeat 100% 2px;
}
.menu#footer li.last {
	background: none;
}
.menu#footer a {
	display:inline;
	color:#888;
	font-size:11px;
	margin-right:8px;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
}

.menu#footer a:hover, .menu#footer a.active {
	color:#fff;
}

/* BIG PHOTO */

.photo {
	height:455px;
	width:744px;
	background:#333 url(../images/busy.gif) 50% 50% no-repeat;
	position:absolute;
	right:30px;
	bottom:75px;
}

/* BOOKING */

.booking {
	position:absolute;
	left:30px;
	top:563px;
	width:930px;
}
.booking h3 {
	font-size:17px;
	text-transform:uppercase;
	color:#777;
	height:18px;
	line-height:18px;
	letter-spacing:2px;
}
.booking form {
	margin-top:-26px;
}
.booking p {
	display:inline;
	float:left;
	margin-right:10px;
	overflow:hidden;
}
.booking p.codes {
	margin-right:12px;
	width:110px;
}
.booking p.codes input {
	width:100px;
}
.booking p.submit {
	margin-left:8px;
}
.booking label {
	display:block;
	color:#777;
	font-size:11px;
	height:18px;
	line-height:18px;
	white-space:nowrap;
	width:1%;
}
.booking p.hotel label, .booking p.submit label {
	visibility:hidden;
}
.booking input, .booking select {
	display:inline;
	background:#222;
	border:1px solid #555;
	color:#777;
	padding:2px 4px;
	margin:0;
	clear:left;
}
.booking p.date input {
	width:64px;
}
.booking p.submit input {
	font-weight:bold;
	text-transform:uppercase;
	padding:2px 10px;
	cursor:pointer;
	overflow:visible;
}
.booking p.submit input:hover {
	background:#555;
	color:#fff;
	border-color:#777;
}
.booking select {
	clear:left;
	padding:1px 1px 1px 4px;
	margin-top:1px;
	width:170px;
}
.booking p.promocode select {
	width:150px;
	margin-right: 10px;
}


/*.booking */p.shop {
	width:183px;
	height:44px;
	padding:0;
	margin:0;
	position:absolute;
	top:80px;
	right:120px;
}
/*.booking */p.shop a {
	width:175px;
	height:44px;
	background:url(../images/shop.png) no-repeat;
	border:0 !important;
}

/* ADDRESS */

.address {
	color:#999;
	font-size:13px;
	line-height:18px;
	margin-bottom:5px;
}

/* E-OFFERS */

.eoffers h3 {
	font-size:14px;
	color:#999;
	text-transform:uppercase;
}
.eoffers p {
	font-size:11px;
	color:#666;
	width:140px;
}
.eoffers input {
	display:inline;
	float:left;
	background:#333;
	border:0;
	color:#777;
	padding:0 8px;
	margin:0;
	font-size:12px;
	height:26px;
	line-height:26px;
}
.eoffers input.signup {
	background:#b51;
	color:#d2d2d2;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	overflow:visible;
}
* html .eoffers input.signup {
	overflow:hidden;
	padding:0;
}
.eoffers input.signup:hover {
	background:#d73;
	color:#fff;
}

/* CONTENT */

.left {
	width:650px;
	overflow:hidden;
}
.text, .footer .right {
	background:url(../images/dots.png) 650px 100% repeat-y;
}
* html .text, * html .footer .right {
	background-image:url(../images/dots.gif);
}
.text {
	padding-bottom:80px;
	overflow:visible;
}
.right {
	margin-left:650px;
	width:310px;
}
* html .right {
	width:307px;
}

.left .inner {
	display:inline;
	margin:0 20px 0 30px;
	width:600px;
}
.right .inner {
	padding-left:12px;
}
.content p {
	padding:2px 0 10px 0;
	font-size:13px;
}
.content h1 {
	font-size:27px;
	text-transform:uppercase;
	font-weight:normal;
	padding:20px 10px 10px 30px;
	width:600px;
}
.content h2 {
	color:#bbb;
	font-size:20px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding:0;
}
.content h3 {
	color:#ddd;
	font-size:15px;
	font-weight:normal;
	margin:5px 0 0 0;
	padding:0;
}
.content a, .content a:link, .content a:visited {
	color:#ddd;
	text-decoration:none;
	border-bottom:1px solid #9d5127;
}
.content a:hover {
	color:#fff;
	border-color:#fa0
}
.content ul {
	margin:5px 0 10px 10px;
}
.content ul li {
	padding:0 0 4px 10px;
	background:url(../images/bullet.gif) 0 4px no-repeat;
}

/* GALLERY */

ul.gallery {
	margin: 10px 0 20px 0;;
}
ul.gallery li {
	display:inline;
	float:left;
	padding:0 5px 10px 0;
	background:none;
}
ul.gallery li.last {
	float:none;
}
ul.gallery a {
	border:0;
}
.gallery img {
	border:2px solid #000;
}
.gallery a:hover img {
	border-color:#393939;
}

/* FOOTER */

.footer {
	margin:60px 0 20px 0;
}
.footer .left {
	width:650px;
	margin:0;
}
* html .footer .left {
	width:647px;
}
.footer .right {
	padding:0;
	background-position:0 0;
	width:310px;
	margin-left:650px;
}
* html .footer .right {
	width:308px;
	margin-left:646px;
}

p.hebs, p.copy {
	font-size:10px;
	padding:0 0 10px 13px;
	color:#888;
}
.hebs a, .copy a {
	color:#999;
}
.hebs a:hover, .copy a:hover {
	color:#fff;
}
hr{
	color:#332b2c;
	background-color:#332b2c;
	height:1px;
	margin:0 0 10px 0;
}

/**BRG
.brg {
	font:10px Calibri,'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	color:#777777;
	margin-top: 15px;
	}
	.brg a { 
	color:#777777;
	}
	.brg a:hover { 
	color:#ffffff;
	}
	
	**/

.brg {
	position:absolute;
}
.brg a {
	text-transform: uppercase;
	font: 12px Calibri,'Trebuchet MS',Arial,Tahoma,Verdana,Serif;
	padding: 3px 8px;
	border: 1px solid #555555;
	color:#777777;
	background:none repeat scroll 0 0 #222222;
	text-decoration:none;
	font-weight: bold;
}
.brg a:link, .brg a:visited {
	border: 1px solid #555555;
	color:#777777;
}
.brg a:hover { 
	color:#ffffff;
	border: 1px solid #999999;
	background:none repeat scroll 0 0 #555555;
	text-decoration:none;
	
} 


