BODY
{
    WIDTH:100%;
    HEIGHT:100%;
    background:url(../graph/map.jpg) no-repeat top center;
    background-attachment:fixed;
    BACKGROUND-COLOR:#fff;
    MARGIN:0;
    FONT-FAMILY:verdana, tahoma, Arial;
    FONT-SIZE:12px;
    color:#333;
}

td
{
    FONT-FAMILY:tahoma, Arial;
    FONT-SIZE:12px;
    color:#333;
}

#main_td
{
    WIDTH:984px;
    HEIGHT:100%;
    background:url(../graph/mainbg.jpg) repeat-y top center;
    text-align:justify;
    FONT-FAMILY:verdana, tahoma, Arial;
    FONT-SIZE:12px;
    color:#333;
    padding:10px 20px 0;
    vertical-align:top;
}

#main_td2
{
    WIDTH:280px;
    HEIGHT:100%;
    text-align:left;
    FONT-FAMILY:tahoma, Arial;
    FONT-SIZE:12px;
    color:#333;
    padding:10px 20px 0 0;
    vertical-align:top;
}

#main_td3
{
    WIDTH:180px;
    HEIGHT:100%;
    text-align:left;
    FONT-FAMILY:tahoma, Arial;
    FONT-SIZE:12px;
    color:#333;
    padding:10px 20px 0 0;
    vertical-align:top;
}

#lang_td
{
    WIDTH:127px;
    HEIGHT:119px;
    background:url(../graph/langbg.jpg) no-repeat top right;
    vertical-align:middle;
    text-align:center;
}

#lang_td a
{
    FONT-FAMILY:Arial;
    COLOR:#eee;
    FONT-SIZE:12px;
    text-decoration:none;
    font-weight:700;
}

#lang_td a:hover
{
    COLOR:#FF0;
    text-decoration:none;
}

#button_order
{
    WIDTH:123px;
    HEIGHT:32px;
    background:url(../graph/button2.gif) no-repeat top center;
    FONT-SIZE:15px;
    text-align:center;
    font-weight:700;
    vertical-align:top;
    padding:6px 0 0;
}

#button_order a
{
    COLOR:#fff;
    text-decoration:none;
    padding:5px 30px 6px;
}

#button_order a:hover
{
    COLOR:#000;
    text-decoration:none;
}

#button_order2
{
    WIDTH:160px;
    HEIGHT:32px;
    background:url(../graph/button3.gif) no-repeat top center;
    FONT-SIZE:14px;
    text-align:center;
    font-weight:700;
    vertical-align:top;
    padding:6px 0 0;
}

#button_order2 a
{
    COLOR:#fff;
    text-decoration:none;
    padding:5px 4px 6px;
}

#button_order2 a:hover
{
    COLOR:#000;
    text-decoration:none;
}

#copyright
{
    background:url(../graph/mainbg.jpg) repeat-y top center;
    font-family:Georgia, Courier New, Arial, Verdana, sans-serif;
    font-size:11px;
    color:#707070;
    vertical-align:bottom;
    text-align:center;
    padding:0 0 7px;
}

#copyright a
{
    text-decoration:none;
    color:#009;
}

#copyright a:hover
{
    text-decoration:underline;
    color:red;
}

H1
{
    font-family:verdana, tahoma, Arial;
    color:#333;
    font-size:17px;
    text-align:left;
    padding:0 0 10px;
    margin:0;
}

H2
{
    font-family:verdana, tahoma, Arial;
    font-size:15px;
    color:#606060;
    text-align:left;
    padding:20px 0 10px;
    margin:0;
}

li
{
    line-height:210%;
}

.inpt
{
    background-color:#cfcfcf;
    border:1px solid #ababab;
    color:#000;
    font-family:Arial;
    font-size:13px;
    text-align:justify;
    width:200px;
    padding:0;
}

.oh,.ot,.tt{float:left;padding:0 2% 2% 0;width:48%;}.ot{width:31%;}.tt{width:65%;}.cl{clear:both;}

.navbar {
    text-transform: uppercase;
    width: 100%;
    list-style-type: none;
    text-align: center;
    margin:0 auto;
    padding: 0px;
    zoom: 1;
    overflow: hidden;
}

.navbar li {
    width: 100px;
    display: inline-block;
}

.button
{
    height: 32px;
    line-height: 32px;
    background:url('../graph/button.gif') no-repeat bottom left;
    padding-left: 2px;
}

.button a {
    text-decoration: none;
    color: #000;
    display: block;
    height: 32px;
    background: url('../graph/button.gif') no-repeat bottom right;
}

.button.active, .button:hover {
    background-image: url('../graph/button-active.gif');
}
.button.active a, .button a:hover {
    color: #fff;
    background-image: url('../graph/button-active.gif');
}