body {
    background: #ededed url(../images/bg.jpg) repeat-x;
}

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -222px;
}

.header .logo-row a:hover {
	background: none;
}

.header .logo-row .header-left {
    padding-top: 15px;
}

.header .logo-row .header-right {
    background: #fff;
}

.header .logo-row .header-right .language-sidebar {
    padding: 0 18px;
    text-align: right;
}

.header .logo-row .header-right .language-sidebar .widget {
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

.header .logo-row .header-right .language-sidebar .widget ul {
    margin: 0;
}

.header .logo-row .header-right .language-sidebar .widget_search .screen-reader-text {
    display: none;
}

.header .logo-row .header-right .language-sidebar .widget_search #s {
    border: 1px solid #ccc;
    background: #fff;
    padding: 5px;
    width: 170px;
}

.header .logo-row .header-right .language-sidebar .widget_search #searchsubmit {
    background: #6DB435;
    color: #fff;
    border: none;
    padding: 5px 8px;
	cursor: pointer;
}

.header .menu-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.header .menu-row #menu-main-menu {
    margin: 0;
    padding: 11px 0;
}

.header .menu-row #menu-main-menu li {
    list-style: none;
    margin: 0 35px 0 0;
    display: inline;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.header .menu-row #menu-main-menu li.current-menu-item {
    padding-left: 6px;
    border-left: 6px solid #6db435;
}

.header .menu-row #menu-main-menu li a {
    color: #666;
}

.header .menu-row #menu-main-menu li a:hover {
    color: #999;
}

html[lang="en-US"] .header .menu-row #menu-main-menu li#menu-item-18  {
	display: none;
}

html[lang="zh-HK"] .header .menu-row #menu-main-menu li#menu-item-575  {
	display: none;
}

.header .menu-row #menu-main-menu li#menu-item-18, .header .menu-row #menu-main-menu li#menu-item-575  {
	_display: none;
}

html[lang="en-US"] body.home .header .menu-row #menu-main-menu li#menu-item-575  {
    padding-left: 6px;
    border-left: 6px solid #6db435;
}

.header .menu-row #menu-main-menu ul {
    display: none;
}

.header .menu-row .menu-right-menu-container  {
    width: 260px;
    float: right;
}

.header .menu-row #menu-right-menu {
    background: url(../images/rightmenu-bg.png) top right no-repeat;
    height: 45px;
    margin: 0;
}

.header .menu-row #menu-right-menu li {
    width: 130px;
    padding: 11px 0;
    float: left;
    margin: 0;
    list-style: none;
    text-align: center;
}

.header .menu-row #menu-right-menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
	background: none;
}

.bottom-sidebar {
    margin: 25px 0 0;
    background: #fff;
    height: 178px;
}

.bottom-sidebar .widget {
    width: 193px;
    padding: 25px 35px 20px 0;
    float: left;
}

html[lang="en-US"] .bottom-sidebar .widget {
    width: 223px;
}

html[lang="en-US"] .bottom-sidebar .widget {
    padding: 25px 10px 20px 0;
}

.bottom-sidebar .widget .icon-side {
    width: 65px;
    overflow: hidden;
    float: left;
}

.bottom-sidebar .widget .widget-content {
    width: 120px;
    float: right;
    height: 134px;
    overflow: hidden;
}

html[lang="en-US"] .bottom-sidebar .widget .widget-content {
    width: 155px;
}

.bottom-sidebar .widget .widget-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.bottom-sidebar .widget .widget-content h3 a {
    color: #6DB435;
}

.bottom-sidebar .widget .widget-content p {
    margin-bottom: 0;
}

html[lang="en-US"] .bottom-sidebar .widget .widget-content p {
    font-size: 8pt;
}

.bottom-sidebar .first {
    padding-left: 40px;
}

html[lang="en-US"] .bottom-sidebar .first {
    padding-left: 10px;
}

.push {
    height: 222px;
}

.footer {
    border-top: 2px solid #472400;
    background: #5b2e00;
    color: #fff;
    padding: 12px 0;
}

.footer a {
    color: #fff;
}

.footer #menu-bottom-menu {
    margin: 0;
}

.footer #menu-bottom-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 40px;
}

.footer #menu-bottom-menu li a {
    color: #fff;
}

.footer #menu-bottom-menu li a:hover {
	background: none;
}

.footer .footer-right {
    text-align: right;
}

.footer .developer:hover {
    text-decoration: none;
    color: #F7FEB5;
}

.content {
}