@charset "utf-8";
/* CSS Document */

*, html, body {
	margin:0;
	padding:0;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background:#a5c4d6 url(img/main-bg.jpg) no-repeat center top;
}

body#en {
	background:#a4c4d7 url(img/main-bg-en.jpg) no-repeat center top;
}

a img {
	border:0;
}

a {
	color:#2C3054;
	text-decoration:none;
}

p {
	margin:5px 0;
}

h1, h2, h3, h4 {
	
}

#main-wrapper {
	width:995px;
	height:565px;
	margin:0 auto;
	position:relative;
	padding:15px;
}

#header {
	height:92px;
	background:url(img/header-bg.png) no-repeat;
	position:relative;
	width:994px;
}

#left-side {
	width:220px;
	margin-top:10px;	
}

	#header .sys-nav {
		overflow:hidden;
		list-style:none;
		position:absolute;
		left:522px;
		top:36px;
	}
	
	#header .sys-nav li {
		float:left;
		margin-left:3px;
	}
	
	#header .sys-nav li a {
		display:block;
		background:url(img/sprite.png) no-repeat;
		text-indent:100px;
		overflow:hidden;
		cursor:pointer;
		height:18px;
	}
	
	#header .sys-nav li a#home {
		width:18px;
	}
	
	#header .sys-nav li a#mail {
		width:18px;
		background-position:-18px;
	}
	
	#header .sys-nav li a#ru {
		width:35px;
		background-position:-36px;
	}
	
	#header .sys-nav li a#en {
		width:35px;
		background-position:-71px;
	}
	
	.top-img-slide {
		position:absolute;
		right:5px;
		top:6px;
		width:324px;
		height:80px;
		overflow:hidden;
	}

	#header-logo {
		position:absolute;
		left:20px;
		top:17px;
	}
	
	.block {
		margin-bottom:15px;
	}

	.menu {
		width:180px;
		background-color:#252948;
		padding:10px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		position:relative;
	}
	
		.menu ul li {
			list-style:none;
			margin-bottom:5px;
		}
		
		.menu ul li a {
			display:block;
			background:url(img/menu-button-bg.png) no-repeat;
			color:#FFF;
			line-height:22px;
			font-size:13px;
			text-decoration:none;
			padding-left:25px;
		}
		
		.menu .slide-btn {
			position:absolute;
			width:24px;
			height:22px;
			top:0;
			right:-22px;
			background:url(img/slide-btn.png) no-repeat;
		}
	
	.left-banner {
		margin-left:10px;
	}
	
	.left-banner img {
		margin-bottom:15px;
	}

.marker {
	position:absolute;
	width:30px;
	height:30px;
}

	#balaklava {
		top:385px;
		left:385px;
		width:50px;
		height:50px;
	}
	
	#donuzlav {
		top:225px;
		left:315px;
	}
	
	#feodosia {
		top:265px;
		left:645px;
	}
	
	#kerch {
		top:220px;
		left:790px;
	}
	
.gallery {
	display:none;
}

#music-fest {
	cursor:pointer;
}

#cboxTitle	{
	font-size:14px;
}
	
#cboxTitle {
	line-height:15px;
}
#cboxTitle a:hover {
	text-decoration:underline;
}
	
#footer {
	position:absolute;
	bottom:0;
	height:29px;
	width:965px;
	padding:0 15px;
	background:url(img/footer-bg.png) repeat-x;
	color:#6695b1;
	font-size:12px;
	line-height:29px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}

	#footer span {
		margin:0 15px;
	}
	
	#footer a {
		color:#6695B1;
	}
