	/* Global css  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size:14px;
	line-height:23px;
	/*font-family: PMingLiU;*/
	font-family: Microsoft JhengHei,ATahoma,Verdana;
	letter-spacing: 2px;
	float: none;
	outline:none;
	text-decoration: none;
	color: #6c6c6c;
}

html, body {
	min-width: 1200px;
	width: 100%;
	height: auto;
	
	background-color: #2e1149;
	margin: 0 auto;
	padding: 0px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.hide {
    display: none;
}

.clear {
	clear: both;
}
/* Global css  */

/************************************************************************************************************/

/* Header */
span.separater {
	vertical-align: 10%;
	font-size: 10px;
	color: white;
}

a { 
	cursor: pointer;
	text-decoration:none;
}

#header {
	width: 1200px;
	height: 92px;
	
	margin: 0px auto;
	padding-top: 50px;
	background-image: url("../images/header_bg.png");
	background-position: 0 -40px;
}

div#logo {
	padding-left: 126px;
}

#logo a img {
	float: left;
}

#top_menu {
	margin-top: 25px;
	padding-right: 145px;
}

#top_menu ul li {
	display: inline;
	list-style-type: none;
	color: white;
}

#top_menu ul li a {
	color: white;
	vertical-align: text-bottom;
}

#facebook, #email { vertical-align: text-bottom; }
/* Header End */

/************************************************************************************************************/

/* Start of menu */
#lava {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative; 
	text-align:center; 
	width:1250px; 
	height:42px;
	margin: 0px auto;
}
	
#lava ul {
	/* remove the list style and spaces*/
	margin:0; 
	padding: 5px 5px 0px; 
	list-style:none; 
	display:inline;
				
	/* position absolute so that z-index can be defined */
	position:absolute; 
	
	/* center the menu, depend on the width of you menu*/
	left:100px; 
	top:0;
		
	/* should be higher than #box */
	z-index:100;
}
	
#lava ul li {
	/* give some spaces between the list items */
	margin:0 30px;
	height: 30px;
		
	/* display the list item in single row */
	float:left;
}
	
#lava ul li a { 
	color: #fff;
	font-size: 16px;
}

