#wmWorldMap {
	color: #2E5D83;
	font-family: Arial, sans-serif;
	position: relative;
}
#wmWorldMap a,
#wmWorldMap a:link {
	color: #2E5D83;
}
#wmWorldMap a:hover,
#wmWorldMap a:visited,
#wmWorldMap a:active {
	color: #004B88;
}
#wmWorldMap img {
	border: none;
	display: block;
}
#wmWorldMap .wm-icon {
	background: url(../img/wm-icons.png) no-repeat 0 0;
	height: 30px;
	overflow: hidden;
	width: 30px;
}
#wmWorldMap .wm-icon-sales {
	background-position: 0 0;
}
#wmWorldMap .wm-icon-factory {
	background-position: -30px 0;
}
#wmWorldMap .wm-icon-service {
	background-position: -60px 0;
}

#wmWorldMap .wm-button {
	background: url(../img/wm-buttons.png) no-repeat 0 0;
	cursor: pointer;
	height: 16px;
	overflow: hidden;
	width: 16px;
}
#wmWorldMap .wm-button-print {
	background-position: 0 0;
}
#wmWorldMap .wm-button-info {
	background-position: -16px 0;
}

#wmWindow {
	background: url(../img/wm-window-bg.png) repeat-x top left;
	height: 468px;
	padding: 5px;
	width: 950px;
}
#wmMap {
	float: left;
	height: 468px;
	width: 710px;
}
#wmList {
	float: right;
	height: 22px;
	width: 235px;
	margin-bottom: 5px;
}
#wmList select {
	width: 235px;
}
#wmList h1 {
	display: none;
}
#wmCountry {
	background: #FFF url(../img/wm-globe-bg.png) no-repeat top left;
	float: right;
	height: 176px;
	margin-bottom: 5px;
	position: relative;
	width: 235px;
}
#wmCountry .wm-image {
	height: 176px;
	left: 0;
	position: absolute;
	top: 0;
	width: 235px;
}
#wmCountry .wm-icons {
	bottom: 5px;
	height: 30px;
	left: 5px;
	position: absolute;
	width: 225px;
}
#wmCountry .wm-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wmCountry .wm-icons ul li {
	float: left;
	margin-right: 5px;
}
#wmInfo {
	background: #FFF url(../img/wm-info-bg.png) repeat-x bottom left;
	float: right;
	height: 250px;
	padding: 5px;
	position: relative;
	width: 225px;
}
#wmHome {
	background: url(../img/wm-logo-bg.png) no-repeat left bottom;
	position: absolute;
	height: 250px;
	left: 5px;
	top: 5px;
	width: 225px;
}
#wmHome .wm-text {
	font-weight: bold;
	font-size: .8em;
}
#wmHome .wm-text{
	font-weight: bold;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
#wmAddress {
	position: absolute;
	overflow: auto;
	height: 250px;
	left: 5px;
	top: 5px;
	width: 225px;
}
#wmAddress span {
	display: block;
}
#wmAddress .wm-name {
	display: block;
	font-size: .7em;
	font-weight: bold;
	margin-bottom: .2em;
}
#wmAddress .wm-address {
	display: block;
	font-size: .7em;
	margin-bottom: 1.4em;
	line-height: 1.4em;
}
#wmMenu {
	bottom: 5px;
	height: 16px;
	position: absolute;
	right: 5px;
	width: 225px;
}
#wmMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#wmMenu ul li {
	float: right;
	margin-left: 5px;
}

.wm-qtip {
	font-family: Arial, sans-serif;
}
.wm-qtip-content {
	font-size: .9em;
}
.wm-qtip-content2 {
	font-size: .7em;
}


