
        body {
            margin: 0;
            padding: 0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #000000;
            letter-spacing: 1pt;
            line-height: 12pt;
        }
        img {
            margin: 0;
            border: none;
        }
        a:link, a:visited {
            color: #1683cd;
            text-decoration: none;
        }
        a:hover {
            color: #cc6666;
            text-decoration: none;
        }
        h3 {
            font-weight: bold;
            font-size: 13pt;
            margin: 0;
            padding: 0;
            color: #FF9900;
            letter-spacing: 1px;
        }
        p {
            margin: 0;
            padding: 0;
        }

        /* Superfish CSS - with previous fixes */
        .sf-menu, .sf-menu * {
            margin: 0;
            padding: 0;
            list-style: none;
            z-index: 999999;
        }
        .sf-menu ul {
            position: absolute;
            top: -999em;
        }
        .sf-menu li {
            float: left;
            position: relative;
        }
        .sf-menu a {
            display: block;
            position: relative;
        }
        .sf-menu li:hover ul,
        .sf-menu li.sfHover ul {
            left: 0;
            top: 2.5em;
        }
        .sf-menu a, .sf-menu a:visited {
            line-height: 28px;
            font-weight: bold;
            color: #ffffff !important;
            font-size: 11px;
            padding-left: 8px;
            padding-right: 8px;
            text-decoration: none;
        }
        .sf-sub-indicator {
            display: none !important;
        }
        .sf-menu li li {
            background: #5C9B17 !important;
        }
        .sf-menu li li a {
            color: #ffffff !important;
            background: transparent;
            border: none !important;
            line-height: 24px;
        }
        .sf-menu li li a:hover {
            color: #cc6666 !important;
            background: #88DE29 !important;
        }

        /* Layout styles */
        .wrapper {
            width: 980px;
            margin: 0 auto;
        }
        .header-bg {
            background: url(/Image/system/bgbody.png) repeat-y left top;
            padding: 0 19px 0 18px;
        }
        .top-section {
            background: url(/Image/system/bg-top1.png) repeat-x left top;
            height: 90px;
            display: flex;
            align-items: center;
        }
        .top-inner {
            width: 100%;
            margin: 0 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .logo {
            width: 338px;
            text-align: left;
        }
        .logo img {
            margin-top: 3px;
        }
        /* Fixed: No gap between menu and slider */
        .menu-bar {
            width: 100%;
            background: url('/Image/system/topbg.jpg') repeat-x left top;
            min-height: 28px;
            margin: 0;          /* ensure no margin */
            padding: 0;         /* ensure no padding */
        }
        .menu-bar ul.sf-menu {
            width: 980px;
            margin: 0 auto;
            padding: 0;
        }
        .slider-container {
            text-align: center;
            margin: 0;          /* remove any default margin */
            padding: 0;         /* changed from 10px 0 to 0 */
        }
        .main-content {
            display: flex;
            background: url(/Image/system/bgbody.png) repeat-y left top;
            min-height: 100%;
        }
        .sidebar {
            width: 220px;
            padding: 10px 0 0 18px;
            flex-shrink: 0;
        }
        .sidebar-box {
            width: 220px;
        }
        .sidebar-title {
            background: url(/Image/system/bg-left.png) no-repeat left top;
            height: 31px;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: bold;
        }
        .sidebar-links a {
            display: block;
            padding: 4px 5px;
            color: #000000;
            font-weight: bold;
        }
        .sidebar-links a:first-of-type {
            background: #dcdcdc;
        }
        .sidebar-links a:nth-of-type(2) {
            background: #f7f7f7;
        }
        .sidebar-spacer {
            height: 10px;
        }
        .content-area {
            flex: 1;
            padding: 7px 20px 20px 10px;
        }
        .content-box {
            background: #f3f1f2;
            margin-top: 7px;
        }
        .home-feature {
            width: 690px;
            margin: 10px auto;
        }
        .home-title {
    background: url(/Image/system/home-bg0.png) no-repeat left bottom;
    background-size: 100% 80%;
    min-height: 67px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
        .home-middle {
            background: url(/Image/system/home-bg3.png) repeat-y left top #ffffff;
            min-height: 100px;
        }
        .home-bottom {
            background: url(/Image/system/home-bg2.png) no-repeat left top;
            height: 57px;
        }
        .footer {
            width: 980px;
            margin: 0 auto;
            background: url(/Image/system/bottom_bg.png) no-repeat left top;
            padding: 0 25px 20px;
            text-align: center;
            height: 127px;
            box-sizing: border-box;
        }
        .footer-inner {
            padding-top: 14px;
            color: rgb(107,142,35);
        }
        .footer-inner div {
            margin-top: 10px;
        }