@charset "windows-1251";
/* CSS Document */

html 		{ background: white }

body 		{ margin: 0px; padding: 0px; background-color: #eee; color: black;
             text-align:center; background-image:url(/images/bg_main.gif); }

div, p 		{ font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size:13px; }

img         { border: 0px; margin:0px; padding:0px;}
.png        { behavior: url(/pngbehavior.htc); }

a           { color:#329d3b;}
a:hover     {text-decoration: none; }

h1  {color:#329d3b; font-size:16; font-weight:bold; margin: 0px 0px 5px 0px}
h2  {color:black; font-size:14; font-weight:bold; margin: 0px 5px 10px 10px;
        border-bottom: 1px solid #329d3b; padding-bottom:5px}
h3  {color:black; font-size:90%; font-weight:bold; margin: 0px 0px 5px 0px}

li  { list-style: none; list-style-image:url(/images/point_list.gif); font-size:13px;}

div     { text-align: left}


.main   {}

.header, .main_menu, .content, .footer  {margin: auto; width: 760px;
        border-left: 0px solid black; border-right: 0px solid black;  }

/* Header */

.header 	{ background: #7d8d66; height: 200px;}
.logo_back  {position: absolute; width: 760px; height:80px; margin-top: -80}
.logo  {position: absolute; width: 240px; height:80px; margin-top:-80px; margin-left: 10px}

.lang 	{position: absolute; margin-top: -70px; margin-left: 690px; font-weight:bold; font-size:11px;}
.icons 	{position: absolute; margin-top: -25px; margin-left: 700px; height: 16px; width: 64px; }




.main_menu 	{ background: #aaa;}
     .main_menu td   { padding: 0px 3px; border-top: 1px solid #d5d5d5;  border-bottom: 1px solid #555;}

.menu_item      { text-indent:-10px; margin-left:10px}


.content        { }

.left           { width: 200px; padding: 10px; vertical-align: top;
                    background: #dedede;}
.left   a       { color: black; text-decoration:none}

.right          { width: 560px; padding: 10px 20px; vertical-align: top;
                    background: white}


.footer		{ background: #aaa; color: white; padding:20px 0px; text-align:center}


