/* http://meyerweb.com/eric/tools/css/reset/ *//* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-spacing: 0;
}
/* global clearfix */

.set:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.set {
	display: inline-block;
}

html [ xmlns ] .set {
	display: block;
}

* html .set {
	height: 1%;
}

html, body {
	height: 100%;
}
/* GENERIC STYLES */

div#page {
	margin: 0 auto;
	padding: 0 15px;
	width: 956px;
}

body {
	color: #7e7e7e;
	font: normal 11px/18px Arial, Verdana, sans-serif;
}

div#background img {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -1;
}

div#page {
	background: url(../images/bg_shadows.png) no-repeat top left;
}

a, a:visited {
	color: #00aeef;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #7e7e7e;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

h3#header {
	padding: 0 0 10px 0;
}

strong {
	font-weight: bold;
}

em {
	display: block;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 15px;
}
/* LAYOUT */

div#location {
	padding: 7px 0 8px 0;
}

div#languages {
	float: left;
	width: 200px;
}

div#aux-nav {
	background: green;
	float: right;
	width: 750px;
}

div#main {
	background: #fff;
	margin-bottom: 17px;
}

div#sidebar {
	float: left;
	width: 200px;
}

div#content {
	float: right;
	width: 956px;
}

div#footer {
	background: #fff;
}
/* SECTION: LOCATION (TOP) */

div#location {
	background: url(../images/bg_location.png) no-repeat top right;
	font-size: 10px;
	padding-right: 10px;
	text-align: right;
}
/* SECTION: LANGUAGES */

div#languages {
	text-align: center;
}

div#languages p {
	color: #00aeef;
	font-size: 10px;
}

div#languages p a, div#languages p a:visited {
	color: #393939;
	text-decoration: none;
}

div#languages p a:hover {
	color: #00aeef;
}

div#languages p span {
	color: #7d7d7d;
}
/* SECTION: AUX-NAV */

div#aux-nav {
	background: #8b8a8a;
	text-align: right;
}

div#aux-nav ul li {
	display: inline;
}

div#aux-nav ul li a, div#aux-nav ul li a:visited {
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 5px 10px;
	text-decoration: none;
}

div#aux-nav ul li a:hover {
	background: #00aeef;
}

div#aux-nav ul li.highlight a {
	background: #00aeef;
}
/* SECTION: NAVIGATION */

div#navigation {
	margin-top: 30px;
}

div#navigation ul li {
	text-align: center;
	width: 200px;
}

div#navigation ul li a {
	display: block;
}

div#navigation ul li a:hover {
	text-decoration: none !important;
}
/* if you choose the jQuery versio delete the following 2 lines */

div#navigation ul li a:hover:before {
	content: "- ";
}

div#navigation ul li a:hover:after {
	content: " -";
}

div#navigation ul li.active a {
	color: #5ac3ec;
}

div#navigation ul li li {
	text-align: left;
}

div#navigation a {
	color: #7e7e7e;
	text-transform: uppercase;
}
/* SECTION: CONTENT */

div#copy {
	position: relative;
}

div#copy h2 {
	background: #e4e4e4;
	padding: 12px 15px;
}

div#copy a#print {
	position: absolute;
	right: 15px;
	top: 12px;
}

div#maincopy {
	padding: 10px;
}

div#maincopy p {
	padding-bottom: 15px;
}

div#maincopy ul {
	margin-bottom: 15px;
}

div#maincopy li {
	background: url(../images/bullet.gif) no-repeat 0 6px;
	padding-left: 10px;
}
/* SECTION: FOOTER */

div#footer {
	padding: 15px 15px;
}

div#footer a, div#footer a:visited {
	color: #a4a3a3;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div.footer-col {
	float: left;
}

div.first {
	width: 280px;
}

div.first p {
	margin-bottom: 1px;
}

div.second {
	padding-right: 0px;
	width: 520px;
}

