* {
	margin: 0px;
	padding: 0px;
	border: 0 none transparent;
}

html {
	height: 100%;
}

body {
	background-color: #212b48;
	background-image: url(/images/bg2.jpg);
	height: 100%;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	text-align: center;
	width: 100%;
	font-size: 52px;
	color: #5d8d96;
	font-weight: normal;
}

table {
	background-color: #5d8d96;
	border-collapse: collapse;
}

.curMenuItem {
	font-weight: bold;
}

.shopName {
	color: #2415b5;
}

.internalText {
	color: #5d8d96;
	margin-left: 11px;
}

.internalText h2{
	font-size: 17px;
	font-weight: normal;
	margin: 1em 0;
}

.internalText p{
	font-size: 17px;
	font-weight: normal;
}

.scrollCell {
	width: 85px;
	height: 42px;
	padding: 0;
}

#contentArea {
	text-align: left;
	width: 945px;
	margin: 0px auto;
	background-image: url(/images/content_bg.png);
	background-repeat: repeat;
    overflow: hidden;
}

#contentArea:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contentArea {
    height: 1em;
    overflow: visible;
}
/**/

#topArea {
	width: 100%;
	text-align: center;
	height: 30px;
	z-index: 2;
}

#topMenu {
	text-align: center;
	padding-bottom: 2px;
	margin-left: 10px;
	z-index: 2;
}

#topMenu li {
	list-style: none;
	float: left;
	color: #5d8d96;
	font-size: 22px;
	padding: 0px 10px;
	z-index: 2;
}

#topMenu li.curMenuItem {
	color: white;
}

#topMenu li a {
	text-decoration: none;
	color: #5d8d96;
}

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

#topMenu li a.menu {
	display: block;
	text-align: center;
	margin: 0 1px 0 0;
}

#topMenu li a.menu:hover {
	background: #49A3FF;
	color: white;
}

#topMenu li a.curMenuItem {
	color: white;
}

#topMenu .submenu {
	background: #EAEBD8;
	border: 1px solid #5970B2;
	visibility: hidden;
	position: absolute;
	z-index: 1000;
}

#topMenu .submenu a {
  display: block;
  font: 11px arial;
  text-align: left;
  text-decoration: none;
  padding: 5px;
  color: #2875DE;
  white-space: nowrap;
}

#topMenu .submenu a:hover {
  background: #49A3FF;
  color: #FFF;
}

.wrapper {
	clear: both;
}

#photoBanner {
	margin-top: 9px;
	width: 100%;
	height: 120px;
	/*text-align: center;*/
}

#photoBanner object {
	width: 832px;
	height: 150px;
	margin: 0 auto;
}

#photoBanner embed {
	width: 832px;
	height: 150px;
	margin: 0 auto;
}

#coverPhotos {
	margin-top: 9px;
	/*padding-left: 72px;*/
	height: 1241px;
}

#coverCol1 {
	float: left;
}

#coverCol2 {
	margin-left: 131px;
	float: left;
}

#coverCol2 img {
	display: block;
	margin-bottom: 20px;
}

#secondBanner {
	clear: both;
	margin: 14px 20px 18px 45px;
	height: 78px;
}
.gap {
	width: 24px;
	height: 112px;
	background-color: #ffffff;
}

#availability {
	width: 945px;
	background-color: #000000;
}

#availability tr td {
	font-size: 17px;
	color: white;
	border-style: none;
}

#availability tr th {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	border-bottom: 8px solid white;
}

#availableListCell {
	width: 861px;
}

#availableList {
	height: 92px;
	margin: 18px 20px 0 188px;
	overflow: hidden;
}

#availableList p {
	line-height: 36px;
}

#availableList p a {
	color: white;
	text-decoration: none;
}

#availableList p a:hover {
	color: white;
	text-decoration: underline;
}

#scrollSeparator {
	width: 85px;
	height: 26px;
	background-color: #5663b2;
}

#about {
	margin-top: 30px;
}
#credit {
	width: 925px;
	margin-left: 11px;
}

