@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;
  /*padding-left: 10px;*/
  font-size: 0.846em;
  color: #969696;
  height: 246px;  
}

.index #header {
  margin: 0 18px;
  background: #000 url(/images/event-line.gif) 0 42px;
  padding: 0;
  height: auto;
}

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

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

#footer {
  padding: 79px 18px 22px 28px;
  color: #969696;
}

.e404 #footer {
  position: absolute;
  bottom: 0px;
  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%;
  min-width: 1000px;
  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;  
}







#wrapper {
  zoom: 1;
}

#wrapper:after {
  content:'.';
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}



#wrapper {
  float: right;
  width: 100%;
}

#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;
}
