﻿body 
{
    margin: 0px;
    padding: 0;
    font: 1em Verdana, sans-serif;
    background-image: url('images/global_bg.jpg');
    background-repeat: repeat-x;
    background-color: #DCDCDC;
}

body a
{
    border-style:none;
    text-decoration:none;
    color:#B5B5B5;
}

body a:hover
{
    color:#838383;
}

body a:active
{
    color:#838383;
}

#main 
{
    position:absolute;
    width:1025px;
    height:650px;
    left:50%;
    top:50%;
    margin-top:-309.5px;
    margin-left:-501px;
    background-image: url('images/main_bg.jpg');
    background-repeat: no-repeat;
}    

#content
{
    font-size:12px;
}

#language
{
    position: relative;
    top: -5px;
    right: 25px;
    text-decoration: none;
    color: #B5B5B5;
    font-size: 10px;
}

#language a
{
    text-decoration: none;
    color: #B5B5B5;
    font-size: 10px;
}

#language a:hover
{
    text-decoration: none;
    color: #838383;
    font-size: 10px;
}

#language a:active
{
    text-decoration: none;
    color: #838383;
    font-size: 10px;
}

/* Menubar Start */
dt, dl, dd, ul, li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
}

#menu 
{
    width: 582px;
    height: 328px;
    position : absolute;
    font-weight:bold;
    left: 421px;
    top: 64px;
    font-size: 12px;
    white-space: nowrap;
}

#menutable
{
    height: 13px;
    width: 430px;
    white-space: nowrap;
}

#menu tr {
    float: none;
}

#menu li 
{
    display: inline;
}

#menu a {
    text-decoration: none;
    color: #010101;
    background: #fff;
}

#menu a:hover {
    text-decoration: none;
    color: #D7B599;
    background: #fff;
}

#menu a:active {
    text-decoration: none;
    color: #D7B599;
    background: #fff;
}

#smenu1, #smenu2, #smenu3 
{
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight:normal;
    width: 290px;
    padding-top:12px;
}

#smenu4 
{
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight:normal;
    width: 280px;
    padding-top:12px;
    
    left: 167px;
}

#smenu5 
{
    display: none;
    position: absolute;
    font-size: 12px;
    font-weight:normal;
    width: 200px;
    padding-top:12px;
    
    left: 297px;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a {
    text-decoration: none;
    color: #8B898A;
    background: #fff;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover {
    text-decoration: none;
    color: #D7B599;
    background: #fff;
}
/* Menubar End */


