@charset "utf-8";
/* CSS Document */
html{
height:100%;
} 
body {
	margin:0;
	padding:0;
	font-family: Tahoma;
	color: #FFF;
	font-size:11px;
	background: url(../images/bglogo.jpg) repeat-x bottom #0095EF;
}

img {border:0}

a:link, a:visited, a:active {
color: #CC0;
font-weight:bold;
text-decoration:none;
}
a:hover {
color: #CC0;
text-decoration:underline;
}

#wrapper {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 20px;
}
#map {
min-width:1000px;
height: 542px;
background: url(../images/map1.png) no-repeat  bottom;
}

#markerswrap {
position: relative;
width: 1000px;
margin:0px auto;
text-align:left;
}


#markers {
position: relative;
width: 1000px;
margin:0px auto;
text-align:left;
}

#markers img {position:relative;  cursor: pointer;}

#markers .mapitem {position:absolute;  cursor: pointer;}


#menu {
position: relative;
top: 290px;
left: 0px;
}
#menuitems {
border: 1px solid #003366;
margin-top:10px;
margin-left: 30px;
width: 180px;
background: url(../images/bgmenu.png);
}
#copyright {
position: absolute;
bottom: -20px;
right: 0px;
text-align:right;
line-height:18px;
}



.bgmenu {
	background: url(../images/bgmenu.png);
}

/** Baloon tips **/

.gmap {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: relative;
}

.gmap-title {
  font-size: 16px;
  font-weight: bold;
}

.gmap-addr {
  padding-bottom: 15px;
  padding-top: 5px;
}

.gmap-close {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

/** Menu  **/

ul#nav { 
	margin: 0;
	padding: 0; 
	list-style: none; 
	font-size: 11px;
	font-weight: normal;
	}
	
	ul#nav li { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	border-top: 1px dashed #999; 
	}
	
	ul#nav li a {
	display: block; 
	line-height: 20px;
	color: #F3F3F3; 
	text-align:center;
	text-decoration: none;

	} 
	
	ul#nav li a.active { 
	background: #DCEB1E; 
	}
	ul#nav li a:hover {
	color:#333;
	background: #DCEB1E;
	 }
	 
a#weimit  {font-weight:normal;color:#FCFCFC;font-size:10px;margin-top:14px;}	 
