/* Default
------------------------------------------- */

body {
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#00222a;
	margin:0px;
	padding:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#ebebeb;
}
p {
	margin:8px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h1 {
	margin:0px;
	padding:0px;
}
h1 span {
	margin:0px;
	padding:0px;
	display:none;
}
h2 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#0c9fc4;
	font-weight:bold;
	display:block;
}
h2 span {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:52px;
	color:#ffffff;
	font-weight:normal;}
h3 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:22px;
	color:#027ab2;
}
h3 span {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h4{
	margin:0px;
	padding:0px 0px 5px 45px;
	font-family:"Trebuchet MS", Arial;
	font-size:27px;
	color:#717171;
	font-weight:normal;
}
h4 span {
	color:#C00A28;
}

h5 {
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:18px;
	color:#027ab2;
	font-weight:normal;
}
h5 span{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
	color:#6f6f6f;
	font-weight:normal;
}
ul,li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a{
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	font-weight:bold;
	text-decoration:underline;
}
/*----------------------->> Common <<-------------------------*/

.hide {
	display:none;
}
.clear {
	clear:both;
}
.margin {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
/*----------------------->> Layout <<-------------------------*/

#container_main {
	margin:0px auto;
	padding:16px 0px 0px 0px;
	width:991px;
}

/*----------------------->> Header <<-------------------------*/

#header {
	height:124px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#logo {
	float:left;
	background-image:url(images/logo.gif);
	width:160px;
	height:113px;
}
#logo a {
	width:160px;
	height:113px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:block;
}
#header_right {
	width:720px;
	height:124px;
	margin: 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
#top_nav {
	width:390px;
	height:41px;
	padding:5px 0px 0px 10px; 
	color:#9E9E9E;
	background-image:url(images/sign.gif);
}
.header_right01 {
	height:92px;
}
.top_nav {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:30px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#c7c7c7;
}
.top_nav ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.top_nav li{
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	height:30px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#c7c7c7;
	list-style:none;
	float:right;
}
.top_nav a{
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#c7c7c7;
	font-weight:normal;
	text-decoration:none;
}
.top_nav a:hover{
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#c7c7c7;
	font-weight:normal;
	text-decoration:underline;
}
.phone_box {
	padding:10px 0px 0px 45px;
	margin:0px 0px 0px 0px;
	height:43px;
	text-align:right;
	/*width:168px;*/
	width:265px;
	background-image:url(images/icon_phone.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:right;
	color:#0ca0c5;
	font-family:"Trebuchet MS", Arial;
	font-size:20px;
	font-weight:bold;
}
#nav_container {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:40px;
}
#nav_container ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav_container li{
	padding:0px 5px 0px 5px;
	margin:0px 0px 0px 0px;
	list-style:none;
	float:left;
	height:40px;
	line-height:40px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#15a6ca;
	font-weight:bold;
}
#nav_container a{
	line-height:40px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#15a6ca;
	font-weight:bold;
	text-decoration:none;
}
#nav_container a:hover{
	line-height:40px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
	color:#00222a;
	font-weight:bold;
	text-decoration:none;
}
/*----------------------->> Container Middle <<-------------------------*/
#main_middle_container {
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
}
#navigation_container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:71px;
}

#middle_container {
	margin:0px 0px 0px 0px;
	padding:0px 12px 0px 7px;
	background-image:url(images/inner_middle_bg.gif);
	background-repeat:repeat-x;
	background-color:#212121;
	height:324px;
}
/*----------------------->> Banner Container <<-------------------------*/
#banner_container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 28px 0px;
}
.banner_top {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/top_curve.gif);
	background-repeat:no-repeat;
	height:15px;
}
.banner_bottom {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(images/bottom_curve.gif);
	background-repeat:no-repeat;
	height:10px;
}

.banner_middle {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 14px;
	background-image:url(images/middle_bg.gif);
	background-repeat:repeat-x;
	height:402px;
}
.banner_box {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	height:314px;
}
#quick_link_container {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	height:91px;
}
.butterfly_garden {
	/*background-image:url(images/butterfly.gif);
	background-repeat:no-repeat;*/
	width:303px;
	height:81px;
	float:left;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position:right top;
	padding:10px 0px 0px 0px;
}

.orchid_garden {
	/*background-image:url(images/orchid.gif);
	background-repeat:no-repeat;*/
	width:315px;
	height:81px;
	float:left;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position:right top;
	padding:10px 0px 0px 0px;
}
.online_reservation {
	/*background-image:url(images/online_reservation.gif);
	background-repeat:no-repeat;*/
	width:305px;
	height:81px;
	float:left;
	padding:10px 0px 0px 0px;
}
/*----------------------->> Sub Links Container <<----------------------*/

#sub_links_container {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/text_areabg.gif);
	background-repeat:repeat-x;
	height:204px;
}
#facility_container {
	padding:10px 2px 0px 15px;
	margin:0px 0px 0px 0px;
	width:313px;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position:right top;
	float:left;
}
#backwater_container {
	padding:10px 2px 0px 15px;
	margin:0px 0px 0px 0px;
	width:313px;
	background-image:url(images/line.gif);
	background-repeat:repeat-y;
	background-position:right top;
	float:left;
}
#specialty_container {
	padding:10px 0px 0px 15px;
	margin:0px 0px 0px 0px;
	width:315px;
	float:left;
}
.ayur_box {
	padding:30px 110px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/ayur.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:128px;
	line-height:16px;
}
.backwater_box {
	padding:30px 90px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/backwater.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:125px;
	line-height:16px;
}
.special_box {
	padding:30px 107px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(images/food.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	height:128px;
	line-height:16px;
}
.read_more {
	padding:23% 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#00222a;
}
.read_more a{
	margin:0px 0px 0px 0px;
	color:#00222a;
	font-weight:normal;
	text-decoration:none;
}
.read_more a:hover{
	margin:0px 0px 0px 0px;
	color:#00222a;
	font-weight:normal;
	text-decoration:underline;
}
/*----------------------->> Footer Container <<-------------------------*/

#footer_container {
	padding:0px 0px 0px 0px;
	margin:0px auto auto auto;
	display:block;
	height:97px;
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#8e9293;
	text-align:left;
	font-weight:normal;
	line-height:16px;
	font-family:Tahoma, verdana, Arial;
	font-size:11px;
}
#footer_container a{
	color:#696e71;
	font-weight:normal;
	text-decoration:none;
}
#footer_container a:hover{
	color:#696e71;
	font-weight:normal;
	text-decoration:underline;
}
#footer_container span{
	font-weight:normal;
}
/*#footer_inner {
	padding:12px 0px 0px 15px;
	margin:0px auto;
	width:976px;
}*/
#footer_inner {
padding:8px 0px 0px 15px;
margin:0px auto;
width:976px;
}
#footer_logo {
	background-image:url(images/footer_logo.gif);
	width:94px;
	height:72px;
	float:left;
}
#footer_logo a{
	width:94px;
	height:72px;
	display:block;
}
#footer_right {
	padding:20px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	text-align:center;
	width:800px;
}
#hotel_logo {
	float:left;
}