*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a img {
	border: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
}

strong {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
}

.right {
	float: right !important;
}

.last {
	margin-right: 0px !important;
}

.gray {
	color: #666666 !important;
}

.no-border {
	border: none !important;
}

.pink {
	color: #DF0293;
	}
	
body {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #010101 url(../images/bg.jpg) top center no-repeat;
}

/* Wrapper */

#wrapper {
	width: 961px;
	margin: 0px auto;
}

/* Header */

#header {
	padding-top: 17px;
	font-size: 11px;
}

#header .up_nav {
	float: left;
}

#header .up_nav li {
	float: left;
	color: #fff;
	margin-right: 4px;
}

#header .up_nav li a {
	color: #fff;
}

#header .up_nav li a:hover {
	text-decoration: underline;
}

#header .contact_info {
	float: left;
	margin-left: 195px;
}

#header .facebook_youtube {
	float: right;
}

#header .facebook_youtube .facebook {
	background: url(../images/facebook.png) no-repeat;
	padding: 3px 28px;
	margin-left: 7px;
}

#header .facebook_youtube .youtube {
	background: url(../images/youtube.png) no-repeat;
	padding: 3px 21px;	
	margin-left: 7px;
}

#header .left,
#header .right {
	width: 400px;
	margin-top: 10px;
}

#header a.logo {
	float: left;
	padding: 40px  0 0 14px;
}

#header .left a,
#header .right a {
	display: block;
}

#header .left {
	margin-left: -25px;
	margin-right: 25px;
}

#header .left h1,
#header .right h1 {
	color: #fff;
	font-size: 18px;
}

#header .left h1 {
	margin-left: 25px;
}

#header .right h1 {
	text-align: right;
}

/* Container */

#container {
	padding: 15px 0 30px;
}

#container .left_side {
	float: left;
	width: 449px;
	padding-right: 31px;
	background: url(../images/line.jpg) top right no-repeat;
	
}


#container .left_menu,
#container .right_menu {
	margin-bottom: 15px;
	float: left;
}


#container .left_menu li,
	#container .right_menu li
 {
	float: left;
	list-style: none;
}

#container .left_menu li a,
	#container .right_menu li a {
	display: block;
	height: 28px;
	background-image: url(../images/menu1.png);
	background-repeat: no-repeat;
}

#container .left_menu li .index {
	width: 101px;
	background-position: 0px 0px;
}


#container .left_menu li .about {
	width: 108px;
	background-position: -101px 0px ;
}

#container .left_menu li .participation {
	width: 156px;
	background-position: -209px 0px ;
}


#container .left_menu li .gallery {
	width: 84px;
	background-position: -365px 0px ;
}

#container .right_menu li .index {
	width: 133px;
	background-position: -449px 0px;
}


#container .right_menu li .about {
	width: 126px;
	background-position: -582px 0px ;
}

#container .right_menu li .participation {
	width: 99px;
	background-position: -708px 0px ;
}


#container .right_menu li .gallery {
	width: 95px;
	background-position: -807px 0px ;
}


#container .left_side .video {
	display: block;
}

#container .button {
	float: left;
	height: 22px;
	padding-left: 4px;
	background: url(../images/button_left.jpg) no-repeat;
	margin-top: 20px;
	text-decoration: none;
}

#container .button span {
	background: url(../images/button_right.jpg) top right no-repeat;
	display: block;
	padding:  4px 9px 0px 4px;
	font-size: 11px;
	color: #FFF;
	height: 22px;	
	cursor: pointer;
}

#container .button:hover {
	background: url(../images/button_hover_left.jpg) top left no-repeat;	
}

#container .button:hover span{
	background: url(../images/button_hover_right.jpg) top right no-repeat;	
}

#container .right_side {
	float: right;
	width: 453px;
}

#container .right_side .new_overview {
	float: left;
	width: 202px;
}

#container .right_side .new {
	background: url(../images/news_box.jpg) no-repeat;
	width: 175px;
	height: 389px;
	float: right;
	margin-right: -20px;
	padding: 20px 35px 0 28px;
}

