@import url(sfrk.css);
@import url(sbic.css);

body {
	margin: 0px;
	color: #000000;
	background-color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main {
	width: 758px;
	height: 620px;
	margin: 0px auto;
}

#top {
	height: 150px;
	background-color: #000000;
	background-image: url('img/euroflex_black.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	text-align: left;
}
#leftcol {
	width: 164px;
	float: left;
}

#content {
	height: 361px !important;
	height: 381px;
	margin-left: 164px;
	border-top: 1px solid #FFFFFF;
}

#footer {
	margin-left: 164px;
	line-height: 16px;
	border: 0px;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: white;
	padding-top:5px;
	clear: both;
}
#footer a {
	color: #55B1D7;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#mapcontainer {
	margin-top: 10px;
	display: block;
}

area {
	border: 0px;
}

#worldMap {/*
	width: 225px;
	height: 200px;
	float: left;
	margin-right: 16px;
	background: url('img/maps/world_map.gif') no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: white;*/
}

#region_list {
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #76706F;
	float: left;
	color: #393838;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
#region_list li {
	list-style: none;
	width: 150px;
	padding: 0px 0px 0px 25px;
}
#region_list li a {
	display: block;
	text-decoration: none;
}

.region:link, .region:visited {
	color: #76706F;
}
.region:active, .region:hover {
	color: #C0C0C0;
}

.country_list {
	width: 160px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	border-left: 1px solid #76706F;
	float: left;
	display: none;
	color: #5A5652;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.country_list li {
	list-style: none;
	padding: 0px 0px 0px 25px;
}
.country_list li a {
	text-decoration: none;
}
.country_list li a:link, .country_list li a:visited {
	color: #5A5652;
}
.country_list li a:active, .country_list li a:hover {
	color: #00AFF0;
}

.borderless { 
	border: 0px;
}

