@import  url("/css/fonts.css");
@import  url("/css/reset.css");
@import  url("/css/global.css");
@import  url("/css/styles.css");
@import  url("/css/opera.css");

html, body {
  width: 100%;
  height: 100%;  
}

/*#filter,
#fixed-nav,*/
#top-banner,
#container {
  min-width: 1000px;
}

#container {  
  position: relative;
}

.e404 {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}


#top-banner {  
  text-align: center;
  height: 90px;
}


#today-event {
  position: relative;  
  margin: 30px 18px 0;
  background: #000;
  height: 290px;
  font-weight: bold;
  text-align: center;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  overflow: hidden;
  zoom: 1;
}

#header {
  position: relative;
  padding: 40px 18px 0 28px;
  font-size: 0.846em;
  color: #969696;
  height:246px;
}

.index #header {
  margin: 0 18px;

  padding: 0;
  height: auto;
}

.e404 #header {  
  overflow: hidden;
  zoom: 1;
}

.e404 #content {
  padding: 140px 18px 30px;
  margin: 0;
  background: none;
}

#footer {
  margin: 48px 18px 0;
  padding: 0 0 18px;
  color: #969696;
  float:left;
}
#footer_content {
	margin: 0 20% 0 15%;
  padding:  0 50px 0 0;
	float:left;
}
#footer #footer_content p {
	line-height:1.5;
}
#footer #footer_content h5 {
  font-family: 'DinCyrMed', Tahoma, Verdana, sans-serif;
	font-size:14px;
	color:#010101;
	margin-bottom:2px;
}
#footer #copyright {
	float:left;
	width:15%;
	margin-left:-100%;
	
}
#footer #copyright .social_buttons ul {
	float:left;
	margin-top:15px;
}
#footer .social_buttons ul li {
	float:left;
	padding:0;
	background:none;
	padding-right:10px;
}
#footer .social_buttons ul li a {
  background: url("../images/social_buttons.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 23px;
  text-indent: -9999px;
  width: 23px;
}
#footer .social_buttons ul li a.twitter {background: url("../images/social_buttons.png") no-repeat scroll 0 0 transparent;}
#footer .social_buttons ul li a.facebook {background: url("../images/social_buttons.png") no-repeat scroll -35px 0 transparent;}
#footer .social_buttons ul li a.lj {background: url("../images/social_buttons.png") no-repeat scroll -70px 0 transparent;}
#footer .social_buttons ul li a.vkontakte {background: url("../images/social_buttons.png") no-repeat scroll -105px 0 transparent;}
#footer #f_navigation {
	float:left;
	margin-left:-20%;
	width:20%;
}
.e404 #footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  height: 30px;
}

#fixed-nav {
  width: 100%;
  min-width: 1000px;
/*  overflow: hidden;*/
  position: absolute;  
  height: 42px;
  font: normal 0.846em Tahoma, Verdana, sans-serif;
  color: #969696;
  left: 0;
  top: 0;
  z-index: 7;
  background: #f0f0f0;
}

#filter {
  position: absolute;
  left: 0;
  top: 246px;
  width: 100%;
  z-index: 4;
  background: #f0f0f0;
}

#map {
  display: none;

  position: absolute;
  width: 944px;
  height: 498px;
  top: 100px;
  left: 50%;
  margin-left: -472px;
  border: 3px solid #000;
  background: #fff;
  z-index:6 ;
  padding: 60px 0 63px;
}

#content {  
  margin: 0 18px;  
}







#global-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 109px;
  height: 113px;
  margin: -15px 0 0 -64px;
  background: url(/images/ajax-loader.gif) no-repeat;
  z-index: 333;
}

#aside {
  float: right;
  width: 376px;
  padding: 0 15px 0 0;
  line-height: 1.385;
}

#header + #wrapper {
	margin-top:-40px;
}

#wrapper #content {
  width: 100%;
  margin: 0 -391px 0 0;
  float: left;
}

#content .column {
  margin: 0 407px 0 18px;
}



