@import "menu.css";
@import "type.css";


* {
	padding:0;
	margin:0;
}
.hack {
}

.clearer {
	clear: both; margin: 0px; padding: 0px; width: auto; height: 0px;
}

.reserved {
	display: none;
}

html,body {
	background: #fffef5;
	height: 100%;
}

#page {
}

h1{
	font-size:14px;
	color:#340406;
	font-weight:bold;
	padding-bottom:10px;
}

/*-- Header --*/
#header {
	background: #fffef5 url(../images/bg_header.png) top repeat-x;
}

#header_ctn {
	width: 950px;
	height: 147px;
	background: #fffef5 url(../images/bg_header.png) top repeat-x;
	margin: 0px auto;
}

#top-navigation{
	text-align: left;
	height: 105px;
	font-size: 11px;
	color: #b09654;
	letter-spacing: 0.5px;
}

#logo{
	position: absolute;
	top: 0px;
	width: 247px;
	height: 141px;
	z-index: 0;
	margin-left: 350px;
}

#top-navigation div.left{
	position: absolute;
	float: left;
	width: 425px;
	height: 24px;
	padding-top: 80px;
	border-bottom: 1px solid #493115;
	z-index: 1;
}

#top-navigation div.right{
	position: absolute;
	float: right;
	text-align: right;
	width: 415px;
	height: 86px;
	margin-left: 525px;
	padding: 18px 10px 0px 0px;
	border-bottom: 1px solid #493115;
	z-index: 1;
}

#top-navigation div.left>ul>li{
	display: inline;
	padding: 10px;
}

#top-navigation div.left>ul>li a{
	color: #b09654;
	text-decoration: none;
}
#top-navigation div.left>ul>li a:hover{
	color: #ffffff;
	text-decoration: none;
}

#top-navigation div.left>ul>li>ul {
	display: none;
}

#btm-navigation{
	position: relative;
	height: 42px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	z-index: 9999;
}

#btm-navigation>.left {
	float: left;
}
#btm-navigation>.right {
	float: right;
}

/*-- Banner --*/
#banner{
}

#page-banner{
	width: 950px;
	height: 282px;
	margin: 0px auto;
	padding: 25px 0px;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 0px solid #ffffff;
	width: 950px; /*width of featured content slider*/
	height: 282px;
}
.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	background: #000000;
	width: 950px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 930px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 10px;
	text-align: left;
	padding: 0px 10px;
	position: relative;
	z-index: 8888;
	line-height: 10px;
	margin-top: -20px;
}

.pagination a{
	text-decoration: none; 
	color: #bba160;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

.pagination a:hover, .pagination a.selected{
	color: #ffffff;
}


/*-- Body --*/
#body {
	padding: 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #524b3b;
}

#body-content {
	width: 950px;
	margin: 0px auto;
}

#page-content {
	width: 100%;
	line-height: 18px;
}

#page-content div.col{
	font-size: 11px;
	width: 245px;
	min-height: 210px;
	padding: 0px 25px;
	float: left;
	line-height: 20px;
}

#page-content div.col ul{
	margin-left: 15px;
}
#page-content div.col ul li{
	list-style: url(../images/arrow_red.png);
	padding: 0px 0px 0px 5px;
}

#page-content div.highlights{
	width: 285px !important;
	min-height: 120px !important;
	border-right: 0px !important;
	padding: 60px 40px 20px 35px !important;
	background: url(../images/bg_highlight.png) no-repeat;
	line-height: 18px !important;
}

#page-content div.highlights ul li{
	list-style: url(../images/arrow_red.png);
	color: #340406;
	padding: 0px 0px 20px 5px;
}

#page-content div.highlights ul li a{
	color: #000000;
	text-decoration: none;
}
#page-content div.highlights ul li a:hover{
	text-decoration: underline;
}

#page-content div.title{
	height: 25px;
	font-size: 14px;
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	color: #210304;
	border-bottom: 1px solid #ebeae2;
	padding: 20px 0px 0px 0px;
	margin-bottom: 20px;
}
#page-content div.morebutton{
	float: right;
	padding: 0px 20px 0px 10px;
	text-align: right;
	background: url(../images/arrow_red.png) left no-repeat;
}
#page-content div.morebutton a{
	color: #710000;
	text-decoration: none;
}
#page-content div.morebutton a:hover{
	text-decoration: underline;
}

#page-content div p{
	padding: 0px 0px 20px 0px;
}

#footer {
	background: url(../images/bg_footer.png) repeat-x;
	font-size: 11px;
	line-height: 18px;
}

#footer_ctn {
	width: 950px;
	height: 176px;
	background: url(../images/bg_footer.png) repeat-x;
	margin: 0px auto;
}

#footer-content{
	height: 126px;
	padding: 30px 0px 20px 0px;
}
#footer-content a{
	color: #776842;
	text-decoration: none;
}
#footer-content a:hover{
	color: #ffffff;
	text-decoration: none;
}

#footer-content div.col{
	width: 50%;
	float: left;
	color: #776842;
}

.tel{
	font-size: 10px;
}

#footermenu{
	float: right;
	border-bottom: 1px solid #1d0203;
	padding: 0px 0px 10px 0px;
}
#footermenu div.menucol{
	float: left;
	text-align: right;
	width: 105px;
}


#footersubmit{
	width: 285px;
	float: right;
	border-top: 1px solid #410507;
	padding: 10px 0px 0px 30px;
}

input.subscribeNews
{
	font-size: 10px;
	color:#796e54;
	width: 180px;
	height: 14px;
	padding: 8px 8px;
	background: #270305;
	border: 0px solid #270305;
	float: left;
}

