/* HEADER */

#main-bar {
	background-image: url(../img/main-bar.png);
	background-repeat: no-repeat;
	width: 692px;
	height: 40px;
}

#subpage-header {
	height:40px;
}

/* THE MAP */

#map-info {
	width:692px;
	display: block;
	margin:0px;
	padding:0px;
	background: url(../img/map_info_main_bg.png) repeat-y;
}

#themap {
	border-style:none;
}

/* REGIONAL PAGES */

#title {
	float:left;
	width:320px;
	padding-top: 13px;
	margin-left: 14px;
}

#drop-down {
	margin-left:291px;
	height:40px;
	width:185px;
	position: absolute;
	background-image: url(../img/drop-down.png);
	background-repeat: no-repeat;
	z-index:2;
}

#drop-down a:hover {
	background-image: url(../img/dropdown-title-hover.png);
}

#drop-down ul {
	list-style: none;
	padding:0;
	margin:0;
	width:182px;
}

#drop-down ul li.menu-top {
	padding: 13px 20px 12px 20px;
}

#drop-down ul li.menu-sub {
	display:none;
	margin: 0;
	background-color:#1F2A33;
	border-left: 2px solid #353E47;
	border-right: 2px solid #353E47;
	padding: 0 20px;
}

#drop-down ul li.menu-last {
	display:none;
	margin: 0;
	background-color:#1F2A33;
	border-left: 2px solid #353E47;
	border-right: 2px solid #353E47;
	border-bottom: 2px solid #353E47;
	padding: 0 20px;
}

#back-button {
	padding-left: 580px;
	padding-top: 10px;
}

#back-button a img {
	border-style:none;
}

#region {
	width: 692px;
	position:absolute;
	z-index: 1;
}

#subheader {
	height:41px;
	background-image: url(../img/map_info_sub_bg.png);
}

#subheader-title {
	margin-left:11px;
	padding-left: 15px;
	padding-top:20px;
	width: 170px;
	height: 22px;
	float:left;
}

#subheader-title h3 {
	text-transform:none;
}

#subheader-region {
	width: 266px;
	padding-left: 10px;
	padding-top:20px;
	float:left;
	height: 22px;
	text-transform: uppercase;
}

#subheader-region h2 {
	display:inline;
	color: #66CCFF;
}

#subheader-region img {
	padding-right: 3px;
}

#subheader-contact {
	float:left;
	width:200px;
	padding:20px 10px 0pt;
	height:22px;
}

#countries {
	width: 692px;
}

#country-select {
	width:165px;
	height:346px;
	float:left;
	margin-left: 11px;
	padding-left: 15px;
	padding-right: 15px;
}

#country-select-selected {
	background-image: url(../img/selected-bg.gif);
}

#thecountry {
	width: 237px;
	float:left;
	padding:10px 20px 0 10px;
}

.country-services {
	list-style:none;
	padding:0;
}

.services_item, .services_item_alt {
	padding:0 5px;
}

.services_item_alt {
	background-color:#363F49;
}

#region-wrapper {
	float:left;
	width:198px;
	height: 359px;
	background: url(/_assets/img/bg_contacts.png) no-repeat bottom left;
}

#region-contact {
	float:left;
	width:199px;
	padding: 0 10px;
	margin-top: 10px;
	overflow: hidden;
	height: 349px;
}

#region-contact-sub {
	font-size: 10px;
	overflow: hidden;
	height:auto;
}

#region-contact p {
	line-height: 15px;
}

#bottomcap {
	background-image:url(../img/map_info_bottom_bg.png);
	height:100px;
	clear:both;
}

#scrollbuttons {
	float:right;
	width:40px;
	height:15px;
	padding-right:90px;
	padding-top:5px;
}

#scroll-country {
	float:left;
	margin-left:92px;
}