div.second img {
	margin-left: 10px;
	vertical-align: text-top;
}

div.second h5 {
	margin-bottom: 10px;
}

div.third {
	width: 255px;
}
/* SCROLL PANE STYLES (FOOTER) */

.scroll-pane {
	height: 40px;/* adjust the visible scrolling area at your will */
	width: 465px;
}

.jScrollPaneContainer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.jScrollPaneTrack {
	background: #000;
	cursor: pointer;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}

.jScrollPaneDrag {
	background: #fff;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
}

.jScrollPaneDragTop {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.jScrollPaneDragBottom {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

a.jScrollArrowUp {
	background: url(../images/btn_up.gif) no-repeat 0 0;
	display: block;
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 0;
	z-index: 1;
}

a.jScrollArrowDown {
	background: url(../images/btn_down.gif) no-repeat 0 0;
	display: block;
	height: 5px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -2000px;
	top: 30px;
	z-index: 1;
}
/* CAROUSEL */

div#carousel-wrapper {
	height: 200px;
	margin: 0 0 20px;
	position: relative;
}

div#carousel {
	margin-left: 70px;
}

a#prev {
	background: url(../images/btn_carousel.gif) no-repeat 0 0;
	height: 20px;
	left: 35px;
	position: absolute;
	text-indent: -9999px;
	top: 95px;
	width: 20px;
}

a#prev:hover {
	background:url(../images/btn_carousel.gif) no-repeat 0 -21px !important;
}

a#next {
	background:url(../images/btn_carousel.gif) no-repeat 0 -42px !important;
	display: block;
	height: 20px;
	position: absolute;
	right: 20px;
	text-indent: -9999px;
	top: 95px;
	width: 20px;
}

a#next:hover {
	background:url(../images/btn_carousel.gif) no-repeat 0 -63px !important;
}

div#carousel ul li {
	height: 137px;
	margin-right: 10px;
	width: 202px;
}

div#carousel ul li a {
	background: url(../images/bg_carousel.gif) no-repeat bottom center;
	display: block;
	padding-bottom: 12px;
}
/* SECTION:PACKAGES */

div.package {
	margin: 0 0 30px 15px;
	width: 715px;
}

div.package img {
	float: left;
	margin-right: 25px;
}

div.package p {
	display: block;
	padding:0 !important;
}

div.package h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
}

div.package h3 img {
	float: none;
}

div.package a {
	text-decoration: none;
}
/* SECTION:ROOMS */



div.room {

	margin: 0 0 30px 15px;

	width: 715px;

 position:relative;

}



div.room-photo {

 width:347px;

 float:left;

}



div.room-details {

 float:right;

 width:360px;

}



div.room h3 {

	font-size: 18px;

	font-weight: normal;

	margin-bottom: 5px;

}



div.room h3 img {

	float: none;

}



div.room p {

	padding:0 40px 0 0 !important;

}



div.room p.size {

	font-size: 12px;

}



div.room a {

	text-decoration: none;

}



div.room ul {

 margin-top:25px;

}



div.room ul li {

	background: #fff url(../images/bg_btn.gif) no-repeat bottom center !important;

	float: left;

	margin-right: 10px;

	padding-bottom: 14px;

	padding-left:0 !important;

}



div.room ul li a {

	display: block;

	padding: 2px 10px;

}



div.room ul li a.view-photos {

	border: solid 1px #dfdfdf;

	color: #7e7e7e;

}



div.room ul li a.book-online {

	background: #fff url(../images/bg_book.gif) repeat-x 0 0;

	border: solid 1px #bfecfe;

}
/* SECTION:SPA */

ul#menus {
	margin-bottom: 10px;
	width: 650px;
}

ul#menus li {
	background: url(../images/bg_spa.gif) no-repeat bottom center !important;
	float: left;
	margin-right: 15px;
	padding-bottom: 16px;
}

