.text
{
	color:#333333;
	font-size:16px;
	text-indent:15px;
	line-height:25px;
}

.zagolovok
{
font-family:Arial, Helvetica, sans-serif; 
font-size:22px; 
font-weight:bold; 
color:#000000
}

.services
{
font-family:Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:16px; 
color:#000066; 
cursor:pointer
}

#container {
margin-left:100px;

}

#container_en {
margin-left:18px;

}

ul, li {
    margin: 0;
    padding: 0;
}

#nav {
    position: static;
    #background: #292929;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    #border-right: 1px solid #4a4a4a;
    #border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 12px 12px;
    width: 100%;
}

#nav li a:hover {
text-decoration: underline; /* Добавляем подчеркивание */
}

a:hover {
text-decoration: underline; /* Добавляем подчеркивание */
}

#window {
position: absolute;
z-index:6;
left: 50%;
margin-left:-350px;
top: 150px;
width: 700px;
height: 400px;
overflow: hidden;
display: none;
}

#windowTop {
height: 30px;
overflow: 30px;
background-image: url(../img/window_top_end.png);
background-position: right top;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
cursor: move;
}

#windowTopContent {
margin-right: 13px;
background-image:url(../img/window_top_start.png);
background-position:left top;
background-repeat: no-repeat;
overflow: hidden;
height: 30px;
line-height: 30px;
text-indent: 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
color: #FFFFFF;
}

#windowMin {
position: absolute;
right: 25px;
top: 10px;
cursor: pointer;
display: none;
}

#windowMax {
position: absolute;
right: 25px;
top: 10px;
cursor: pointer;
display: none;
}

#windowClose {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}

#windowBottom {
position: relative;
height: 370px;
background-image: url(../img/window_bottom_end.png);
background-position: right bottom;
background-repeat: no-repeat;
}

#windowBottomContent {
position: relative;
height: 370px;
background-image: url(../img/window_bottom_start.png);
background-position: left bottom;
background-repeat: no-repeat;
margin-right: 13px;
}

#windowResize {
position: absolute;
right: 3px;
bottom: 5px;
cursor: se-resize;
}

#windowContent
{
position:absolute;
top: 30px;
left: 10px;
width: auto;
height: auto;
overflow: auto;
margin-right: 10px;
border: 1px solid #1459c0;
height: 355px;
width: 675px;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
background-color: #fff;
}

#windowContent * {
margin: 10px;
}

.transferer2 {
z-index:10;
border: 1px solid #1459c0;
background-color: #1459c0;
filter:alpha(opacity=20); 
-moz-opacity: 0.2; 
opacity: 0.2;
}

A IMG {
border: none; /* Убираем рамку */
outline::none;
}

#wrapper {
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

#slider {
	background-color:#FFFFFF;
	position:relative;
	overflow:hidden;
	}
.content {
	width:500px;
	float: left;
	position: relative;
	background-color:#FFF;
}
.inslider a {
	text-decoration:none;
}
.contentholder {
	height:185px;
	width: 500px;
	overflow: hidden;
	position: relative;
	background-color:#FFFFFF;
}
.contentslider {
	position: absolute;
	top: 0; left: 0;
}
.imgslider img {
	float: left;
}
.contentnav {
	position: absolute;
	bottom: -10px; left:250px;
	 height:30px;
	z-index: 4;
	text-align: center;


	background-color: #fff;

}
.contentnav a {
	padding: 5px;
	text-decoration: none;
	color: #333;
}
.contentnav a.active {
	font-weight: bold;
	color:#0000FF;
}
