﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Freestyle Script';
    src: url('fonts/FREESCPT.eot');
    src: url('fonts/FREESCPT.eot?iefix') format('opentype'),
         url('fonts/FREESCPT.woff') format('woff'),
         url('fonts/FREESCPT.TTF') format('truetype');

}
@font-face {
  font-family: "Freestyle Script";
  src: url("Fonts/FREESCPT.TTF") format("truetype");
}
@font-face {
  font-family: "Times New Roman";
  src: url("Fonts/times.ttf") format("truetype");
}
@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/times.eot');
    src: url('fonts/times.eot?iefix') format('opentype'),
         url('fonts/times.woff') format('woff'),
         url('fonts/times.TTF') format('truetype');

}
body
{
	margin: 0px auto;
	padding: 0px;
}
img, a{
	outline: none;
	border:0px;
}
h1, h2, h3, h4, h5, h6, ul, li
{
	margin: 0;
	padding: 0;
}
.bodyImg
{
	margin: 0px auto;
}
.clear
{
	display: block;
	clear: both;
	height: 0px;
	float: none;
}
#newMyPage
{
	width: 100%;
	margin: 0px auto;
	font-family:"Times New Roman", Times, serif;
	overflow:auto hidden;
}
#top {
	width:100%;
	background-color:#deceb7;
	height:97px;
}
#topLinks {
	width:1040px;
	margin:auto;
}
#topLinks #lefttopLogo{
	float:left;
	margin-top:15px;
	width:200px;
}
#topLinks #rightMainlinks {
	float:right;
	padding-top:30px;
	width:800px;
	height:66px;
	
}
#leftNav li
{
	border-right:1px solid #997558;
	border-left:1px solid #cdab90;
	
}
#leftNav, #leftNav li
{
	font-family:Freestyle Script;
	background-image:none;
	color:#000;
	font-size:25px;
	list-style: none;
	padding-left: 13px;
	padding-right: 13px;
	overflow: hidden;
	float: left;
	margin-bottom:20px;
}
#leftNav, #leftNav li a
{
	font-family:Freestyle Script;
	background-image:none;
	color:#000;
	font-size:25px;
	list-style: none;
	overflow: hidden;
	float: left;
	text-decoration:none;
}
 #leftNav li a:hover
{
	font-family:Freestyle Script;
	background-image:url(Images/link_arrow.png);
	background-position: center 25px;
	background-repeat:no-repeat;
	color:#fff;
	font-size:25px;
	list-style: none;
	overflow: hidden;
	float: left;
}

