* { 
	margin: 0; 
	padding: 0; 
	}

body {
	font-family: 'Helvetica', sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	background:url(images/top.jpg) repeat-x top;
	}

img {
	outline: 0 none;
	border: none;
	text-decoration: none;
	}

a:active {
  	outline:none;
	}

:focus {
  	-moz-outline-style:none;
	}
	
a {
	outline: 0 none;
	border: none;
	text-decoration: none;
	}

a:hover {
	outline: 0 none;
	border: none;
	text-decoration: none;
	}
	
#map_body_bg {
	background: #ffffff !important;
	}

#splash_bg {
	margin-top: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#splash_container {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 741px;
	z-index: 1;
	position: relative;
	}
	
.map_container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	height: 741px;
	z-index: 1;
	position: relative;
	}
	
	

/* Dropdown */	

.dropdown_container {
	margin-left: auto;
	margin-right: auto;
	width: 705px;
	height: 100px;
	z-index: 1;
	position: relative;
	}
	
#top_dropdown {
	margin-left: auto;
	margin-right: auto;
	width: 741px;
	position: relative;
	z-index: 100000;
 	}
 	
#bottom_dropdown {
	background: url(images/map_bottom_dropdown_bg.png);
	width: 100%;
	height: 116px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1000;
	}

.map_button {
	background: url(images/map_button.png) no-repeat;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 0px;
	width: 150px !important;
	height: 28px !important;
	font-size: 13px;
	line-height: 18px;
	color: #ffffff;
	padding-top: 3px !important;
	padding-left: 6px !important;
	}
	
#copyright {
	width: 900px;
	height: 10px;
	margin-top: 13px;
	padding: 0px;
	font-size: 9px;
	float: left;
	color: #666666;
	text-align: center;
	}
	
#map_list {
	list-style: none;
	display: inline;
	}
	
#map_list li {
	list-style: none;
	display: inline;
	}

#north_america_pop_up {
	position: absolute;
	bottom: 52px;
	display: none;
	left: 8px;
	width: 150px;
	height: 120px;
	background: #ffffff;
	border: 1px solid #999999;
	}
	
#north_america_list {
	list-style: none;
	width: 150px;
	display: block;	
	padding: 2px;
	}
	
#north_america_list div {
	min-height: 35px;
	padding: 0px;
	display: block;
	}
	
#south_america_pop_up {
	position: absolute;
	bottom: 52px;
	display: none;
	left: 185px;
	width: 150px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #999999;
	}
	
#south_america_list {
	list-style: none;
	width: 150px;
	display: block;	
	padding: 2px;
	}
	
#south_america_list div {
	min-height: 35px;
	padding: 0px;
	display: block;
	}
	
#europe_pop_up {
	position: absolute;
	bottom: 52px;
	display: none;
	left: 360px;
	width: 150px;
	height: 471px;
	background: #ffffff;
	border: 1px solid #999999;
	}
	
#europe_list {
	list-style: none;
	width: 150px;
	display: block;	
	padding: 2px;
	}
	
#europe_list div {
	min-height: 35px;
	padding: 0px;
	display: block;
	}
	
#asia_pop_up {
	position: absolute;
	bottom: 52px;
	display: none;
	left: 536px;
	width: 150px;
	height: 81px;
	background: #ffffff;
	border: 1px solid #999999;
	}
	
#asia_list {
	list-style: none;
	width: 185px;
	display: block;	
	padding: 2px;
	}
	
#asia_list div {
	min-height: 35px;
	padding: 0px;
	display: block;
	}

#middle_east_pop_up {
	position: absolute;
	bottom: 52px;
	display: none;
	left: 713px;
	width: 150px;
	height: 42px;
	background: #ffffff;
	border: 1px solid #999999;
	}
	
#middle_east_list {
	list-style: none;
	width: 150px;
	display: block;	
	padding: 2px;
	}
	
#middle_east_list div {
	min-height: 35px;
	padding: 0px;
	display: block;
	}
		
.country_link a {
	color: #777777;
	height: 27px;
	width: 137px;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	margin: 0px;
	display: block;
	border-bottom: 1px solid #f1f2f2;
	}
	
