@charset "windows-1251";
/* CSS Document */

*
	{
	margin: 0;
  	padding: 0;
	}

html
	{
	margin: 0;
  	padding: 0;
	}

body
	{
	margin: 0;
  	padding: 0;
	}

#main_body
    {
    height: 100%;
    background: url(images/line_hor.jpg) repeat-y top center;
    }


img
    {
      border: none;
      margin: 0;
      padding: 0;
    }

li
    {
      border: none;
    margin: 0;
  	padding: 0;

    }

a
    {
    text-decoration: none;
    }

a:visited
    {
    color: #0033FF;
    }

/* chapter for HTML in frame */
.main_header
   {
          color: #99cc00;
          font-size: 20px;
          font-weight: bold;
          font-family: Arial;
   }

.plain_text
        {
          color: #000000;
          font-size: 16px;
          font-weight: normal;
          font-family: Arial;
          text-align: justify;
        }

.defis
       {
         color: #0033FF;
         font-size: 24px;
         font-weight: bolder;
         font-family: Arial;
         margin-right: 5px;
       }

.add_parag
       {
         color: #0033FF;
         font-size: 16px;
         font-weight: bold;
         font-style: italic;
         font-family: Arial;
         text-align: justify;
         margin-left: 20px;
       }

.link_in_text
       {
        color: #0033FF;
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        font-family: Arial;
       }

.link_in_text:hover
       {
        color: #0033FF;
        font-size: 16px;
        font-weight: bolder;
        font-style: italic;
        font-family: Arial;
        text-decoration: underline;;
        cursor: pointer;
}

.remark_in_text
       {
        color: #0033FF;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-family: Arial;
       }

p
       {
        text-indent: 20px;
       }

#frames
    {
    padding: 5px; _padding: 5px 20px 5px 10px;     /* fix right border in IE6 */
    background-color: #ffffff;
    }

#table
    {
        border-collapse: collapse;
    }
#table td
    {
        padding: 5px 10px 5px 10px;
    }

#table td.apos
    {
        padding: 2px 5px 2px 5px;
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        text-align: left;
    }

#table_pr
    {
        border-collapse: collapse;
    }

#table_pr th
    {
        padding: 2px 5px 2px 5px;
        color: #000000;
        font-size: 14px;
        font-weight: bold;
        font-family: Arial;
        text-align: center;
    }
#table_pr td
    {
        padding: 2px 5px 2px 5px;
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        text-align: left;
    }

.plain_text
        {
          color: #000000;
          font-size: 16px;
          font-weight: normal;
          font-family: Arial;
          text-align: justify;
        }


#table_pr td.lang
    {
        padding: 2px 5px 2px 5px;
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        text-align: left;
    }

#table_pr td.cost
    {
        padding: 2px 5px 2px 5px;
        color: #000000;
        font-size: 12px;
        font-weight: normal;
        font-family: Arial;
        text-align: center;
    }

#lang_ukr
    {
    position: relative;
    top: 10px;
    left: 890px;
    width: 60px;
    height:  40px;
    background-image: url(images/lang_ukr_out.jpg);
    text-decoration: none;
    border:  none;
    }

#lang_russ
    {
    position:  absolute;
    top: 10px;
    left: 960px;
    width: 60px;
    height:  40px;
    background-image: url(images/lang_russ_out.jpg);
    text-decoration: none;
    border:  none;
    }

#lang_russ:hover
    {
    background-image: url(images/lang_russ_point.jpg);
    text-decoration: none;
    border:  none;
    cursor: pointer;
    }

#lang_eng
    {
    position:  absolute;
    top: 10px;
    left: 1024px;
    width: 60px;
    height:  40px;
    background-image: url(images/lang_eng_out.jpg);
    text-decoration: none;
    border:  none;
    }

#lang_eng:hover
    {
    background-image: url(images/lang_eng_point.jpg);
    text-decoration: none;
    border:  none;
    cursor: pointer;
    }


#lang_ital
    {
    position: absolute;
    top: 10px;
    left: 1090px;
    width: 60px;
    height:  40px;
    background-image: url(images/lang_ital_out.jpg);
    text-decoration: none;
    border:  none;
    }

#lang_ital:hover
    {
    background-image: url(images/lang_ital_point.jpg);
    text-decoration: none;
    border:  none;
    cursor: pointer;
    }

/* section classes menu */
.main_point
    {
    width:167px;
    height:64px;
    background-image: url(images/images_ukr/butt_cont_main.jpg);
    }

.main_out
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_main_out.jpg);
    }

.main_curr
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_main_curr.jpg);
    }

.main_out:hover
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_main_point.jpg);
    }


.cont_point
    {
    width:167px;
    height:64px;
    background-image: url(images/images_ukr/butt_cont_point.jpg);
    }

.cont_out
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_cont_out.jpg);
    }

.cont_curr
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_cont_curr.jpg);
    }

