@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	text-decoration: none;
	background-color: #204fa8;
	background-image: url(../images/background/main-background.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	border: none;
}
img {
	border: none;
}
div {
	overflow: hidden;
}
form {
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
}
#main-container {
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background/main-container.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
#main-logo {
	width: 360px;
	height: 140px;
	position: absolute;
	margin-left: 50%;
	margin-right: 50%;
	top: 2px;
	left: -180px;
	right: -70px;
}
#icon-wifi {
	width: 90px;
	height: 70px;
	position: absolute;
	top: 40px;
	right: 45px;
}
#logo-background-container {
	width: 960px;
	height: 90px;
	margin-bottom: 2px;
}
#main-banner {
	width: 960px;
	height: 218px;
	margin-bottom: 2px;
}
#main-navigator {
	width: 960px;
	height: 36px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding: 0px;
	background-image: url(../images/navigator/navigator-background.png);
	background-repeat: repeat-x;
}
#main-navigator li {
	float: left;
}
.items img {
	cursor: pointer;
}
#shoutbox-container {
	width: 245px;
	height: 301px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	float: left;
	background-image: url(../images/shoutbox/shoutbox-background.png);
}
#shoutbox_feed {
	width: 241px;
	height: 210px;
	padding: 2px;
	background-color: #000;
	color: #CCC;
	font-size: 8pt;
	margin-bottom: 3px;
	cursor: s-resize;
}
#frmShoutbox .txtBox {
	width: 183px;
	height: 16px;
	background-color: #000;
	border: none;
	color: #CCC;
	font-size: 8pt;
	margin-bottom: 2px;
}
#frmShoutbox .btn {
	width: 65px;
	height: 28px;
	background: transparent;
	background-image: url(../images/shoutbox/btn-send.png);
	background-position: top;
	border: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	margin-top: -2px;
	margin-left: 180px;
	cursor: pointer;
}
#frmShoutbox .btn:hover {
	background-position: bottom;
}
.sb_block {
	width: 241px; 
	border-bottom: solid 1px #999; 
	padding-top: 5px; 
	padding-bottom: 5px;
	white-space: normal;
}
.sb_from {
	color: #C60;
	width: 120px; 
	font-weight: bold; 
	float: left; 
	white-space: nowrap; 
	overflow: hidden; 
	margin-right: 5px;
}
.sb_block a:link, a:visited {
	color: #eac73d;
	text-decoration: none;
}
.sb_block a:hover, a:active {
	color: #eac73d;
	text-decoration: underline;
}
#special-menu-banner, #promotion-banner {
	width: 235px;
	height: 305px;
	margin-right: 2px;
	margin-bottom: 2px;
	float: left;
}
.coin-slider {
	width: 235px;
	height: 305px;
	margin-right: 2px;
	float: left;
}
#sport-schedule-banner {
	width: 235px;
	height: 305px;
	margin-bottom: 2px;
	float: left;
}
#recommend-menu-container {
	width: 693px;
	height: 166px;
	background-image: url(../images/recommend_menu/recommend-menu-background.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 5px;
	padding-left: 248px;
	margin-bottom: 2px;
}
#branch-list {
	width: 960px;
	height: 138px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 8px;
	padding-left: 11px;
}
#branch-list li {
	width: 148px;
	height: 138px;
	margin-right: 10px;
	float: left;
}
#recommend-menu {
	position:relative;
	overflow:hidden;
	width: 604px;
	height:166px;
	float:left;	
}
#recommend-menu .items {
	width:20000em;
	position:absolute;
}
.items div {
	float:left;
}
a.prev {
	float:left;
	width: 40px;
	height: 80px;
	margin-top: 42px;
	cursor: pointer;
}
a.next {
	float:left;
	width: 40px;
	height: 80px;
	margin-top: 42px;
	cursor: pointer;
}
a.disabled {
	/*visibility:hidden !important;*/
}
#social-network-container {
	width: 960px;
	height: 309px;
	margin-bottom: 2px;
}
#facebook-like-box {
	width: 499px;
	height: 233px;
	overflow: hidden;
	float: left;
	margin-right: 2px;
	background-image: url(../images/social_network/facebook-background.png);
	background-repeat: no-repeat;
	padding-top: 37px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 39px;
}
#twitter-timeline {
	width: 405px;
	height: 265px;
	background-image: url(../images/social_network/twitter-background.png);
	background-repeat: no-repeat;
	overflow: hidden;
	float: left;
	padding-top: 44px;
	padding-right: 17px;
	padding-left: 17px;
	position: relative;
}
#twtter-follow-btn {
	width: 218px;
	height: 27px;
	position: absolute;
	bottom: 8px;
	right: 16px;
	cursor: pointer;
}
.twtr-hd, .twtr-ft {
	display: none;
}
#bottom-navigator {
	width: 960px;
	height: 29px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	list-style-type: none;
}
#bottom-navigator li {
	float: left;
	color: #FFF;
	width: 159px;
	border-right: solid 1px #FFF;
	text-align: center;
	margin-top: 7px;
}
#bottom-navigator li.last {
	border-right: none;
}
#bottom-navigator li a:link, #bottom-navigator li a:visited {
	color: #FFF;
	text-decoration: none;
}
#bottom-navigator li a:hover, #bottom-navigator li a:active {
	color: #FFF;
	text-decoration: underline;
}
#credit {
	width: 960px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 8pt;
	color: #666;
	background-color: #FFF;
}
#menu-book-container {
	width: 800px;
	height: 650px;
	margin-bottom: 2px;
	background-image: url(../images/menu/menu-background.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-right: 80px;
	padding-bottom: 25px;
	padding-left: 80px;
}
#branch-container {
	width: 936px;
	height: 618px;
	background-image: url(../images/branch/branch-content-background.jpg);
	background-repeat: no-repeat;
	padding: 12px;
}
#branch-detail {
	width: 305px;
	height: 254px;
	float: left;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-image: url(../images/misc/pane-drag.png);
}
.jScrollPaneDrag {
	position: absolute;
	background-image: url(../images/misc/pane-track.png);
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 5px;
    background-image: url(../images/misc/arrow-top.png);
    background-repeat: no-repeat;
}
a.jScrollArrowUp:hover {

}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 5px;
    background-image: url(../images/misc/arrow-bottom.png);
    background-repeat: no-repeat;
}
a.jScrollArrowDown:hover {

}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    
}
#branch-detail div.detail {
	color: #5c2b00;
	font-size: 9pt;
	text-align: justify;
	overflow: auto;
	height: 199px;
	width: 285px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 10px;
    float: left;
}
#branch-gallery {
	width: 631px;
	height: 254px;
	float: left;
}
#branch-gallery ul.gallery {
	list-style-type: none;
	margin-top: 4px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	width: 610px;
	height: 230px;
}
#branch-gallery ul.gallery li {
	float: left;
	width: 96px;
	height: 86px;
	padding: 7px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 3px;
	background-image: url(../images/branch/branch-gallery-background.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#contact-form {
	width: 275px;
	height: 334px;
	float: left;
	background-image: url(../images/branch/contact-form-background.png);
	padding: 15px;
}
#contact-form form div {
	margin-bottom: 4px;
}
#contact-form form div input {
	width: 270px;
	height: 18px;
	background-color: #000;
	border: solid 1px #b8b5b2;
	color: #b8b5b2;
	padding: 1px;
}
#contact-form form div textarea {
	width: 269px;
	height: 115px;
	background-color: #000;
	border: solid 1px #b8b5b2;
	color: #b8b5b2;
	overflow-y: auto;
}
#contact-form form div input#btnSend {
	width: 65px;
	height: 30px;
	background: transparent;
	background-image: url(../images/branch/btn-send.png);
	background-position: top;
	border: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contact-form form div input#btnSend:hover {
	width: 65px;
	height: 30px;
	background: transparent;
	background-image: url(../images/branch/btn-send.png);
	background-position: bottom;
	border: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contact-form form div input#btnClear {
	width: 65px;
	height: 30px;
	background: transparent;
	background-image: url(../images/branch/btn-clear.png);
	background-position: top;
	border: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#contact-form form div input#btnClear:hover {
	width: 65px;
	height: 30px;
	background: transparent;
	background-image: url(../images/branch/btn-clear.png);
	background-position: bottom;
	border: none;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	cursor: pointer;
}
#branch-map {
	width: 631px;
	height: 364px;
	float: right;
	background-color: #000;
}
#branch-map img {
	background-image: url(../images/misc/loading_2.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#entertainment-container {
	width: 900px;
	height: 540px;
	margin-bottom: 2px;
	background-image: url(../images/entertainment/entertainment-background.jpg);
	background-repeat: no-repeat;
	padding: 30px;
    padding-top: 60px;
}
#entertainment-container div.left-container {
	width: 625px;
	height: 540px;
	float: left;
	margin-right: 10px;
}
ul#entertainment-list {
	width: 625px;
	height: 150px;
	padding: 0px;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
