@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/ja__01.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
  border: 0;
  width: 100%;
  color: #c2dde0;
background-color: #c2dde0;
height: 1px;
}
.text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align:justify;
	line-height: 25px;
	color: #000;
	text-decoration: none;
}
.text a{
	color: #747474;
	text-decoration: none;
}
.text a:hover{
	color: #277e98;
	text-decoration: undeline;
}

.cocktails{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	line-height: 10px;
	color: #34849f;
	text-decoration: none;
}


.textgallery{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	line-height: 45px;
	color: #277e98;
	text-decoration: none;
}
.menutext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	font-style: normal;
	line-height: 25px;
	color: #277e98;
	text-decoration: none;
	margin-left:10px;
	margin-right:10px;
}
.menutext a{
	color: #277e98;
	text-decoration: none;
}
.menutext a:hover{
	color: #000;
	text-decoration: none;
}






.basetext{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align:center;
	line-height: 20px;
	color: #adadad;
	text-decoration: none;
}
.basetext a{
	color: #adadad;
	text-decoration: none;
}
.basetext a:hover{
	color: #fff;
	text-decoration: undeline;
}


.basetexthw{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align:center;
	line-height: 15px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
}
.basetexth{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align:center;
	line-height: 45px;
	font-weight:bold;
	color: #277e98;
	text-decoration: none;
}
.basetexth a{
	color: #277e98;
	text-decoration: none;
}
.basetexth a:hover{
	color: #fff;
	text-decoration: undeline;
}

/*--Main Container slider--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:256px;	width: 831px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 10px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
/*--Main Container slider end--*/

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		