.cont_out:hover
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_cont_point.jpg);
    }

.vacan_point
    {
    width:167px;
    height:64px;
    background-image: url(images/images_ukr/butt_vacan_point.jpg);
    }

.vacan_out
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_vacan_out.jpg);
    }

.vacan_curr
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_vacan_curr.jpg);
    }

.vacan_out:hover
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_vacan_point.jpg);
    }

.intere_point
    {
    width:167px;
    height:64px;
    background-image: url(images/images_ukr/butt_intere_point.jpg);
    }

.intere_out
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_intere_out.jpg);
    }

.intere_curr
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_intere_curr.jpg);
    }

.intere_out:hover
    {
      width:167px;
      height:64px;
      background-image: url(images/images_ukr/butt_intere_point.jpg);
    }


.left_wrt_trans_point
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_wrt_trans_point.jpg);
    }

.left_wrt_trans_out
    {
    width:270px;
    height:26px;
      background-image: url(images/images_ukr/left_wrt_trans_out.jpg);
    }

.left_wrt_trans_curr
    {
    width:270px;
    height:26px;
      background-image: url(images/images_ukr/left_wrt_trans_curr.jpg);
    }

.left_wrt_trans_out:hover
    {
    width:270px;
    height:26px;
      background-image: url(images/images_ukr/left_wrt_trans_point.jpg);
    }

.left_snd_trans_point
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_snd_trans_point.jpg);
    }

.left_snd_trans_out
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_snd_trans_out.jpg);
    }

.left_snd_trans_curr
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_snd_trans_curr.jpg);
    }

.left_snd_trans_out:hover
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_snd_trans_point.jpg);
    }

.left_notorius_point
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_notorius_point.jpg);
    }

.left_notorius_out
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_notorius_out.jpg);
    }

.left_notorius_curr
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_notorius_curr.jpg);
    }

.left_notorius_out:hover
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_notorius_point.jpg);
    }

.left_apostyle_point
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_apostyle_point.jpg);
    }

.left_apostyle_out
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_apostyle_out.jpg);
    }

.left_apostyle_curr
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_apostyle_curr.jpg);
    }

.left_apostyle_out:hover
    {
    width:270px;
    height:26px;
    background-image: url(images/images_ukr/left_apostyle_point.jpg);
    }


.left_redact_point
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_redact_point.jpg);
    }

.left_redact_out
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_redact_out.jpg);
    }

.left_redact_curr
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_redact_curr.jpg);
    }

.left_redact_out:hover
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_redact_point.jpg);
    }


.left_maket_point
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_maket_point.jpg);
    }

.left_maket_out
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_maket_out.jpg);
    }

.left_maket_curr
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_maket_curr.jpg);
    }

.left_maket_out:hover
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_maket_point.jpg);
    }


.left_website_point
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_website_point.jpg);
    }

.left_website_out
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_website_out.jpg);
    }

.left_website_curr
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_website_curr.jpg);
    }

.left_website_out:hover
    {
    width:270px;
    height:29px;
    background-image: url(images/images_ukr/left_website_point.jpg);
    }


.left_price_point
    {
    width:270px;
    height:38px;
    background-image: url(images/images_ukr/left_price_point.jpg);
    }

.left_price_out
    {
    width:270px;
    height:38px;
    background-image: url(images/images_ukr/left_price_out.jpg);
    }

.left_price_curr
    {
    width:270px;
    height:38px;
    background-image: url(images/images_ukr/left_price_curr.jpg);
    }

.left_price_out:hover
    {
    width:270px;
    height:38px;
    background-image: url(images/images_ukr/left_price_point.jpg);
    }

.left_payment_point
    {
    width:270px;
    height:58px;
    background-image: url(images/images_ukr/left_payment_point.jpg);
    }

.left_payment_out
    {
    width:270px;
    height:58px;
    background-image: url(images/images_ukr/left_payment_out.jpg);
    }

.left_payment_curr
    {
    width:270px;
    height:58px;
    background-image: url(images/images_ukr/left_payment_curr.jpg);
    }

.left_payment_out:hover
    {
    width:270px;
    height:58px;
    background-image: url(images/images_ukr/left_payment_point.jpg);
    }


.left_partners_point
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_partners_point.jpg);
    }

.left_partners_out
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_partners_out.jpg);
    }

.left_partners_curr
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_partners_curr.jpg);
    }

.left_partners_out:hover
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_partners_point.jpg);
    }

.left_online_point
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_online_point.jpg);
    }

.left_online_out
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_online_out.jpg);
    }

.left_online_curr
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_online_curr.jpg);
    }

.left_online_out:hover
    {
    width:270px;
    height:35px;
    background-image: url(images/images_ukr/left_online_point.jpg);
    }

#vexdex
    {
    color: #cccccc;
    margin: 0px 0 0px 50px;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    }

#vexdex:hover
    {
    color: #0066FF;
    margin: 0px 0 0px 50px;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    }

