/* SitE */

#contentwrapper {
	padding: 20px !important;
}

#content {
	width: 560px !important;
}

/* BANNER */

#banner_content {
/*	display: none !important; */
	position: absolute !important;
	left: 50% !important;
	top: 260px !important;
	margin: 0 0 0 250px !important;
	width: 250px !important;
}

#banner_content img {
	margin: 0 0 10px;
}


/* MAP */

.map_area {
	clear: both;
	overflow: auto;
	position: relative;
/*	background: #cfc; */
}

.map_menu {
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 0.9em;
	overflow: auto;
}

.map_menu .left {
	width: 270px;
	float: left;
	margin: 0 15px 0 0;
	overflow: auto;
}

.map_menu .right {
	width: 270px;
	overflow: auto;
}

* html .map_menu .left {
	width: 260px;
}

* html .map_menu .right {
	float: right;
	width: 260px;
}

.map_menu a {
	text-decoration: none;
	display: block;
	border-width: 0 0 1px;
	border-color: #ccc;
	border-style: solid;
	margin: 0 0 0 0;
	padding: 2px 0;
}

.map_image {
	overflow: hidden;
	text-align: left;
	width: 360px;
	height: 210px;
	background: #fff;
	margin: 0 auto 20px auto;
}

.map_image img {
	z-index: 1;
}

.rous {
	background: url(web-images/map_bullet_off.gif);
	width: 15px;
	height: 16px;
	position: absolute;
	z-index: 300;
	cursor: pointer;
	display: block;
	text-decoration: none;
/*	background-color: #FF0000;*/
}

* html .rous,
* html a.countryLink {
	margin: 0 0 0 -100px;
}

.map_menu .highlight {
	background: #D9D0BC;
}

.map_image .highlight {
	background: url(web-images/map_bullet_on.gif);
}

a.countryLink {
	position: absolute;
	color: #D9D0BC;
	font-weight: bold;
	text-decoration: none;
	width: 0px;
	height: 16px;


}

a:hover.countryLink {
	text-decoration: underline;
}