.country_link_double a {
	color: #777777;
	height: 32px;
	width: 137px;
	text-align: left;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 9px;
	display: block;
	border-bottom: 1px solid #f1f2f2;
	margin: 0px;
	}

.country_link a:hover {
	color: #ffffff;
	background: #777777;
	height: 27px;
	width: 137px;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	margin: 0px;
	display: block;
	}
	
.country_link_double a:hover {
	color: #ffffff;
	background: #777777;
	height: 32px;
	width: 137px;
	text-align: left;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 9px;
	margin: 0px;
	display: block;
	}
	
	

/* Map Link */	
	
#map_blind_toggle {
	height: 35px;
	width: 100px;
	position: absolute;
	top: 670px;
	left: 535px;
	cursor: pointer;
	z-index: 1000;
	}
	
#map_link_div {
	height: 20px;
	width: 50px;
	}	
	
	
	
/* Map Box 

#map_box_position {
	margin-left: auto;
	margin-right: auto;
	width: 807px;
	height: 0px;
	z-index: 200;
	position: relative;
	}
	
#map_box_inner {
	width: 797px;
	height: 496px;
	position: absolute;
	top: 0px;
	left: 0px;
	}
	
#map_box_outer {
  	overflow: hidden;
	width: 807px;
	height: 560px;
	position: absolute;
	left: 0px;
	margin-top: -560px;
	}
	*/   
    
#map_image {
	border: 5px solid #8dbb41;
	}
	
#map_box_position {
	position: fixed;
	bottom: 0px;
	z-index: 200;
	}
	
#outer_map_box_position {
	margin-left: auto;
	margin-right: auto;
	width: 797px;
	height: 496px;
	position: relative;
	}
    
#map_box_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 797px;
	height: 496px;
	display: none;
	background: url('assets/contact_bg.png');
    }

#map_box_outer {
	overflow: hidden;
	height: 620px;
	margin-top: -496px;
    }
    
    

/* Africa Rollover */

#m_map_africa {
	position: absolute;
	top: 284px;
	left: 503px;
	z-index: 210;
	display:block;
	}
	
	
#map_africa {
	width: 203px;
	height: 240px;
	position: absolute;
	top: 284px;
	left: 503px;
	z-index: 200;
	}
	
	
	
/* Asia Rollover */

#m_map_asia {
	position: absolute;
	top: 227px;
	left: 624px;
	z-index: 260;
	display:block;
	}
	
	
#map_asia {
	width: 368px;
	height: 224px;
	position: absolute;
	top: 227px;
	left: 623px;
	z-index: 250;
	}
	
	
	
/* Austrialia Rollover */

#m_map_austrialia {
	position: absolute;
	top: 412px;
	left: 870px;
	z-index: 210;
	display:block;
	}
	
	
#map_austrialia {
	width: 169px;
	height: 170px;
	position: absolute;
	top: 412px;
	left: 870px;
	z-index: 200;
	}
	
	
	
/* Europe Rollover */

#m_map_europe {
	position: absolute;
	top: 156px;
	left: 507px;
	z-index: 210;
	display:block;
	}
	
	
#map_europe {
	width: 469px;
	height: 138px;
	position: absolute;
	top: 156px;
	left: 507px;
	z-index: 200;
	}
	
	
	
/* North America Rollover */
	
#m_map_north_america {
	position: absolute;
	top: 152px;
	left: 157px;
	z-index: 210;
	display:block;
	}
	
	
#map_north_america {
	width: 388px;
	height: 234px;
	position: absolute;
	top: 152px;
	left: 157px;
	z-index: 200;
	}
	
	
	
/* South America Rollover */
	
#m_map_south_america {
	position: absolute;
	top: 366px;
	left: 316px;
	z-index: 210;
	display:block;
	}
	
#map_south_america {
	width: 144px;
	height: 226px;
	position: absolute;
	top: 366px;
	left: 316px;
	z-index: 200;
	}
	
	
	
/* Middle East Rollover */
	