.myPageBanner
{
	width: 100%;
	height: 487px;
	margin:auto;
	background: transparent url('images/header.png');
	background-position:top center;
	background-repeat:no-repeat;
}
#bodyPart .phone {
	width:420px;
	border-right:solid 1px #999999;
	float:left;
	margin:10px 0px 10px 10px ;
	line-height:35px;
}
#bodyPart .network {
	width:260px;
	border-right:solid 1px #999999;

	float:left;
	margin:10px 10px 10px 0px ;
	line-height:35px;
	text-align:center;

}
#bodyPart .virtualTour {
	width:170px;
	float:left;
	margin:25px 25px 25px 45px;
	line-height:35px;

}
.clear
{
	display: block;
	clear: both;
	height: 0px;
	float: none;
}
#bodyPart {
	width:988px;
	height:128px;
	background:#58381c;
	margin:auto;
	position:relative;
	top: -40px;
	box-shadow: 2px 2px 2px 2px #999;	
}
.blueBtn
{
	font-size: 20px;
	margin: 18px;
	display:inline-block;
	font-weight: normal;
	border:1px solid #271404;
	border-radius: 5px;
	color: #FFF !important;
	padding: 2px 15px 2px 15px;
	text-decoration:none; 
	background: rgb(90,58,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(90,58,30,1) 0%, rgba(62,31,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,58,30,1)), color-stop(100%,rgba(62,31,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3a20', endColorstr='#3e1f06',GradientType=0 ); /* IE6-9 */
}
.blueBtn:hover
{
	background: rgb(90,58,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(62,31,6,1) 0%, rgba(90,58,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,58,30,1)), color-stop(100%,rgba(90,58,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1f06', endColorstr='#5a3a20',GradientType=0 ); /* IE6-9 */
}
.brownBtn
{
	font-size: 13px;
	margin: 5px;
	display:inline-block;
	font-weight: normal;
	border:1px solid #271404;
	border-radius: 5px;
	color: #FFF !important;
	padding: 2px 15px 2px 15px;
	text-decoration:none; 
	background: rgb(90,58,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(90,58,30,1) 0%, rgba(62,31,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,58,30,1)), color-stop(100%,rgba(62,31,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(90,58,30,1) 0%,rgba(62,31,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a3a20', endColorstr='#3e1f06',GradientType=0 ); /* IE6-9 */
}
.brownBtn:hover
{
	background: rgb(90,58,30); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(62,31,6,1) 0%, rgba(90,58,30,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,58,30,1)), color-stop(100%,rgba(90,58,30,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(62,31,6,1) 0%,rgba(62,31,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1f06', endColorstr='#5a3a20',GradientType=0 ); /* IE6-9 */
}

#content {
	width:980px;
	margin:auto;
	overflow:auto;
}
#content #LeftSide{
	width:715px;
	float:left;

	margin:auto;
	
}
#content #LeftSideInner {
	width:980px;
}
#content #LeftSide .Welcome{
	font-family:"Times New Roman", Times, serif;
	font-size:49px;
	color:#5a3a20;
	margin:auto;
	text-align:center;
}
#content #LeftSide .Welcome span{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	line-height:22px;
	color:#6e686d;
	text-align:center;
}
#content #LeftSide .Times21{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#362e34;
	margin:auto;
	text-align:center;
	line-height:30px;
	overflow:hidden auto;
	vertical-align:middle;
}
#content #LeftSide .Times21 span{
	padding-top:10px;
}
#content #LeftSide .Times21 img{
	border:solid 5px #FFFFFF;
	box-shadow: 5px 5px 3px  #999;
	vertical-align:middle;
}
.left {
	float: left;
	margin-right: 20px;
}
.right {
	float: right;
	margin-right: 20px;
}
.center {
	text-align:center;
}
#content #LeftSide #aboutHotel{
	width:700px;
}

#content #LeftSide #aboutHotel tr td{
	vertical-align:top;
	width:220px;
	text-align:center;
	padding:5px;
}
#hotelFaci li 
{
	margin: 0px auto;
	padding: 0px;
	list-style:none;
	overflow: hidden;
	float: left;
}
#hotelFaci li {
	width: 206px;
	height: 138px;
	float: left;
	
	position: relative;
	overflow: hidden;
	border:solid 5px #FFFFFF;
	box-shadow:2px 2px 2px #999999;

}
#hotelFaci li a {
	width: 206px;
	height: 138px;
	background-image: url(images/home_img.jpg);
	background-repeat: no-repeat;
	float: left;
	position: absolute;
	left: 108px;
	}

#hotelFaci li a.Rooms {
	background-position: 0px 0px ;
	margin-left:-107px;
}
#hotelFaci li a.Dining {
	background-position: -211px 0px ;
	margin-left:-107px;
}
#hotelFaci li a.Place {
	background-position: -418px 0px ;
	margin-left:-108px;
}
.text21blue
{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#362e34;
	margin:15px;
	text-align:center;
	line-height:30px;
}
.text15 {
	font-family:"Times New Roman", Times, serif;
	font-size:15px;
	color:#6e686d;
	margin:auto;
	text-align:center;
}
.text16brown
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}
.text16brown a
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}
.text16brown a:hover
{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:underline;
}
.textbrown 
{
	font-family:"Times New Roman", Times, serif;
	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}
.textbrown a
{
	font-family:"Times New Roman", Times, serif;

	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:none;
}
.textbrown a:hover
{
	font-family:"Times New Roman", Times, serif;

	color:#5a3a20;
	text-align:center;
	line-height:24px;
	text-decoration:underline;
}
#content .RightSide{
	width:255px;
	float:right;
	overflow:auto;
}
.myraidblue {
	font-family:"Times New Roman", Times, serif;
	color:#362e34;
	margin:auto;
	text-align:center;
}
.myraidgray {
	font-family:"Times New Roman", Times, serif;
	color:#6e686d;
	margin:10px 0px 0px 0px;
	text-align:left;
	font-size:14px;

	
}
.myraidgray p{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#6e686d;
	margin:10px 0px 0px 0px;
	text-align:left;
	line-height:22px;
	font-weight:bold;
}
.myraidgray p strong{
	font-family:"Times New Roman", Times, serif; 
	font-weight:bolder;
	font-size:14px;
	color:#5a3a20;
	margin:10px 0px 0px 0px;
	text-align:left;
}

