BODY {
    position: relative;

    min-height: 100%;
    margin: 0;
    padding: 0;

    color: #333;
    background-color: #FFF;

    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

html {
    height: 100%;
}

* html body {
    height: 100%;
}

ul {
    margin: 0 0 0 15px;
    padding: 0;

    list-style: none;
}

li {
    margin: 0 0 3px 0;
    padding: 0 0 0 10px;

    list-style: none;

    color: #333;
    background: url(i/bullet_bluesqr.gif) no-repeat left;
}

A {
    color: #61afe1;
}

FORM {
    margin: 0px;
    padding: 0px;
}

A:hover {
    text-decoration: none;
}

.servers LI A {
    text-decoration: none;

    color: #333;
}

LI A:hover {
    color: #2d8ece;
}

H1 {
    margin: 0 0 15px 0;
    padding: 20px 0 0 15px;

    text-transform: uppercase;

    color: #AAA;
    border-left: 4px solid #DDD;

    font-size: 160%;
    font-weight: bold;
}

.clear {
    clear: both;
}

.pic {
    padding: 2px;

    border: 1px solid #a1acb0;
}

.pic_left {
    float: left;

    margin-right: 15px;
    margin-bottom: 7px;
    padding: 2px;

    border: 1px solid #a1acb0;
}

.pic_right {
    float: right;

    margin-bottom: 7px;
    margin-left: 15px;
    padding: 2px;

    border: 1px solid #a1acb0;
}

#logo {
    float: left;

    width: 266px;
}

#main_logo {
    float: left;

    width: 188px;
    height: 55px;
    margin: 25px 0 15px 35px;

    background: url(i/header_logo.gif) no-repeat;
}

* html #main_logo {
    margin: 25px 0 15px 18px;
}

#logoimg {
    float: left;

    width: 266px;
    height: 180px;

    background: url(i/header_logoimg.jpg) no-repeat;
 1
margin-top: 120px;
}

#logocont {
    float: left;

    width: 200px;
}

#menu {
    height: 91px;

    background: url(i/header_mainmenu_bg.gif) repeat-x;
}

#shadow {
    height: 105px;
    margin-left: 300px;

    background: url(i/header_shadow.gif) no-repeat bottom left;
}

#ico_navi {
    float: left;

    width: 160px;
    padding: 15px 0 0 15px;
}

#ico_navi IMG {
    padding: 0 20px;
}

#search {
    margin-left: 190px;
    padding: 12px 20px 0 0;

    text-align: right;
}

/* main menu */
#main_menu ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

#main_menu {
    margin-top: 18px;

    font-size: 80%;
    font-weight: bold;
}

#main_menu ul a {
    display: block;

    padding: 11px 20px;

    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;

    color: #666;
    background: url(i/bullet_mainmenu.gif) no-repeat 7px;
}

#main_menu ul a:hover {
    color: #000;
}

#main_menu ul li {
    float: left;

    margin: 0;
    padding: 0;

    background: url(i/line_mainmenu.gif) repeat-y right;
}

#server_menu {
    margin: 5px 0 0 300px;
}

#server_menu TABLE {
    float: left;

    margin-right: 10px;
}

.server_menu_title {
    width: 155px;
    padding-top: 10px;

    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    color: #FFF;
    background: #CCC;

    font-size: 110%;
    font-weight: bold;
}

.server_menu_body {
    height: 110px;

    vertical-align: top;

    border-right: 1px solid #dadbdc;
    border-left: 1px solid #dadbdc;

    font-size: 90%;
}

/* search result */
.button {
    color: #666;
    border: 1px solid #b1b1b1;
    background-image: url(i/btn_bg.gif);
    background-repeat: repeat-x;

    font-size: 8pt;
    font-weight: bold;
}

.tbox,.FSF_input {
    color: #666;
    border: 1px solid #b1b1b1;

    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

/* feedback */
#feedbackForm {
    width: 90%;
}

#text #feedbackForm p {
    width: 420px;
    height: 1%;
    margin: 0;
    padding: 5px 0 3px 0;
    padding-left: 150px;
    /*width of left column containing the label elements*/
}

#feedbackForm label {
    float: left;

    width: 130px;
    margin-left: -150px; /*width of left column*/

    color: #111;

    font-size: 90%;
}

#feedbackForm textarea {
    overflow: auto;
}

.errors {
    color: red;
}

#content {

}

#sidebar {
    float: left;

    width: 230px;
    padding: 20px 50px 0 20px;
}

#main {
    float: right;

    width: 695px;
}

#container {
    position: relative;

    overflow: hidden;

    width: 995px;
    padding-top: 10px;
    padding-bottom: 100px;
}

#text {
    padding: 0px 20px 20px 20px;
}

#text H2 {
    margin: 1.5em 0 1em 0;
    padding: 0;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
}

