/* CSS Document */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #7D7D7D;
	text-decoration:none;
	font-size:12px;
	line-height:18px;
}
a:hover {
	color: #ED9205;
}
h2 {
	color: #7D7D7D;
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 0;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.container {
 width: 920px;
 height: 460px;
 position:absolute;
 margin:-230px 0px 0px -410px;
 top: 50%; 
 left: 50%;
}
.left-content {
	float:left;
	width: 435px;
	position:relative;
}

.lang {
	text-align:right;
	position:relative;
}
.top, .bottom {
	position:relative;
	text-align:right;
	margin: 40px 0 40px 0;
}

#logotxt, #logotxt2 {
	width: 435px;
	position:relative;
	text-align:right;
}
#logotxt p, #logotxt2 p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ED9205;
	font-weight:normal;
	line-height:18px;
}

.bottom {
	margin-bottom: 0;
}

.right-content {
	float:left;
	width: 435px;
	position:relative;
}
.logo {
	margin-left: 40px;
	position:relative;
}
#toptxt, #bottomtxt {
	margin-left: 40px;
	padding: 0;
	position:relative;
	color: #ED9205; 
	line-height: 18px;
}
#toptxt {
	margin-top: 113px;
	height: 95px;
}
#bottomtxt {
	margin-top: 45px;
}
.active a {
	color: #ED9205;
}
.inactive {
	color: #7D7D7D;
}

.lang .active a {
	color: #7D7D7D;
	font-weight: bold;
}
