@charset "utf-8";
/* CSS Document */

html, body
{
height: 100%;
}

body
{
background-color: #000;
margin: 0px;
padding: 0px;

margin-left: 100px;
margin-top: 3px;
margin-bottom: 3px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
text-align: left;
}

input, textarea, select
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

h1
{
font-size: 20px;
padding: 0px;
margin: 0px;
margin-bottom: 10px;
}

h2 {
font-size: 14px;
padding: 0px;
margin: 0px;
margin-top: 10px;
margin-bottom: 5px;
}

p {
	margin-top: 0px;
	line-height: 150%;
	margin-bottom: 5px;
}

#body_right li {
	margin-bottom: 5px;
}

#body_right p a:link, #body_right p a:visited {
	color: #f00;
}

a:link, a:active, a:visited
{
text-decoration: none;
color: #000;
}

a:hover
{
text-decoration: underline;
}

#container_page
{
width: 960px;
background-color: #fff;

float: left;
position: relative; /* needed for footer positioning */
height: auto !important; /* real browsers */
height: 100%; /* IE6: treaded as min-height*/
min-height: 100%; /* real browsers */
}

#container_content
{
float: left;
margin-bottom: 20px;
padding-bottom: 100px;
}

#header
{
background-image: url(/images/template/nls/header_bg.gif);
background-repeat: no-repeat;
background-color: #85694a;
height: 170px;
width: 960px;
border-bottom: #000 solid 3px;
}

#header_left
{
float: left;
width: 190px;

padding-top: 5px;
padding-left: 15px;
}


#header_right
{
float: left;
width: 700px;
margin-left: 30px;
padding-top: 10px;

font-size: 22px;
font-weight: bold;
color: #fff;
line-height: 24px;
}

.header_right_title
{
font-size: 32px;
}

.header_right_language
{
float: right;
font-size: 12px;
font-weight: normal;
}

.header_right_language a
{
text-decoration: none;
color: #fff;
}

.header_right_language a:hover
{
text-decoration: underline;
}

#body_left
{
width: 205px;
float: left;
padding-top: 20px;
}

#body_left_menu ul
{
list-style: none;
margin: 0px;
padding: 0px;
margin-left: 20px;
}

#body_left_menu li
{
border-top: 1px solid #C59C6E;
font-size: 13px;
text-transform: uppercase;
font-weight: bold;
font-style: italic;
text-align: right;
padding-top: 3px;
padding-right: 10px;
height: 25px;
}

#body_left_menu a
{
color: #32144A;
text-decoration: none;
}

#body_right
{
width: 650px;
float: left;
margin-left: 30px;
padding-top: 15px;
}

a:link.highlight, a:visited.highlight
{
text-decoration: underline;
}

#footer
{
position: absolute;
bottom: 0px !important; /* stick to bottom */
border-top: #000 solid 3px;
background-color: #85694A;
width: 955px;
height: 20px;

font-size: 11px;
color: #fff;
padding-left: 5px;
padding-top: 5px;

left: 0px;
}

#menu_list ul
{
list-style: none;
margin: 0px;
padding: 0px;

margin-top: 10px;
margin-bottom: 10px;

border-top: #C59C6E dotted 1px;
}

#menu_list li
{
float: left;
clear: both;
width: 100%;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: #C59C6E dotted 1px;
min-height: 50px;
}

#menu_list_home ul
{
list-style: none;
margin: 0px;
padding: 0px;
}

#menu_list_home li
{
padding-top: 3px;
padding-bottom: 3px;
border-bottom: #C59C6E dotted 1px;
}

.pager_nav
{
display: block;
width: 100%;
text-align: right;
}

.pager_nav a
{
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
border: #ccc 1px solid;
font-size: 14px;
}

.description, a:link.categories, a:visited.categories, a:active.categories
{
color: #85694A;
}

.menu_section_table
{
width: 100%;
margin-bottom: 20px;
}

.menu_section_table .rightcolumn
{
text-align: right;
}

/*
.menu_section_table th
{
background-color: #dedede;
font-weight: normal;
padding-top: 5px;
padding-bottom: 10px;

padding-left: 3px;
}
*/

.menu_section_table .section_header
{
font-size: 13px;
background-color:#FF9933;
padding: 2px;
}

.menu_section_table .subsection_header
{
font-size: 13px;
background-color:#ddd;
padding: 2px;
}

.chinese
{
font-size: 14px;
}
