* {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
  }
A:link 
{
    text-decoration: none;
    }
A:visited 
{
    text-decoration: none;
    }
A:hover 
{
    text-decoration: blink;
    }
  img 
  {
    border: 0px;
    max-width:590px;
  }
body 
{
    margin: 0px;
    background-color:green;
    background: url('/img/back_m-n.gif');
    background-position:top;
    text-align:center;
    height:100%; 
  }
  .main_logo {
	margin: 0px auto;
	margin-top: 60px;
	text-align: center;
	background: url('/img/main_logo.gif') no-repeat;
	background-position:center;
	width: 1010px;
	/*width: 420px;*/
	height: 363px;
}
.main_logo span
{
    padding-top: 90px;
    font-size: 22px;
    font-weight: bold;
    color: blue;
}
.main_logo #bg 
{
    float: left;
    text-align:right;
}
.main_logo #en 
{
    padding-right: 5px;
    text-align:left;
    float:right;
    }
.main_bgflag {
	background: url('/img/bgflag.gif') no-repeat;
	background-position: right;
	width: 150px;
	height: 142px;
	float: left;
	display:block;
	text-indent:-9999px ;
	text-decoration:none;
	cursor:pointer;

}
.main_enflag {
	background: url('/img/enflag.gif') no-repeat;
	background-position: left;
	width: 150px;
	height: 142px;
	float:right;
	display:block;
	text-indent:-9999px ;
	text-decoration:none;
    cursor:pointer;
    
}
.flags {
	margin: 0px auto;
	margin-top: -40px;
	text-align: center;
	width: 750px;
	height:150px;
	background: url('/img/we_serve.gif') no-repeat;
	background-position: center;
}
.enter
{
    /*margin-top: -30px;*/  
    margin-left: auto;
    margin-right:auto;
    width: 650px;
    }
 .enter span 
 {
    font-weight:bold;
 margin-top: 0px;
 font-size: 20px;
 color: Blue;
    }
 .enter #bg 
 {
    margin-left:0px;
    float:left;
 }
 .enter #en 
 {
    float:right;
 }
#startpage 
{
    position: absolute;
    background: url('/img/main_back.gif')	;
    background-position:top;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#content {
    	padding:0 2px 0 2px ;
/*	font-stretch:semi-condensed;*/
	text-align: left;
/*	text-indent:1em;*/
	/*text-shadow:1em;*/
}


.header, .footer, .content, .left
{
    /*border: 1px dashed green; */
    background-color: #8ac4ff /*#45A2FF*/;
    /*background-color: rgb(200,200,255);*/
  }
  .menu 
  {
    background-color:#0102bf;
    }
  
.MenuHeader 
{
    padding: 0 0 0 5px;
    background-image : url(/img/menu_category.gif);
    width:115px;
    border:1px solid black;
    cursor:pointer;
 }
.MenuHeader :hover
{
    padding: 0 0 0 5px;
    background-image : url(/img/menu_category.gif);
    width:115px;
    border:1px solid black;
    cursor:pointer;
    text-decoration:none;
    color: Black;
    opacity:0.5;
    filter:alpha(opacity=50);
  
 }

.MenuLink 
{
    padding: 0 0 0 2px;
    background-image : url(/img/menu_link.gif);
    width:120px;
    overflow:hidden;
 }
 .MenuLink a
 {
     text-decoration:none;
     color: Black;
    }
.MenuLink a:hover
 {
     text-decoration:none;
     color: Black;
     opacity:0.5;
     filter:alpha(opacity=50);
    }
.header a {
    width:740px;
    height:144px;
    background: url('/img/logo-n-m.jpg') NO-REPEAT;
    text-align:center;
    display:block;
    text-indent:-9999px ;
    text-decoration:none;
	float:left;
  }


.header a:hover {
    width:740px;
    height:144px;
    background: url('/img/logo-n-m.jpg') NO-REPEAT;
    background-position:0px -144px;
  }

.footer {
    text-align: center;
    border: 1px dashed;
  }

ul#nav {
    width:740px;
    margin:0;
    padding:0 ;
    height:30px ;
    float:left ;
  }


ul#nav li {
    float:left;
    list-style-type:none;
  }


ul#nav li a {
    height:28px;
    display:block;
    top:0;
    text-indent:-9999px ;
    text-decoration:none;
  }

li#navHome a, li#navAbout a, li#navArchive a, li#navLinks a, li#navContacts a {
    background:url('/img/menu-n.gif');
  }

li#navHome a {
    background-position:0 0;
    width:150px;
    left:0;
  }

li#navHome a:hover {
    background-position:0 -28px;
  }

li#navAbout a {
    background-position:-150px 0;
    width:150px;
    left:150px;
  }

li#navAbout a:hover {
    background-position:-150px -28px;
  }


li#navArchive a {
    background-position:-299px 0;
    width:148px;
    left:299px;
  }

li#navArchive a:hover {
    background-position:-298px -28px;
  }

li#navLinks a {
    background-position:-447px 0;
    width:148px;
    left:447px;
  }

li#navLinks a:hover {
    background-position:-446px -28px;
  }

li#navContacts a {
    background-position:-595px 0;
    width:144px;
    left:595px;
  }

li#navContacts a:hover {
    background-position:-595px -28px;
  }
  .plnArchive
  {
    padding-left:5px;
    }
