/* ELEMENTS ********************************************************************************************/

body, p, a, a:link, a:visited, a:hover, img, td, li {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: #393b3b;
	font-size: 9px;
	line-height: 120%;
	font-family: Verdana, Arial, Helvetica, Lucida, Trebuchet MS, Arial Narrow, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
body {
	background: #b2b2b2;
}
p { padding-bottom: 7px; }
a:link, a:visited, a:hover { color: #1289c7; line-height: 120%; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }
img { line-spacing: 0px; }
table, tr, td {
	margin: 0px;
	padding: 0px;
}

ul, ol {
	margin: 0px 0px 5px 0px;
	_margin: 0px 0px 5px 10px;
	padding-left: 15px;
}

li {
	padding-bottom: 2px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

div { border: solid 0px red; }

/* Admin link ******************************************************************************************/

a.adminlink, a.adminlink:link, a.adminlink:visited, a.adminlink:hover {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 7px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
}

a.adminlink:hover { text-decoration: underline; }

/* _head.php *******************************************************************************************/

div.page {
	width: 950px;
	background: #ffffff url(lookfeel/pagebg.jpg) repeat-y;
}

/* banner **********************************************************************************************/

div.logo {
	float: left;
	width: 910px;
	height: 95px;
	background: url(lookfeel/logo.jpg) bottom left no-repeat;
	margin-top: 2px;
	margin-bottom: 23px;
	margin-left: 40px;
	_margin-left: 20px;
}

/*** Language ***/

div#languages {
	float: right;
	padding: 8px 5px 0px 7px;
	height: 20px;
	background: url(menu.gif) top left no-repeat;
}

div#languages a, div#languages a:link, div#languages a:visited, div#languages a:hover {
	text-align: right;
	padding: 3px 10px 2px 9px;
	margin: 0px 3px 0px 2px;
	border: 2px solid #eeeeee;
}
div#languages a.current, div#languages a.current:link, div#languages a.current:visited, div#languages a.current:hover { 
	border: 2px solid #333333;
}

a#en, a#en:link, a#en:visited, a#en:hover { background: url(lookfeel/en.gif) center center no-repeat; text-decoration: none; }
a#zh, a#zh:link, a#zh:visited, a#zh:hover { background: url(lookfeel/zh.gif) center center no-repeat; text-decoration: none; }

/* Top Menu ********************************************************************************************/

div.Top {
	float: left;
	clear: both;
	width: 930px;
	height: 26px;
	background: url(lookfeel/topbg.jpg) repeat-y;
	
	margin-left: 20px;
	_margin-left: 10px;
}

