/*LOU's CSS*/
@font-face {
    font-family: 'GillSansLightRegular';
    src: url('gill-sans-light-webfont.eot');
    src: url('gill-sans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('gill-sans-light-webfont.woff') format('woff'),
         url('gill-sans-light-webfont.ttf') format('truetype'),
         url('gill-sans-light-webfont.svg#GillSansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*Basic*/
body{
	font-family:Gill Sans MT, sans-serif;
	font-size:14px;
	line-height: 18px;
	background: url(../images/bg.jpg) repeat-x #8fa28e;
	background-attachment:fixed;
	color: #f2e0bd;
}
input, select, textarea{
	border:1px solid #f2bea0;
	background: transparent;
	font-family:Gill Sans MT, sans-serif;
	font-size:12px;
	padding:1px 2px;
	color: #f2e0bd;
}
select {
	background:#f2e0bd;
	border:0;
	color:#31464a;
	padding:2px;
	margin: 5px 0 5px 10px;
	text-transform: capitalize;
}
h1 {
	font-family: 'GillSansLightRegular', sans-serif;
	font-size:18px;
	color:#d7815c;
	padding-bottom:30px;
}
h2 {
	font-size:18px;
	color:#FFF;
}
h3 {
	font-size:14px;
	color:#344e56;
}
a{
	color:#f2e0bd;
	text-decoration:none;
}
a:hover{
	color:#f2bea0;
	text-decoration:none;
}

.clear{
	clear:both;
}
.clear1 {
	height:1px;
	font-size:1px;
	padding:0;
	clear:left;
}
.fleft{
	float:left;
}
.fright{
	float:right;
}
.center {
	text-align: left;
}
input.btn{
	border:1px solid #f2e0bd;
	padding:2px;
	background:none;
	color:#f2e0bd;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
}
input.btn:hover{
	border:1px solid #f2bea0;
	color:#f2bea0;
}

.error, .success, .warning { margin: 10px 0; padding: 0 5px; background: #687d75; color: #fff; line-height: 25px; width: 100%; }
.error span, .success span, .warning span { color: #f2bea0; text-transform: uppercase; }

.header_outer {
	border-bottom:dotted 1px #f2bea0;
	padding:10px 0 30px;
	margin-bottom:2px;
}
.header_inner {
	width:990px;
	margin:auto;
}
#logo {
	float:left;
}
.language_switcher{
	float:right;
	text-transform: uppercase;
	padding-bottom:30px;
}
.switcher {
	float: right;
	margin: 0 0 5px;
	cursor: pointer;
}
.switcher a, #download_cat {
	font-size: 10px;
	text-align: center;
	float: right;
	margin-left: 10px;
	text-decoration: none;
	display: block;
	border: 1px solid #f2e0bd;
	color: #f2e0bd;
	padding: 0 5px;
}
.switcher a:hover, #download_cat:hover, .event_detail .fleft a:hover {
	border: 1px solid #f2bea0;
	color: #f2bea0;
}
.switcher a.selected {
	border: 1px solid #f2bea0;
	color: #f2bea0;
}
.menu {
	font-size:13px;
	text-transform: uppercase;
	float:right;
	padding-top:10px;
}
.menu li {
	width:0px;
	float:left;
	white-space: nowrap;
	height:40px;
	_padding-left:20px;
}
.menu > li {
	width:auto;
}
.menu > li + li {
	padding-left:40px;
}
.menu a {
	display:block;
	height:40px;
}
.menu a:hover, .menu li.current a {
	background:url(../images/menu_hover.png) no-repeat center 20px;
	_background:url(../images/menu_hover.jpg) no-repeat center 20px;
	color:#f2e0bd;
}

.footer_outer {
	line-height: 20px;
	text-align: center;
	border-top:dotted 1px #f2bea0;
	color:#f2e0bd;
	font-size:11px;
	padding:20px 0;
	margin-top:2px;
}
.footer_outer span.icon a {
	vertical-align: middle;
}
.footer_inner {
	width:990px;
	margin:auto;
}

.breadcrumb{
	font-family: Garamond, serif;
	font-size:30px;
	font-style:italic;
	line-height: 50px;
	text-transform:lowercase;
	text-align: left;
	width:990px;
	margin:auto;
	padding-bottom:30px;
}
.breadcrumb span.sep {
	text-indent: -9999em;
	width: 9px;
	height: 13px;
	padding: 0 5px;
	background: url(../images/separator.png) no-repeat center center;
}
.breadcrumb span.last {
	color: #f2bea0;
}
/* Content */
.wrapper {
	border-top:1px solid #bcbda3;
	border-bottom:1px solid #bcbda3;
	padding:30px 0;
}
#content {
	width:990px;
	margin:auto;
}
/* Home */
.home a {
	float:left;
}
/* About */
.about p {
	color:#FFF;
	font-size:14px;
}
.about p span {
	color:#f2e0bd;
	font-size:20px;
	font-weight:normal;
	font-family:Garamond, serif;
	font-style:Italic;
}
.about h1 {
	font-size:40px;
	color:#f2bea0;
	font-style:Italic;
	line-height:1;
	font-family:Garamond, serif;
	border-bottom:1px solid #f2bea0;
	padding-bottom:20px;
	margin-bottom:20px;
	font-weight:normal;
}
.about div {
	width:550px;
	min-height:563px;
	height:auto !important;
	height:563px;
	float:left;
	border:solid 1px #a3ae97;
	padding:20px;
	background: url(../images/about_bg.png);
}
.about img {
	padding-left:40px;
}
/* Contact */
.contact #address {
	width:320px;
	float:left;
}
.contact p a {
	color:#344e56;
}
.contact > #address + #address {
	margin-left:15px;
}
.contact .contact_box1 {
	background: url(../images/contact_01.png) no-repeat;
	padding-top:206px;
	height:231px;
}
.contact .contact_box2 {
	background: url(../images/contact_02.png) no-repeat;
	padding-top:206px;
	height:231px;
}
.contact .contact_box3 {
	background: url(../images/contact_03.png) no-repeat;
	height:437px;
}
.contact .contact_box1 div, .contact .contact_box2 div, .contact_box3 .first, .contact_box3 .second {
	padding:15px;
}
.contact p {
	color:#344e56;
}
.contact_box1 p span, .contact_box2 p span {
	width:50px;
	float:left;
}
.contact_box3 p span {
	width:130px;
	float:left;
}
/* Collections */
#download_cat {
	margin-bottom:20px;
}
.collection {
	position:relative;
	cursor:pointer;
}
.collection .dark h1 {
	position:absolute;
	bottom:0;
	left:0;
	padding:15px;
	background: url(../images/collection_list_bg.png) no-repeat;
	width:254px;
	height:14px;
	color:#8fa28e;
	text-transform:uppercase;
}
.collection .color div.text_box {
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/collection_text_bg.png) no-repeat;
	width:100%;
	height:215px;
	_bottom:5px;
}
.collection .color h1 {
	padding:15px;
	text-transform:uppercase;
}
.collection .color h2 {
	font-family: Garamond, serif;
	padding:5px 15px 0 15px;
	text-transform:lowercase;
	font-size:26px;
	font-style:italic;
}
.collection .color p {
	color:#344e56;
	font-size:12px;
	padding:0 15px;
}
.collection .color span {
	padding:0 15px 10px 15px;
	display:block;
	color:#344e56;
	text-transform:uppercase;
}
.collection .color a {
	margin:15px;
	bottom:0;
	left:0;
	position:absolute;
}
.collection .color a, .event a, .event_detail .fleft a {
	margin:10px 15px;
	padding:0 4px;
	float:left;
	color:#344e56;
	border:solid 1px #c4a490;
	font-size:10px;
	text-transform:uppercase;
}
.collection_box {
	width:990px;
	height:814px;
	position:relative;
}
.collection_box #box1 {
	position:absolute;
	width:248px;
	height:477px;
	top:0;
	left:0;
	overflow:hidden;
}
.collection_box #box1 img {
	clip:rect(0px,248px,477px,0px);
}
.collection_box #box2 {
	position:absolute;
	width:247px;
	height:377px;
	top:0;
	left:248px;
	overflow:hidden;
}
.collection_box #box2 img {
	clip:rect(0px,247px,377px,0px);
}
.collection_box #box3 {
	position:absolute;
	width:247px;
	height:437px;
	top:0;
	left:495px;
	overflow:hidden;
}
.collection_box #box3 img {
	clip:rect(0px,247px,437px,0px);
}
.collection_box #box4 {
	position:absolute;
	width:248px;
	height:407px;
	top:0;
	left:742px;
	overflow:hidden;
}
.collection_box #box4 img {
	clip:rect(0px,248px,407px,0px);
}
.collection_box #box5 {
	position:absolute;
	width:248px;
	height:337px;
	top:477px;
	left:0;
	overflow:hidden;
}
.collection_box #box5 img {
	clip:rect(0px,248px,337px,0px);
}
.collection_box #box6 {
	position:absolute;
	width:247px;
	height:437px;
	top:377px;
	left:248px;
	overflow:hidden;
}
.collection_box #box6 img {
	clip:rect(0px,247px,437px,0px);
}
.collection_box #box7 {
	position:absolute;
	width:247px;
	height:377px;
	top:437px;
	left:495px;
	overflow:hidden;
}
.collection_box #box7 img {
	clip:rect(0px,247px,377px,0px);
}
.collection_box #box8 {
	position:absolute;
	width:248px;
	height:407px;
	top:407px;
	left:742px;
	overflow:hidden;
}
.collection_box #box8 img {
	clip:rect(0px,248px,407px,0px);
}
/* Event */
.events {
	width:1070px;
	margin:auto;
}
.event {
	width:247px;
	position:relative;
	float:left;
	cursor:pointer;
}
.event div {
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
	background: url(../images/events_bg.png) no-repeat;
}
.event div span {
	font-size:12px;
	color:#d7815c;
	padding:5px 10px;
	display:block;
}
.event h3 {
	padding:5px 10px;
}
.event a {
	margin:10px;
	bottom:0;
	left:0;
	position:absolute;
}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 990px;
	height:480px;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}
