/*
** combine.css 
** CSS - regroup all css for screen
** Author: Steve Tangue
** Date: 29.01.10
** Last edited: 06.05.10 by Geoff FRANKLIN
*/
 


/*
** reset.css 
** CSS - handles the mass reset
** Source: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend/*,
table, caption, tbody, tfoot, thead, tr, th, td */{
	margin: 0;padding: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;/*vertical-align: baseline;*//*border: 0;*/}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;/*color: black;background: white;*/}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
/*table {	border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}*/
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* reset.css end of file */



/*
** layout.css 
** CSS - handles the layout grid
** Author: Steve Tangue
** Date: 21.01.10
** Last edited: 21.01.10 by Steve Tangue 
*/

/* general */
html, body {height:100%;font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;background:#000;	font-size: 14px;line-height:1.3em;padding:0; margin:0;}
h1 {color: #222;font-family: Georgia,Verdana, Arial Narrow, Arial, Helvetica, sans-serif, "Arial Narrow";font-size: 20px;font-weight: bold;margin-bottom: 0.75em;}
h2 {color: #666;font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;font-size: 18px;font-weight: normal;margin-bottom: 0.60em;}
h3 {color: #444;font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;font-size: 14px;font-weight: bold; margin-bottom: 0.55em;}
h4 {color: #000;font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;font-size: 13px;font-weight: normal; margin-bottom: 0.45em;}
h5 {color: #000;font-family: i, Arial, Helvetica, sans-serif;font-size: 12px;font-weight: bold; margin-bottom: 0.45em;}
a{color:#B3A875;text-decoration: none;}
a:hover{text-decoration: underline;}
.left{float:left;}
.right{float:right;}
p {font-size: 14px;}
img { border:none;}
.aligncenter {text-align:center;} .alignleft {text-align:left;} .alignright {text-align:right;}
.underline {text-decoration:underline;}
hr {height: 0px; border-top:1px dashed #ddd;}
.margintop {margin-top:8px;} .marginbottom {margin-top:10px;} .marginleft {margin-left:10px;} .marginright {margin-right:10px;}
/* container */
#container{width: 100%; margin:0 auto; min-height:100%; position:relative;}


#header_wrapper {width:  100%; height: 200px; background:url(../img/body_bg.jpg);}
#header{width: 960px; height:200px;margin: 0 auto;color:#fff;font-size: 13px;}

#logo{width: 192px; height: 160px;float:left; cursor:pointer; position:relative;background:url(../img/logo_small.png) no-repeat;margin:20px 0 0 0; margin-right: 120px;}
#logo_contentpage{width: 203px; height: 76px;float:left; background:url(../img/logo_contentpage.png) no-repeat!important;margin:-3px 0 0 0;background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/logo_contentpage.png',sizingMethod='crop');}
#logo span, #logo_contentpage span {margin-left: -99999em;text-indent: -99999em; left:-99999px; position:absolute;}
.header_links_img{ width: 170px; height:84px;float:left; color:#B49859; margin:45px 32px 0 0;}
.header_links_img:hover {text-decoration:none; color:#fff;}
.header_links_img span {float:left; margin-bottom: 10px; cursor:pointer;}
.header_links_img img {width: 166px; height: 80px; border:1px solid #989898; background:#777;float:left;}
.header_links_img:hover img {border:1px solid #fff;}



/* menu #nav style
** menu.css 
** CSS and Javascript Accessible menu drop down 
** -----------------------------------------------------------------------------------------------
** Source: Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
** 		   Dropdowns by Patrick Griffiths and Dan Webb. 
** 		   http://carroll.org.uk/sandbox/suckerfish/bones2.html
** ------------------------------------------------------------------------------------------------
*/
#nav {width: 100%; height: 60px; margin: 0 auto; z-index:99; background:url(../img/menu_bg.png) top repeat-x!important;background:url(../img/ie6_menu_bg.gif) top repeat-x; position:relative;}
#nav ul {width: 960px; height: 60px;padding: 0;	margin: 0 auto;list-style: none;line-height: 1;z-index:999999999;padding-left: 0; position:relative;}
/* all list items */
#nav ul li {float: left;} 
#nav ul li a {text-decoration:none; display:block;padding:24px 20px 21px 20px;font-size: 16px; color:#fff; position:relative;z-index:9999;}

/* all list items */
#nav ul li {float: left;} 
#nav ul li a {text-decoration:none;display:block; margin-right:10px;font-size: 13px;color:#fff; position:relative;z-index:9999;}
#nav ul li a:hover {color:#B3A875;}
#nav ul li a.main_menu_selected {color:#B3A875;}

#nav ul ul {height:auto;border:1px solid #666;background:#000; padding:10px 0 10px 10px;}
#nav li ul ul {height:auto;padding: 10px 0 10px 10px;margin: 0;list-style: none;line-height: 1;position:relative; z-index: 999;color:#ddd;border:1px solid #666; background: #000;filter:alpha(opacity=80);-moz-opacity:0.80;-khtml-opacity: 0.80;opacity: 0.80;}

/* all list items */
#nav ul ul li { width: 14em;float: left;z-index: 999; }
#nav ul ul li a {font-size: 12px;color:#fff;padding:5px 10px 8px 10px;}
#nav ul ul li a:hover, #nav ul ul li a.selected {color:#FFF; color:#B3A875;}
/* second-level lists */
#nav ul li ul { position: absolute;	z-index:999;width: 14em;margin-left: -1000em; 
/* using left instead of display to hide menus because display: none isn't read by screen readers */
}

/* third-and-above-level lists */
#nav ul li ul ul {margin: -1em 0 0 -1000em;}
#nav ul li:hover ul ul, #nav ul li.sfhover ul ul {margin-left: -1000em;}
/* lists nested under hovered list items */ 	
#nav ul li:hover ul, #nav ul li.sfhover ul {margin-left: 0;}
#nav ul li li:hover ul, #nav ul li li.sfhover ul {margin-left: 14em;margin-top: -24px;}
/* second-level lists */
#nav li ul ul{position: absolute; z-index:999px;width: 14em;margin-left: -1000em;
 /* using left instead of display to hide menus because display: none isn't read by screen readers */
 }











/* CONTENT PAGE BG*/
body.contentpage {width: 100%; height: auto;background:url(../img/container_bg.jpg);}

/* content */
#content {width: 960px; height: auto; padding: 0; padding-bottom:100px; margin:0 auto;}

.contentpage p {font-size: 12px;color:#666; line-height: 1.3em;}
.contentpage ul {list-style:disc;  margin:  10px 0  20px 30px; font-size: 12px;color:#666; line-height: 1.3em;}
.contentpage ol { list-style:decimal; margin:  10px 0  20px 30px; font-size: 12px;color:#666; line-height: 1.3em;}




/* breadcrumb */
#content_left_breadcrumb {font-size: 12px; margin: 25px 0 25px 0!important; margin: 20px 0 20px 0; }
#content_left_breadcrumb a{color:#88723E}

/* left menu */
#content_left {display:none;width: 264px; height: auto; float:left;margin-right: 20px!important;margin-left: 10px!important; margin: 0;}
#content_left_menu {width: 264px;  height: auto!important;min-height:500px; height: 500px; float:left; /*background:url(../img/leftmenu_bg.jpg) left top no-repeat;*/}
#content_left_menu ul {list-style:none; margin: 20px!important; margin: 20px 0 20px 20px; padding: 0;}
#content_left_menu ul li a {font-size: 18px;font-weight:bold;color:#fff;color:#88723E;cursor:default; display:inline-block;width: 264px; padding: 5px 20px 5px 5px;}
#content_left_menu ul li a:hover {text-decoration:none;}
#content_left_menu ul li.selected a {color:#000; /*background: url(../img/leftmenu_linkarrow.png)*/ right top no-repeat;}
#content_left_menu ul li.selected ul li a {color:#000; background: none; margin:0;}
#content_left_menu ul ul li a {font-size: 14px;color:#B3A875;font-weight:normal;width: 144px; padding: 5px 20px 5px 0; }
#content_left_menu ul ul li.selected a {color:#000; /*background: url(../img/leftmenu_linkarrow.png)right top no-repeat; */ width: 144px; padding: 5px 20px 5px 0;  }
#content_left_menu ul ul ul li a {font-size: 12px;color:#B3A875;}
#content_left_menu ul ul li a:hover {color:#000; cursor:pointer;}
.leftmenu_bottom {width: 205px;height: 10px; /*background:url(../img/leftmenu_bottom.png)*/ left top no-repeat; float:left; bottom: 0; margin-bottom: -10px;}

/* right content */
#content_right {/*width: 660px!important;width: 650px; */ width: 960px;float:left; padding-bottom: 40px;}
.contentpage ul.thumbnails {list-style:none; margin:0;}

#content_right img {border:1px dotted #fff;background:#fff; padding: 8px;}

#contactusform {width: 240px; float:left;margin-right: 5%;}
.google_map {width: auto; float:right; margin: 2%;}
#map_display img {background:none; border:none;}
#sitemap, #sitemap ul {list-style:none;}
/* booking system style */
.price{color:#000; font-size: 18px;}


/* form */
button {border:1px solid #676561; background:#B49859; color:#fff; padding: 3px 5px; font-size: 12px; margin-right: 10px; cursor:pointer;}
button.btn_grey {border:1px solid #676561; background:#CECBC3; color:#000; padding: 4px 10px; font-size: 12px;}
button em {font-style:normal;}

.css_label {width: 140px; float:left; text-align:right;font-size:14px; margin-right: 10px;color:#202020; padding: 8px 0 0 0;}
.css_input {width:191px; height: 18px; background: #eee; border:1px solid #696763; margin-bottom: 6px; padding: 6px; position:relative;}
.css_input_none {border: none; background:none; color:#000; font-weight:bold;}
.css_textarea {width:201px;padding: 6px;background: #eee; border:1px solid #696763;}
.css_select{width:204px;padding: 6px;float:left;background: #eee; border:1px solid #696763; margin-bottom: 6px;}


.textinputhover { }

#contactusform label {float:left; width: 100%;text-align:left; margin-bottom: 4px;}
#contactusform input {float:left; width: 200px; margin-right:10px;}
.success {width: 95%;padding: 10px; color:#009900; border:1px solid #009900; background:#E1FFE1;}
.submit_contactus {width: 65px; height: 20px;border:none;font-size: 10px;color:#666666;text-align:center; margin: 10px 0 6px 0; background:url(../img/submit_contactus.jpg) no-repeat bottom left;float:left;}
a:hover.submit_contactus {font-size: 10px;color:#666666;background:url(../img/submit_contactus_on.jpg) no-repeat;text-decoration:none;}




/* table style */
.css_table {width: 960px; margin: 10px 0 10px 0; border:1px solid #fff;
font-size: 12px;color:#666; line-height: 1.3em;}

.css_table td { /*padding: 6px 10px;*/ padding: 6px;}
.css_table td i {color:#967E4A; font-weight:bold;}
.css_table td a {color:#000; text-decoration:none; font-size:12px;} 
.css_table td b { font-size:11px;padding: 6px 10px;}
.css_table td span {font-size:11px;}
.css_table_head {background:#000;color:#fff; padding: 10px 0;border-bottom:1px solid #fff;}
.css_table td.css_table_head b {font-size:14px;color:#fff;}

.odd {background:#DFD8C1;}
.even {background:#ECE8DA;}


/* footer */
#footer { width:100%; height: 100px; background:#000; color:#787878; padding: 10px 0 0 0; margin:0; text-align:center; line-height:1.6em;}
#footer a {color:#999;}

/* reset div */
.reset, .clr {border:medium none;clear:both;display:block;font-size:0px;height:0px;line-height:0px;margin:0;padding:0; }
/* layout.css end of file */




/* banner wrapper */
.banner_wrapper {width: 100%;height:552px; background: #000; margin-top:-60px; border-bottom:1px solid #444;border-top:1px solid #787878; 
height: 432px;
}

/* banner fading width menu tab */
.banner {width: 920px; height: 302px; overflow: hidden;position: relative; margin:0 auto; z-index:1;margin-top: -1.5px;
width: 1260px;
height:552px;
height: 432px;
}
.banner ul {position: absolute;	top: 0;	list-style: none;padding: 0;margin: 0;}
#tabs { z-index: 2; position:absolute; top: 498px;right:160px; top: 378px;

}
#tabs li {float:left; margin: 0; padding: 0;}
#tabs li a { width: 106px; height: 44px;color: #FF4213; padding-top: 10px; display: inline-block; text-align: center;background: url(../img/banner_menu_bg.png)!important; background:#000;filter:alpha(opacity=60); position:relative;border:0px solid #000;/*filter:alpha(opacity=60);-moz-opacity:0.60;-khtml-opacity: 0.60;opacity: 0.60;*/margin-right:1px;}
#tabs li a:hover {color:#fff; background:#fff url(../img/banner_menu_bg_on.png)!important;border:0px solid #fff; filter:alpha(opacity=40);-moz-opacity:0.4;-khtml-opacity: 0.4;opacity: 0.4;}
#tabs li a.current {color:#fff;background:#fff url(../img/banner_menu_bg_on.png)!important;border:0px solid #fff; filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity:0.5;}
#tabs li a img {width:72px; height:36px;filter:alpha(opacity=50);-moz-opacity:0.5;-khtml-opacity: 0.5;opacity: 0.5;}
#tabs li a.current img { border-top: 1px solid #373737; border-left:1px solid #373737;border-bottom: 1px solid #ccc;border-right:1px solid #bbb;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}
#tabs li a:hover img { border-top: 1px solid #373737; border-left:1px solid #373737;border-bottom: 1px solid #ccc;border-right:1px solid #bbb;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;}


#output { width: 920px; height: 302px;
width: 1260px;
height:552px;
height: 432px;
}
#output li {position: absolute;width: 960px;height: 302px;background:transparent url(../img/curveoverlay_bg.png) no-repeat right; z-index:1;
width: 1260px;
height:552px;
height: 432px;
}



/* success - failed - feedback msg */
.success {width: 95%;border:1px solid #009900; color:#006600; padding: 1.6% 2.5%;background:#E6FFE6; margin: 0 auto 2.5% auto;line-height: 38px;}
.failed {width: 95%;border:1px solid #FF0000; color:#990000; padding: 1.6% 2.5%;background:#FFE1E1; margin: 0 auto 2.5% auto; line-height: 38px;}
.success img, .failed img { float:left; margin: 0 2% 0 0;}


/* For simple modal dialog */

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {
	/*background-color:#333; */
	background:#ECE8DA url(../img/bg_titlebar.jpg) repeat-x scroll left bottom;
	border:8px solid #B49859; padding:12px;
	font-size:12px;
	text-align:center
}
#simplemodal-container a.modalCloseImg {
	background:url(../img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}




/* thumbnail list */
ul#thumbs {
	margin:0;
	padding:0;
	list-style:none;
}
ul#thumbs li{	
	width:164px;
	/*height:140px;*/ display:block;
}

ul#thumbs li{
	float:left;
	margin:10px!important; margin: 7px;
	border:1px solid #fff;	
	padding:5px;
	background:#fff;
}
ul#thumbs a{
	display:block;
	float:left;
	width:164px;
	height:120px;
	line-height: 1000px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
ul#thumbs a img{
	float:left;
	position:absolute;
	top:0px;
	left:-50px;	
	width: 300px;
	padding:0;
	text-align:center;
}
	

.caption {width: 100%; margin-top: 4px;float:left;z-index: 9999999; text-align:center;}

/* end banner slider file */