/*
Theme Name: Frank-Gehry
Theme URI: http://wordpress.org/
Description: 
Author: Whodigital Team
Version: 1.0
License: Whodigital Company
Tags: black, red, white, three-columns, fixed-width
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
* {padding: 0; margin: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*---------------------------------------MENU CSS----------------------------------------------*/
			/*--------------MENU SIDE BAR------------------------------------------------*/
			ul.makeMenu, ul.makeMenu ul {
				font-weight:bold;
				width: 200px;                 /* sets the size of the menu blocks */
				/*background-color: #efeae6;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
				padding-left: 0px;           /* stops the usual indent from ul */
				cursor: default;             /* gives an arrow cursor */
				margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
				margin-top:40px;
				}
				ul.makeMenu li {
				list-style-type: none;       /* removes the bullet points */
				margin: 0px;                 /* Opera 7 puts large spacings between li elements */
				position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
											  the lack of offset makes these appear normal, but it will make a difference
				
											  to the absolutely positioned child blocks */
				color: #6e6259;                 /* sets the default font colour to white */
				font-size:14px;
				padding-left:20px;
				}
				
				ul.makeMenu li  ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
				display: none;               /* hides child menu blocks - one of the most important declarations */
				position: absolute;          /* make child blocks hover without leaving space for them */
				top: 0px;                    
				left: 200px;                  /* this must not be more than the width of the parent block, or the mouse will
											  have to move off the element to move between blocks, and the menu will close */
				}
				ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight,ul.makeMenu li.active {
				background-color: #c9c5c2;      /* gives the active menu items a yellow background */
				color: #c8102e;                 /* makes the active menu item text black */ 
				}
				ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
				display: block;              /* specially to go with the className changes in the behaviour file */
				}
				ul.makeMenu li:hover  ul,ul.makeMenu li.active ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
											  the > targets only the child ul, not any child uls of that child ul */
				display: block;              /* makes the child block visible - one of the most important declarations */
				position:absolute;
				top:-40px;
				width:278px;
				}

				/* and some link styles */
				ul.makeMenu li a { color: #6e6259; display: block; width: 100%; text-decoration: none; }
				ul.makeMenu li ul li a { color: #fff }
				ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #c8102e; }
				ul.makeMenu li:hover  a { color: #c8102e; } /* supports links in branch headings - should not be display: block; */
				
				ul.makeMenu li:hover ul li a,ul.makeMenu li.active ul li a{ color:#fff; }	
				/*ul.makeMenu li:hover  ul li:first-child{background:url(images/nav100.jpg) top left no-repeat;}*/
				ul.makeMenu li:hover  ul li,ul.makeMenu li.active ul li{background:url(images/nav80.png) top left;}
				ul.makeMenu li:hover  ul li:hover,ul.makeMenu li.active ul li:hover{ background:#c8102e; color: #fff;}				
				ul.makeMenu li:hover  ul li a:hover,ul.makeMenu li.active ul li a:hover {} /* supports links in branch headings - should not be display: block; */			
				
				/*--------------END OF MENU SIDE BAR------------------------------------------------*/

/*---------------------------------------------------------------------------------------------*/

/* CSS Document */

body{ font-family: Arial, Helvetica, sans-serif; font-size:12px; color:#3e3e3e; background-color:#f3eee9; }

a {
	color: #3E3E3E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.alpha80{ background:url(images/nav80.png) top left no-repeat;}

#wrapper{ width:1024px; margin:0 auto; }

/**/
		#header{height:30px; padding:10px 0; width:1024px; position:relative; z-index: 1;}
		#header_content{ width:1014px; height:30px; padding-right:10px; position:relative; }
			#header_content a{ display:block; margin:0 2px; float: right;}
			#header_content a.lang_english{ margin:0; position:relative; top:2px; }
			#header_content a.lang_chinese{ margin:0; position:relative; top:2px; }
			#header_content a.share_eyes{}
		#header_content .sie a{ color:#3e3e3e; text-decoration:none; }
		#header_content .sie a:hover{ text-decoration:underline; }
		
	#content{ width:100%; background-color:#efeae6; position:relative; display:block;}		
		#content h3{ font-size:20px; color:#6e6259; font-weight:bold; margin-bottom:10px; line-height:1.2em;}
		.home_navigation{ width:200px; display:block; float:left;}
		
		.navigation{ width:478px; display:block; float:left;}
			.nav_content{ float:left; width:200px; display:block; }
			.key_visual{ float:left;}
			.logo{ display:block; margin:20px 0 0 20px;}
		
		#content div.home_text_content{ width:784px; padding:20px; float:left; display:block; background:url(images/homeImage.jpg) top right no-repeat; min-height: 485px; height: auto !important; height: 485px;}
			div.home_paragraph{ width:310px;}
		
		#content div.text_content{ width:440px; padding:25px 70px 10px 35px; float:left; display:block; text-align: justify}
			#content h1{ font-size:24px; font-weight:bold; color:#c8102e; text-transform: uppercase;}
			#content div.text_content p{ color:#3e3e3e; font-size:12px; font-weight:regular; margin-bottom:1em; }
			#content div.home_text_content p{ color:#3e3e3e; font-size:12px; font-weight:regular; margin-bottom:1em; }
			
			a.viewButton{margin-bottom:20px; display:block; }
			ul.latest_updates li{ color:#3e3e3e; margin-bottom:10px; background: url(images/bulletPoints.png) left top no-repeat; padding-left: 15px;}
			ul.latest_updates li a {color:#3e3e3e; text-decoration: none;}
			.text_content ul li {background: url(images/bulletPoints.png) left top no-repeat; padding-left: 15px;}
			
			table.registerForm{width: 100%}
			table.registerForm td {padding-right: 10px;}
				table.registerForm input{ width:190px; height:15px; margin-bottom:15px; }
				
				div.calendar input{ width:158px; }
				div.calendar img{ margin-left:5px; position:relative; top:10px;}
				.caption { color:#6e6259; font-size:14px; line-height:25px; }
			
	#footer	{ width:100%; height:60px; padding:0; }
		#footer .logo_swire{ float:left; margin:20px 0 0 20px; }
		#footer img{ position:relative; display:block; }
		#footer div.legal{ float:right; padding-right:10px; padding-top:14px; text-align:right; font-size: 11px; }
		#footer div.legal a{ color:#474747; text-decoration:none; }
		#footer div.legal a:hover{ color:#474747; text-decoration:underline; }


/**/
ul.qtrans_language_chooser{
	list-style:none;
	padding:0;
	margin:2px 0 0 0;
	display:block;
	float:right;
}

ul.qtrans_language_chooser li{
	display:block;
	float:right;
	margin:0;
	padding:0;
	background-color:#6e6259;
	color:#FFF;
	width:56px;
	height:21px !important;
	padding-top: 3px !important;
	text-align:center;
}

ul.qtrans_language_chooser li a {
	color:#fff;
	font-size:11px;
	display: inline !important;
	float: none !important;
	text-decoration: none;
}

ul.qtrans_language_chooser li.active{	
	background-color:#c8102e;
}

.children {margin-top: 5px;}

.isl {background: #d3cbc8; padding: 7px 10px;}
.isl a {color: #c8102e !important; text-decoration: none;}

.share_top {position: absolute; right: 130px; top: 11px; width: 300px; overflow: hidden;}

#header_content ul, #header_content ul li{
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	display:block;
}



/**Slider css***************/
/*
 * Required 
 */
 
.slide_container {
	width:420px;
	height:420px;
	overflow:hidden;
	position:relative;
	background-color:#FFF;
}
 
.slides {
	width:420px;
	position:absolute;
	top:0;
	left:0;
}

.slides > div {
	width:400px;
	padding:0px 10px 0px 10px;
	position:absolute;
	display:none;
	top:0;
}

#services_box .slides > div , #home_box_2 .slides > div {
	padding:10px 10px 0px 10px;
}


.previous, .next {
	cursor:pointer;
	
}
/*************************/

/*End loopSlider News Box*/

/*
 * Optional
 */
#loopedSlider {
	margin:0 auto;
	width:420px;
	position:relative;
	clear:both;
}
ul.pagination {
	list-style:none;
	padding:0;
	margin:0;
}
ul.pagination li {
	float:left;
	cursor:pointer;
}
ul.pagination li a {
	padding:2px 4px;
}
ul.pagination li.active a {
	background:#3E3E3E;
	color:white;
}


.pagination {
	margin-bottom: 10px;
	padding: 0px;
	/*background-color:#ffffff;*/
	height:27px;
	
}

.pagination ul { 
	list-style:none;
	padding:0;
	margin:0;
}

.pagination ul li {
	list-style: none;
	padding:0;
	margin:0;
}

.pagination a.item {
	padding:2px 3px;
	margin:3px;
	float:left;
}

.pagination li.active a.item{
	color: #3E3E3E;
	font-weight:bold;
	/*border:#ED1B23 solid 1px;*/
}


/***********************/

/* P2 */
.float_left {float: left;}
.float_right {float: right;}

.designSlider {width: 440px; height: 140px; overflow: hidden; position: relative; margin-top: 20px;}
.designSlider ul {width: 2000em; position: absolute; top: 0; left: 0;}
.designSlider ul li {list-style: none; float: left; width: 140px; margin-right: 10px; background: none; padding-left: 0;}

.slidePaging {position: absolute; bottom: 10px; left: 173px;}
.slidePaging a {display: block; width: 19px; height: 11px; float: left; overflow: hidden;}
.slidePaging a.prevNav {background: url(images/slideNav.png) left top no-repeat;}
.slidePaging a.prevNavDis {background: url(images/slideNav.png) left bottom no-repeat;}
.slidePaging a.nextNav {background: url(images/slideNav.png) right top no-repeat;}
.slidePaging a.nextNavDis {background: url(images/slideNav.png) right bottom no-repeat;}
.slidePaging .numSlider {width: 40px; display: block; float: left; margin: 0 10px; text-align: center; height: 11px; line-height: normal !important;}

.galleryTab {height: 16px;}
.galleryTab a {display: block; width: 100px; text-align: center; padding: 3px 0; color: #a2927f; font-weight: bold; float: left;}
.galleryTab a:hover {text-decoration: none;}
.galleryTab a.currentTab {background: #dcdad4; color: #C8102E;}
.galleryTabContent {margin-top: 30px; margin-left: 20px;}
.galleryPhoto ul li {list-style: none; background: none; float: left; margin-right: 15px; margin-bottom: 25px; padding-left: 0; height: 88px;}
.galleryPhoto ul li.lastPhoto {margin-bottom: 0px;}

.box_panel {
	width: 420px;
	height: 515px;
	text-align: justify;
	overflow: hidden;
}

.box_panel_2 {
	width: 430px;
	height: 300px;
	text-align: justify;
	overflow: hidden;
	padding-right: 20px !important;
}

.box_panel_3 {
	width: 440px;
	height: 580px;
	text-align: justify;
	overflow: hidden;
	padding-right: 20px !important;
}

.box_panel_4 {
	width: 440px;
	height: 360px;
	text-align: justify;
	overflow: hidden;
	padding-right: 20px !important;
}

.box_panel_5 {
	width: 500px !important;
	height: 230px;
	text-align: justify;
	overflow: hidden;
}
.pannelCS .jScrollPaneTrack {right: 0 !important;}

.box_panel_new {
	width: 420px;
	height: 314px;
	text-align: justify;
	overflow: hidden;
}

.galleryVideo {display: none;}
.videoRow {margin-bottom: 10px;}
.videoDesc {color: #C8102E; text-transform: uppercase; font-size: 12px; font-weight: bold; width: 300px; margin-left: 160px; text-align: left;}
.videoDesc a {color: #C8102E;}

.articleRow {padding-bottom: 15px;}
.articleRow a {color: #C8102E;}

.yearArticle {width: 400px;}
.yearArticleTitle {color: #C8102E; font-weight: bold; margin-bottom: 10px; }

.nav_1, .nav_2, .nav_3, .nav_4, .nav_5, .nav_1_1, .nav_1_2, .nav_2_1,.nav_2_3,.nav_2_4, .nav_6, .nav_7 {width: 180px; height: 15px;}
.nav_1 {background: url(images/nav_1.png) left top no-repeat;}
a:hover .nav_1 {background: url(images/nav_1.png) left bottom no-repeat;}

.nav_2 {background: url(images/nav_2.png) left top no-repeat;}
a:hover .nav_2 {background: url(images/nav_2.png) left bottom no-repeat;}

.nav_3 {background: url(images/nav_3.png) left top no-repeat;}
a:hover .nav_3 {background: url(images/nav_3.png) left bottom no-repeat;}

.nav_4 {background: url(images/nav_4.png) left top no-repeat;}
a:hover .nav_4 {background: url(images/nav_4.png) left bottom no-repeat;}

.nav_5 {background: url(images/nav_5.png) left top no-repeat;}
a:hover .nav_5 {background: url(images/nav_5.png) left bottom no-repeat;}

.nav_6 {background: url(images/nav_6.png) left top no-repeat;}
a:hover .nav_6 {background: url(images/nav_6.png) left bottom no-repeat;}

.nav_7 {background: url(images/nav_7.png) left top no-repeat;}
a:hover .nav_7 {background: url(images/nav_7.png) left bottom no-repeat;}

.nav_1_1 {background: url(images/nav_1_1.png) left top no-repeat;}

.nav_1_2 {background: url(images/nav_1_2.png) left top no-repeat;}

.nav_2_1 {background: url(images/nav_2_1.png) left top no-repeat;}
.nav_2_3 {background: url(images/nav_2_3.png) left top no-repeat;}
.nav_2_4 {background: url(images/nav_2_4.png) left top no-repeat;}

.ssName {font-weight: bold; color: #C8102E; padding: 10px 0 5px 0;}
.red {color: #C8102E !important; font-size: 18px !important;}

ul.subtab_list {margin-bottom: 35px;}
ul.subtab_list li {list-style: none; height: 15px; margin-bottom: 0; color: #C8102E;}
ul.subtab_list li a.activeSub {color: #C8102E;}


.dateF_2 {float: left; padding-left: 5px; width: 100px; *padding-top: 2px;}
.timeF_2 {float: left; width: 200px;}
.langF_2 {float: left; width: 100px;}
.ctF_2 {padding-left: 5px;}
.pannelCS {padding-top: 10px; padding-bottom: 40px;}
.btnF2 {position: absolute; right: 10px; top: 575px; *top: 590px;}
.radioF2 {padding-top: 1px; *padding-top: 0px;}
/**2011-10-07*/