#text H3 {
    margin: 1em 0 0.5em 0;
    padding: 0;

    color: #333;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

#text P {
    margin: 1em 0;
    padding: 0;

    text-align: justify;
}

#footer {
    position: absolute;
    bottom: 0px;

    width: 100%;
}

#footer_logos {
    float: left;

    margin: 15px 0px 0 15px;
}

#footer_logos IMG {
    margin-left: 5px;
}

#footer_menucopy {
    float: left;
}

#footer_left {
    float: left;

    width: 230px;
    padding: 20px 0 0 20px;

    text-align: center;

    background: url(i/footer_border.gif) repeat-x top;
}

#footer_right {
    height: 80px;
    margin-left: 300px;

    border-top: 1px solid #E4E4E4;
    background-color: #F2F2F2;
}

/* footer menu */
#footer_menu {
    padding: 20px 30px 15px 30px;

    font-size: 90%;
}

#footer_menu UL {
    overflow: hidden;

    width: 100%;
    margin: 0;
    padding: 0;

    list-style: none;
}

#footer_menu UL LI {
    float: left;

    margin: 0 10px 0 -1px;
    padding-left: 10px;

    border-left: 1px solid #999;
    background: none;
}

#footer_menu UL LI A {
    text-decoration: none;

    color: #999;
}

#footer_menu UL LI A:hover {
    text-decoration: none;

    color: #333;
}

#copyright {
    padding: 0 0 20px 40px;

    color: #999;

    font-size: 80%;
}

.servers {
    position: relative;

    float: left;

    width: 200px;
    height: 160px;
    margin-right: 10px;

    border: 1px solid #DDD;

    font-size: 90%;
}

.servers.minheight {
    height: 130px;
    margin: 10px 10px 0 0;
}

.servers_bg {
    float: left;

    width: 140px;
    height: 28px;
    padding-top: 9px;

    text-align: center;
    text-transform: uppercase;

    color: #FFF;

    font-size: 125%;
    font-weight: bold;
}

.servers_bg.nobg {
    padding-top: 13px;

    color: #333;
    background: url(i/servermenu_grey.gif) no-repeat 1px 1px;

    font-size: 90%;
}

.servers_img {
    float: left;

    width: 57px;
    height: 50px;

    background: url(i/servermenu_server.gif) no-repeat 0px 1px;
}

.servers_img_e {
    float: left;

    width: 57px;
    height: 50px;

    background: url(i/servermenu_server.gif) no-repeat 0px 1px;
}

.servers_price {
    float: right;

    margin: 5px 10px;

    color: #0482E5;

    font-size: 180%;
    font-weight: bold;
}

.servers UL {
    float: left;

    width: 100%;
    margin: 0 1em;
    padding: 0px;
}

.servers_bg.blue {
    background: url(i/servermenu_blue.gif) no-repeat 1px 1px;
}

.servers_bg.green {
    background: url(i/servermenu_green.gif) no-repeat 1px 1px;
}

.servers_bg.pink {
    background: url(i/servermenu_pink.gif) no-repeat 1px 1px;
}

/* breadcrump */
#breadcrumbnav {
    margin: 0px 0 20px 0px;

    color: #999;

    font-size: 90%;
}

#breadcrumbnav A {
    margin-right: 10px;
    padding-right: 10px;

    color: #333;
    background: url(i/bullet_brcrump.gif) no-repeat right center;
}

#icq {
    padding: 3px 0 3px 20px;

    background: url(i/icq_ico.jpg) no-repeat left center;
}

.servers-tbl{
    width: 100%;
    margin: 20px 0;

    border-collapse: collapse;
}

.servers-tbl th{
    padding: 5px;

    text-align: left;

    color: #333;
    background: url(i/servermenu_grey.gif) repeat-x 0 0;

    font-size: 11px;
}

.servers-tbl td{
    padding: 5px;

    font-size: 11px;
}

.servers-tbl .alt td{
    background: #eee;
}

.servers-tbl td p{
    margin: 0;
    padding: 0;
}

.servers-tbl td .red{
    color: red;

    font-weight: bold;
}
.servers-tbl td del{
    margin-right: 5px;
}

/* news */

.news {
}

.news_page_index {
    margin-top: 30px;
}

.news__item {
    margin-bottom: 20px;
}

.news__title {
    font-size: 14px;
    margin-bottom: 5px;
}

.news__date {
    font-size: 11px;
    color: #999;
    margin-bottom: 5px;
}

.news__text {

}

.news__more {
    margin-top: 20px;
}

.news__more a {
    padding: 0 0 0 10px;

    background: url(i/bullet_bluesqr.gif) no-repeat left;
}

/* pages */

.pages {
    margin-top: 40px;

    text-align: center;
}

.pages__title {
    margin-right: 10px;
}

.pages .ditto_page,
.pages .ditto_currentpage {
    margin: 0 5px;
}