.main {
	width: 100%;
}

.main_header{
	height: 125px;
	width: 100%;
	margin: auto;
	position: relative;
	background-image: url(../images/homepage/UpperMenuBackgound.png);
	background-repeat: repeat-x;
}

.main_header .header_inner{
	margin: auto;
	width: 980px;
}

.main_grayLine {
	background-color: #c1c2c4;
	height: 16px;
	width: 100%;
}

.logo {
	display: block;
	position: relative;
	float: left;
	top: 25px;
	width: 192px;
	height: 83px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

.main_header .languages {
	position: absolute;
	top: 15px;
	right: 20px;
}

.main_header .languages img{
	border: none;
	margin: 5px 2px 0px 2px;
}