.myraidgrayhd{
	font-family:"Times New Roman", Times, serif; 
	font-weight:bolder;
	font-size:14px;
	color:#5a3a20;
	margin:10px 0px 0px 0px;
	text-align:left;
}

.galleryhd{
	font-family:"Times New Roman", Times, serif;
	font-size:18px; font-weight:bold;
	color:#362e34;
	margin:20px 0px 20px 0px;
	text-align:left;
	line-height:10px;
}
.more{
	font-family:"Times New Roman", Times, serif;
	font-size:12px; font-weight:bold;
	color:#362e34;
	margin:20px 0px 0px 0px;
	text-align:right;
}

.Timesgray {
	font-family:"Times New Roman", Times, serif;
	color:#362e34;
	margin:auto;
	text-align:center;
	line-height:30px;
}

.font21 {
	font-size:21px;
}
.font18 {
	font-size:18px;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:16px;
}
.font15 p{
	font-size:15px;
}
.font16 {
	font-size:16px;
}
.font30 {
	font-size:20px;
}
.colorwhite {
	color:#FFF;
}
#content .RightSide #banquets{
	width:244px;
	height:297px;
	border:solid 1px #bdbcbc;
	margin:auto;
	text-align:left;
}
#content .RightSide #banquets span {
	padding:20px;
	
}
#content .RightSide #banquets img {
	border:solid 5px #FFFFFF;
	box-shadow:2px 2px 2px #999999;
	margin:20px;
}
#content .RightSide #banquets .Timebrown{
	font-family:"Times New Roman", Times, serif;
	color:#5a3a20;
	margin-left:25px;
	text-decoration:none;
}
#content .RightSide #banquets .Timebrown a{
	font-family:"Times New Roman", Times, serif;
	color:#5a3a20;
	text-decoration:none;

}
#content .RightSide #banquets .Timebrown a:hover{
	font-family:"Times New Roman", Times, serif;
	color:#5a3a20;
	text-decoration:underline;

}
#content .RightSide #guestFeedback{
	width:244px;
	height:335px;
	border:solid 1px #bdbcbc;
	margin:auto;
	text-align:left;
}

.textboxBorder {
	border:solid 1px #cbcbca;
	width:200px;
	height:35px;
}

.FormBtn
{
	font-size: 16px;
	display:inline-block;
	font-weight: normal;
	border:1px solid #cbcbca;;
	color: #5a3a20 !important;
	padding: 5px 5px 5px 5px;
	text-decoration:none; 
	background: rgb(251,249,242);
}

.FormBtn a:hover
{
	color: #fff !important;
	background: rgb(90,58,32);
}

#testimonial {
	width: 988px;
	height: 250px;
	background-color:#FFF;
	position:relative;
	margin:auto;	
}
#testimonial strong {
	font-family:"Times New Roman", Times, serif;
	font-size:80px;
	color:#6e686d;
	float:left;
}
#testimonial  #Testitext{
	width:330px;
	font-family:"Times New Roman";
	font-style:italic;
	float:left;
	margin-left:10px;
	line-height:20px;
	margin-top:40px;
	text-align:justify
}
#testimonial  #Testitext span{
	color:#5a3a20;
	font-weight:bold;
	text-decoration:none;
}
#testimonial  #Testitext span a{
	color:#5a3a20;
	font-weight:bold;
	text-decoration:none;
}
#testimonial  #Testitext span a:hover{
	color:#5a3a20;
	font-weight:bold;
	text-decoration:underline;
}
#copyright {
	width: 988px;
	padding-top:40px;
	position:relative;
	margin:auto;	
}
#copyright #numbers {
	float:left;
}
#copyright #site {
	float:right;
}

/*  Gallery */

#photos {
	width:950px;
	margin:auto;
	overflow:auto;
	padding-bottom: 15px;	
}
.photo_img  li{
	list-style:none;
	float:left;
	margin:2px 10px 20px 7px;
	overflow:auto;
	display:inline-block;
	border:solid 5px #fff;
	box-shadow:4px 4px 4px #999999;
	margin-right:15px;
}