.items div.fleft {
	float:left;
	width:990px;
	padding:0 1px;
}
/* Event Details */
.event_detail {
	_position:relative;
}
.event_detail .fleft {
	position:relative;
	width:230px;
	min-height:471px;
	height:auto !important;
	height:471px;
	border:solid 1px #a3ae97;
	padding:20px;
	background: url(../images/about_bg.png);
}
.event_detail span {
	color: #f2bea0;
	font-size:12px;
}
.event_detail p {
	padding-bottom:40px;
}
.event_detail h1 {
	color:#FFF;
	font-size:22px;
	padding:10px 0 20px;
	margin-bottom:20px;
	border-bottom:solid 3px #f2bea0;
}
.event_detail .fleft a {
	color:#f2e0bd;
	border:solid 1px #f2e0bd;
	margin:20px;
	bottom:0;
	left:0;
	position:absolute;
}
.event_detail .fright {
	border:solid 1px #a3ae97;
	background: url(../images/about_bg.png);
}
.event_detail .fright #event_image {
	width:700px;
	height:465px;
}
.event_image_list li img {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor:pointer;
}
.event_image_list li img.current {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.chinese .collection .color a,.chinese  .event a,.chinese  .event_detail .fleft a {
	font-size:12px;
}
.chinese_line {
	line-height:1.4;
}