#map {
	position: relative;
	background: url('/html/images/map1_2.gif');
	background-repeat: no-repeat;
	height: 365px;
	width: 742px;
	font-size: 10px;
	font-weight: bold;
	font-family: tahoma, arial, helvetica, sans-serif;
	border: 2px solid #dddbe0;
	/*border-style:solid;
	 border-width:4px;
	 border-color:#cfcfcf;*/
	/*
	 -moz-box-shadow: inset 0 0 22px 33px #fff;
	 -webkit-box-shadow: inset 0 0 22px 33px #fff;
	 box-shadow: inset 0 0 22px 33px #fff;
	 */
}
#map img {
	border:none;
}
.map_title {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 16px;
}
.map_button {
	position: absolute;
	display: block;
	cursor: pointer;
}

.map_button:hover {

}

.map_button span, .map_button a:link, .map_button a:visited {
	text-shadow: #666666 -1px -1px 0px;
	background-color: #3399ff;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #ffffff !important;
	font-weight: bold;
	font-size: 10px;
	font-family: tahoma, arial, helvetica, sans-serif;
	/*border-style:outset;
	 border-width:1px;*/

	border: 1px solid #ccccff;
	border-bottom-color: #0066cc;
	border-right-color: #0066cc;
	text-decoration: none;
}

.map_button a:active {
	border-style: inset;
}
.map_button a:hover {
	text-decoration: underline;
}

#map .map_button:hover .flyout {
	display: block;
	z-index: 9;
	position: relative !important;
	-moz-box-shadow: 2px 2px 0px #333;
	-webkit-box-shadow: 2px 2px 0px #333;
	box-shadow: 2px 2px 0px #333;
}

.flyout {
	width: 180px;
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #ffffff;
	color: #000000;
	border-style: outset;
	border-width: 1px;
	border-color: #cccccc;
	text-shadow: none;
	padding: 6px;
	cursor: auto;

	background-image: url('/images/globtek_logo_bg_121602.gif');
	background-position: -80px -90px;
}

.flyout a, .flyout a:link, .flyout a:visited {
	text-decoration: none;
	color: #000000 !important;
	text-shadow: none !important;
	background-color: #ffffff !important;
	border-width: 0px;
	border-style: none;
	display: inline;
	overflow: auto;
}

.info_column {
	display: inline-block;
	/*position:absolute;*/
	vertical-align: top;
	margin-left: 90px;
	width: 120px;
}

.info_block {
	font-size: 9px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 24px;
}

.info_block address {
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.time_display {
	color: #ffffff;
	background-color: #ffffff;
}

.inquiry_grid {
	position: absolute;
	top: 2px;
	right: 2px;
	vertical-align: top;
	font-size: 12px;
}

.inquiry_grid a {
	vertical-align: top;
	text-decoration: none;
}
.inquiry_grid a:hover {
	text-decoration: none;
}

.list_info {
	font-style: italic;
}
