* {
	line-height: 1em;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

html {
  min-height: 100%;
  //height: 100%;
  
}

body {
  background-image:url(/images/fon.jpg);
  background-position: center center;
  //background-attachment: fixed;
/*  //background-position: expression((this.offsetHeight<800)&&(this.offsetWidth<1000) "-140px -100px" : {(this.offsetHeight<800) ? "50% -100px" : {(this.offsetWidth<1000) ? "-140px center" : "center center" }});   );*/
  //background-attachment: scroll;
  background-repeat: no-repeat;
  
  margin: 0;
  padding: 0;
  text-align: center;
/*  min-height: 800px;
  //height: 800px;*/
  min-height: 100%;
  //height: 100%;
}


#layout {
  position: absolute;
  width: 1000px;
  height: 800px;
  //top: expression((parentNode.offsetHeight<800) ? "0px" : ((parentNode.offsetHeight-800)/2+1+"px"));
  //left: expression((parentNode.offsetWidth<1000) ? "500px" : "50%");
//overflow: hidden;
  margin-left: -500px;
/*  margin-left: auto;
  margin-right: auto;*/
}

#left-link {
	position: absolute;
	bottom: 86px;
	left: 256px;
}

#left-link a {
	display: block;
	width: 18px;
	height: 17px;
	background: url(/images/arr_left.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 200px;
	outline: none;
}

#right-link {
	position: absolute;
	bottom: 86px;
	left: 714px;
}

#right-link a {
	outline: none;
	display: block;
	width: 18px;
	height: 17px;
	background: url(/images/arr_right.gif) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 200px;
}

#left-pages {
	width: 21px;
	height: 12px;
	text-align: center;
	position: absolute;
	bottom: 86px;
	//bottom: 78px;
	left: 63px;
}

#left-pages img {
	width: 7px;
	height: 12px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

#right-pages {
	width: 21px;
	height: 12px;
	text-align: center;
	position: absolute;
	bottom: 84px;
	//bottom: 76px;
	left: 920px;
}

#right-pages img {
	width: 7px;
	height: 12px;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 255;
  background: #000;
}

#fla-pages {
	  position: absolute;
	  width: 1000px;
	  height: 900px;
	z-index: 254;
	margin-top: -58px;
	margin-left: 6px;

}

.news-header {
	padding-left: 3px; font-size: 15px;
}

#content .article-header {
	font-size: 17px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0px;
}

.article-header img {
	margin-left: -3px;
}
.article-anno a{
	font-size: 13px;
	font-weight: bold;
	padding-right: 30px;
	background: url(/images/arrow.gif) 63px 6px no-repeat;
	display: block;
}


#content .article-anno {
	font-size: 13px;
	margin-top: 0;

}

.news-header a{
	font-size: 13px;
	font-weight: bold;
	padding-right: 30px;
	background: url(/images/arrow.gif) 63px 6px no-repeat;
	display: block;
}

.block .date {
	font-weight: bold;
	font-size: 11px;
}

#right-content {
	font-size: 15px;
}

#menu {
  height: 70px;
  position: relative;
}

  #menu a {
    //background: url(/dummy.gif) !important;
  }

  #menu a#about {
    width: 156px;
    height: 66px;
    position: absolute;
    left: 169px;
    top: -3px;
//    top: 0px;
    //background: url(/dummy.gif);
  }
  
  #menu a#about:hover, #menu a#about.selected {
    background: url(/images/m_about.png) 0 0 no-repeat;
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/m_about.png', sizingMethod='crop');  
  }

  #menu a#prod {
    width: 173px;
    height: 78px;
    position: absolute;
    left: 299px;
    top: -13px;
//    top: -10px;

  }
  
  #menu a#prod:hover, #menu a#prod.selected {
    background: url(/images/m_prod.png) 0 0 no-repeat;
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/m_prod.png', sizingMethod='crop');  
  }

  #menu a#invest {
    width: 162px;
    height: 63px;
    position: absolute;
    left: 790px;
    top: -2px;
//    top: 1px;

  }

  #menu a#invest:hover, #menu a#invest.selected {
    background: url(/images/m_invest.png) 0 0 no-repeat;
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/m_invest.png', sizingMethod='crop');  
  }

  #menu a#goods {
    width: 155px;
    height: 61px;
    position: absolute;
    left: 547px;
    top: -4px;
