/* GENERAL CSS */

#holder {
	width:580px;
	margin:10px auto;
}

/* START OF CSS FOR MAP */
dl.map.on {
	position:relative;
	width:580px;
	height:232px;
	/*background:url(worldmap.png) no-repeat; */
	background:url(_worldmap.gif) no-repeat;
	text-align:left;
	margin-left:0px;
	margin-top: -5px;
	padding:0px;
	border:#999 0px solid;
}
dl.map.on dt {
	list-style:none;
	display:inline;
}
dl.map.on dd {
	position:absolute;
	left:-9999px;
	width:200px;
	padding:4px;
	border:#C0C0C0 2px solid;
	background:#FFFFFF;
	color:#820023;
	-moz-border-radius:8px;
	border-radius:8px;
	z-index:11;
	font-size:0.8em;
}
dl.map.on dd img {
	position:relative;
	float:right;
	border:#000 1px solid;
	margin:2px;
}
dl.map.on a.location {
	display:block;
	position:absolute;
	text-indent:-9999px;
	background:url(point2.gif) no-repeat;
	width:19px;
	height:19px;
	outline:none;
	z-index:10;
	text-decoration:none;
}
dl.map.on a.location:hover {
	background:url(point-hover2.gif) no-repeat -1px -1px;
}
dl.map.on dd a {
	text-decoration:none;
	color:#000;
}

/* START OF CSS FOR MAP POINTS */

/* Southern Africa */
dl.map.on a#location01 {
	top:170px;
	left:305px;
}

/* East Africa */
dl.map.on a#location02 {
	top:125px;
	left:325px;
}

/* West Africa */
dl.map.on a#location03 {
	top:120px;
	left:275px;
}

/* Central Africa */
dl.map.on a#location04 {
	top:140px;
	left:300px;
}

/* South Asia */
dl.map.on a#location05 {
	top:110px;
	left:390px;
}

/* Southeast Asia */
dl.map.on a#location06 {
	top:135px;
	left:440px;
}

/* Central America */
dl.map.on a#location07 {
	top:115px;
	left:140px;
}

/* South America */
dl.map.on a#location08 {
	top:160px;
	left:180px;
}

