/* CSS Document */
body
{
	background-color:#49382c;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(../images/pattern.gif);
	background-repeat:repeat;
	height:100%;
}


a:link
{
	color:#FFFFFF;
}

a:visited
{
	color:#FFFFFF;
}

#container
{
	border:#FFFFFF solid 7px;
	width:736px;
	margin-left:auto;
	margin-right:auto;
	background-color:#010358;
	
}

#container2
{
	border:#FFFFFF solid 7px;
	width:736px;
	margin-left:auto;
	margin-right:auto;
	background-color:#7f6c5b;
}
/*-------------------all header information goes here--------------------*/

#header
{
	width:736px;
	height:132px;
	background-image:url(../images/bg_header.gif);
	background-repeat:repeat-x;
	border-bottom: #FFFFFF solid 1px;
}

#logo
{
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	width:269px;
	height:132px;
	float:left;
}

#top_nav
{
	float:right;
	margin:0;
	padding-top: 8px;
	padding-right:8px;
}

#top_nav p
{
	margin:0;
}

#top_nav a:link, a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

#top_nav a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}

#top_nav a:hover
{
	text-decoration:underline;
}

#banner
{
	/*border-top: #887667 solid 1px;*/
	border-bottom: #552625solid 1px;
	margin:0;
	padding:0;
	width:735px;
	background-color:#FFFFFF;
}

.room_pic, rest_pic
{
	height:204px;
}


/*----------------------navigation----------------------*/
.suckertreemenu
{
	width:736px;
	clear:left;
	background-image:url(../images/bg_nav.gif);
	background-repeat:repeat-x;
	height: 31px;
	text-align:center;
}


.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 103px; /*Width of top level menu link items*/
padding-top:10px;
text-decoration: none;
color: #ffffff;
z-index: 10;
}

.suckertreemenu ul li a:visited{
color:#FFFFFF;
}

	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color: #0062c7;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 103px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;	
padding-bottom: 7px;
}

.suckertreemenu ul li ul li a:hover{
background-color:#010358;
	
}

.suckertreemenu ul li a:hover{
background-color: #010358;
color: white;
/*height: 20px;*/
padding-bottom: 7px;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/*----------------body information goes here ------------------*/
#main_body
{
	background-color:#552625;
	margin:0;
	width:736px;	
	padding-top: 5px;
}

#main_body p
{
	margin:0;
}

#main_body h1
{
	margin:0;
}


/*----------------rooms-----------------------*/
#rooms_nav
{
	width:136px;
	float:left;
}

#rooms_nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	border-right:#e1c9b3 1px solid;
}

#rooms_nav ul li
{
	border-bottom:#e1c9b3 1px solid;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
}

#rooms_nav ul a
{
	text-decoration:none;
	color:#e1c9b3
}

#rooms_nav li a:hover
{
	text-decoration:underline;
}

#rooms
{
	width:560px;
	padding-left:20px;
	padding-right:20px;	
	padding-bottom:20px;
	padding-top:10px;
	float:left;
	background-color:#552625;
}

#rooms a:visited
{
	color:#FFFFFF;
	text-decoration:underline;
}

#rooms p
{
	line-height:18px;
	margin:0;
}

#rooms h1
{
	color:#e1c9b3;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
}

#rooms h1 span
{
}
#rooms ul
{
	margin:0;
	padding:0;
	list-style-type: none;
	background-color:#755e4f;
	border:#6d503b 1px solid;
	padding-left:20px;
	padding-bottom:20px;
}

#rooms ul li
{
	padding-top:10px;
}



.img_gen
{
	float:right;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}

.wrapper
{
	background-color:#755e4f;
	border:#6d503b 1px solid;
	overflow:hidden;
}

.wrapper_img
{
	float:left;
	padding: 5px 10px 5px 5px;
	
}

/*--------------about us--------------------------*/

#about
{
	float:left;
	line-height:18px;
	margin:0;

}

#about h1
{
	color:#e1c9b3;
	font-size:15px;
	padding-top:10px;
	padding-bottom:10px;
}




/*-----------------------------BOTTOM--------------------------*/
.bottom
{
	clear:left;
	width:736px;
	height:106px;
	background-color:#010358;
	padding-top:8px;
	border-top:#FFFFFF solid 2px;
	color:#FFFFFF;
	margin:0;
}

.bottom a:link
{
	color:#FFFFFF;
}

.bottom a:visited
{
	color:#FFFFFF;
}

.bottom a:hover
{
	text-decoration:underline;
}

.thumb1
{
	background-image:url(../images/resturant_tmb.jpg);
	width:115px;
	height:87px;
	float:left;
}

.text1
{
	float:left;
	width:261px;
	padding-left:8px;
}

.bottom_left
{
	float:left;
	width:385px;
	padding-left:8px;
}

.bottom_left h1
{
	background-image:url(../images/res_heading.gif);
	background-repeat:no-repeat;
	width:215px;
	height:22px;
	padding:0;
	margin:0;
}