//    top: -1px;

  }
  
  #menu a#goods:hover, #menu a#goods.selected {
    background: url(/images/m_goods.png) 0 0 no-repeat;
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/m_goods.png', sizingMethod='crop');  
  }

  #menu a#partners {
    width: 159px;
    height: 60px;
    position: absolute;
    left: 664px;
    top: -3px;
//    top: 0px;

  }
  
  #menu a#partners:hover, #menu a#partners.selected {
    background: url(/images/m_partners.png) 0 0 no-repeat;
    //background: none;
    //filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/m_partners.png', sizingMethod='crop');  
  }

  
#content {
  font-family: times new roman, serif;
  font-size:14px;
font-style: italic;
  padding-top: 0px;
}

#content * {
	color: #483E30;
}

#content p {
padding-top:2px;
padding-bottom: 4px;
margin: 0;
font-size: 14px;
margin-bottom: 5px;
text-align: justify;
}

#content .block {
  float: left;
  width: 380px;
  height: 640px;
  overflow: hidden;
  text-align: left;
  padding-left: 95px !important;
  padding-right: 0px;
  padding-top: 80px;
//	padding-top: 90px;
}

#content #right-page {
	padding-top: 30px;
	padding-left: 85px !important;
	width: 370px;
}

#content #right-page img {
	margin-left: 4px;
}

#content h1 {
font-size:30px !important;
font-family:Arial, Helvetica, sans-serif;
text-decoration:underline;
text-align:center;
padding-bottom:10px;
}
#content h2 {
font-size:24px !important;
padding-bottom:3px;
}

#content a {
  color: #483E30;  text-decoration: underline;
  outline: none;
}


#content ul {
  margin-left: 0px;
  font-size: 14px;
  padding: 0;
}

#content ul li {
	margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
  padding: 0;
}

#content ul.sub {
  margin-left: 3px;
  font-size: 14px;	
  font-style: italic;
  display: none;
  margin-bottom: -5px;
}

#content ul.sub  li{
  margin-bottom: 0px;
}

#content ul.sub li a{
  text-decoration: none;
  color: #483E30;
}


#content ul.lev1 {
  margin-left: 3px;
  font-size: 15px;	
  font-style: italic;
  display: none;
  margin-bottom: 0px;
}
#content ul.lev1 li {
margin-left: 0;
  margin-top: 5px;  
  margin-bottom: 0px;
}

#content ul.lev2 {
  margin-left: 10px;
  font-size: 14px;	
  font-style: italic;
  display: none;
  margin-bottom: 0px;
}
#content ul.lev1 li {
  margin-left: 0px;
  margin-top: 5px;  
  margin-bottom: 5px;
}


span.lang {
	font-size: 13px;
}

#lang {
	position: absolute;
	right: -20px;
	top: 273px;
	//top: 276px;
	//right: -19px;
	background: url(/images/eng.jpg) 0 0 no-repeat;
	width: 75px;
	height: 166px;
	visibility:hidden;
}

	#lang a {
	width: 75px;
	height: 166px;
	display: block;
}

#b-cards {
	position: absolute;
	left: -10px;
	top: 750px;
	width: 1000px;
	height: 50px;
}

#b-cards a {
}

	#b-cards a#rf {
		position: absolute;
		left: 0;
		top: 17px;
		width: 60px;
		height: 15px;
		display: block;
		outline: none;
}

	#b-cards a#tf {
		position: absolute;
		left: 140px;
		top: 29px;
		width: 60px;
		height: 15px;
		display: block;
		outline: none;
}

	#b-cards a#rt {
		position: absolute;
		left: 530px;
		top: 15px;
		width: 60px;
		height: 15px;
		display: block;
		outline: none;
}

	#b-cards a#m {
		position: absolute;
		left: 790px;
		top: 0px;
		width: 60px;
		height: 15px;
		display: block;
		outline: none;
}

	#b-cards a#ms {
		position: absolute;
		left: 740px;
		top: 22px;
		width: 60px;
		height: 15px;
		display: block;
		outline: none;
}
#left-page , #right-page {
visibility:hidden;
}

#start {
position:absolute;
left: 0;
top: 0;
background: #FDFAF3;
width: 100%;
height: 100%;
z-index: 255;
height: 1542px;

}
.nologo {
margin-top:-80px;
//margin-top:-88px;
margin-left:100px;
}
* html .nologo {
//margin-top:-88px;
} 