/**************************************/
/*********** MAIN CLASSES *************/
/**************************************/

* {
	outline: none;
}
html, body {
	height: 100%;
}
.reset {
	margin: 0;
	padding: 0;
}
.hidden {
	font-size:1px;
	line-height:1px;
	height:1px;
	width:1px;
	position: absolute;
	left:-9999px;
	top:-9999px;
}
body {
	background: #B3491E url(../i/body_repeat.gif) repeat fixed center top;
	color: #0e0e0e;
	font: normal normal normal 15px/19px Georgia, Times New Roman, Trebuchet MS;
	margin: 0 auto;
	text-align: center;
}
div#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
	position: relative;
	text-align: left;
	width: 100%;
	z-index: 2;
	min-width: 960px;
}
h1, h2, h3, h4, h5, h6 {
	color: #470903;
	font: italic normal normal 32px/32px Georgia, Times New Roman, Trebuchet MS;
	padding: 0;
	margin: 0 0 10px;
	line-height: 32px;
	text-align: left;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:28px;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
}
h5 {
	font-size:19px;
}
h6 {
	font-size:16px;
}
img {
	border:none;
}
p {
	margin:12px 0;
}
ul {
	display: block;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
}
ul li {
	list-style-type:circle;
}
a {
	text-decoration: underline;
	color:#730b01;
}
a:hover {
	text-decoration: none;
}
div.empty {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/**************************************/
/*********** HEADER CLASSES ***********/
/**************************************/

div#header {
	width:100%;
	height:165px;
	background-image: url(../i/header_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
}
div#header div.wrap {
	width: 960px;
	display: block;
	background-image: url(../i/header_bgr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:165px;
	position: relative;
	margin:0 auto;
}
div#header div.wrap a#logo {
	background-image:url(../i/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:120px;
	left:0;
	position:absolute;
	top:0;
	width:320px;
}
div#header div.wrap div.info-bg {
	position: absolute;
	right:15px;
	top:94px;
	width:545px;
	height:40px;
	display:block;
	color:#FFA33F;
	font-size: 15px;
	}
div#header div.wrap div.info-en {
	position: absolute;
	right:15px;
	top:94px;
	width:545px;
	height:40px;
	display:block;
	color:#FFA33F;
	font-size: 13px;
	}
	
div#header div.wrap div.info-bg a.lang {font-size:13px;}
div#header div.wrap div.info-en a.lang {font-size:15px;}

div#header div.wrap div.info-en a, div#header div.wrap div.info-bg a {
	float: right;
	display:block;
	font-style:italic;
	color:#FFA33F;
}
div#header div.wrap div.info-en a:hover, div#header div.wrap div.info-bg a:hover {
	color:#FFC381;
}
div#header div.wrap div.info-bg p, div#header div.wrap div.info-en p {
	display:block;
	font-style:italic;
	float:left;
	margin:0;
}
div#header div.wrap ul#menu {
	background-position: left top;
	background-repeat: no-repeat;
	display:block;
	height:40px;
	overflow:hidden;
	position:absolute;
	right:-20px;
	top:44px;
	width:600px;
	padding: 0;
}
div#header div.wrap ul#menu li {
	float: left;
	text-align: center;
	list-style-type: none;
}
div#header div.wrap ul#menu li a {
	display: inline-block;
	background-repeat: no-repeat;
	height: 40px;
	line-height: 40px;
	float: left;
}
div#header div.wrap ul#menu.en li a {
	background-image:url(../i/mainmenu-en.gif);
}
div#header div.wrap ul#menu.bg li a {
	background-image:url(../i/mainmenu-bg.gif);
}

div#header div.wrap ul#menu li a span {
	font-size:1px;
	line-height:1px;
	height:1px;
	width:1px;
	position: absolute;
	left:-9999px;
	top:-9999px;
}
div#header div.wrap ul#menu li a {
	margin-right:6px;
}
div#header div.wrap ul#menu li.about a {
	background-position: 0px top;
	width:96px;
}
div#header div.wrap ul#menu li.gallery a {
	background-position: -102px top;
	width:102px;
}
div#header div.wrap ul#menu li.menu a {
	background-position: -210px top;
	width:86px;
}
div#header div.wrap ul#menu li.promotions a {
	background-position: -302px top;
	width:152px;
}
div#header div.wrap ul#menu li.contactus a {
	background-position: right top;
	width:138px;
	margin-right:0px;
}
div#header div.wrap ul#menu li.about a:hover {background-position: 0px bottom;}
div#header div.wrap ul#menu li.gallery a:hover {	background-position: -102px bottom;}
div#header div.wrap ul#menu li.menu a:hover {background-position: -210px bottom;}
div#header div.wrap ul#menu li.promotions a:hover {background-position: -302px bottom;}
div#header div.wrap ul#menu li.contactus a:hover {	background-position: right bottom;}

