/* Reset ================================================================================= */
body {
    text-decoration: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #333333;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

p {
    padding: 0;
    margin: 0;
}

img {
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
}

form {
    padding: 0;
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.clear-r {
    clear: right;
}

.clear1 {
    height: 1px;
    font-size: 1px;
    padding: 0;
    clear: left;
}

.bold {
    font-weight: bold;
}

.no-border {
    border: none;
}

#container {
    background: #ffffff url(../images/globe.png) no-repeat 642px 67px;
    width: 1024px;
    margin: 0 auto;
    height: 768px;
}

#container-inner {
    width: 565px;
    margin: 0 auto;
}

#header {
    float: left;
    width: 565px;
    /*height: 270px;*/
    margin: 26px 0 0 0;
}

#logo {
    float: left;
    width: 565px;
    height: 150px;
    text-align: center;
}

#menu {
    float: left;
    width: 565px;
    height: 30px;
    padding: 0 0 0 8px;
}

#menu ul {
    padding: 0;
    margin: 5px 0 0 0;
    list-style: none;
}

#menu ul li {
    float: left;
    padding: 0;
    margin: 0 0 0 3px;
    position: relative;
    width: 113px;
    height: 25px;
}

#menu ul li a {
    background: url(../images/menu-bg.png) no-repeat;
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 27px;
    color: #000000;
    padding: 2px 0 0;
    margin: 0;
    /*width: 113px;*/
    height: 26px;
}

#menu ul li.active a, #menu ul li a:hover {
    color: #ffffff;
    background: url(../images/menu-hover.png) no-repeat;
}

#content-body {
    float: left;
    width: 565px;
}

#content-body .content-top {
    float: left;
    background: url(../images/content-top.png) no-repeat;
    width: 562px;
    height: 13px;
}

#content-body .content-bottom {
    float: left;
    background: url(../images/content-bottom.png) no-repeat;
    width: 562px;
    height: 13px;
}

#content-body .content-mid {
    float: left;
    background: url(../images/content-mid.png) repeat-y;
    width: 536px;
    padding: 8px 13px;
}

#content-body .content-mid p {
    padding: 10px 0;
    line-height: 14px;
}

#content-body .content-mid h2 {
    font-weight: bold;
}

#footer {
    float: left;
    width: 565px;
    text-align: center;
    padding: 10px 0 0 0;
    font-size: 9px;
}

#footer a, #content-body .content-mid p a {
    color: #333333;
    text-decoration: underline;
}

#footer a:hover, #content-body .content-mid p a:hover {
    text-decoration: none;
}
