/* default */
body, form, input, h1, h3, h4, p, ul, li, ol, blockquote, img {
    padding: 0;
    margin: 0;
    border: 0;
}

h2{
    display: block;
    margin: 0;
    padding: 14px 26px;
    font-size: 18px;
    color: #c22710;
    font-weight: normal;
    background: url("../frame/menu_active.gif") left center no-repeat;
}
h3{
    color: #c22710;
    font-size: 14px;
    font-weight: normal;
    margin: 12px 0;
}
p{
    margin: 12px 0;
}

a{
    text-decoration: none;
    color: #C22710;
}
a:hover{
    color: #B7B4A0;
}
ul{
    margin: 10px 0 10px 30px;
    list-style-type: square;
}
ul li{
    margin: 8px 0;
}
body{
    text-align: left;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background: #f1efe5;    
}
.clear{
    clear: both;
    height: 0px;
    font-size: 0px;
}
div{
    padding: 0;
    margin: 0;
}

/* frame */
#container {
    margin: 0 auto;
    width: 940px;
    text-align: left;
    background: url("../frame/container_bg.gif") left top repeat-y;
}

/* header */
#header{
    position: relative;
    display: block;
    width: 940px;
    height: 53px;
    background: url("../frame/header_bg.gif") left top no-repeat;
}
#header ul#lang{
    position: absolute;
    top: 7px;
    right: 40px;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}
#header ul#lang li{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}
#header ul#lang li a{
    color: #000;
}
#header ul#lang li a:hover{
    color: #c22710;
}
#header ul#lang li a.active{
    color: #c22710;
}

/* footer */
#footer{
    position: relative;
    display: block;
    width: 940px;
    height: 73px;
    background: #f1efe5 url("../frame/footer_bg.gif") left top no-repeat;
}
#footer p#footer_partners{
    position: absolute;
    top: 30px;
    left: 64px;
    display: block;
    width: 460px;
    color: #c22710;
    font-size: 10px;
    margin: 0;
}
#footer p#footer_partners a{
    color: #000;
}
#footer p#footer_partners a:hover{
    color: #c22710;
}
#footer a#fps{
    position: absolute;
    top: 30px;
    right: 43px;
    color: #b7b4a0;
    font-size: 11px;
}
#footer a#fps:hover{
    color: #c22710;
}
#footer #contact_box{
    position: absolute;
    top: -250px;
    left: 40px;
    display: block;
    width: 248px;
    height: 250px;
    color: #000;
    font-size: 11px;
    background: url("../frame/contact_box_bg.gif") left 28px no-repeat;
}
#footer #contact_box h3{
    width: 224px;
    margin: 0 0 76px 0;
    padding: 5px 0 5px 24px;
    background: url("../frame/box_h3_bg.gif") left center no-repeat;
}
#footer #contact_box h3 a{
    color: #c22710;
}
#footer #contact_box h3 a:hover{
    color: #b7b4a0;
}
#footer #contact_box p{
    padding: 12px 0 0 24px;
    margin: 0;
    background: url("../frame/menu_active.gif") left 16px no-repeat;
}
#footer #contact_box p a{
    color: #000;
}
#footer #contact_box p a:hover{
    color: #C22710;
}
#footer #contact_box span{
    float: left;
    width: 112px;
}

/* window */
.fps_window{
    background: #fff;
    position: absolute;
    width: 500px;
    text-align: left;
    border: 2px solid #FFFFFF;
}
.fps_window .fps_windrag{
    display: block;
    margin: 0px 0px 0px;
    padding: 5px 45px 5px 15px;
    font-size: 18px;
    cursor: move;
    background: #C22710;
    color: #fff;
}
.fps_window .fps_windrag b{
    color: #fff;
}
.fps_windrag img {
    margin-right: 5px;
    vertical-align: middle;
}
.fps_window .fps_winclose{
    position: absolute;
    top: 9px;
    right: 15px;
    width: 16px;
    height: 16px;
    background: url(../admin/image/close.gif) no-repeat;
    cursor: pointer;
}
.fps_window .fps_winloading{
    display: none;
    position: absolute;
    top: 10px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
    padding: 10px;
    width: 480px;
    background: #fff;
}
.fps_window .win_error, .fps_window .win_success{
    color: #C22710;
    font-weight: bold;
    padding: 0 7px;
}
.fps_window .button{
    background: #C22710;
    color: #F1EFE5;           
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    width: 120px;
}
.fps_window .button:hover{
    background: #B7B4A0;
}
.fps_window .layer_bottom_white{
    width: 500px;
    height: 5px;
    font-size: 1px;
}
.fps_window .button_on_center {
    padding:10px 0px 5px;
    text-align:center;
}