ul#menus li a {
	border: solid 1px #dfdfdf;
	display: block;
	font-size: 12px;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
}

ul#menus li a span {
	color: #a8a8a8;
	display: block;
	font-size: 11px;
}
/* SECTION: PRESS RELEASES */

div.press {
	margin-bottom: 30px;
	width: 730px;
}

div.press img {
	float: left;
	margin-right: 15px;
}

div.press h3 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 5px;
	padding-top: 20px;
}

div.press h3 img {
	float: none;
}

div.press a{
	text-decoration: none;
}
/* SECTION:EVENTS */

table#events {
	border-collapse: collapse;
	width: 730px;
}

/*th {
	background: #f1f1f1;
	font-weight: bold;
	text-transform: uppercase;
}

th, td {
	border: solid 1px #dedddd;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}

td.room {
	text-align: left;
}*/

p#floorplan {
	margin-top: 20px;
	text-align: center;
}

p#floorplan img {
	background: #fff;
	border: solid 2px #c7d3e5;
	padding: 3px;
}
/* SECTION: LOCATION */

div#loc {
	width: 730px;
}

div#loc p{
	float: left;
	margin-right: 20px;
	width: 340px;
}

div#loc img {
	display: block;
	margin: 20px auto;
}

div#map {
	float: right;
}

div#map a {
	color:#00aeef !important;
}
/* SECTION: CONTACT */

div#contact {
	margin-top: 20px;
}

div#contact {
	float: left;
	width: 300px;
}

div#contact ul {
	margin-top: 10px;
}

div#contact ul li{
	background: none;
	float: left;
	padding-left: 0;
	width: 150px;
}

div#media {
	float: left;
	margin: 20px 0 0 70px;
	width: 300px;
}

div#media ul {
	margin-top: 10px;
}

div#media ul li{
	background: none;
	padding-left: 0;
}

form {
	padding: 20px 0 0 30px;
}

div#form textarea {
	height: 110px;
}

div#form {
	margin-top: 20px;
}

div#form label {
	color: #5b5b5b;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	width: 120px;
}

p#register {
	padding-left: 125px;
}

p#register label {
	color: #b3b2b2;
	display: inline;
	float: none;
}

p#actions span {
	color: #b3b2b2;
	padding: 0 30px 0 128px;
}

p#actions input {
	background: #fff;
	border: 0;
	color: #5ac3ec;
	font-size: 13px;
	text-decoration: underline;
}

div#form input.text, div#form textarea {
	background: #f6f6f6;
	border: solid 1px #e0e1e1;
	padding: 2px;
	width: 350px;
}
/* SECTION:CREDITS */

div#credits p {
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
/* MODAL GALLERY */

div#slides {
	float: left;
	height: 485px;
	margin: 10px;
	width: 660px;
}

div#imgGallery {
 width:910px;
 height:530px;
 position:relative;
}

div#imgGallery h3 img {
	padding: 30px 0 0 5px;
}

div.scroller {
	float: left;
	height: 420px;
	margin-top: 20px;
	overflow: hidden;
	width: 190px;
}

div#slider {
	position: absolute;
	right: 8px;
	top: 91px;
}

ul#thumbs li a{
	color: #666;
	display: block;
	font-weight: bold;
	height: 80px;
	margin-bottom: 5px;
	padding: 5px;
	text-decoration: none;
	width: 190px;
}

ul#thumbs li img {
	float: left;
	margin-right: 10px;
}

div#paging {
	bottom: 8px;
	left: 15px;
	position: absolute;
	text-align: center;
	width: 660px;
}

div#paging a {
	color: #868686;
	display: inline-block;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

div#paging a#prev-gal {
	background: url(../images/gal_prev.gif) no-repeat top right;
	padding: 2px 25px 2px 0;
}

div#paging a#next-gal {
	background: url(../images/gal_next.gif) no-repeat top left;
	margin-left: 10px;
	padding: 2px 0 2px 25px;
}