ul#entertainment-list li {
	width: 113px;
	height: 146px;
	padding: 2px;
	margin-right: 10px;
	display: block;
	float: left;
	background-color: #5c2b00;
	text-align: center;
}
ul#entertainment-list li.last {
	margin-right: 0px;
}
ul#entertainment-list li a {
	color: #FFF;
	font-weight: bold;
	font-size: 7pt;
	text-decoration: none;
}
ul#entertainment-list li img {
	display: block;
	width: 113px;
	height: 123px;
	margin-bottom: 6px;
}
#entertainment-container #entertainment-image {
	width: 621px;
	height: 376px;
	background-color: #5c2b00;
	padding: 2px;
}
#entertainment-container div.right-container {
	width: 265px;
	height: 540px;
	float: left;
}
#entertainment-container div.right-container div.special-menu {
	width: 265px;
	height: 265px;
	margin-bottom: 10px;
	background-color: #5c2b00;
}
#entertainment-container div.right-container div.promotion {
	width: 265px;
	height: 265px;
	background-color: #5c2b00;
}
div.schedule {
	color: #5c2b00;
	font-size: 9pt;
	overflow: auto;
	height: 536px;
	width: 610px;
	padding-right: 10px;
    float: left;
	border: solid 2px #5b2b00;
}


