.container .global{
	background: url('../images/global-line.jpg');
	background-repeat: repeat-x;
	height: auto;
	padding-bottom: 50px;
}
.sfNewItemForm, .sfBatchEditForm, .sfEditItemFormWide, .sfNewPageForm, .sfNewContentForm, .sfHistoryForm, .sfMediumNewContentForm, .sfPreviewForm {
    border: 0 none;
    margin: 0 auto;
    padding: 50px 0 40px !important;
}
.container .global h1{
	text-transform: uppercase;
	color: #8b0e04;
	padding: 7% 10%;
	text-align: center;
	font-size:18px
}

.container .global .global-map{
	position: relative;
	width: 100%;
}

.global-map img{
	width: 100%;
	height: auto;
}

.global-map div.map-links{
	position: absolute;
	max-width: 150px;
}

.global-map div.map-links.sua-links{
	top: 57%;
	left: 2%;	
}

.global-map div.map-links.europe-links{
	left: 35%;
	top: 41%;
	max-width: 80px;
}

.global-map div.map-links.asia-links{
	left: 88%;
	top: 44%;
}

.global-map .map-links h2{
	text-transform: uppercase;
	color: #8b0e04;
	padding-bottom: 4px;
	font-size: 13px;
}

.global-map ul{
	list-style: none;
	float: left;
}

.global-map ul li{
	float: left;
	width: 100%;
}
.global-map ul li a{
	text-transform: uppercase;
	color: #000;
	font-size: 11px;
	text-decoration: none;
	float: left;
	line-height: 14px;
}
.global-map ul li a:hover { text-decoration: underline; }

