html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
body {
	font-family: "Times New Roman";
	font-size: 62.5%;
	color: #000000;
	overflow: hidden;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	cursor: default;
}

.footer {
   position: absolute;
	height: 20px;
	left: 0px;
	bottom: 60px;
	
	font-size: 1.3em;
}
.footer span {
   background-color: #000000;
   color: #ffffff;
   padding-left: 20px;
}
.footer .f {
   padding-left: 0px;
   margin-left: 60px;
}
.footer #map {
   padding-right: 20px;
   cursor: pointer;
}
.footer a {
   background-color: #ffffff;
   color: #000000;
   text-decoration: none;
}
.footer em {
   font-style: normal;
   cursor: pointer;
   background-color: #ffffff;
   color: #000000;
}

.logo {
   width: 109px;
   height: 109px;
   background: url("../img/logo.png");
   position: absolute;
   right: 60px;
   top: 60px;
}
*html .logo {
   behavior: url("img/iepngfix.htc");
}
.logolink {
   width: 109px;
   height: 109px;
   cursor: pointer;
   position: absolute;
   right: 60px;
   top: 60px;
}

.menu {
   position: absolute;
   left: 60px;
   top: 50px;

   font-size: 1.5em;
}
.menu ul {
   margin: 0px;
   padding: 10px 0px;
   list-style: none;
}
.menu ul ul {
   padding: 2px 0px 20px 0px;
}
.menu li {
   position: relative;
   margin: -1px 0px 0px 0px;
   padding: 0px;
   overflow: hidden;
}
.menu span {
   white-space: nowrap;
   overflow: hidden;
}
.menu .b {
   background-color: #000000;
   color: #ffffff;
   cursor: pointer;
   position: absolute;
   top: 0px;
   left: 0px;
}
.menu .w {
   background-color: #ffffff;
   color: #000000;
   cursor: pointer;
}
.menu .wb {
   background-color: #000000 !important;
   color: #ffffff !important;
}
.menu .wh {
   visibility: hidden;
}
.menu ul ul .w {
   cursor: default;
}

.info {
   display: none;
   color: #ffffff;
   position: absolute;
   right: -357px;
   top: 100px;
   padding: 3px 7px 7px 7px;
   background-color: #000000;
}
.infopad {
   padding: 0px 0px 0px 11px;
   background: url("../img/i.png") top left no-repeat;
}
*html .infopad {
   behavior: url("img/iepngfix.htc");
}
.info #project {
   width: 350px;
   position: relative;
}
.info h1 {
   font-size: 1.5em;
   padding: 10px 0px 0px 0px;
   margin: 0px;
}
.info p {
   font-size: 1.5em;
   padding: 0px 0px 50px 0px;
   margin: 0px;
}
.info a {
   position: absolute;
   bottom: 0px;
   left: 0px;
   text-decoration: underline;
   color: #ffffff;
   font-size: 1.3em;
}

.image {
   position: absolute;
   left: 0px;
   top: 0px;
   width: 2880px;
   height: 1000px;
   background: url("../img/pr/0.jpg") top left no-repeat;
   cursor: pointer;
}

.map {
   position: absolute;
   display: none;
   width: 700px;
   height: 484px;
   background: url("../img/map_html.jpg");
   cursor: pointer;

margin-left:-350px;
margin-top:-250px;
left:50% !important;
top:50% !important;
z-index:20;
}