/* CSS Document */
body{
	background:#FFFFFF;
	overflow:auto;
}

#divider{
	width:757px;
	overflow:hidden;
}
#left_divider{
	width:160px;
	float:left;
}
#right_divider{
	width:597px;
	float:left;
	text-align:center;
}

#big_container{
	width:767px;
	overflow:hidden;
}

#flash{
	width:767px;
	height:250px;
	margin:0px;
}

#content{
	width:757px;
	overflow:hidden;
	padding:4px;
	color:#000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-top:1px solid #000000;
}
#title{
	background:url(/images/reservations.jpg) no-repeat;
	width:507px;
	height:63px;
	float:left;
}
#logo{
	float:left;
	width:250px;
	height:63px;
	background:url(/images/logo.jpg) no-repeat;
}
#text{
	width:757px;
	overflow:auto;
	padding:4px;
	color:#666666;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}
#text td{
	padding:5px;
}
#text a{
	color:#009933;
	text-decoration:none;
	font-weight:bold;
}
#text a:hover{
	color:#009933;
	text-decoration:underline;
	font-weight:bold;
}
h1{
	color:#A4A375;
	font-size:20px;
	text-align:center;
}
h2{
	color:#A4A375;
	font-size:16px;
}

h3{
	color:#A4A375;
	font-size:14px;
}

#gallery_index{
	width:757px;
	overflow:hidden;
	padding:4px 0px;
}

#gallery_index div{
	padding:10px 0px;
	text-align:center;
}
#gallery_index img{
	width:91px;
	height:65px;
	border:0px;
}

#gallery_index #desc img{
	padding:5px;
	border:1px solid #000000;
	width:300px;
	height:225px;
}
#gallery{
	width:757px;
	overflow:hidden;
	padding:4px 0px;
}

#gallery div{
	padding:10px 0px;
	text-align:center;
}
#gallery #desc img{
	padding:5px;
	border:1px solid #000000;
}

#footer{
	background:url(/images/FOOTER/f2.gif) no-repeat;
	width:757px;
	height:55px;
	padding-top:45px;
	text-align:center;
	font-family: arial, helvetica, sans-serif;
	font-size:15px;
	color:#000000;
	font-weight:bold;
}
#options{
	width:750px;
	height:65px;
}

/**************************************MENU 2****************************************/
.menusucker{
	width:757px;
	overflow:hidden;
}
.menucontainer{
	width:160px;
	float:left;
}
.textsucker{
	float:left;
}

.suckerdiv{
	margin-bottom:25px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 3px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color:#CCCCCC;
text-decoration:none;
}

.suckerdiv .subfolderstyle{
background: url(/images/arrow-list.gif) no-repeat center right;
}

/*******************************************************************************/