#credit tr th{
	text-align: center;
	width: 435px;
	border-right: 23px solid #5d8d96;
	padding-top: 20px;
	font-size: 20px;
	color: white;
	font-weight: normal;
}

#credit tr td{
	text-align: center;
	border-right: 23px solid #5d8d96;
	font-size: 20px;
	color: #38338a;
	font-weight: normal;
}

#credit tr #creditPhoto {
	border-right: 0px none transparent;
}

#creditTop {
	padding-top: 22px;
}

#creditBottom {
	padding-bottom: 13px;
}

#synopsis {
	margin: 0;
	padding: 0 45px;
}

#synopsis h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	margin: 20px 0 20px 0;
}

#synopsis p {
	line-height: 25px;
	margin-top: 5px;
	text-align: justify;
}

#fromDirector {
	text-align: left;
	margin: 25px 0;
	padding: 0 45px;
	color: #5d8d96;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "Meiryo", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#fromDirector h2{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#fromDirector h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

#fromDirector dl {
	margin-bottom: 30px;
	text-align: justify;
}

#fromDirector dt {
	margin-bottom: 8px;
}

#fromDirector dd {
	margin-bottom: 8px;
}

#fromDirector p {
	margin-bottom: 8px;
}

#fromDirector a {
	color: #5d8d96;
}

#footer {
	font-size: 10px;
	color: white;
	margin: 20px 0 20px 0;
	width: 100%;
	text-align: center;
}
#hkiff_zh, #hkiff_en, #wordsFromDirector {
	margin-top: 30px;
}

#copyright {
	margin: 0 auto;
	text-align: center;
}

#premiere_banner {
	width: 100%;
	text-align: center;
}

.videoFlashContent {
	padding: 10px 0 40px 0;
	text-align: center;
}

.videoFlashContent img {
	margin: 0 auto;
}

#videoContents {
	color: #5d8d96;
	padding-top: 20px;
}

#videoContents h2 {
	margin-left: 112px;
	font-size: 18px;
	font-weight: bold;
}

#scrollup {
   position: relative;
   overflow: hidden;
   border: 0px solid #000;
   height: 120px;
   width: 800px;
   top: 0px;
   left: 72px;
   font-family: "Times New Roman", Times, serif;
   font-weight: bold;
 }
 
 .headline {
   position: absolute;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 30px;
   top: 200px;
   margin: 0 10px;
   height: 120px;
   width:790px;
   text-align: center;
 }
 
 .headline a {
 	color: white;
 }

#availability3Wrapper {
	text-align: center;
}

#availability3 {
	margin: 30px auto 0 auto;
	padding-top: 635px;
	width: 800px;
	height: 1131px;
	background-color: transparent;
	font-size: 16px;
	line-height: 23px;
	font-family: "Microsoft JhengHei", "Microsoft YaHei", "Meiryo", Arial, Helvetica, sans-serif;
	color: #030369;
	background: transparent url(/images/bookshop_bg.jpg) center top no-repeat;
	text-align: center;
}

#availability3 div {
	text-align: left;
	width: 600px;
	margin: 0 auto 0 auto;
}

#availability3 #bookshop_spacer {
	height: 620px;
}

#availability3 th, #availability3 td {
	vertical-align: top;
	font-weight: bold;
}

#availability3 th {
	padding: 6px 10px 5px 25px;
}

#availability3 td {
	padding: 6px 20px 5px 10px;
}

#availability3 a {
	color: #030369;
}

#availability3 span.shopName {
	font-weight: bold;
	color: blue;
}

#availability3 span.shopName a {
	color: blue;
}

#content {
	margin-top: 25px;
	z-index: 1;
}

h2.news {
	font-size: 18pt;
	font-weight: bold;
	color: #87CEEB;
}

h3.news {
	font-size: 14pt;
	font-weight: bold;
	color: #fff;
}

#fromDirector table.twCinema {
	background-color: transparent;
}

#fromDirector table.twCinema td {
	padding: 1px 5px;
	color: #5D8D96;
	font-size: 14px;
}
