@charset "utf-8";
/* CSS Document */

/* style */
#nav {
	background: url(../images/nav.png);
	height: 47px;
	line-height: 47px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	position: relative
}
#nav ul, #nav li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none
}
#nav li {
	float: left;
	background: url(../images/nav-li.png) right no-repeat;
	padding-right: 1px;
}
#nav.ruski a {
	padding: 0 7px	
}
#nav a {
	font-weight: bold;
	color: #fff;
	float: left;
	display: block;
	padding: 0 17px;
	text-decoration: none
}
#nav a:hover {
	background: url(../images/nav-hover.png);
}
#nav li.first a:hover {
	background: url(../images/nav-first-hover.png) left no-repeat;
}

#changeFont {
	position: absolute;
	right: 20px;
	top: 0	
}
#nav #changeFont a, #nav #changeFont a:hover {
	background: none;
	padding: 0 5px;
	color: #fff;
}
ul#image-rotator {
	height: 250px;
	overflow: hidden	
}
ul#image-rotator, #image-rotator li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#lang, #lang li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#lang {
	float: right;
	position: relative;
	top: 120px
}
ul#lang li {
	float: left;
	margin-left: 5px
}
ul#lang li a {
	float: left
}
a img {
	border: 0	
}