/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
		list-style: none;
}

body {
	background: url(../images/Pattern.png) #1b0e11;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}

.highlight {
	background: url(../images/Highlight.png) center no-repeat;
}

.wrapper {
	width: 960px;
	margin: 0px auto;
}

#logo {
	width: 211px;
	height: 117px;
	float: left;
}

/*			Navigation Bar			*/

.top_nav {
	height: 28px;
	margin-bottom: 140px;
	background: #880925;
}

nav {
	float: right;
}

nav ul li {
	float: left;
	margin-left: 3px;
}

nav ul li a {
	text-decoration: none;
	text-align: center;
	width: auto;
	padding: 70px 10px 15px;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	display: block;
}

nav ul li a:hover, .active{
	background-color: #880925;
	-moz-border-radius-bottomright: 11px;
	border-bottom-right-radius: 11px;
	-moz-border-radius-bottomleft: 11px;
	border-bottom-left-radius: 11px;
}

/*			Welome			*/

.slider {
	margin-top: 40px;
	height: 611px;
	position: relative;
}

.slider li {
	text-align: center;
}

.slider_mask {
	background: url(../images/SliderMask.png) no-repeat;
	width: 979px;
	height: 611px;
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 100;
}

/*			Accomodation			*/

.accomodation_l_column {
	width: 530px;
	padding-right: 30px;
	border-right: dashed 1px #7e7e7e;
	float: left;
}

.accomodation_l_column p {
	color: #7e7e7e;
	font-size: 14px;
	margin: 15px 0 10px;
}

.accomodation_slider_top {
	width: 369px;
	height: 233px;
	position: relative;
}

.accomodation_slider_top img {
	position: absolute;
	z-index: 50;
	top: 9px;
	left: 9px;
}

.accomodation_slider_top .mask {
	background: url(../images/AccomodationMask.png) no-repeat;
	width: 369px;
	height: 233px;
	position: absolute;
	z-index: 100;
}

.accomodation_slider_bottom {
	width: 363px;
	height: 184px;
	position: relative;
}

.accomodation_slider_bottom .large_image {
	position: absolute;
	z-index: 50;
	float: left;
	top: 5px;
	left: 83px;
}

.accomodation_slider_bottom .small_l {
	position: absolute;
	z-index: 49;
	float: left;
	top: 32px;
	left: 4px;
}

.accomodation_slider_bottom .small_r {
	position: absolute;
	z-index: 49;
	float: left;
	top: 32px;
	right: 5px;
}

.accomodation_slider_bottom .previous_link {
	position: absolute;
	z-index: 110;
	width: 26px;
	height: 40px;
	top: 40px;
	left: 55px;
	cursor: pointer;
}

.accomodation_slider_bottom .next_link {
	position: absolute;
	z-index: 110;
	width: 26px;
	height: 40px;
	top: 40px;
	right: 55px;
	cursor: pointer;
}

.accomodation_slider_bottom .title {
	position: absolute;
	text-align: center;
	z-index: 110;
	width: 195px;
	position: absolute;
	left: 50%;
	margin-left: -98px;
	text-align: center;
	bottom: 30px;
}

.accomodation_slider_bottom .gallery_mask {
	background: url(../images/GalleryMask.png) no-repeat;
	width: 363px;
	height: 184px;
	position: absolute;
	z-index: 100;
}

/*			Dinning			*/

.dinning_l_column {
	width: 530px;
	margin-top: 20px;
}

.dinning_l_column p,.dinning_list_row p {
	color: #7e7e7e;
	margin-top: 20px;
}

.dinning_list_row {
	margin-bottom: 30px;
}

.dinning_list_row li {
	margin: 15px 0;
	height: 116px;
}

.dinning_list_row img {
	float: left;
	width: 257px;
	height: 116px;
	margin-right: 20px;
}

.dinning_list_row a {
	text-decoration: none;
	color: #7e7e7e;
	float: right;
}

.dinning_list_row a:hover {
	text-decoration: underline;
}

/*			Services			*/

.services {
	color: #7e7e7e;
	margin: 30px 0;
}

.services li {
	margin-bottom: 15px;
}

.icons {
	height: 29px;
	display: block;
	padding-left: 45px;
}

.suite_icon {
	background: url(../images/SuiteIcon.png) bottom left no-repeat;
}

.concierge_icon {
	background: url(../images/ConciergeIcon.png) bottom left no-repeat;
}

.buffet_icon {
	background: url(../images/BuffetIcon.png) bottom left no-repeat;
}

.housekeeping_icon {
	background: url(../images/HousekeepingIcon.png) bottom left no-repeat;
}

.laundry_icon {
	background: url(../images/LaundryIcon.png) bottom left no-repeat;
}

.wireless_icon {
	background: url(../images/WirelessIcon.png) bottom left no-repeat;
}

.security_icon {
	background: url(../images/SecurityIcon.png) bottom left no-repeat;
}

.satellite_icon {
	background: url(../images/SatelliteIcon.png) bottom left no-repeat;
}

.safe_icon {
	background: url(../images/SafeIcon.png) bottom left no-repeat;
}

.health_icon {
	background: url(../images/HealthIcon.png) bottom left no-repeat;
}

.bar_icon {
	background: url(../images/BarIcon.png) bottom left no-repeat;
}

/*			Gallery			*/

