@charset "windows-1251";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
body {
	background:#f2f2f2 url(../images/bg-header.png) top left repeat-x;
	font: 12px/18px Tahoma, Arial, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #e30001;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
p {
	margin: 0 0 5px;
	text-align:justify;
}

#content p {
	text-align:justify;
	text-indent:25px;
}

img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	border-top:3px solid #d9d9d9;
	width: 900px;
	margin: 0 auto;

}

caption{
	color:#e30001;
	font-weight:bold;
}


 #content .contactWrap p{text-indent:0;}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	height: 140px;

}


.header_ru{background:url(../images/header.png) no-repeat 140px 26px;}
.header_en{background:url(../images/header_en.png) no-repeat 140px 27px;}
.header_de{background:url(../images/header_de.png) no-repeat 140px 27px;}
.header_fr{background:url(../images/header_fr.png) no-repeat 140px 27px;}
.header_es{background:url(../images/header_es.png) no-repeat 140px 27px;}


.logo{
	top:3px;
	left:0px;
	position:absolute;
}

.lung{
	position:relative;
	float:right;
	top:5px;
	left:18px;
}
.lung .text{
	position:absolute;
	top:-5px;
}

.lung .text a{
	display:block;
	float:left;
	padding:0 41px 0 0;
}

 .lung .text a{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-weight:normal;
	 color:#e30001;
 }
 
   .lung .text .current{
	  color:#666666;
	  text-decoration:none;
  }
  
  
  .flag img:hover{
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  }
  

  
  
  .flag .current_img{
	  
  }

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	min-height:620px;
	border:1px solid #e6e6e6;
	overflow: hidden;
	background:#fff url(../images/bg-left-sidebar.png) no-repeat bottom left;
	
}
#content {

	padding: 10px 20px;
	float:left;
	width:570px;
}
#content h4{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#404040;
	padding:5px 10px;
	background:#f2f2f2;
}

p{
	font-family:Tahoma, Geneva, sans-serif;
	font-family:14px;
	color:#333333;
}

 .page-title h3{
	 font-family:Tahoma, Geneva, sans-serif;
	 font-weight:normal;
	 font-size:24px;
	 color:#e30001;
	 padding:0 0 20px 0;
	 text-transform:uppercase;
 }
 
 



/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 270px;
	position: relative;
	padding:20px 10px;
}

 .menu{
	 width:240px;
	 border-bottom:3px solid #d9d9d9;
	 border-top:3px solid #d9d9d9;
 }
 
  .menu li{
	  background:#f2f2f2 url(../images/marker.gif) no-repeat  20px 12px ;
	  margin:2px 0;
	  height:30px;
	  position:relative;
	 
  }
  
    .menu li a{
		font-size:14px;
		display:block;
		color:#797979;
		text-decoration:none;
		 padding:5px 35px;

	}
	
	.menu li a:hover{
		color:#e30001;
	}
	
		.menu li:hover{
		color:#e30001;
		background:#e6e6e6 url(../images/marker.gif) no-repeat  20px 12px ;
	}
	
.contact{
	position:absolute;
	bottom:50px;
	left:10px;
	z-index:7;
	zoom:1;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	height: 40px;
}

.copy{float:left; font-size:11px;}

 .bot-nav{
	 float:right;
	 padding-top:10px;
 }
 
 .bot-nav li{
	 float:left;
 }

 
  .bot-nav li a{
	  font-family:Tahoma, Geneva, sans-serif;
	  font-size:11px;
	  color:#333333;
	  text-decoration:none;
	   border-right:1px solid #333333;
	  line-height:10px;
	  padding:0 7px;
	  display:block;
	  text-transform:lowercase;
	 
  }
   .bot-nav li a:hover{text-decoration:underline;}
  
 .bot-nav li  .last{border:none;}