h1:hover { color: #fe3d00; cursor: pointer;}
.logo-ds #led { background: url(/images/led0.png); display: inline-block; width: 138px; height: 50px; float: left;}
.logo-ds #divs { background: url(/images/divs0.png); display: inline-block; width: 173px;
height: 56px; margin-left: 70px; } 

.logo-ds #led:hover { background: url(/images/led.png) no-repeat; }
.logo-ds #divs:hover { background: url(/images/divs.png) no-repeat 1px 1px; }

#divs { width: 169px; }
#divs2 { padding-left:215px; }

.logo-ds #led-ru { background: url(/images/led0.png); display: inline-block; width: 138px; height: 50px; margin-left: 70px; float: right;}
.logo-ds #divs-ru { 
background: url(/images/divs0.png);
display: inline-block;
width: 173px;
height: 56px;
float: left;
} 

.logo-ds #led-ru:hover { background: url(/images/led.png) no-repeat; }
.logo-ds #divs-ru:hover { background: url(/images/divs.png) no-repeat 1px 1px;; }

#divs-ru { width: 169px; }
#divs2-ru{ }
.top-links { margin-top: 6px; }

hr {
    border: none; /* Убираем границу для браузера Firefox */
    color: #eee; /* Цвет линии для остальных браузеров */
    background-color: #eee; /* Цвет линии для браузера Firefox и Opera */
    height: 1px; /* Толщина линии */
	position: absolute; 
	top: 26px;
	width: 100%;
	z-index: 1000;
}

.logo-ds { width: 382px; }