a.about_paramount { 	background: url("../images/ul_AboutParamount_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 135px; height: 34px; }
a.venues { 	background: url("../images/ul_Venues_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 51px; height: 34px; }
a.wedding_packages { 	background: url("../images/ul_WeddingPackages_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 137px; height: 34px; }
a.news { 	background: url("../images/ul_News_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 48px; height: 34px; }
a.media { 	background: url("../images/ul_Media_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 48px; height: 34px; }
a.tips { 	background: url("../images/ul_Tips_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 39px; height: 34px; }
a.contact_us { 	background: url("../images/ul_ContactUs_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 86px; height: 34px; }
a.gallery { 	background: url("../images/ul_Gallery_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 59px; height: 34px; }

a.about_paramount.zh-tw { 	background: url("../images/ul_zhtw_AboutParamount_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 103px; height: 34px; }
a.venues.zh-tw { 	background: url("../images/ul_zhtw_Venues_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 83px; height: 34px; }
a.wedding_packages.zh-tw { 	background: url("../images/ul_zhtw_WeddingPackages_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 85px; height: 34px; }
a.news.zh-tw { 	background: url("../images/ul_zhtw_News_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 85px; height: 34px; }
a.media.zh-tw { 	background: url("../images/ul_zhtw_Media_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 87px; height: 34px; }
a.tips.zh-tw { 	background: url("../images/ul_zhtw_Tips_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 85px; height: 34px; }
a.contact_us.zh-tw { 	background: url("../images/ul_zhtw_ContactUs_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 85px; height: 34px; }
a.gallery.zh-tw { 	background: url("../images/ul_zhtw_Gallery_25px.png") no-repeat scroll 0 0 transparent; display: block; width: 85px; height: 34px; }

#lava ul li a:hover { background-position: 0 100%; }
#lava ul li.selected a { background-position: 0 100%; }
	
#lava #box {
	/* position absolute so that z-index can be defined and able to move this item using javascript */
	position:absolute; 
	left:0; 
	top:0; 

	/* should be lower than the list menu */
	z-index:50; 

	/* image of the right rounded corner */
	background:#000; 
	height: 42px;
	
	/* add padding 8px so that the tail would appear */
	padding-right:8px;
	
	/* self-adjust negative margin to make sure the box display in the center of the item */
	margin-left:-10px;
}
	
#lava #box .head {
	/* image of the left rounded corner */
	background:#000;
	height: 42px;

	/* self-adjust left padding to make sure the box display in the center of the item */
	padding-left:10px;
}
/* End of menu */

/************************************************************************************************************/

/*CSS for index.php page */
#middle_banner {
	width: 100%;
	height: 299px;
	
	background-color: #716274;
	background-image: url("../images/middle_zone.png");
	background-repeat: repeat-y; 
	background-position: center center;
	
	margin: 0px auto;
	padding: 3px 0px;
}

#middle_images {
	width: 100%;
	height: 299px;
	
	background-image: url("../images/middle_images_bg.png");
	background-repeat: repeat-x;
}

#middle_menu {
	width: 1200px;
	height: 185px;
	
	background-image: url("../images/menu_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px auto;
}
/* End of index.php CSS */

/************************************************************************************************************/

/* Inner Page */
#inner_body {
	width: 100%;
	height: auto;

	margin: 0px auto;
}

#inner_menu {
	background-color: #220d36;
	border-bottom: 3px solid #9966cc;
}

#inner_container {
	height: auto;
	width: 100%;
	
	margin: 0 auto;
	background-color: #FFF;
	clear: both;
	display: inline-block;
}

#inner_area {	
	width: 860px;
	height: auto;
	display: inline-block;

	padding: 0px 0px 50px;
	background-image: url("../images/inner_page_bg_F0EDF2.png");
	background-repeat: no-repeat;
}

#inner_right {
	width: 750px;
	height: auto;
}

#inner_left {
	width: 200px;
	height: auto;
}

.inner_title {
	font-size: 22px;
	font-family: Gabriola;
	font-weight: bold;
	height: 40px;
	
	background-image: url("../images/title_bg.png");
	background-position: 100% 0px;
	background-repeat: no-repeat;
}

.inner_title.zh-tw {
	font-size: 18px;
	font-family: Microsoft JhengHei;
	
	height: 30px;
	padding-top: 10px;
}
/* Inner Page End */

/************************************************************************************************************/

/* About Parramount page */
p.about_paramount_content {
	font-size: 14px;
	width: 216px;
	text-align: justify;
	letter-spacing: 2px;
	line-height: 23px;
	display: block;
	color: #6c6c6c;
}

p.awards_content {
	width: 100%;
	font-size: 14px;
	text-align: justify;
	letter-spacing: 2px;
	display: block;
	color: #6c6c6c;
}

div.inner_title.about_paramount {
	width: 170px;
	margin-bottom: 30px;
}

div.inner_title.about_paramount.zh-tw {
	width: 135px;
	margin-bottom: 30px;
}

div.inner_title.awards {
	width: 90px;
	margin: 30px 0px 15px;
}

div.inner_title.awards.zh-tw {
	width: 110px;
	margin: 30px 0px 15px;
}
/* End About Parramount page */

/************************************************************************************************************/

/* venues page */
div#inner_area.venues_content {
	width: 1045px;
}

div.inner_title.venues {
	width: 70px;
	margin: 30px 30px 30px 70px;
	padding-left: 20px;
}

div.inner_title.venues.zh-tw {
	width: 110px;
	margin: 30px 30px 30px 70px;
	padding-left: 0px;
}

img.shop {
	cursor:pointer;
}
/* End venues page */

/* jQuery images menu */
.jimgMenu {
	width: auto;
	height:300px;

	position:relative;
	margin: 0px auto;
	padding: 0px 0px 150px;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 300px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 300px;
}

.jimgMenu ul li#jimgMenu_shop_KowloonBay a { 	background: url(../images/jimgMenu/jimgMenu_shop_KowloonBay.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_TsimTung a { 	background: url(../images/jimgMenu/jimgMenu_shop_TsimTung.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_CausewayBay a { 	background: url(../images/jimgMenu/jimgMenu_shop_CausewayBay.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_KwaiChung a { background: url(../images/jimgMenu/jimgMenu_shop_KwaiChung.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_Aberdeen a { background: url(../images/jimgMenu/jimgMenu_shop_Aberdeen.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_TsuenWan a { background: url(../images/jimgMenu/jimgMenu_shop_TsuenWan.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_KwunTong a { background: url(../images/jimgMenu/jimgMenu_shop_KwunTong.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_HoManTin a { background: url(../images/jimgMenu/jimgMenu_shop_HoManTin.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_JoyCausewayBay a { background: url(../images/jimgMenu/jimgMenu_shop_JoyCausewayBay.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_JoyTsimShaTsui a { background: url(../images/jimgMenu/jimgMenu_shop_JoyTsimShaTsui.png) repeat scroll 0%; }
.jimgMenu ul li#jimgMenu_shop_JoyAberdeen a { background: url(../images/jimgMenu/jimgMenu_shop_JoyAberdeen.png) repeat scroll 0%; }
.jimgMenu ul li.jimgMenu_last a { border-right-style: none; }
/* Emd jQuery images menu */

/************************************************************************************************************/

/* venues Shop Page */

div.floatleft.intext {
	width: 500px;
	height: auto;
	
	padding: 10px 0px 90px;
	margin-left: 95px;
	letter-spacing: 2px;
	line-height: 23px;
}

div.floatleft.intext ul{
	list-style: none;
}

div.floatleft.map {
	width: 500px;
	height: 420px;
	display: block;
	margin-left: 95px;
}

div.floatright.venues_icon {
	font-size: 12px;
}

td.venues_icons.venuesicon01 { 	background: url("../images/venues_icons/venues_icon_01.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon02 { 	background: url("../images/venues_icons/venues_icon_02.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon03 { 	background: url("../images/venues_icons/venues_icon_03.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon04 { 	background: url("../images/venues_icons/venues_icon_04.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon05 { 	background: url("../images/venues_icons/venues_icon_05.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon06 { 	background: url("../images/venues_icons/venues_icon_06.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon07 { 	background: url("../images/venues_icons/venues_icon_07.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon08 { 	background: url("../images/venues_icons/venues_icon_08.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon09 { 	background: url("../images/venues_icons/venues_icon_09.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon10 { 	background: url("../images/venues_icons/venues_icon_10.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon11 { 	background: url("../images/venues_icons/venues_icon_11.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon12 { 	background: url("../images/venues_icons/venues_icon_12.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon13 { 	background: url("../images/venues_icons/venues_icon_13.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon14 { 	background: url("../images/venues_icons/venues_icon_14.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
td.venues_icons.venuesicon15 { 	background: url("../images/venues_icons/venues_icon_15.png") no-repeat scroll 0 0 transparent; display: block; width: 45px; height: 45px; }
tr.disable { display: none; }

/* End venues Shop Page */

/************************************************************************************************************/

/* Start MovingBox */
#slider {
    width: 100%;
    margin: 30px auto;
    position: relative;
}

.scroll {
	overflow: hidden;
	width: 100%;
    margin: 0 auto;
    position: relative;
}

.scroll.venues {
	height: 112px;
}

.scroll.wedding_packages {
	height: 1150px;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
	float: left;
    padding: 5px 133px;
    width: 452px;
	height: auto;
}

.inside {}

.inside img {
	display: block;
	border: 1px solid #666;
	width: 452px;
	height: auto;
}

.scrollButtons {
    position: absolute;
    top: 300px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.scrollContainer div.panel.shop {
	float: left;
    padding: 5px 10px;
    width: 152px;
	height: auto;
}

.inside img.shop {
	display: block;
	border: 1px solid #666;
	width: 150px;
	height: 100px;
}

.scrollButtons.shop {
    position: absolute;
    top: 7px;
    cursor: pointer;
}
/* End MovingBox */

/************************************************************************************************************/

/* Start footer */
#footer {
	width: 100%;
	height: 70px;
	display: block;
	background-color: #1a0a29;
	clear: both;
	padding-top: 30px;
}

div.bottom_menu {
	width: 1200px;
	margin: 0 auto;
}
div.bottom_menu ul {
	width: 600px;
	margin: 0 auto;
}
div.bottom_menu ul li {
	display: inline;
	list-style-type: none;
	color: white;
	font-size: 12px;
}

span.separater_footer_menu {
	color: white;
	font-size: 30px;
	font-weight: bold;
	vertical-align: -12%;
}

p.copyright {
	width: auto;
	height: auto;
	
	color: white;
	font-size: 12px;
	margin: 0 auto;
}

div.Terms_and_Privacy {
	width: auto;
	
	font-size: 12px;
}
/* End footer */

/************************************************************************************************************/

/* Start of Popup Login */
#login { cursor: pointer; }

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index: 101;
}

#popupContact{
	height:130px;
	width:295px;
	
	background-image: url("../images/popup_bg.png");
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	z-index: 102;
	font-size:13px;
	color: white;
}

#popupContactClose{
	font-size: 10px;
	line-height:14px;
	right: 20px;
	top: 10px;
	position:absolute;
	color: white;
	font-weight:700;
	display:block;
}

#contactArea {
	padding: 40px 0px 0px 20px;
	color: white;
}

#contactForm {
	padding: 0px 0px 0px 20px;
}
#contactForm  input.id, #contactForm  input.password {
	margin: 3px;
}

#contactForm  input.submit {
	color: white;
	background-color: #915193;
	border: 1px outset;
}
/* End of Popup Login */

/************************************************************************************************************/

/* Start hr line */
div.arrow_left {
	background: url("../images/img_arrow_left.png") no-repeat scroll 0 0 transparent;
}

div.arrow_right {
	padding: 0px 19px;
	
	background: url("../images/img_arrow_right.png") no-repeat scroll 520px 0 transparent;
}

div.line {
	height: 14px;
	width: 480px;
	margin: 20px 0px 20px 10px;
	background: url("../images/img_line.png") repeat-x scroll 0 0;
}
/* End hr line */

/************************************************************************************************************/

/* Wedding Package page */
div.inner_title.wedding_packages {
	width: 180px;
	margin: 30px 0px;
}

div.inner_title.wedding_packages.zh-tw {
	width: 110px;
	margin: 30px 0px;
}

div.intext {
	width: 550px;
	text-align: justify;
	color: #6c6c6c;
}

p.menu_title , p.menu_package_price.zh-tw span { color: #A56CA3; }

p.menu_title.zh-tw {
	font-size: 40px;
	line-height: 100%;
}

p.menu_title.en-us {
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 100%;
}

p.menu_dishes, p.menu_package_price {
	color: #6A6A6A;
}

p.menu_dishes.zh-tw {
	font-size: 20px;
	margin-top: 10px;
}

p.menu_dishes.en-us {
	font-size: 12px;
}

p.menu_package_price.zh-tw {
	font-size: 19px;
	margin-top: 15px;
}

p.menu_package_price.en-us {
	font-size: 12px;
}

p.menu_package_price.zh-tw span {
	font-size: 30px;
}

p.menu_package_price.en-us span {
	font-size: 16px;
}

p.page { margin-top: 10px; }
/* End Wedding Package page */

/* spacegallery */

#myGallery {
	width: 100%;
	height: 1100px;
	margin-top: 50px;
}
#myGallery img {
	border: 2px solid #52697E;
}
#myGallery a.loading {
	background: #fff url(../images/slide/ajax_small.gif) no-repeat center;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/slide/blank.gif);
}

/* End spacegallery */

/************************************************************************************************************/

/* Contact Us page */

div.inner_title.contact_us {
	width: 120px;
	margin: 30px 0px;
}

div.inner_title.contact_us.zh-tw {
	width: 110px;
	margin: 30px 0px;
}

div.intext.contact_us {
	width: 550px;
	text-align: justify;
	margin: 6px 0px;
	color: #6c6c6c;
}
table.contact_us {
	margin: 0px auto;
	width: 645px;
	color: #6c6c6c;
}

table.contact_us td input,table.contact_us td textarea { border: 2px solid #888; }

input.error { border: 1px solid red; }

label.error {
	background: url('../images/unchecked.gif') no-repeat;
	padding-left: 16px;
	margin-left: .3em;
}

td.shop_name { color: #6c6c6c; }
td.shop_address { color: #6c6c6c; }
td.shop_phone { color: #6c6c6c; }

/* End Contact Us page */

/************************************************************************************************************/

/* News */

div.inner_title.news {
	width: 70px;
	margin: 30px 30px 30px 0px;
	padding-left: 20px;
}

div.inner_title.news.zh-tw{
	width: 110px;
	margin: 30px 30px 30px 0px;
	padding-left: 0px;
}

div.container.news {
	display: inline-block;
	width: 100%;
	height: auto;
}

div.news.floatleft {
	width: 230px;
	height: auto;
	margin: 5px;
}

p.title.news {
	font-size: 12px;
	display: block;
	height: 20px;
}

div.news.floatleft img {
	width: 200px;
	height: 250px;
	padding: 9px;
	border: 1px solid;
}
/* End News */

/************************************************************************************************************/

/* Media */

div.inner_title.media {
	width: 70px;
	margin: 30px 30px 30px 0px;
	padding-left: 20px;
}

div.inner_title.media.zh-tw{
	width: 110px;
	margin: 30px 30px 30px 0px;
	padding-left: 0px;
}

div.container.media {
	display: inline-block;
	width: 100%;
	height: auto;
}

div.media.floatleft {
	width: 230px;
	height: auto;
	margin: 5px;
}

p.title.media {
	font-size: 12px;
	display: block;
	height: 20px;
}

div.media.floatleft img {
	width: 200px;
	height: 250px;
	padding: 9px;
	border: 1px solid;
}
/* End Media */

/************************************************************************************************************/

/* Tip */

div.inner_title.tip {
	width: 70px;
	margin-bottom: 30px;
}

div.inner_title.tip.zh-tw{
	width: 110px;
	margin-bottom: 30px;
}

li.tip {
	list-style-type: none;
	margin: 5px;
}

div.toggle {
	height: auto;
}

b.tip {
	padding: 0px 0px 10px;
	display: block;
	cursor: pointer;
	text-decoration: underline;
}

p.tip {
	padding: 0px 0px 30px;
	text-align: justify;
	display: none;
}

p.tip.active {
	display: block;
}

ul.tip {
	display: inline;
}

li.tip {
	margin: 0px 10px 220px;
	float: left;
	display: block;
}
/* End Tip */

/************************************************************************************************************/

/* Gallery */

div.inner_title.gallery {
	width: 70px;
	margin: 30px 30px 30px 0px;
	padding-left: 20px;
}

div.inner_title.gallery.zh-tw{
	width: 110px;
	margin: 30px 30px 30px 0px;
	padding-left: 0px;
}

/* End Gallery */
