body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #333;
	background: #152648;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
#page {
	overflow: hidden;
	width: 800px;
	margin: 0 auto;
	position: relative;
}
#page h1 {
	position: absolute;
	left: 150px;
	top: 56px;
	margin: 0;
	font: 32px Georgia, "Times New Roman", Times, serif;
	color: #152648;
	z-index: 100;
}
#page h1 strong {
	display: block;
	font-size: 18px;
	color: #666;
	font-weight: normal;
	margin: 0 0 -3px 2px;
}

#page h1 a {
	text-decoration: none;
	color: #152648;
}
.logo {
	position: absolute;
	left: 25px;
	top: 37px;
	z-index: 100;
}
.logo a {
	display: block;
	text-indent: -9999px;
	width: 97px;
	height: 89px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}
#header {
	position: absolute;
	left: 0;
	top: 19px;
	width: 781px;
	padding: 0 9px 0 10px;
	height: 140px;
	z-index:10;
	background: #fff url(../images/page-bg-top.gif) no-repeat;
}
.top-nav {
	position: absolute;
	right: 9px;
	top: 14px;
	margin: 0;
	padding: 0 0 3px;
	list-style: none;
	border-bottom: 1px solid #09f;
}
.top-nav li {
	float: left;
	background: url(../images/top-nav-arrow.gif) no-repeat 100% 50%;
	padding-right: 10px;
	margin-right: 13px;
	display: inline;
	font-size: 10px;
}
.top-nav li a {
	color: #06c;
	text-decoration: none;
}
.top-nav li a:hover {
	text-decoration: underline;
}
.nav-holder {
	position: relative;
	top: 115px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	
}
#nav li {
	float: left;
	margin-left: 2px;
	display: inline;
	font-size: 10px;
	font-weight: bold;
}
#nav li a {
	float: left;
	background: url(../images/nav-bg-left.gif) no-repeat;
	color: #002674;
	text-decoration: none;
}
#nav li a span {
	float: left;
	background: url(../images/nav-bg-right.gif) no-repeat 100% 0;
	padding: 6px 10px 7px;
	cursor:pointer ;
}
#nav li a:hover {
	background: url(../images/nav-hover-bg-left.gif) no-repeat;
}
#nav li a:hover span {
	background: url(../images/nav-hover-bg-right.gif) no-repeat 100% 0;
}
#nav li.active a {
	color: #fff;
	background: url(../images/nav-active-bg-left.gif) no-repeat !important;
}
#nav li.active a span {
	background: url(../images/nav-active-bg-right.gif) no-repeat 100% 0 !important;
	color:#fff;
}
#nav li.hover a{
	color:#152648;
}
#nav li:hover,
#nav li.hover{z-index:20;position:relative;}
#nav li:hover ul,
#nav li.hover ul{display:block;}
#nav ul{
	margin:0;
	padding:0px 0 0;
	list-style:none;
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:193px;
	background: url(../images/transparent.gif);
}
#nav .right-side ul{
	left:auto;
	right:0;
}
#nav ul li{
	float:none;
	border-left:0;
	position:static;
	margin:0;
	height:1%;
	vertical-align:top;
}
#nav li ul{
background: url(../images/bg-drop.png);}
#nav ul a{
	display:block;
	height:1%;
	float:none;
	padding:5px 10px;
}
#nav li:hover ul a{
	border-top:1px solid #5b677f;
	color:#fff;
	background: none !important;
}
#nav li:hover ul a:hover{
	border-top:1px solid #5b677f;
	color:#eed74f;
	background: none !important;
}
#nav li.active ul li a {
border-top:1px solid #5b677f;
	background: none !important;
}
#content {
	overflow: hidden;
	width: 781px;
	padding: 5px 9px 13px 10px;
	margin-top: 154px;
	background: #fff;
}
.cont-box {
	width: 762px;
	padding: 20px 9px 10px 10px;
	border-top:1px solid #152648;
	background: #fff0c7;
	position: relative;
}
.cont-box:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.cont-box-inside:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.shell {
	position: absolute;
	left: 134px;
	top: 230px;
	z-index: 100;
}
.cont-form {
	float: left;
	width: 213px;
	height: 224px;
	background: #fff5db;
	border: 1px solid #fff;
	margin-top: 0px;
	padding: 20px 0 32px 6px;
}
.cont-form .find-title {
	display: block;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #ee7c29;
	padding-bottom: 10px;
}
.cont-form-divider {
	overflow: hidden;
	width: 220px;
	margin: 5px -7px 0 0;
}
.cont-form-divider label {
	float: left;
	width: 35px;
	font-size: 10px;
	color: #ee7c29;
	margin-top: 3px;
}
.cont-form-divider select {
	float: left;
	width: 55px;
	margin-right: 2px;
}
.cont-form .submit {
	padding: 5px;
	background: #ee7c29;
	border: 1px solid #fff;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	margin-top: 15px;
	cursor: pointer;
}
.cont-form .submit:hover {
	background: #89110a;
	cursor: pointer;
}
.cont-form-divider .wid {
	width: 60px;
}
.cont-form-divider .child {
	float: right;
	width: 118px; 
}
.cont-form-divider .child label {
	width: 45px;
}
.cont-form-divider .promo {
	float: left;
	width: 103px;
}
.cont-form-divider .promo label {
	display: block;
	width: auto;
	margin-top: 2px;
}
.cont-form-divider .promo .text {
	width: 79px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.cont-form-divider .promo .text2 {
	width: 200px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.cont-form-divider .date label {
	float: left;
	width: 52px;
	font-size: 10px;
	color: #ee7c29;
	margin-top: 3px;
}
.cont-form-divider .date .text {
	width: 79px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	ma
	rgin-top: 3px;
}
.cont-form-divider .promo .textarea {
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.cont-form-inside {
	float: left;
	width: 213px;
	padding: 0px 0 32px 6px;
}
.cont-form-inside .find-title {
	display: block;
	margin: 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #39789f;
}
.cont-form-inside-divider {
	overflow: hidden;
	width: 220px;
	margin: 13px -7px 0 0;
}
.cont-form-inside-divider label {
	float: left;
	width: 40px;
	font-size: 10px;
	color: #333;
	margin-top: 3px;
}
.cont-form-inside-divider select {
	float: left;
	width: 48px;
	margin-right: 3px;
}
.cont-form-inside-divider .wid {
	width: 57px;
}
.cont-form-inside-divider .child {
	float: right;
	width: 118px; 
}
.cont-form-inside-divider .child label {
	width: 48px;
}
.cont-form-inside-divider .promo {
	float: left;
	width: 103px;
}
.cont-form-inside-divider .promo label {
	display: block;
	width: auto;
	margin-top: 2px;
}
.cont-form-inside-divider .promo .text {
	width: 79px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.cont-form-inside-divider .promo .text2 {
	width: 150px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.cont-form-inside-divider .promo .textarea {
	width: 200px;
	padding: 2px 4px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	margin-top: 3px;
}
.check-link {
	float: left;
	font-size: 10px;
	color: #06c;
	background: url(../images/check-arrow.gif) no-repeat 100% 5px;
	padding-right: 10px;
	text-decoration: none;
	margin-top: 13px;
}
.check-link:hover {
	text-decoration: underline;
}

.col-holder {
	overflow: hidden;
	width: 100%;
	padding: 16px 0 109px;
	border-top:1px solid #152648;
}
#main {
	float: right;
	width: 513px;
	padding-top: 5px;
	
}
.res-hold {
	overflow: hidden;
	width: 100%;
	background: url(../images/res-divider.gif) repeat-x 0 100%;
	padding-bottom: 2px;
}
.res {
	overflow: hidden;
	width: 490px;
	padding: 0 17px 60px 6px;
	background: url(../images/res-stars.gif) no-repeat 100% 100%;
}
.res h2 {
	margin: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
}
.res p {
	margin: 12px 0 0;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
}
.res-inside {
	overflow: hidden;
	width: 490px;
	padding: 0 17px 48px 6px;
}
.res-inside h2 {
	margin: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
}
.res-inside p {
	margin: 12px 0 0;
	font: 13px/19px Georgia, "Times New Roman", Times, serif;
}
.more-link {
	display: block;
	margin-top: 11px;
}
.more-link a {
	color: #06c;
	background: url(../images/more-arrow.gif) no-repeat 100% 5px;
	padding-right: 10px;
	text-decoration: none;
}
.more-link a:hover {
	text-decoration: underline;
}

.spec {
	overflow: hidden;
	width: 100%;
	margin-top: 23px;
}
.spec-half-left {
	overflow: hidden;
	width: 45%;
	float:left
}
.spec-half-left h3 {
	margin: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #39789f;
}
.spec-half-right {
	overflow: hidden;
	width: 45%;
	float:right
}
.spec-half-right h3 {
	margin: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #39789f;
}
.inside-sub{
	width: 95%;
	background: url(../images/res-divider.gif) repeat-y 50% 0;
	overflow: hidden;
	margin-top:20px;
	padding-bottom: 20px;
}
.spec h3 {
	margin: 0;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #39789f;
}
.spec-box {
	overflow: hidden;
	width: 100%;
	background: url(../images/res-divider.gif) repeat-x 0 100%;
	padding: 16px 0 13px;
	margin-bottom: -1px;
}
.spec-img {
	float: left;
	margin-top: 1px;
}
.spec-text {
	float: right;
	width: 315px;
	padding-right: 79px;
	margin-top: -3px;
}
.spec-text strong {
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.spec-text p {
	margin: 0;
	line-height: 13px;
}
.spec-text .more-link {
	margin-top: 8px;
}
#sidebar {
	float: left;
	width: 236px;
}
.side-box {
	overflow: hidden;
	width: 228px;
	padding: 11px 9px 15px 16px;
	background: #e7f6fb;
	margin-top: 5px;
}
.side-box-2 {
	width: 228px;
	padding: 11px 9px 15px 16px;
	background: #fff0c7;
	margin-top: 5px;
	position: relative;
}
.side-box-2:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.side-box h3 {
	margin: 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #39789f;
}
.amen {
	width: 236px;
	padding-left: 8px;
	background: none;
}
.amen-menu {
	overflow: hidden;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.amen-menu li {
	float: left;
	width: 100%;
	background: url(../images/res-divider.gif) repeat-x 0 100%;
	padding: 5px 0;
}
.amen-menu li a {
	float: left;
}
.amen-menu li img{
	float: left;
	margin: 1px 10px 0px 0px;
	border:1px solid #162648;
}
.amen-menu li .amen-text {
	color: #333;
	text-decoration: none;
	margin: 2px 0 0 12px;
}
.amen-menu li .amen-text:hover {
	text-decoration: underline;
}
.common-menu {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.common-menu li {
	float: left;
	width: 100%;
	background: url(../images/res-divider.gif) repeat-x 0 100%;
	padding: 5px 0;
}
.side-box p {
	margin: 3px 0 0;
	line-height: 13px;
}
.side-form {
	overflow: hidden;
	width: 100%;
	padding: 16px 0 12px;
}
.side-form .text {
	float: left;
	width: 141px;
	padding: 3px 4px;
	background: #fff;
	border: 1px solid #cecece;
	font: 10px Arial, Helvetica, sans-serif;
}
.side-form .check-link {
	float: left;
	background: url(../images/more-arrow.gif) no-repeat 100% 5px;
	margin: 4px 0 0 7px;
	font-size: 11px;
}
.side-box .video {
	overflow: hidden;
	width: 100%;
	margin-top: 8px;
}
.side-box .video img {
	display: block;
}
.best-hold {
	overflow: hidden;
	width: 100%;
	margin-top: -5px;
}
.best {
	overflow: hidden;
	width: 100%;
	margin-top: 14px;
}
.best span {
	display: block;
	line-height: 13px;
}
.best .mail a {
	color: #06c;
	text-decoration: none;
}
.best .mail a:hover {
	text-decoration: underline;
}
.bott-menu {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #152648;
	padding-top: 8px;
}
.bott-menu ul {
	overflow: hidden;
	margin: 0 0 0 -6px;
	padding: 0;
	list-style: none;
}
.bott-menu ul li {
	font-size: 10px;
	background: url(../images/foot-menu-bg.gif) no-repeat 0 50%;
	padding: 0 4px 0 7px;
	margin-left: -1px;
	display: inline;
}
.bott-menu ul li a {
	color: #06c;
	text-decoration: none;
}
.bott-menu ul li a:hover {
	text-decoration: underline;
}
#footer {
	overflow: hidden;
	width: 100%;
	font-size: 10px;
	padding: 7px 0;
}
.foot-text {
	float: left;
	width: 455px;
}
.foot-text p {
	margin: 0;
	color: #8ab3ca;
	line-height: 12px;
}
.foot-text p a {
	color: #8ab3ca;
	text-decoration: none;
}
.foot-text p a:hover {
	text-decoration: underline;
}
.foot-text span {
	display: block;
	color: #fff;
	margin-top: 15px;
}
.foot-logo {
	float: right;
	text-indent: -9999px;
	overflow: hidden;
	width: 199px;
	height: 39px;
	background: url(../images/foot-logo.gif) no-repeat;
	margin-top: 2px;
}
.footer-link a{
	color: #fff;
	text-decoration: none;
}
.cont-img {
	float: right;
	width: 522px;
	height: 265px;
	background-image: url(../images/main-img-border.gif) no-repeat;
	background-color:#FFFFFF;
	padding: 13px 0 0 14px;
}
#slider {
    width: 509px; /* important to be same as image width */
    height: 252px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}


#sliderContent{
    width: 509px;
    position: absolute;
	top: 0px;
	margin-left: 0px;
	left: 0px;
	border: 0px;
	float: left;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	right: 0px;
}
.sliderImage{
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 14px/19px  Georgia, "Times New Roman", Times, serif;
    padding: 10px 13px;
    width: 509px;
    background-color: #152648;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff0c7;
    display: none;
}

.clear {
	clear: both;
}
.sliderImage span strong{
    font-size: 14px;
	font-weight:bold;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#reservation{
	width:212px;
	height: 274px;
	float:left;
	position: relative;
	background: url('../images/reserve-bg.png') no-repeat;
}
#reservation h1{
	font: 18px  Georgia, "Times New Roman", Times, serif;
	border-top: solid 1px #ffab55;
	border-bottom: solid 1px #ffab55;
	padding: 5px 0 5px 0;
	color:white;
	letter-spacing:3px;
	width:170px;
	margin: 10px 0 0 20px;
	left:0px;
	position: relative;
}
#reservation p{
	color: #FFFFFF;
	font: 11px Arial, Helvetica, sans-serif;
	float:left;
	position: relative;
	margin: 70px 0 0 20px;
}
.reserve-button{
	padding-top: 15px;
	margin-left: 18px;
	position: relative;
	float:left;
}