div#header div.wrap ul#menu li.about a.active {background-position: 0px bottom;}
div#header div.wrap ul#menu li.gallery a.active {	background-position: -102px bottom;}
div#header div.wrap ul#menu li.menu a.active {background-position: -210px bottom;}
div#header div.wrap ul#menu li.promotions a.active {background-position: -302px bottom;}
div#header div.wrap ul#menu li.contactus a.active {	background-position: right bottom;}

/**************************************/
/*********** CONTENT CLASSES **********/
/**************************************/

div#content {
	width: 960px;
	display: block;
	position: relative;
	margin:0 auto;
}
div#content h1.main {
	background-image:url(../i/main_head.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FD8B1B;
	font-size:26px;
	font-style:normal;
	height:60px;
	line-height:43px;
	margin:0;
	padding:0 10px;
	position: relative;
}
div#content h1.main a.headback {
	font-size:18px;
	position: absolute;
	right:20px;
	color: #a6590d;
	text-decoration: none;
	top:0;
	}

.frame-block {
	position: relative;
	display: block;
	height:221px;
	width: 282px;
}
.frame-head {
	position: relative;
	display: block;
	height:30px;
	width: 282px;
}
.frame-head h2 {
	text-align: center;
	font-size:22px;
	height:25px;
	line-height:22px;
	margin-top:-15px;
	}
.frame-head h6 {
	font-size:16px;
	line-height:16px;
	height:19px;
	text-align: center;
	margin-top:-15px;
	}
.frame-head h2 span {
	font-size:20px;
	}
div#right .frame-block {
	margin-bottom:10px;
	cursor: pointer;
	}
.frame-float {
	float:left;
	margin-right:57px;
	margin-bottom:16px;
	}
.frame-float-last {
	float:left;
	margin-right:0px;
	}
.frame-block span {
	background: url(../i/frame.png) no-repeat center top;
	height:221px;
	width: 282px;
	display: block;
	position: absolute;
	cursor: pointer;
}

div#mainbox {
	margin-right:20px;
	width:657px;
	display:block;
	float: left;
	background-image: url(../i/mainbox_repeat.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div#mainbox div.top {
	background-image: url(../i/mainbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding:15px 15px 0;
}
div#mainbox div.bottom {
	background-image: url(../i/mainbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 50px;
	margin-top:0px;
	width:100%;
}
div#mainbox div.line {
	background-image:url(../i/mainbox_line.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	margin:0;
	height:50px;
}
div#mainbox div.headline {
	background-image:url(../i/mainbox_line.gif);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	display:block;
	height:30px;
	margin:0 0 -20px;
}
font.nolink {
	color:#730B01
}
a.right {
	clear:both;
	float: right;
}
h4.offer {
	margin-top:-30px;
	}
div.services {
	height:100px;
	width:621px;
	margin-bottom:20px;
}
div.services a {
	background-image:url(../i/theservices.gif);
	background-repeat:no-repeat;
	color:#470903;
	display:block;
	float:left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	height:34px;
	line-height:12px;
	padding-top:60px;
	text-align:center;
	text-decoration:none;
	width:103px;
	}
div.services a:hover {
	color:#782F03;
	}
	
div.services a.wificon {background-position: -6px 0; width:93px;}
div.services a.creditcard {background-position: -103px 0;}
div.services a.drinkdrive {background-position: -207px 0; width:113px;}
div.services a.nonsmokers {background-position: -317px 0;}
div.services a.callacab {background-position: -420px 0;}
div.services a.events {background-position: -525px 0;}       

div.services a.wificon:hover {background-position: -6px -101px;}
div.services a.creditcard:hover {background-position: -103px -101px;}
div.services a.drinkdrive:hover {background-position: -207px -101px;}
div.services a.nonsmokers:hover {background-position: -317px -101px;}
div.services a.callacab:hover {background-position: -420px -101px;}
div.services a.events:hover {background-position: -525px -101px;}  

/**************************************/
/*********** RIGHT  CLASSES ***********/
/*************************************/

div#right {
	width:282px;
	float:left;
}
div#right h4 {
	font-style: normal;
	background-image: url(../i/right_head.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color:#fd8b1b;
	height:60px;
	line-height:42px;
	padding:0 10px 0;
	margin:0;
}
div#right h4 a {
	text-decoration: none;
	color:#fd8b1b;
	}
div#right h4 a:hover {
	color:#ffc388;
	}
