body {
	font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	color:#333;
	line-height:20px;
	margin:0;
	padding:0;
}
table td {
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	line-height:20px;
}
h1, h2, h3 { padding:0; margin:0; }
h1 { float:left; font-family:"Times New Roman", Times, serif; font-size:18px; color:#737373; margin:5px 0; font-weight:normal; }
h2 { float:left; font-family:"Times New Roman", Times, serif; font-size:14px; color:#737373; margin:7px 0; font-weight:normal; }
img {
	border:none;
}
a {
	outline:none;
	color:#333;
	text-decoration:none;
}
ul, li {
	list-style:none;
	padding:0;
	margin:0;
}
p {
	font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
	color:#333;
	line-height:20px;
	padding:0;
	margin:0;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.float_clear {
	clear:both;
}
.wrapper {
	width:320px;
	margin:0 auto;
}
.header { background:url(../images/header_bg.png) repeat-x center top; height:79px; padding-top:10px; }
.book_online_btn { margin-bottom:10px; }
.home_icon { margin-right:10px; }

.banner { background:url(../images/banner_shadow.png) no-repeat left bottom; padding-bottom:10px; margin-bottom:3px; }
.welcome_title { border-bottom:1px solid #B6A787; padding-bottom:2px; margin-bottom:10px; padding-left:10px;}
.content { width:300px; margin:0 auto; text-align:justify; }
.fade_line { background:url(../images/fade_line.png) no-repeat center center; height:4px; width:100%; margin:12px 0; }
.side_link { float:right; width:100%; }
.side_link li { display:block; width:100%; border-bottom:1px dotted #333; line-height:32px; }
.side_link li a { display:block; text-decoration:none; font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#333; }

.virtual_tour { text-align:center; }

.footer { width:100%; margin-top:20px; padding:10px 0 3px 0; background:url(../images/bottom_design.png) center top no-repeat; width:319px; height:9px; }

.white_text {font-family:Verdana, Geneva, sans-serif; font-size:11px; color:#FFF; text-align:justify; }

.small_text {font-family:Verdana, Geneva, sans-serif; font-size:9px; color:#999; text-align:justify; }

.free_blink { float:right; margin-right:0px; margin-bottom:10px; }

.photo_thum{ float:left; width:320px;}
.photo_thum li{ float:left; padding-right:10px;}
.photo_thum li.last{ float: right; padding:0;}

.close { float:right; color:#333; margin-top:5px; margin-right:1px; padding:0 5px 5px 5px; }
.close a { background:url(../images/close_icon.png) no-repeat right center; padding-right:20px; text-decoration:none; float:right; /*font-family:Verdana, sans-serif, Geneva; font-size:28px; color:#666;*/ }
.close a.small { float:right; font-family:Verdana, sans-serif, Geneva; font-size:13px; color:#666; padding-top:2px; }

/********************************************** menu class ***************************************/
.ddsmoothmenu {
	width:320px;
	position:relative;
	z-index:999;
	margin-bottom:5px;
	background:url(../images/menu_bg.png) repeat-x left top;
	height:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.ddsmoothmenu ul {
	list-style:none;
	padding:0;
	margin-right:1px;
	z-index:10;
}
.ddsmoothmenu ul li {
	background:url(../images/menu_divider.png) no-repeat right top;
	list-style:none;
	float:left;
	position:relative;
	padding-right:2px;
	margin:0;
}
.ddsmoothmenu ul li.last {
	background:none;
	border:none;
	padding:0px;
}
.ddsmoothmenu ul li a {
	display:block;
	float:left;
	padding:5px 3px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}
.ddsmoothmenu ul li a.padding_last {
	padding:5px 6px;
	
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li.active a {
	background:url(../images/menu_active.png) repeat-x left top;
	color:#fff;
}
.ddsmoothmenu ul li ul a {
	background:#7E756D !important;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color:#fff !important;
}
.ddsmoothmenu ul li ul a:hover {
	background: url(../images/menu_active.png) repeat-x left top !important;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	color:#fff !important;
}
.ddsmoothmenu ul li ul {
	position:absolute;
	left:0;
	visibility:hidden;
	display:none;
	padding-bottom:10px;
}
.ddsmoothmenu ul li ul li {
	background:none;
}
.ddsmoothmenu ul li ul li ul {
	display:list-item;
	float:none;
}
.ddsmoothmenu ul li ul li ul { /*top:0; position:absolute;*/
}
.ddsmoothmenu ul li ul li a {
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	width:110px; /*background:#eceded url(../images/arrow_gray.gif) no-repeat 0 0;*/
	border-bottom:1px solid #999;
	margin:0;
	padding:4px 8px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
	color: #666;
}
.ddsmoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #E0E0E0;
	color: black;
}
.ddsmoothmenu ul li ul li a:hover {
	background:url(../images/arrow_white.gif) 15px 10px no-repeat;   /* ABH : background of menu items during onmouseover (hover state)*/
}

input, textarea { background:none; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; width:200px; }
select { background:none; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; width:65px; }
.date_field { background:none; border:1px solid #ccc; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#333; width:80px; }
input[type="reset"],input[type="submit"], button { background:#A28F69; border:1px solid #6F6144; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#fff; width:60px; padding:2px 0; }


#wowslider-container2 {
	/*overflow: hidden; */
	zoom: 1;
	position: relative;
	width: 320px;
	margin: 0 auto;
	z-index: 100;
	border: 1px solid #FFFFFF;
}


.text_left { float:left; padding-left:3px;}