input.btnsubscribe{
	width: 70px;
	height: 30px;
	border: 0px;
	background: url(../images/btn_footersubmit.png) no-repeat;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
input.btnsubscribe:hover{
	background: url(../images/btn_footersubmit_over.png) no-repeat;
}

/******************************************************* sub page **********************************************************/
#breadcrumbs{
	font-size: 11px;
	color: #9a9077;
	padding: 5px 0px;
	border-bottom: 1px solid #d3d1c2;
}

#breadcrumbs>.highlight{
	color: #710000;
}

#subpage-content{
	line-height: 16px;
	padding-bottom: 20px;
}

#subpage-content>.colleft{
	width: 640px;
	margin-right: 40px;
	float: left;
}
#subpage-content>.colleft img{
	margin: 0px 20px 10px 0px;
	border: 0px;
}

#subpage-content>.colleft ul{
	margin-left: 15px;
}
#subpage-content>.colleft ul li{
	list-style: url(../images/arrow_red.png);
	padding: 10px 0px 0px 12px;
}

#subpage-content>.colleft ul.col1{
	float:left;
	width: 280px;
}
#subpage-content>.colleft ul.col2{
	float: left;
	margin-left: 70px;
	width: 250px;
}

#subpage-content>.colright{
	width: 230px;
	float: right;
	background: #edecdf;
	padding: 0px 20px;
	line-height: 20px;
}

#subpage-content>.hidecolright{
	width: 950px !important;
}

#subpage-content>.colright div.colright_content{
	border-bottom: 1px dotted #787666;
	padding: 20px 0px;
}

#subpage-content>.colright div.colright_content ul{
	margin-left: 25px;
}
#subpage-content>.colright div.colright_content ul li{
	list-style: url(../images/arrow_red.png);
	padding: 8px 0px 0px 12px;
}

.noborder{
	border: 0px !important;
	margin-bottom: 0px;
}


#subpage-content div.title_colleft{
	float: left;
	font-size: 18px;
	color: #340406;
	background: #fffef5;
	padding: 15px 0px 10px 0px;
}
#subpage-content div.title_colright{
	float: right;
	font-size: 18px;
	color: #340406;
	background: #fffef5;
	padding: 15px 0px 10px 0px;
}

.subtitle{
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #340406;
	padding-bottom: 15px;
}

#subpage-content p{
	padding: 0px 0px 20px 0px;
}

#subpage-content div.morebutton{
	padding: 0px 10px 0px 0px;
	text-align: right;
	background: url(../images/arrow_red.png) right no-repeat;
}
#subpage-content div.morebutton a{
	color: #710000;
	text-decoration: none;
}
#subpage-content div.morebutton a:hover{
	text-decoration: underline;
}


#subpage-content a{
	color: #710000;
	text-decoration: none;
}
#subpage-content a:hover{
	text-decoration: underline;
}
/******************************************************* share css **********************************************************/
.margintop10{
	margin-top: 10px !important;
}

.subtitle_small{
	font-size: 12px;
	font-weight:bold;
	color: #340406;
	padding: 5px 0px;
}

hr.subpg_hr{
	background: url(../images/subpg_hr.png) no-repeat;
	width: 525px;
	height: 1px;
	border: 0px;
	margin-bottom: 20px;
}

.arrow{
	float: left;
	margin: 8px 15px 0px 15px;
	width: 5px;
	height: 10px;
	background: url(../images/arrow_red.png) no-repeat;
}

.description{
	float: left;
	padding-top: 5px;
}

#rates{
	padding: 20px 0px;
	background: #fffef5;
	margin: 0px -20px;
}

/*************************** rates.html ********************************************/
table.table_rates{
	width: 950px;
	background-color: #fffef5;
	border-collapse: separate;
	border-spacing: 3px;
	*border-collapse: expression('separate', cellSpacing = '3px');
	border: 0px;
	color: #340406;
}

table tr td.coltitle{
	background-color: #340406;
	height: 15px;
	vertical-align: middle;
	padding: 10px;
	color: #ffffff;
	width: 180px;
}
table tr td.width130{
	width: 130px !important;
}
table tr td.width930{
	width: 930px !important;
}
table tr td.colnonetitle{
	background-color: #fffef5;
	height: 15px;
	vertical-align: middle;
	padding: 10px;
	color: #340406;
	width: 930px !important;
}
table tr td.info_colspan5{
	background-color: #edecdf;
	vertical-align: middle;
	padding: 10px;
	color: #340406;
	width: 930px !important;
	line-height: 24px;
}

table tr td.rowtitle{
	vertical-align: middle;
	padding: 10px;
	color: #340406;
	background: #e5e3ce;
	width: 130px;
}

table tr td.info{
	vertical-align: middle;
	padding: 10px;
	color: #340406;
	width: 180px;
	text-align: center;
	line-height: 24px;
}

table img{
	margin: 0px !important;
}

/*************************** enquiry form ********************************************/
.enqform_lf{
	width: 100px;
	height: 33px;
	text-align: right;
	padding-top: 5px;
}
.enqform_rt{
	height: 38px;
	text-align: left;
	padding-left: 20px;
}

input.in{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 240px;
	color: #535353;
	height: 20px;
	background-color: #edecdf;
	border: 0px solid #aaaaaa;
	padding: 5px 5px 0px 5px;
}

textarea
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 120px;
	color: #535353;
	background-color: #edecdf;
	border: 0px solid #aaaaaa;
	padding: 0px 0px 0px 5px;
}

input.submit{
	width: 101px;
	height: 44px;
	background: url(../images/btn_submit.png) no-repeat;
	cursor: pointer;
	border: 0px;
}
input.submit:hover{
	background: url(../images/btn_submit_over.png) no-repeat;
}
