html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	min-height:100%;
	position: relative;
}small {	font-size:10px;}

.wrap {
	height: auto !important;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 960px;
}

.wrapmap {
	height:100%;
    overflow: hidden;
    position: relative;
    width:100%;
	float:left;
}

	#mapwrap {
		background-color: #FEFEFE;
		border: 1px solid #E5E4E3;
		float:left;
		
		padding:10px;
		margin:17px;
		
		position: relative;
	}

		#map_canvas {
			width:100%;
			height:100%;
			opacity: 0.2;
		}


#map_under_wrap {
	width:100%;
	float:left;
}


	#map_counters {
		float: right;
		padding: 0 22px 10px 0;
	}

		#map_counters img {
			float: left;
			opacity: 0.3;
			padding: 0 5px;
		}
			
			#map_counters img:hover{
				opacity: 1;
			}


#footer {
    float: left;
}

#map_header_wrap {
	height: 146px;
	position: absolute;
	width: 100%;
	float:left;
	top:-100px;
}

	#map_header {
		background: url("../images/header_map.png") no-repeat scroll center top transparent;
		margin:0 auto;
		height: 146px;
		position:relative;
		width: 1000px;
		z-index: 666;
	}
	
		#map_header a#logo {
			left: 44px;
		}

		a#map_strelka {
			background: url("../images/header_map_strelka.png") no-repeat scroll center bottom transparent;
			bottom: 21px;
			display: block;
			height: 17px;
			position: absolute;
			right: 59px;
			width: 22px;
		}


#debug {
	display:none;
	background-color: #FFFFFF;
    border: 1px solid #555555;
    color: #000000;
    font-size: 10px;
    left: 700px;
    padding: 10px;
    position: absolute;
    top: 165px;
    width: 455px;
	opacity: 0.5;
}

#debug:hover {
	opacity: 0.8;
}

#map-legend-tds {
	display:none;
    background: url("../images/map-legend-tds.png") no-repeat scroll left top transparent;
    bottom: 40px;
    height: 171px;
    position: absolute;
    right: 10px;
    width: 202px;
    z-index: 100;
}

#map-legend-ph {
	display:none;
	background: url("../images/map-legend-ph.png") no-repeat scroll left top transparent;
    bottom: 40px;
    height: 145px;
    position: absolute;
    right: 10px;
    width: 202px;
    z-index: 100;
}

#map_search {
	position:absolute;
	top:17px;
	right: 167px;
	width:295px;
	height:33px;
	background: url("../images/map_search.png") no-repeat scroll left top transparent;
}

	#map_search input {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		color: #333333;
		display: block;
		font-family: Tahoma;
		font-size: 11px;
		height: 22px;
		left: 13px;
		line-height: 22px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		width: 202px;
	}
	
	#bt_submit {
		color: #FFFFFF;
		cursor: pointer;
		display: block;
		font-size: 12px;
		height: 26px;
		line-height: 27px;
		position: absolute;
		right: 5px;
		text-align: center;
		text-decoration: none;
		top: 2px;
		width: 67px;
	}
	
		#bt_submit:hover {
			text-decoration: none;
			text-shadow: 0 0 9px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #999999;
		}








a.map_bt {
	display: block;
	position:absolute;
	width:123px;
	height:27px;
	background: url("../images/map_bt.png") no-repeat scroll left top transparent;
	color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
	line-height:27px;
	text-align:center;
	cursor:pointer;
}

	a.map_bt:hover {
		text-decoration: none;
		text-shadow: 0 0 9px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #999999;
		background-position:left bottom;
	}

#bt_add {
    left: 410px;
    top: 20px;
}

#bt_back {
    left: 410px;
    top: 60px;
}

#bt_tds {
    right: 335px;
    top: 60px;
}

#bt_ph {
    right: 167px;
    top: 60px;
}

#bt_clear {
    right: 36px;
    top: 20px;
}

#bt_reset {
    right: 36px;
    top: 60px;
}


#wellcome {
	background: url("../images/wellcome.png") no-repeat scroll left top transparent;
	width:339px;
	height:162px;
	position:absolute;
	top:-500px;
	left:-500px;
	z-index:999;
}

#wellcome_bt_tds {
    left: 25px;
    top: 115px;
}

#wellcome_bt_ph {
    right: 24px;
    top: 115px;
}
































