
/* World Wide Locations world map css */

.detailsblock {display: block; margin:0; width:160px; padding:1px 4px; border:1px solid #ddd; background:#f5f5f5;}

#map {width: 530px; height: 293px; background: url(img/worldMap.gif); margin:10px auto; padding: 0; position: relative;}
#map li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#map a {display: block; text-indent:-5000px; overflow:hidden; background:url(img/worldMap.gif); background-repeat:no-repeat; background-position:0 100%; }
#Europe {left:140px; top:0; width:390px; height:141px;}
#northAmerica {left: 0px; top: 0px; width: 172px; height: 168px;}

#asiaPacific {left: 222px; top: 94px; width: 295px; height: 183px;}
#southAmerica {left: 110px; top: 148px; width: 100px; height: 146px;}

#Europe a {height:141px;}
#northAmerica a {height: 168px;}
#asiaPacific a {height: 183px;}
#southAmerica a {height: 146px;}

#Europe a:hover, #Europe a.activeregion {background-position: -140px -586px; height:161px;}
#northAmerica a:hover,#northAmerica a.activeregion {background-position: 0px -293px;}
#asiaPacific a:hover, #asiaPacific a.activeregion {background-position: -222px -387px;}
#southAmerica a:hover, #southAmerica a.activeregion {background-position:-110px -734px;}




