body {
	margin: .5em 0;
	padding: 0;
	background: #101010 url(../img/bg-body.jpg) 0 0 repeat-x;
	font-family: "Franklin Gothic", Charcoal, Helvetica, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 100.1%;
	text-align: center;
	color: #FFF;
}

a {
	color: #900; /* red */
}
a:visited {
	color: #C33;
}
a:hover,
a:focus {
	color: #633;
}
abbr {
	border: 0;
}
strong,
label {
	font-weight: bold;
	color: #900;
}
em {
	color: #666;
	font-size: .9em;
}
.d em {
	display: block;
}
h2.brand {
	height: 66px;
	margin-top: 0;
	background: url(../img/bg-logo.png) 0 0 no-repeat;
	text-indent: -9999px;
}
h3 {
	margin-bottom: 0;
	font-size: 1.7em;
	color: #900;
}
td {
	padding-top: .6em;
	vertical-align: top;
}
.itemonly td,
td.d {
	padding-top: 0;
}
td.p {
	width: 3em;
	padding-left: .5em;
}
td strong {
	display: block;
	font-family: "Lobster", "Franklin Gothic", Charcoal, Helvetica, "Bitstream Vera Sans", Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: .05em;
}

.info {
	margin: 0;
	font-size: 85%;
	color: #666;
}

#skipto,
#skipto p {
	position: absolute;
	top: -70px;
	height: 0;
}
#browserWarning {
	display: none;
}

#page {
	width: 1009px;
	margin: 0 auto;
	text-align: left;
	color: #000;
}
#wrapper {
	clear: both;
	float: left;
	width: 100%;
	background: #FFF url(../img/bg-content.png);
}
#wrap {
	float: left;
	width: 100%;
	background: url(../img/bg-footer.png) 0 100% no-repeat;
}
#content {
	clear: both;
	float: left;
	width: 425px;
	padding: 50px 5px 50px 50px;
	font-size: 85%;
}

/* header */
#header {
	position: relative;
	height: 160px;
	background: url(../img/bg-content-top.png) 0 100% no-repeat;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	position: absolute;
	right: -15px;
	width: 490px;
	height: 196px;
	background: url(../img/logo.png);
}
* html #header h1 a { /* IE Filter */
	right: -3px;
	top: -1px;
	width: 487px;
	background: url(../img/logo.gif);
}
#header h1 img,
#header h1 span {
	display: none;
}

/* nav */
#nav ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
}
#nav li {
	display: inline;
}
#nav a {
	float: left;
	width: 122px;
	height: 46px;
	margin: 106px 2px 0 -3px;
	background: url(../img/bg-nav.png) 0 3px no-repeat;
}
#nav a:hover,
#nav a:focus,
#nav .selected a {
	background-position: 0 0;
}
#nav a strong {
	display: none;
}
#nav_menu a {
	background-position: -124px 3px;
}
#nav_menu a:hover,
#nav_menu a:focus,
#nav_menu.selected a {
	background-position: -124px 0;
}
#nav_bookings a {
	background-position: -248px 3px;
}
#nav_bookings a:hover,
#nav_bookings a:focus,
#nav_bookings.selected a {
	background-position: -248px 0;
}
#nav_contact a {
	background-position: -372px 3px;
}
#nav_contact a:hover,
#nav_contact a:focus,
#nav_contact.selected a {
	background-position: -372px 0;
}

ul.submenu {
	margin: 1em 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: .9em;
	color: #900;
}
.submenu li {
	display: inline;
	padding-right: 2em;
}

/* sidebar */
#sidebar {
	float: left;
	width: 524px;
	padding: 0 1px 0 0;
}

#feature {
	position: relative;
	margin: 100px 0;
	text-align: center;
}
#pause {
	z-index: 3000;
	position: absolute;
	right: 100px;
	bottom: 15px;
}
.pics {
	position: relative;
	height: 280px;
	cursor: pointer;
}
.pics img {
	position: absolute;
	display: block !important;
	border: 10px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 8px 15px #BBB;
	-webkit-box-shadow: 0 8px 15px #BBB;
	box-shadow: 0 8px 15px #BBB;
}
#shuffle1 {
	left: 57px;
}
#shuffle2 {
	left: 47px;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
}
#shuffle3 {
	left: 10px;
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	transform: rotate(3deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
}
#shuffle4 {
	left: 53px;
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
}
#shuffle5 {
	left: 53px;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
}
#shuffle6 {
	left: 48px;
	-moz-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
	
}
#shuffle7 {
	left: 53px;
}
#shuffle8 {
	left: 23px;
	-moz-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transition: -webkit-transform 0.5s ease-in;
	
}

/* forms */
form {
	margin: 1em 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}
label {
	float: left;
	clear: left;
	width: 6em;
	margin-right: .5em;
	text-transform: uppercase;
}
input,
textarea {
	margin: 0 .5em .2em;
}
.buttons {
	margin: 1em 0 0 6.5em;
}
.buttons input {
	width: 219px;
	height: 36px;
	border: 0;
	background: red url(../img/bg-submit.png) 0 0 no-repeat;
	font-size: 1px;
	color: #FFF;
	cursor: pointer;
}
.error {
	color: red;
}
div.error {
	font-weight: bold;
}
label.error {
	clear: none;
	float: none;
	font-size: .7em;
}
input.error,
textarea.error {
	border-color: red;
}
#errormsg strong {
	display: block;
	margin: 1em 0;
	padding: .5em;
	background: #FCC;
	font-size: 1.3em;
	text-align: center;
}
.alert {
	color: green;
}
#alertmsg strong {
	display: block;
	margin: 1em 0;
	padding: .5em;
	background: green;
	font-size: 1.3em;
	text-align: center;
	color: #FFF;
}

/* footer */
#footer {
	clear: both;
	padding-top: 1em;
	font-size: .8em;
}
#footer,
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer div {
	display: inline;
}
#footer .fn,
#footer .country-name {
	display: none;
}
#footer .adr {
	display: block;
	margin: 0;
	color: #900;
	text-transform: uppercase;
}
.facebook {
	margin: 0;
}
.facebook a {
	float: right;
	width: 100px;
	padding-right: 27px;
	background: url(../img/bg-facebook.png) 100% 0 no-repeat;
	text-align: right;
	font-style: italic;
	font-weight: bold;
}
#siteby {
	margin: 3em 0 1em;
	text-align: center;
	font-size: .65em;
}
#siteby a,
#siteby strong {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	word-spacing: -.1em;
}
#siteby a:hover,
#siteby a:focus {
	text-decoration: underline;
}

/* vcard */
.fn {
	margin-bottom: 0;
}
.adr .type,
.tel .type {
	display: none;
}
#content .bn,
#content .web {
	display: none;
}
#content .tel strong,
#content .eml strong {
	clear: left;
	float: left;
	width: 6.5em;
	margin-right: .5em
}