#container .image_holder {
	width: 194px;
	padding: 7px 0 8px 7px;
	background: url(../images/image_holder.jpg) no-repeat;
	float: left;
	margin-bottom: 20px;
	text-decoration: none;
	position: relative;
}

#container .image_holder span {
	float: right;
	margin-top: 12px;
	color: #fff;
	width: 100%;
}

#container h2 {
	color: #df0293;
	font-size: 15px;
	clear: both;
	margin-bottom: 20px;
	font-weight: normal;
}

#container p {
	display: block;
	line-height: 1.4;
	padding-bottom: 15px;
}

#container a {
	color: #df0293;
	text-decoration: underline;
}

#container a:hover {
	text-decoration: none;
}

#container .new h2 {
	background: url(../images/new_line.png) left bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 17px;
}

#container .new p {
	background: url(../images/new_line.png) left bottom no-repeat;
	padding-bottom: 23px;
}

#container .new a {
	display: block;
	margin-top: 7px;
}

#container .breadcrumb {
	margin-bottom: 25px;
	float: left;
}

#container .breadcrumb li {
	float: left;
	font-size: 24px;
	color: #df0293;
	margin-right: 14px;
	list-style: none;
}

#container h3 {
	background: url(../images/breadcrumb.jpg) right 3px no-repeat;
	padding-right: 32px;
	text-decoration: none;
	color: #df0293;
	font-size: 24px;
	font-weight: normal;
}

#container .stars {
	background: url(../images/stars.jpg) right center no-repeat;
}

#container .picture_frame {
	background: url(../images/picture_frame.jpg) no-repeat;
	width: 346px;
	height: 291px;
	padding: 18px 0 0 21px;
	margin: 0px 0px 22px 22px;
	text-decoration: none;
}

#container .picture_frame a {
	display: block;
}

#container .picture_frame a.text {
	margin-top: 20px;
}

#container .gallery1 {
	float: left;
	margin: 0 52px 25px 0;
}

#container .zoom {
	width: 56px;
	height: 56px;
	background: url(../images/zoom.png) no-repeat;
	display: block;
	position: absolute;
	top: 35px;
	left: 72px;
	display: none;
	cursor: pointer;
}

#container .image_holder:hover .zoom {
	display: block;
}

#container .more_pics {
	float: right;
	margin-top: 10px;
	color: #666;
	font-size: 11px;
}

#container .more_pics a {
	color: #666;	
}

#container ul {
	margin-bottom: 20px;
}

#container ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 5px;
}

#container .sitemap {
	float: left;
	margin: 0px 100px 20px 0;
}


#container .single_new {
	width: 100%;
	padding-top: 20px;
	background: url(../images/new_separator.jpg) left top no-repeat;
	margin-bottom: 5px;
}

#container .read_more {
	margin-top: 6px;
	display: block;
	}

/* Footer */
#footer {
	background: url(../images/footer.jpg) no-repeat 0px 43px;
	font-size: 11px;
	text-align: center;
	color: #666666;
	padding-bottom: 50px;
	clear: both;
}

#footer .left p,
#footer .right p {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #fff;
}

#footer .left p {
	text-align: left;
}

#footer .right p {
	text-align: right;
}

#footer .left ul li,
#footer .right ul li {
	float: left;
	margin-right: 4px;
	color: #c41077;
}

#footer .right ul {
	float: right;
	margin-bottom: 15px;
}

#footer .right ul li {
	margin-right: 0px;
	margin-left: 4px;

}

#footer .left ul li a,
#footer .right ul li a {
	color: #c41077;
}


#footer .left ul li a:hover,
#footer .right ul li a:hover {
	text-decoration: underline;
}

#footer .center {
	float: left;
	padding-top: 23px;
	margin-left: 230px

}
#footer .center a {
	color: #fff;
}

#footer .center a:hover {
	text-decoration: underline;
}

#footer .stenik img {
	position: relative;
	top: 4px;
	margin-right: 5px;
}

#footer .stenik {
	color: #c41077;
	margin-top: 25px;
}

#footer .stenik a {
	color: #c41077;
}

