        body {
            background-color: #000000;
            margin: 0px;
            padding: 0px;
        }
        a {
            text-decoration: none;
        }
        a:hover {
            color: #F70;
            text-decoration: underline;
        }
        .main_cell {
            width: 1000px;
        }
        .header {
            width: 100%;
            height: 120px;
            vertical-align: top;
        }
        .header #logo {
            text-align: right;
            margin-top: 40px;
            padding: 0px;
            margin-right: 10px;
        }
        .header #langs {
            color: #717171;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            text-align: right;
            margin-top: 15px;
            margin-right: 10px;
        }
        .header #langs a {
            color: #717171;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            text-decoration: none;
        }
        .header #langs a:hover {
            color: #F70;
            text-decoration: underline;
        }
        .header #search input {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            margin-top: 15px;
            border: 1px solid #8F8F8F;
            background-color: #3F3F3F;
            color: white;
        }
        .subheader #nav_fon_top {
            background-image: url(im/design/nav_fon_top.gif);
            background-position: bottom;
            background-repeat: no-repeat;
        }
        .subheader #slogan {
            color: #9599A0;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 18px;
            margin-left: 10px;
            margin-top: 10px;
        }
        .subheader #path {
            color: #CCCCCC;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            margin-left: 10px;
            margin-top: 10px;
            height: 21px;
        }
        .content {
            width: 100%;
            vertical-align: top;
        }
        .content #nav_fon {
            background-image: url(im/design/nav_fon.gif);
            background-position: top;
            background-repeat: no-repeat;
        }
         {
            color: #CCCCCC;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-align: right;
        }

        .content #navigation ul {
            list-style: none;
            margin: 35px 20px 0 0;
            text-align: right;

        }
        .content #navigation ul li {
            padding: 0;
            margin:  0;
        }
        .content #navigation a {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #ccc;
            text-decoration: none;
        }
        .content #navigation a:hover {
            color: #F70;
            text-decoration: underline;
        }

        .content #nav_tbl {
            margin-right: 30px;
            margin-top: 30px;
        }
        .content #nav_tbl td {
            text-align: right;
        }
        .content #nav_tbl a {
            text-decoration: none;
            color: white;
            cursor: pointer;
        }
        .content #nav_tbl a:hover {
            color: #F70;
            text-decoration: underline;
        }

        .content #phone_left {
            background: url(im/design/phone_left.gif) bottom right no-repeat;            background-position: bottom right;
        }
        .content #subnavigation {
            color: #CCCCCC;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-align: left;
        }

        .content #subnav_tbl {
            margin-left: 10px;
            margin-top: 30px;
        }

        .content #subnav_tbl a {
            font-family: Arial, Helvetica, sans-serif;
            text-decoration: none;
            color: white;
            cursor: pointer;
        }

        .content #phone {
            background: url(im/design/phone.gif) left bottom no-repeat;
        }
        .content #content {
            width: 100%;
            overflow: visible;
        }
        .content #form input, .content #form textarea {
            color: #717171;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            border: 1px solid #8F8F8F;
            background-color: #3F3F3F;
            color: white;
        }
        .profile {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: white;
            margin-top: 30px;
        }

        .profile td {
            vertical-align: top;
        }

        .profile #list {
            color: #888888;
        }

        .profile #text {
            background: url(im/design/pf_fon.gif) top left no-repeat;
            padding: 14px;
            color: #CCCCCC;
            text-align: justify;
        }

        .profile #list #title {
            font-size: 22px;
            color: #CCCCCC;
            margin-bottom: 10px;
        }
        .series {
            font-family: Arial, Helvetica, sans-serif;
            width: 100%;
        }

        .series #title {
            font-size: 22px;
            color: white;
            padding-top: 30px;
            padding-bottom: 20px;
        }
        .series #icons {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #CCCCCC;
            text-align: center;
            vertical-align: top;
        }
        .series #icons a {
            color: #A9A9A9;
            font-size: 11px;
            text-decoration: none;
        }
        .series #icons a:hover {
            text-decoration: underline;
        }
        .info #phone_bot {
            background-image: url(im/design/phone_bot.gif);
            background-position: top left;
            background-repeat: no-repeat;
        }
        .info #text {
            margin-left: 10px;
            color: #999;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-align: left;
            height: 140px;
            overflow: hidden;
        }
        .description #text {
            margin-left: 10px;
            color: #CCCCCC;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            text-align: left;
            height: 100px;
            overflow: hidden;
        }
        .footer {
            color: #717171;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 11px;
            width: 100%;
            height: 50px;
        }

