#mainmenu{
	width: 650px;
	float: right;
	
}
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-right: 30px;
	
}
#mainmenu ul li{
	float: left;
	list-style: none;
	background: url(../images/menu_marker.png) no-repeat 0px 3px;
	padding-left: 12px;
	margin-right: 10px;
/*	margin: 0px;*/
}
#mainmenu ul li a{
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Narrow", Tahoma, Arial;
	font-weight: bold;
}
#mainmenu ul li a:hover{
	color: #666;
}
#mainmenu ul li.selected a{
	color: #666;
}

h1{
	background: url(../images/menu_marker.png) no-repeat 0px 3px;
	padding-left: 14px;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "Arial Narrow", Tahoma, Arial;
	font-weight: bold;
	color: #666;
	padding-bottom: 20px;
}

#content{
	color: rgb(128, 128, 128);
}


.langSwitcher{
	margin-right: 15px;
	float: right;
}

.langSwitch{
	width: 16px;
	height: 10px;
	margin-left: 6px;
	display: block;
	float: left;
	text-indent: 1000px;
	overflow: hidden;
}
.langSwitch.en{
	background: url(/static/css/img/eng.jpg) no-repeat left top;
}
.langSwitch.ru{
	background: url(/static/css/img/rus.jpg) no-repeat left top;
}



.sphere_pointer{
	display: inline-block;
	width: 7px;
	height: 7px;
	border: 1px solid #b2b2b2;
	margin-right: 3px;
}


.spheres{
	text-align: left;
}
.spheres a,.spheres a:link, .spheres a:visited{
	font-size: 13px;
	font-family: "Arial Narrow", Tahoma, Arial;
	font-weight: bold;
	color: #666;
}
.spheres li{
	list-style: none;
}

.bottom_sect {
	padding-left: 20px;
}
.bottom_sect .spheres li{
	float: left;
	margin-left: 10px;
}
.left_sect .spheres li{
	
	margin: 5px;
}

.spheres li a{
	display: block;
	padding: 2px;
}
.spheres li a.active{
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}


.current_section{
	font-size: 16px;
	text-align: left;
}

a img, a:hover img{
	border: none;
}
a.data_item:hover{
	text-decoration: none;
}



.data_header h1{
	padding-bottom: 5px;
}


.left_sect{text-align: left;}


.datas{
	 margin-left: 100px;
}

.list_scroll{
	height: 250px;
}
.list_scroll.datas{
	height: 200px;
}



.datas a{
	display: block;
	float: left;
	position: relative;
}

.label{
	position: absolute;
	width: 100px;
	z-index: 10;
	text-align: center;
	bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.designers.datas a{
	margin: 5px;
	border: 1px solid #fff;
}
.designers.datas a:hover{
	border: 1px solid #990000;
}

#footmenu{
	position: relative;
	margin-top: -55px;
}

#footmenu ul{
	margin: 0;
	padding: 0;
}

#footmenu ul li{
	display: inline;
	list-style: none;
	padding: 0 5px;
	margin: 5px 0;
	
}

#footmenu ul li{
	border-right: 1px solid #a8a7a7;
}
#footmenu ul li.last{
	border-right: none;
}


.events-text{
	width: 300px;
	float: left;
}
.events-images{
	width: 420px;
	float: left;
}
.events-item{
	margin-bottom: 10px;
}

.clear{
	clear: both;
	float: none;
}


.contact-item{
	width: 200px;
	float: left;
	margin: 10px;
}


#map{
	width: 390px;
	margin: 0 auto;
}
.country{
	position: absolute;
	text-shadow:  0px 0px 2px #fff, 1px 1px 2px #666666; /* Параметры тени */
	filter: Shadow(Color=#fff, Direction=45, Strength=4);
	filter: Shadow(Color=#666666, Direction=45, Strength=4);
}


.countries-list{
	margin: 5px;
}

.country-item{
	font-size: 13px;
	font-family: "Arial Narrow", Tahoma, Arial;
	font-weight: bold;
	color: #666;
	padding: 5px;
	
	float: left;
	margin: 5px;
}
.country-item.selected{
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	color: black;
}


.slideshow-item{
	float: left;
	width: 86px;
	height: 91px;
	margin: 1px
}
.slideshow{
	width: 86px;
	height: 51px;
}
.footer_slides{
	width: 800px;
	margin: 0 auto;
}