@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


a {
	text-decoration: none;
	color: #777;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/background.jpg);
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	color: #999;
}
li {
	list-style-type: none;
}
.bottom {
	background-image: url(../images/background_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:30px;
}



.page {
	width: 852px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: 1px solid #111;
}
.main_table {
	margin-right: 19px;
	margin-left: 19px;
	padding-bottom: 19px;
}
.community {
	padding-top:15px;
	height:45px;
}
.top_buttons {
	display: block;
}
#youtube {
	background-image: url(../images/youtube.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
	width: 75px;
}

#youtube:hover {
	background-image: url(../images/youtube.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#vk {
	background-image: url(../images/vkontakte.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
	width: 123px;
}

#vk:hover {
	background-image: url(../images/vkontakte.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#facebook {
	background-image: url(../images/facebook.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
	width: 74px;
}

#facebook:hover {
	background-image: url(../images/facebook.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#myspace {
	background-image: url(../images/myspace.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 34px;
	width: 81px;
}

#myspace:hover {
	background-image: url(../images/myspace.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.community li{
	float: left;
	list-style-type: none;
	padding-right: 6px;
	padding-left: 6px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #333;
	height: 34px;
}.community .lang {
	float: right;
	padding-top:2px;
	margin-right: 0px;
	margin-top: 5px;
	width: 180px;
}
.mp3player {

}
.menu li {
	list-style-type: none;
	float: left;
	padding-right: 4px;
	padding-left: 4px;
}
.menu {
	margin-left: -4px;
	padding-top: 10px;
}


.menu li a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
	float: left;
}
.menu li a:visited {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	display: block;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	font-weight: bold;
}



.menu li a:active {
	background-color: #6e0101;
}
.menu li a:hover {
	background-color: #6e0101;
}
.bread {
	height: 15px;
	padding-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 13px;
}

.bread a {
	text-decoration: none;
	color: #777;
}
.bread a:hover {
	text-decoration: underline;
}

.footer {
	height: 25px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
	padding-top: 15px;
	margin-top:5px;
}

.bottommenu a {
	font-size: 12px;
}
.bottommenu {
	color: #333;
	text-align: center;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #111;
}

