
	#map {
		width:780px;
		height:120px;
		float:left;
	}
	
	#the_map {
		position:absolute;
		top:15px;
		right:0;
	}
	
	#loader {
		background:url(../images/loader_gif.gif) center center no-repeat;
		position:absolute;
		width:464px;
		height:205px;
		top:20px;
		left:20px;
		overflow:hidden;
	}
	
	#client_ajax {
		position:absolute;
		top:240px;
		left:20px;
		display:block;
		width:270px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:8pt;
	}
	#clients a {
		position:absolute;
		width:9px;
		text-align:center;
		background:#9A4823;
		border:1px solid #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:9px;
		color:white;
		padding:0 1px 1px 0;
	}
		#clients a:hover, #clients a.selected { background:#5A0803; text-decoration:none; color:white; }
	
	#client_listing {
		clear:both;
		position:relative;
		padding-left:20px;
		padding-top:200px;
		width:278px;
		float:left;
	}
	a.country {
		display:block;
		padding:5px 0 5px 0;
		border-top:1px solid #e7d8b3;
	}
		#body_copy a.country:hover { text-decoration:none; color:#9A4823; }
	
	#client_listing .col {
		float:left;
		display:block;
		width:278px;
	}
	#client_listing .col a.c {
		/*color:#555;*/
		color:#382c20;
		display:block;
		padding:3px 0 3px 10px;
		background:url(../images/dotl.gif) top left no-repeat;
	}