html, body	{height: 100%; width: 100%; margin: 0; padding: 0; border: 0;}
img{ border:0;}
td { vertical-align:top; }

body {
	background-color: black;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}

a {
	color: #0197C8;
}

/* layout */
.wrapper { 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -190px; 
} 
.footer, .push { 
    height: 190px; 
} 


/* base css */

.footer {
	margin: 0 auto;
	background: url(images/footer_bg.jpg) no-repeat bottom left;
}

.footer img {
	margin: 62px 10px 0 0;
	opacity: .57;
	filter: alpha(opacity=57);	
	vertical-align: middle;
}

.wrapper, .footer, .push {
	width: 950px;
}

.top {
	height: 285px;
	background: url(images/middle_bg_in3.jpg) no-repeat 0 123px;
	position: relative;
}

.head_title {
	position: absolute;
	top: 160px;
	left: 170px;
	color: white;
	font-family: Tahoma;
	font-size: 36px;
	opacity: .26;
	filter: alpha(opacity=26);	
	letter-spacing: -1px;
	width: 230px;
}

.logo {
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	right: 60px;
	top: 135px;
}

.langs {
	padding-top: 30px;
	float: left;
}

.langs a {
	color: #545454;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
	display: block;
	width: 82px;
	border-bottom: 1px solid #1E1E1E;
	padding-bottom: 3px;
	margin-bottom: 8px;
}
.langs a.active {
	color: white;
}

.top_menu {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.top_menu li {
	margin: 0;
	padding: 0;
	float: left;
	width: 107px;
	padding-top: 54px;
	padding-bottom: 3px;
	border-right: 1px solid #333333;
	text-align: center;
}

.top_menu li.active {
	background: url(images/top_menu_active.jpg) repeat-x top left;
}

.top_menu img {
	vertical-align: top;
}

.left_menu_container {
	float: left;
	width: 177px;
}

.left_menu {
	margin: 0;
	padding: 42px 0 0 0;
	list-style-type: none;
}

.left_menu li {
	margin: 0 0 10px 0;
	padding: 0 0 0 43px;
	background: url(images/menu_bullet.gif) no-repeat 0 3px;
}

.left_menu li a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #0078A1;
}

.left_menu li.active {
	/*background: url(images/menu_bullet_active.gif) no-repeat 0 3px;*/
}

.left_menu li.active a {
	color: white;
}

.content {
	margin-left: 177px;
}

.path a {
	color: #555555;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}

.path a.active {
	text-decoration: underline;
}

.title {
	font-family: Arial;
	font-size: 18px;
	color: white;
	margin: 27px 0 10px 0;
}

.text {
	font-family: Arial;
	font-size: 14px;
	color: white;
	width: 565px;
	line-height: 1.3em;
}

.text p {
	margin: 0 0 10px 0;
}