div#right a.promotions {
	width:282px;
	height:221px;
	display:block;
	background-image: url(../i/right_promotions.jpg);
	margin-bottom:10px;
}
div#right a.gallery {
	width:282px;
	height:236px;
	display:block;
	background-image: url(../i/right_gallery.jpg);
	margin-bottom:10px;
}
div.rightbox {
	width:282px;
	display:block;
	background-image: url(../i/rightbox_repeat.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
div.rightbox div.top {
	background-image: url(../i/rightbox_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding:15px 15px 0;
}
div.rightbox div.bottom {
	background-image: url(../i/rightbox_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 26px;
	margin-top:0px;
	width:100%;
}

div#right ul.menu {padding: 0;}
div#right ul.menu li {line-height:24px; list-style-type: none;}
div#right ul.menu li a {color:#470903;font-variant: small-caps;}
div#right ul.menu li a:visited {color:#452725;}
div#right ul.menu li a:hover {color:#0E0E0E;}

/**************************************/
/*********** FOOTER CLASSES ***********/
/**************************************/

div#push {
	clear: both;
	height: 130px;
	position: relative;
}
div#footer {
	width:100%;
	min-width: 960px;
	height:130px;
	background-image: url(../i/footer_repeat.gif);
	background-repeat: repeat-x;
	background-position: center top;
	display: block;
}
div#footer div.wrap {
	width: 960px;
	display: block;
	position: relative;
	background-image: url(../i/footer_bgr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:130px;
	margin:0 auto;
	z-index:2;
}
div#footer ul#footernav {
	bottom:25px;
	height:46px;
	padding:0;
	position:absolute;
	right:20px;
	text-align:center;
	width:610px;
}
div#footer ul#footernav li {
	list-style-type: none;
	display:inline;
	margin-right:20px;
	margin-top:30px;
}
div#footer ul#footernav li.last {
	margin-right:0px;
	}
div#footer ul#footernav li a {
	color:#e3be8a;
	padding:5px 10px;
	font-size:15px;
	line-height:15px;
	cursor: pointer;
	text-decoration: none;
	font-family: Arial;
	background-color: #522e23;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#footer ul#footernav li a:hover {
	background-color: #351b13;
	color:#ffe1b7;
}
div#footer ul#footernav li a.active {
	background-color: #351b13;
	color:#ffe1b7;
}
div#footer p {
	bottom:15px;
	color:#FFD694;
	display:block;
	font-size:11px;
	height:30px;
	left:40px;
	line-height:14px;
	margin:0;
	padding:0;
	position:absolute;
	text-align:center;
	width:230px;
}
div#footer p a {
	color:#ffd694;
}


/****************************/
/*********** MENU ***********/

img.menupic {
	padding: 1px;
	border: 1px solid #9c654f;
	background-color: #C79C66;
}

table.menutable {
	/* border-left:1px solid #673E1C; */
	width:620px;
	font-size:14px;
}
table.menutable tr td.left {
	text-align:left;
	font-size:17px;
	border-bottom:1px dotted #a16635;
	font-variant: small-caps;
}
table.menutable tr td.left span {
	display:block;
	font-size:13px;
	color:#470903;
	font-style:italic;
	font-variant: normal;
}
table.menutable tr td.right {
	width:120px;
	text-align:center;
	border-bottom:1px dotted #a16635;
}
h2.menu {
	/*
	border-left:1px solid #673E1C;
	border-top:1px solid #673E1C;
	*/
	padding:10px;
	margin:30px 0 0 1px;
	color:#5F0F00;
	font-variant: small-caps;
	font-size:23px;
}
a.top {
	margin:10px 0 0;
	font-size:12px;
	float:right;
}

/****************************/
/*********** CONTACTS ***********/

p.contactinfo {
	float:right;
	width:240px;
}

fieldset {
	border:medium none;
	margin:2px 0 0;
	padding:0;
	width:260px;
	float:right;
}

iframe.googlemap {
	margin-top:15px;
	float:left;
	border:1px solid #7B3C36;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

ol {
	list-style-type: none;
	width:220px;
	margin:0;
	padding:0 0 0 15px;
}

ol li {
	margin:0;
	padding:0;
}

fieldset h4 {
	text-align:center;
	line-height:22px;
}

label {
	clear:both;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	font-size:13px;
	width:150px;
	padding-left:10px;
}

img.captcha {
cursor: pointer;
float: right;
-moz-border-radius:4px;
-webkit-border-radius:4px;
background:#B3491E url(../i/input.gif) repeat fixed center top;
border:1px solid #BB6848;
}

input.text {
	border:1px solid #bb6848;
	background: #B3491E url(../i/input.gif) repeat fixed center top;
	color:#FFDAB1;
	float:left;
	font-family:Arial;
	font-size:14px;
	height:22px;
	margin:0;
	padding:7px 7px 0;
	width:210px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

textarea.textarea {
	border:1px solid #bb6848;
	background: #B3491E url(../i/input.gif) repeat fixed center top;
	color:#FFDAB1;
	float:left;
	font-family:Arial;
	font-size:14px;
	height:70px;
	line-height:21px;
	margin:0;
	padding:7px 7px 0;
	width:210px;
	overflow: auto;
	resize: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

fieldset a {
	font-size:16px;
	float:right;
	margin-top: 10px;
	padding-right:20px;
	font-style:italic;
	text-decoration: none;
}
fieldset a:hover {
	color:#470903;
}