#slider .title_bg {
	background: url(../images/SliderTitleBg.png) no-repeat;
	width: 960px;
	height: 99px;
	position: absolute;
	left: 9px;
	bottom: 33px;
	z-index: 110;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 99px;
}
.slider_home li h2{ font-size: 29px; font-weight:bold; margin-left:-500px; margin-top:-350px; color:white; }
.slider_gallery li h2{ font-size: 29px; font-weight:bold; margin-left:-500px; margin-top:-350px; color:white; }
#prevBtn, #nextBtn
{ 
	display:block;
	position: absolute;
	bottom: 87px;
	z-index:1000;
}	
#prevBtn {
	left: 8px;
	background:  url(../images/GalleryThumbnailPic.jpg) center left no-repeat;
	width: 150px;
	height: 100px;
}
#nextBtn { 
	right: -9px;
	background:  url(../images/GalleryThumbnailPic.jpg) center right no-repeat;
	width: 150px;
	height: 100px;
}														
#prevBtn a, #nextBtn a {  
	display:block;
	width: 150px;
	height: 100px;
	text-indent: -5000px;
	background-position: top;
}	

#prevBtn a {
	background-image:url(../images/PreviousButton.png);
}
#nextBtn a {
	background-image:url(../images/NextButton.png);
}	

#prevBtn a:hover, #nextBtn a:hover {
	background-position: bottom;
}
		
		

/*			Reservations			*/

.reservation_form {
	background: url(../images/BookingFormBg.png) no-repeat;
	width: 307px;
	height: 335px;
	position: absolute;
	top: 100px;
	right: -9px;
	z-index: 150;
}

.reservation_form .first_name {
	background: none;
	border:none;
	color: #fff;
	float: left;
	margin: 30px 0 0 27px;
	padding: 6px;
	width: 112px;
}

.reservation_form .last_name {
	background: none;
	border:none;
	color: #fff;
	margin: 30px 0 0 10px;
	padding: 6px;
	width: 112px;
}

.reservation_form .e_mail {
	background: none;
	border:none;
	color: #fff;
	margin: 17px 0 0 26px;
	padding: 6px;
	width: 234px;
}

.reservation_form .check_in {
	margin: 17px 0 0 26px;
	width: 130px;
	height: 46px;
	float: left;
	text-align: center;
}

.reservation_form .check_out {
	margin: 17px 0 0 0px;
	width: 130px;
	height: 46px;
	text-align: center;
	float: left;
}

.reservation_form .date {
	color: #fff;
	text-decoration: none;
	background: none;
	border:none;
	padding: 4px 0 0 50px;
}

.reservation_form .check_in span, .reservation_form .check_out span {
	color: #000;
}

.reservation_form .room_type {
	background: none;
	border:none;
	color: #fff;
	margin: 12px 0 0 26px;
	padding: 6px;
	width: 234px;
}

.reservation_form .request_details {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: none;
	border:none;
	color: #fff;
	margin: 12px 0 0 26px;
	padding: 6px;
	width: 234px;
	height: 50px;
	resize: none;
}

.reservation_form .send {
	background: none;
	border:none;
	margin: 15px 0 0 155px;
	width: 135px;
	height: 41px;
	color: #000;
	font-size: 24px;
	cursor: pointer;
}

/*			Footer			*/

.footer_bg {
	background: url(../images/FooterBg.png) center bottom no-repeat;
	height: 211px;
	line-height: 25px;
}

footer p {
	color: #7e7e7e;
	font-size: 12px;
	float: left;
	padding-top: 20px;
}

.secondary_nav {
	float: right;
	padding-top: 20px;
}

footer ul li {
	float: left;
}

footer ul a {
	text-decoration: none;
	color: #7e7e7e;
	font-size: 12px;
}

/*			Other			*/

h2 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

h4 {
	color: #fff;
	font-size: 14px;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

.clearfix {
	clear: both;
}

.r_float {
	float: right;
}

.l_float {
	float: left;
}

.gray_color {
	color: #7e7e7e;
}

.r_align {
	text-align: right;
}

.margin_left {
	margin-left: 8px;
}

/* Easy Slider */


#slider li {
	text-align:center; 
}

#slider ul, #slider li {
	list-style: none;
} 

#slider img {
}
		
#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width: 978px;
	height: 611px;
	overflow: hidden;
	padding: 2px 0 0;
}	
		
	/* numeric controls */	

ol#controls{
	height: 50px;
	position: absolute;
	margin-left: 345px;
	bottom: 30px;
	font-size: 24px;
	text-align: center;
}
ol#controls li{
	float: left;
	height: 50px;
	line-height: 45px;
	margin-left: 20px;
}
ol#controls li a{
	height: 50px;
	line-height: 45px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	display:block;
}

ol#controls li.current a, ol#controls li a:hover {
	background: #8a0e29;
	width: 30px;
	-moz-border-radius-topright: 14px;
	border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	border-top-left-radius: 14px;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline: none;
}
	
/* // Easy Slider */
#book_output{ padding-left:50px; color:#FFF; font-weight:bold; font-size:16px; }
#book_output .error{ color: #FF0000; text-shadow: 1px 1px #FFF; }

div#overlay {
	background:url(../img/opacity.png) repeat left top;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;	
	width: 100%;
	z-index: 9000;
}

div#overlay-content {
	display: none;
	height: 100%;
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 9500;
	text-align: center;
}

div#overlay-content img{
    max-width:600px;
}

span.overlay-image {
	display: inline-block;
	position: relative;	
}
div#overlay-content a.close {
	float:right; text-align:center; padding:0px; margin:-14px 0 0 -4px; display: block; 
	top: 0px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 1004; 
    background:url(../img/fancybox_sprite.png) no-repeat center center;
    background-position:0% 0%;
    position:absolute; 
    text-indent:-3000px !important;
}
div#overlay-content a.close:hover { 
    -moz-opacity: 0.70;
    opacity: 0.70;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70");
}