#m_map_middle_east {
	position: absolute;
	top: 264px;
	left: 625px;
	z-index: 281;
	display:block;
	}
	
#map_middle_east {
	width: 108px;
	height: 104px;
	position: absolute;
	top: 264px;
	left: 625px;
	z-index: 271;
	}



/* Labels */

#north_america_label {
	z-index: 201;
	font-size: 12px;
	color: #777777;
	position: absolute;
	top: 260px;
	left: 250px;	
	}
	
#europe_label {
	z-index: 100000;
	font-size: 12px;
	color: #777777;
	position: absolute;
	top: 20px;
	left: 120px;		
	}
	
#asia_label {
	z-index: 100000;
	font-size: 12px;
	color: #777777;
	position: absolute;
	top: 20px;
	left: 220px;
	}
 

 
/* General Tooltip */ 

.tooltip { 
    width: 400px;
    z-index: 1300;
    padding: 0px;
	margin: 0px;
	border: none;
	display:none;
	} 
	
.tooltip_top {
	background: url(images/tooltip_top_bg.png) no-repeat;
	width: 177px !important;
	height: 45px !important;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	}
	
.tooltip_bottom {
	background: url(images/tooltip_bottom_bg.png) no-repeat;
	width: 177px !important;
	height: 9px !important;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	border: none;
	}
	
.tooltip_top_2col {
	background: url(images/tooltip_top_bg_2col.png) no-repeat;
	width: 366px !important;
	height: 45px !important;
	margin: 0px;
	padding: 0px;
	float: left;
	border: none;
	}
	
.tooltip_bottom_2col {
	background: url(images/tooltip_bottom_bg_2col.png) no-repeat;
	width: 366px !important;
	height: 9px !important;
	padding: 0px;
	margin: 0px;
	float: left;
	clear: both;
	border: none;
	}
	
.tooltip_continent {
	width: 145px;
	height: 30px; 
	background: #b2d67a;
	float: left;
	color: #ffffff;
	position: absolute;
	top: 11px;
	left: 11px;
	text-align: left;
	line-height: 16px;
	padding-top: 12px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 14px;
 	}
 	
.tooltip_country_link {
	color: #777777 !important;
	text-decoration: none;
	margin: 0px;
 	}
 		
.tooltip_table {
	width: 177px;
	padding: 0px;
	margin: 0px;
	border: none;
	}
	
#tooltip_table tr {
	padding: 0px;
	margin: 0px;
	}
	
#tooltip_table td {
	padding: 0px;
	margin: 0px;
	}	
	
	
	
/* Africa Tooltip */ 

#africa_tooltip { 
	position: absolute !important;
	top: 320px !important;
	left: 400px !important;
	}

.africa_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 124px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.africa_tooltip_country_top {
	width: 145px;
	height: 27px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.africa_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.africa_tooltip_country_center_01 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.africa_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.africa_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 128px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.africa_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 	
 	
 /* Asia Tooltip */ 

#asia_tooltip { 
	position: absolute !important;
	top: 300px !important;
	left: 650px !important;
	}

.asia_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 87px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.asia_tooltip_country_top {
	width: 145px;
	height: 27px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.asia_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.asia_tooltip_country_center_01 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.asia_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.asia_tooltip_country_center_02 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 128px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.asia_tooltip_country_center_02:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.asia_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 167px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.asia_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 	
 	
 /* Austrialia Tooltip */ 

#austrialia_tooltip { 
	position: absolute !important;
	top: 460px !important;
	left: 750px !important;
	}

.austrialia_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 124px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.austrialia_tooltip_country_top {
	width: 145px;
	height: 27px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.austrialia_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.austrialia_tooltip_country_center_01 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.austrialia_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.austrialia_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 128px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.austrialia_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 	
 	
 /* Europe Tooltip */ 

#europe_tooltip { 
	position: absolute !important;
	top: 174px !important;
	left: 417px !important;
	width: 260px;
	z-index: 1000000;
	}

.europe_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 474px !important;
	float: left;
	padding: 0px;
	margin: 0px;
	border: none;
	}
	