a.Top0, a.Top0:link, a.Top0:visited, a.Top0:hover {
	display: block;
	float: left;
	height: 20px;
	border-right: solid 1px #ffffff;
	padding: 6px 20px 0px 20px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.Top0:hover {
	background: #02a9ff;
}

div.Top1 {
	visibilty: hidden;
	position: absolute;
	top: -2000px;
	left: -2000px;
	z-index: 100;
	margin-top: -1px;
}

a.Top1, a.Top1:link, a.Top1:visited, a.Top1:hover {
	display: block;
	background: #1289c7;
	border-bottom: solid 1px #02a9ff;
	padding: 5px 20px 5px 20px;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

a.Top1:hover {
	background: #02a9ff;
}

/* index.php *******************************************************************************************/

div.indexcontent {
	float: left;
	clear: both;
	width: 600px;
	height: 309px;
	background: url(lookfeel/indexbg.jpg) no-repeat;
	margin-left: 20px;
	_margin-left: 10px;
	text-align: left;
}

div.indextitle {
	display: block;
	margin-top: 25px;
	margin-left: 20px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 32px;
	line-height: 120%;
	color: #ffffff; 
}

div.indextext {
	display: block;
	width: 325px;
	margin-top: 14px;
	margin-left: 20px;
	text-align: left;
	font-size: 9px;
	line-height: 120%;
	color: #ffffff; 
}

div.indextext p {
	text-align: left;
	font-size: 9px;
	line-height: 120%;
	color: #ffffff; 
}

div.indexchildren {
	float: left;
	width: 320px;
	height: 300px;
	background: url(lookfeel/icbg.jpg) repeat-y;
	padding: 9px 0px 0px 10px;
	text-align: left;
}

div.indexchild {
	width: 290px;
	height: 66px;
	background: url(lookfeel/childbg.jpg) no-repeat;
	padding: 3px 10px 3px 0px;
}

div.childline {
	width: 300px;
	height: 1px;
	background: #1289c7;
	_overflow: hidden;
}

a.childpic, a.childpic:link, a.childpic:visited, a.childpic:hover {
	float: left;
	width: 47px;
	height: 47px;
	border: solid 1px #094378;
	margin: 8px 16px 8px 8px;
}

img.childpic {
	width: 47px;
}

div.childtitle {
	border-bottom: dashed 1px #1289c7;
	margin-top: 8px;
	margin-left: 73px;
	padding-bottom: 3px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.childtext {
	padding-top: 5px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.childtext p {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.indexprojects {
	float: left;
	clear: both;
	width: 600px;
	height: 301px;
	background: #dbdedd;
	margin-left: 20px;
	_margin-left: 10px;
}

div.indexprojecttitle {
	width: 580px;
	height: 28px;
	background: url(lookfeel/indexprobg.jpg) repeat-y;
	padding-top: 6px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
	_overflow: hidden;
}

div.feature {
	width: 570px;
	height: 93px;
	border-bottom: solid 1px #626564;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 20px;
	_margin-left: 10px;
}

a.featurepic, a.featurepic:link, a.featurepic:visited, a.featurepic:hover {
	display: block;
	float: left;
	width: 138px;
	height: 93px;
	border: 0px;
	margin-right: 9px;
}

img.featurepic {
	width: 138px;
}

div.featuretext {
	float: left;
	width: 286px;
	height: 93px;
	margin-right: 12px;
	text-align: left;
}

a.featuretitle, a.featuretitle:link, a.featuretitle:visited, a.featuretitle:hover {
	display: block;
	border-bottom: dashed 1px #626564;
	margin-bottom: 5px;
	padding-bottom: 5px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #1288c6;
}

a.featuretitle:hover {
	text-decoration: underline;
}

div.featurelabel {
	display: block;
	float: left;
	width: 84px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: bold;
	line-height: 120%;
	color: #58595b;
}

div.featurefield {
	display: block;
	float: left;
	width: 202px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #58595b;
}

a.featurefieldlink, a.featurefieldlink:link, a.featurefieldlink:visited, a.featurefieldlink:hover {
	display: block;
	float: left;
	width: 202px;
	padding-top: 2px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #1289c7;
	text-decoration: none;
}

a.featurefieldlink:hover {
	text-decoration: underline;
}

a.featuremap, a.featuremap:link, a.featuremap:visited, a.featuremap:hover {
	display: block;
	float: left;
	width: 115px;
	height: 93px;
	border: 0px;
}

img.featuremap {
	width: 115px;
}

div.indexnews {
	float: left;
	width: 330px;
	height: 301px;
	background: #ffffff;
	_overflow: hidden;
}

div.indexnewstitle {
	width: 312px;
	height: 28px;
	background: url(lookfeel/indexnewsbg.jpg) repeat-y;
	padding-top: 6px;
	padding-left: 18px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

iframe.newsbox {
	width: 280px;
	height: 247px;
	background: #ffffff;
	border: 0px;
	padding: 10px 30px 10px 20px;
	scroll: none;
	_overflow: hidden;
}

div.newsframetitle {
	border-bottom: 1px solid #1289c7;
	margin-top: 10px;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 9px;
	font-weight: bold;
	line-height: 120%;
	color: #393b3b;
}


/* article.php *****************************************************************************************/

div.articlebg {
	clear: both;
	width: 950px;
	background: url(lookfeel/artpagebg.jpg) repeat-y;
}

div.artleft {
	float: left;
	width: 600px;
	min-height: 436px;
	margin-left: 20px;
	_margin-left: 10px;
	text-align: left;
}

div.artright {
	float: left;
	width: 330px;
	text-align: left;
	_overflow: hidden;
}

div.artpic {
	width: 600px;
	height: 140px;
	overflow: hidden;
}

img.artpic {
	width: 600px;
}

div.pageheader {
	width: 580px;
	height: 28px;
	background: url(lookfeel/indexprobg.jpg) repeat-y;
	padding-top: 6px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.leftmargins {
	padding: 15px 55px 15px 20px; }

a.siblinglinks, a.siblinglinks:link, a.siblinglinks:visited, a.siblinglinks:hover {
	color: #1289c7;
	text-decoration: none;
	white-space: nowrap;
}

a.siblinglinks:hover {
	text-decoration: underline;
}

div.artmap {
	width: 525px;
	margin-bottom: 10px;
	overflow: hidden;
}

div.arttextpic {
	float: right;
	width: 110px;
	margin-top: 20px;
	margin-left: 20px;
	text-align: right;
}

img.arttextpic {
	width: 110px;
}

div.articletitle {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #1289c7;
}

div.artlinetop {
	width: 385px;
	border-top: dotted 1px #393b3b;
}

div.artlinebottom {
	clear: left;
	width: 385px;
	border-bottom: dotted 1px #393b3b;
	padding-top: 5px;
}

div.artlabel {
	display: block;
	float: left;
	clear: left;
	width: 85px;
	padding-top: 5px;
	font-size: 9px;
	font-weight: bold;
	line-height: 120%;
	color: #58595b;
}

div.artfield {
	display: block;
	float: left;
	width: 300px;
	padding-top: 5px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #58595b;
}

a.artfieldlink, a.artfieldlink:link, a.artfieldlink:visited, a.artfieldlink:hover {
	display: block;
	float: left;
	width: 300px;
	padding-top: 5px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #1289c7;
}


div.articletext, div.articletext p {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

a.articlelink, a.articlelink:link, a.articlelink:visited, a.articlelink:hover {
	display: block;
	padding-bottom: 2px;
	color: #1289c7;
	text-decoration: none;
}

a.articlelink:hover {
	text-decoration: underline;
}

div.linksheader {
	width: 310px;
	height: 28px;
	background: url(lookfeel/indexnewsbg.jpg) repeat-y;
	padding-top: 6px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.rightmargins {
	padding: 20px 20px 15px 20px;
}

div.section {
	width: 255px;
	background: url(lookfeel/sectionbg.jpg) repeat-y;
	margin-bottom: 5px;
	padding: 10px 20px 10px 15px;
	_overflow: hidden;
}

div.sectiontitle {
	border-bottom: dashed 1px #1289c7;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 3px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

a.sectionlink, a.sectionlink:link, a.sectionlink:visited, a.sectionlink:hover {
	display: block;
	width: 245px;
	height: 15px;
	padding: 5px 5px 0px 5px;
	color: #ffffff;
	text-decoration: none;
}

a.sectionlink:hover {
	background: #02a9ff;
}

/* news.php ********************************************************************************************/

div.newsbg {
	clear: both;
	width: 950px;
	background: none;
}

div.newstitle {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

div.newstext {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

div.newsline {
	width: 525px;
	height: 1px;
	border-bottom: dotted 1px #1289c7;
	margin: 9px 0px 10px 0px;
	_overflow: hidden;
}

div.newstext p {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

a.newslink, a.newslink:link, a.newslink:visited, a.newslink:hover {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #1289c7;
	text-decoration: none;
}

a.newslink:hover {
	text-decoration: underline;
}

div.newsrightmargins {
	background: #dcdedd;
	padding: 20px 20px 15px 20px;
	_overflow: hidden;
}

/* gallery.php (based on news.php) *********************************************************************/

div.gallery {
	float: left;
	margin: 7px;
	border: 1px solid #aaaaaa;
	padding:7px;
}

img.gallery {
	height: 60px;
	cursor: pointer;
}

/* slide show */

div.sscontrols {
	background: #ffffff;
}

div.sspagit {
	float: right;
	width: 83px;
	_width: 87px;
	height: 20px;
	_height: 24px;
	padding: 2px;
	background: url(lookfeel/sspagitbg.gif) no-repeat;
	overflow: hidden;
}

div.cppagit {
	float: left;
	width: 83px;
	_width: 87px;
	height: 20px;
	_height: 24px;
	padding: 2px;
	background: url(lookfeel/sspagitbg.gif) no-repeat;
	overflow: hidden;
}

a.ssclose, a.ssclose:link, a.ssclose:visited, a.ssclose:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 43px;
	background: url(lookfeel/close.gif) no-repeat;
	overflow: hidden;
}
a.ssclose:hover { background: url(lookfeel/closeh.gif) no-repeat; }

a.play, a.play:link, a.play:visited, a.play:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(lookfeel/play.gif) no-repeat;
	overflow: hidden;
}
a.play:hover { background: url(lookfeel/playh.gif) no-repeat; }

a.pause, a.pause:link, a.pause:visited, a.pause:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(lookfeel/pause.gif) no-repeat;
	overflow: hidden;
}
a.pause:hover { background: url(lookfeel/pauseh.gif) no-repeat; }

a.prevbut, a.prevbut:link, a.prevbut:visited, a.prevbut:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(lookfeel/prevbut.gif) no-repeat;
	overflow: hidden;
}
a.prevbut:hover { background: url(lookfeel/prevbuth.gif) no-repeat; }

div.numpages {
	float: left;
	width: 43px;
	height: 16px;
	_height: 20px;
	padding-top: 4px;
	_padding-top: 3px;
	font: normal 10px AdvoCut, Arial Narrow, Arial, Helvetica, San-Serif;
	color: #4d4d4d;
	line-height: 120%;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	overflow: hidden;
}

a.nextbut, a.nextbut:link, a.nextbut:visited, a.nextbut:hover {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(lookfeel/nextbut.gif) no-repeat;
	overflow: hidden;
}
a.nextbut:hover { background: url(lookfeel/nextbuth.gif) no-repeat; }

/* single.php ******************************************************************************************/

div.singlebanner {
	width: 910px;
	height: 28px;
	background: url(lookfeel/singlebannerbg.jpg) repeat-y;
	margin-left: 20px;
	padding-top: 6px;
	padding-left: 20px;
	text-align: left;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #ffffff;
}

div.singlemargins {
	padding: 15px 55px 15px 40px;
	text-align: left;
}

div.singletitle {
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 120%;
	color: #1289c7;
}

div.singletext, div.singletext p {
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

a.singlelink, a.singlelink:link, a.singlelink:visited, a.singlelink:hover {
	display: block;
	padding-bottom: 2px;
	color: #1289c7;
	text-decoration: none;
}

a.singlelink:hover {
	text-decoration: underline;
}

div.singleclear {
	clear: left;
	width: 835px;
	height: 1px;
	_overflow: hidden;
}

div.singlelabel {
	float: left;
	width: 35px;
	height: 12px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
}

div.singlefield,
a.singlefieldlink, a.singlefieldlink:link, a.singlefieldlink:visited, a.singlefieldlink:hover,
a.singlefieldlink2, a.singlefieldlink2:link, a.singlefieldlink2:visited, a.singlefieldlink2:hover {
	display: block;
	float: left;
	height: 12px;
	font-size: 9px;
	font-weight: normal;
	line-height: 120%;
	color: #393b3b;
	text-decoration: none;
}

a.singlefieldlink, a.singlefieldlink:link, a.singlefieldlink:visited, a.singlefieldlink:hover,
a.singlefieldlink2, a.singlefieldlink2:link, a.singlefieldlink2:visited, a.singlefieldlink2:hover {
	color: #1289c7;
}

a.singlefieldlink2, a.singlefieldlink2:link, a.singlefieldlink2:visited, a.singlefieldlink2:hover {
	clear: left;
	padding-left: 35px;
	_padding-left: 40px;
}

a.singlefieldlink:hover, a.singlefieldlink2:hover {
	text-decoration: underline;
}

/* sitemap.php *****************************************************************************************/

a.maplink1, a.maplink1:link, a.maplink1:visited, a.maplink1:hover,
a.maplink2, a.maplink2:link, a.maplink2:visited, a.maplink2:hover,
a.maplink3, a.maplink3:link, a.maplink3:visited, a.maplink3:hover {
	display: block;
	margin-top: 10px;
	font-family: Helvetica Neue Light, Helvetica, Arial;
	font-size: 14px;
	color: #1289c7;
}

a.maplink2, a.maplink2:link, a.maplink2:visited, a.maplink2:hover,
a.maplink3, a.maplink3:link, a.maplink3:visited, a.maplink3:hover {
	margin-top: 5px;
	margin-left: 20px;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
	color: #393b3b;
}

a.maplink3, a.maplink3:link, a.maplink3:visited, a.maplink3:hover {
	margin-left: 40px;
}

a.maplink1:hover, a.maplink2:hover, a.maplink3:hover { text-decoration: underline; }

/* Footer **********************************************************************************************/

div.footer {
	clear: both;
	width: 950px;
	height: 30px;
	background: #1289c7;
}

div.copyright {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	_margin-left: 10px;
	font-size: 10px;
	line-height: 120%;
	color: #ffffff;
}

div.baselinks {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	_margin-right: 10px;
	font-size: 10px;
	line-height: 120%;
	color: #ffffff;
}

a.baselink, a.baselink:link, a.baselink:visited, a.baselink:hover {
	font-size: 10px;
	line-height: 120%;
	color: #ffffff;
}

a.baselink:hover { text-decoration: underline; }

td.responsedata {
	padding-left: 15px;
}

div.radio {
	float: left;
	margin-bottom: 20px;
	margin-right: 25px;
}