/* style.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font: 12px/1.3 Arial, Helvetica, sans-serif;
    position: relative;
    width: 960px;
    margin: 0 auto;
    background: #fff;
}

/* ===== HEADER ===== */
#header-wrapper {
    overflow: hidden;
    background: url("Images/head-backgr.png") no-repeat scroll 50% 100%;
    height: 166px;
    display: block;
    margin: 0 0 33px;
    position: relative; /* মেনুকে পজিশন করার জন্য */
}

#header-emblem {
    overflow: hidden;
    width: 640px;
    height: 131px;
    float: left;
}

#header-title {
    position: relative;
    display: block;
    overflow: hidden;
    background: transparent url("Images/national-emblem.gif") no-repeat scroll 30px 28px;
    padding: 42px 0 0 89px;
    height: 53px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    width: 545px;
}

#header-title span {
    padding-top: 10px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    display: block;
    width: 440px;
    height: 53px;
    top: 32px;
    left: 89px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
}

#header-right {
    overflow: hidden;
    width: 300px;
    padding: 14px 0 0 0;
    border-bottom: 1px solid #fff;
    font-family: Verdana;
    font-weight: bolder;
    text-align: left;
    float: right;
}

.flags-container {
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
}

.langRO-passive {
    background: url("Images/MLD-passive.png") no-repeat;
    width: 26px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
}

.langEN {
    background: url("Images/ENG.png") no-repeat;
    width: 26px;
    height: 15px;
    display: inline-block;
    margin-left: 5px;
    border: 1px solid gold;
}

.evisa-logo {
    float: right;
    margin-right: 20px;
    margin-top: 5px;
    width: 180px;
    height: auto;
}

/* ===== NAVIGATION MENU - হেডারের উপর ===== */
#horizontal-menu {
    overflow: hidden;
    clear: both;
    padding: 0 0 0 6px;
    background: transparent url("Images/1x1-nav-bg.gif") repeat-x scroll 0 6px;
    width: 960px;
    margin: 0 auto;
    list-style: none;
    position: absolute; /* হেডারের উপর পজিশন */
    bottom: 0; /* হেডারের নিচে */
    left: 0;
    right: 0;
    z-index: 10;
}

#horizontal-menu li {
    float: left;
    margin: 0 4px;
    padding: 6px 0 0;
}

#horizontal-menu li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 2px 14px 8px 14px;
    text-align: center;
}

/* Menu colors EXACTLY as in screenshot */
#horizontal-menu li.menu-color1 { background: transparent url("Images/golden-bar.gif") repeat-x scroll 0 0%; }
#horizontal-menu li.menu-color2 { background: transparent url("Images/violet-bar.gif") repeat-x scroll 0 0%; }
#horizontal-menu li.menu-color3 { background: transparent url("Images/bluecyan-bar.gif") repeat-x scroll 0 0%; }
#horizontal-menu li.menu-color4 { background: transparent url("Images/bluecyan-bar.gif") repeat-x scroll 0 0%; }
#horizontal-menu li.menu-color5 { background: transparent url("Images/deepred-bar.gif") repeat-x scroll 0 0%; }
#horizontal-menu li.menu-color6 { background: transparent url("Images/golden-bar.gif") repeat-x scroll 0 0%; }

/* Active menu item */
#horizontal-menu li.menu-color6 a {
    font-weight: bold;
}

/* ===== MAIN CONTENT ===== */
#body-wrapper {
    height: 100%;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 0 18px;
    margin-top: 20px; /* মেনুর জন্য স্পেস */
}

#sidebar {
    overflow: hidden;
    width: 200px;
    float: left;
    min-height: 10px;
}

#content {
    overflow: hidden;
    padding-left: 20px;
    width: 740px;
    float: left;
}

.sidebar-item {
    border: 1px solid #999;
    padding: 0;
    margin: 20px 0 0 0;
    background: white;
}

.sidebar-title {
    background-color: #2d63a8;
    color: white;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}

.sidebar-link {
    display: block;
    background-color: #3c79c1;
    color: #fff;
    padding: 10px;
    margin: 10px;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    border-radius: 3px;
}

.sidebar-link:hover {
    background-color: #2d63a8;
}

.page-title-content {
    font-size: x-large;
    border-bottom: 1px dashed #295ea9;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    color: #333;
}

.panel-title {
    background-color: white;
    border-bottom: 1px solid #999;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    margin: -15px -15px 15px -15px;
}

/* ===== FOOTER ===== */
#footer-wrapper {
    overflow: hidden;
    background: transparent url("Images/1x1-nav-bg.gif") repeat-x scroll 0 0;
    padding: 10px 0;
    border-top: 1px solid #999;
    clear: both;
    width: 960px;
    margin: 0 auto;
}

#contact-info {
    overflow: hidden;
    float: right;
    width: 480px;
    text-align: right;
    font-size: 12px;
}

#contact-info a {
    color: #1a4e8a;
    text-decoration: none;
}

#contact-info a:hover {
    text-decoration: underline;
}

.version {
    float: left;
    color: #999;
    font-size: 12px;
}