.bottom_left p
{
	padding-top: 5px;
	margin:0;
	line-height:18px;
}

.divider
{	
	float:left;
	width:2px;
	height: 90px;
	background-image:url(../images/divider.gif);
}

.bottom_right
{
	float:left;
	width:325px;
	padding-left:14px;
}

.bottom_right p
{
	padding-top: 5px;
	margin:0;
	line-height:18px;
}

.bottom_right h1
{
	background-image:url(../images/room_heading.gif);
	background-repeat:no-repeat;
	width:174px;
	height:20px;
	padding:0;
	margin:0;
}

.thumb2
{
	background-image:url(../images/rooms_thumb.jpg);
	width:116px;
	height:87px;
	float:left;
}

.text2
{
	float:left;
	width:190px;
	padding-left:19px;
}

/*--------------------------------FOOTER-----------------------*/
#footer
{
	background-color:#e1c9b3;
	width:736px;
	height:22px;
	color:#49382c;
	font-size:11px;
	text-align:center;
	padding-top:8px;
	border-top:#FFFFFF solid 2px;
	clear:left;
}

#footer2
{
	background-color:#e1c9b3;
	width:736px;
	height:22px;
	color:#49382c;
	font-size:11px;
	text-align:center;
	padding-top:8px;
	border-top:#FFFFFF solid 2px;
}

#footer a:link, a:visited
{
	color:#49382c;
	font-size:11px;
	text-decoration:none;
}

#footer a:visited
{
	color:#49382c;
	font-size:11px;
	text-decoration:none;
}

/*------------------------- FRONT PAGE -----------------------------*/
#page_body
{
	background-color:#3f0200;
	background-image:url(../images/thin_strip.gif);
	background-repeat:repeat-y;
	margin:0;
	width:726px;	
	border: #0062c7 5px solid;
	float:left;

}

#reserve
{
	width:292px;
	margin: 0;
	padding-bottom: 10px;
	float:left;
}


#reserve_form
{
	margin:0;
	padding-left:20px;
}

.form_input
{
	width:69px;
	height:18px;
	font-size: 10px;
}

.input_submit
{
	width: 82px;
	height:18px;
	background-color:#98c546;
	border:0;
	color:#FFFFFF;
	padding-bottom:1px;
	font-weight:bold;
}

#right_body
{
	margin:0;
	width: 434px;
	float:left;
	
}

#welcome
{
	background-color: #015fc3;
	margin: 0;
	float:left;
}

#welcome a:link
{
	color:#FFFFFF;
	text-decoration:underline;
}

#welcome a:visited
{
	color:#FFFFFF;
	text-decoration:underline;
}

#welcome p
{
	line-height:18px;
	margin:0;
	width: 210px;
	padding-left: 10px;
	float: left;
}

.front_image
{
	padding-bottom: 10px;
	padding-left: 14px;
	width: 200px;
	float:left;
}

#contact
{
	margin: 0;
	clear: left;
	padding-left: 14px;
	padding-top: 14px;
}

#contact p
{
	line-height:18px;
	margin:0;
}

#contact h1
{
	color: #e1c9b3;
	font-size:12px;	
	margin: 0;
}


/*--------------------------------amenities--------------------------*/
#amenities
{
	margin:0;
	width:736px;
	background-color:#552625;
	background-image:url(../images/bg_amenities.gif);
	background-repeat:repeat-y;
	float:left;
}

#amenities h1
{
	color: #fdb782;
	font-size:12px;	
	margin: 0;

}

#amenities p
{
	color:#fff;
	line-height: 18px;
	margin:0;

}

#amenities ul
{
	margin: 0;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 10px;
}

#amenities li
{
	margin: 0;
	color:#fff;
}

.am_image
{
	padding-bottom: 10px;
	padding-right: 10px;
	margin-right: 10px;
	float:left;
	border-right: 1px #755e4f solid;
}

#amenities_left
{
	float:left;
	width: 480px;
	padding-left: 22px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-top: 20px;
	margin:0;
	
}

#amenities_left p
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin:0;
	color:#e1c9b3;
}

#amenities_left ul li
{
	color:#e1c9b3;
}

#amenities_right
{
	margin:0;
	float:left;
	width: 214px;
}

#amenities_right_inner
{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}
/*------------------reserve------------------------*/
#reserve_layout
{
	padding-top: 25px;
	width: 736px;
	margin-left:auto;
	margin-right:auto;
	background-color: #552625;
}

#reserve_layout h1
{
	color: #e1c9b3;
	font-size:12px;	
	margin: 0;
}

#reserve_layout p
{
	padding-top: 10px;
	padding-bottom: 10px;
	color:#e1c9b3;
	line-height: 18px;
	margin:0;
}

#reserve_form
{
	margin-left:auto;
	margin-top:auto;
}

#mall
{
	padding-left: 20px;
	padding-right: 20px;
	text-align:center;

}
.mall_head
{
	background-color:#3f0200;
	color:#fdb782;
	font-size: 16px;
	width:100%;
	padding: 2px 0 2px 0;
}