.europe_tooltip_center_2col {
	background: url(images/tooltip_center_bg_2col.png) repeat-y;
	width: 366px !important;
	height: 240px !important;
	padding: 0px;
	margin: 0px;
	border: none;
	}	
	
.europe_tooltip_country_top {
	width: 145px;
	height: 32px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	padding-top: 6px;
	font-size: 12px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.europe_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_01 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_02 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
	top: 128px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_02:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_03 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 167px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_03:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_04 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 206px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_04:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_05 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 245px;
	left: 11px;
	text-align: left;
	padding-top: 6px; 
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_05:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_06 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 283px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_06:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_07 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 323px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_07:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_08 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 363px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_08:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.europe_tooltip_country_center_09 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
 	top: 402px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_09:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 .europe_tooltip_country_center_10 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
	top: 441px;
	left: 11px;
	text-align: left;
	padding-top: 6px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.europe_tooltip_country_center_10:hover {
	background: #999999;
	color: #ffffff;
 	}
	
.europe_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 478px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.europe_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 	
 	
 /* North America Tooltip */ 

#north_america_tooltip { 
	position: absolute !important;
	top: 217px !important;
	left: 100px !important;
	}

.north_america_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 124px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.north_america_tooltip_country_top {
	width: 145px;
	height: 27px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.north_america_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.north_america_tooltip_country_center_01 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.north_america_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.north_america_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 128px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.north_america_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
 	
 	
/* South America Tooltip */ 

#south_america_tooltip { 
	position: absolute !important;
	top: 406px !important;
	left: 185px !important;
	}

.south_america_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 47px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.south_america_tooltip_country_top {
	width: 145px;
	height: 27px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 11px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.south_america_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.south_america_tooltip_country_center_01 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 89px;
	left: 11px;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.south_america_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}						 	
 	
.south_america_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 128px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.south_america_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.inenglish {
	font-size: 11px;
 	line-height:12px;
 	font-family: 'Helvetica', sans-serif;
 	font-style: italic !important;
 	font-weight: normal;
	}
	
	
	
/* Middle East Tooltip */ 

#middle_east_tooltip { 
	position: absolute !important;
	top: 296px !important;
	left: 495px !important;
	}

.middle_east_tooltip_center {
	background: url(images/tooltip_center_bg.png) repeat-y;
	width: 177px !important;
	height: 52px !important;
	float: left;
	padding: 0px;
	border: none;
	}
	
.middle_east_tooltip_country_top {
	width: 145px;
	height: 32px; 
	background: url(images/tooltip_gradients_top.gif) no-repeat;
	float: left;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
	padding-top: 6px;
	padding-left: 9px;
	position: absolute;
	top: 52px;
	left: 11px;
 	}
 
.middle_east_tooltip_country_top:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_01 {
	width: 145px;
	height: 32px; 
	float: left;
	position: absolute;
	top: 94px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_01:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_02 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 134px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_02:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_03 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 172px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_03:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_04 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 212px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_04:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_05 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 250px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_05:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_center_06 {
	width: 145px;
	height: 27px; 
	float: left;
	position: absolute;
	top: 289px;
	left: 11px;
	text-align: left;
	padding-top: 12px;
	padding-left: 9px;
	font-size: 12px;
	border-top: 1px solid #f1f2f2;
 	}
 	
.middle_east_tooltip_country_center_06:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.middle_east_tooltip_country_bottom {
	background: url(images/tooltip_gradients_bottom.gif) no-repeat;
	width: 145px;
	height: 27px; 
	float: left;
	text-align: left;
	padding-top: 11px;
	padding-left: 9px;
	padding-bottom: 0px;
	font-size: 12px;
	position: absolute;
	top: 327px;
	left: 11px;
	border-top: 1px solid #f1f2f2;
	clear: both;
 	}	
 	
.middle_east_tooltip_country_bottom:hover {
	background: #999999;
	color: #ffffff;
 	}
 	
.inenglish {
	font-size: 11px;
 	line-height:12px;
 	font-family: 'Helvetica', sans-serif;
 	font-style: italic !important;
 	font-weight: normal;
	}
