/* --- */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	clear: both;
}
body a:link,
body a:visited{
	color: #666666;
	text-decoration: none;
}
body a:hover{
	color: #663300;
	text-decoration: underline;
}
div#page {
	position: relative;
	width: 100%;
	background: url(../imgs/masthead_bg.gif) repeat-x 0 0;
	padding: 0px;
	clear: both;
	overflow: hidden;
}
/* --- */

/* --- start masthead */
div#masthead {
	width: 1000px;
	height: 66px;
}
div#mastheadleft {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	float: left;
}
#mastheadleftimage {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
#mastheadleftimage li {
	list-style-type: none;
	float: left;
}
#mastheadleftimage li#country {
	padding: 37px 0px 0px 30px;
}
div#mastheadright {
	padding: 3px 0px 0px 0px;
	margin: 0px 5px 0px 0px;
	float: right;
	text-align: right;
}
.languagelinks {
	font-size: 9px;
	font-family: Arial;
	color: #666666;
	text-decoration: none;
	text-transform:uppercase;
}
.languagelinks:hover{
	color: #666666;
	text-decoration: underline;
}
.languagelinks_cn {
	font-size: 10px;
	font-family: Arial;
	color: #666666;
	text-decoration: none;
}
.languagelinks_cn:hover {
	color: #666666;
	text-decoration: underline;
}
/* --- end masthead */



/* --- start topnav */
#topnav_links {
	font-size: 10px;
	font-family: Arial;
	color: #be5007;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

#topnav_links_CH {
	font-size: 10pt;
	font-family: Arial;
	color: #be5007;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
}

#topnav_links li, #topnav_links_CH li {
	color: #be5007;
	list-style-type: none;
	float: left;
	padding: 0px 0px 0px 22px;
}
#topnav_links li a:link,
#topnav_links li a:visited,
#topnav_links_CH li a:link,
#topnav_links_CH li a:visited{
	color: #be5007;
	text-decoration:none;
}
#topnav_links li a:hover, #topnav_links_CH li a:hover{
	color:#843501;
	text-decoration:none;
}
#topnav_links li#current, #topnav_links_CH li#current {
	color: #843501;
	text-decoration: none;
}
/* --- end topnav */




/* --- start content area specs */
div#contentarea {
	width: 1000px;
	margin-top: 0px;
	padding-top: 0px;
}
div#contentarealeft {
	float:left;
	width: 236px;
}
div#contentarearight {
	float: right;
	width: 763px;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align: top;
}
/* --- start content area specs */




/* --- start content */
div#contentheaderbrown {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #be5007;
	font-style: italic;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}
div#contentheaderbrownCH {
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	color: #be5007;
	text-decoration: none;
	padding: 0px 0px 5px 0px;
}

div#contenttext {
	font-size: 12px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	/*display: block;*/
	padding: 0px 15px 20px 0px;
}

div#contenttextCH {
	font-size: 11pt;
	line-height: 15pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	text-align: justify;
	/*display: block;*/
	padding: 0px 15px 20px 0px;
}

#greyboxtext {
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	text-decoration:none;
	display: block;
	background-color: #f2f2f2;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
}

#greyboxtext_CH {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	text-decoration:none;
	display: block;
	background-color: #f2f2f2;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 15px 0px;
}
/* --- end content */



/* --- start footer*/
#footer{
	background-attachment: scroll;
	background-image: url(../imgs/bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 180px;
	clear: both;
	width: 1000px;
	display: block;
	position: relative;
}
#footertext{
	font-size: 10px;
	line-height: 18px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	padding: 125px 0px 0px 15px;
	margin: 0px 0px 4px 0px;
	text-transform:uppercase;
}
/* --- end footer*/




/* --- start utility*/
#space5px {
	padding-bottom:5px;
}
#space10px {
	padding-bottom:10px;
}
#space20px {
	padding-bottom:20px;
}
#dottedline{
	background-image: url(../imgs/dottedline.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 10px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	height: 5px;
}
/* --- end utility*/


/* --- */
/* --- */

