@charset "UTF-8";
/* links
-------------------- */

a:link, a:visited {
	text-decoration: underline;
	color: #CCC;
	font-size: 1.1em;
}
a:hover {
	color: #818181;
	text-decoration: none;
}
body {
	background-image: url(/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #180d0b;
}
/* hotels
-------------------- */

.hotelName {
	font-weight: bold;
	color: #369;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}
.mainfont {
	font-size: 1em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#hotelTopNav {
	text-align: right;
	font-weight: bold;
	color: #369;
	margin: 0;
	height: 16px;
	padding-bottom: 2px;
	padding-top: 10px;
}
#hotelTopNav img {
	vertical-align: text-top;
}
#hotelTopNav a:link, #hotelTopNav a:visited {
	text-decoration: none;
}
#hotelTopNav a:hover {
	text-decoration: underline;
	color: #666;
}
/* popups
-------------------- */

body.popup {
	background: #fff;
	margin: 10px;
	padding: 0;
	border: 0;
}
#popfooter {
	margin: 10px 0;
	border-top: 1px solid #999;
	font-size: .9em;
	text-align: right;
	color: #999;
}
/* common
-------------------- */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	padding-left: 10px;
	margin: 0;
	padding: 0 11 32 0;
}
p.right {
	text-align: right;
}
.h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 11px 0;
	padding: 0;
	color: #9A9A9A;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 11px 0;
	padding: 5px 0 0 0;
	color: #FAEC61;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h3 {
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
.h4 {
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	color: #9A9A9A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 0 0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.packagename {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	font-style: normal;
}
.package {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}
a.nav:link {
	color: blue;
	text-decoration: none;
}
a.nav:visited {
	color: blue;
	text-decoration: none;
}
a.nav:hover {
	color: orange;
	text-decoration: underline;
}
a.nav:active {
	color: red;
}
