* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}
body {
	height: 100%;
	background: none;
}
#wrapper_top {
	width: 100%;
	min-width: 1020px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: #000000;
	overflow: visible;
	text-align: center;
}
#wrapper_top_z2 {
	width: 100%;
	min-width: 1020px;
	text-align: center;
	position: absolute;
	top: 0;
	z-index: 2;
}

#header_ghost,
#header {
	height: 192px; /*194px + 28px;*/
}
#footer_ghost,
#footer {
	clear: both;
	height: 57px;
}
#wrapper_bottom {
	margin: -423px auto 0;
	min-width: 1020px;
	height: 423px;
	text-align: center;
	position: relative;
	z-index: 0;
	background: url(img/bottom_bg.gif) top center no-repeat;
}
#wrapper_top_z2 .over {
	height: 33px;
}
#wrapper_bottom .over {
	height: 366px; /*423px-57px*/
}
#middle {
	position: relative;
	z-index: 1;
}
.wrap {
	margin: 0 auto;
	width: 1020px;
	min-width: 1020px;
	text-align: left;
}
.column_left {
	float: left;
	width: 267px;
}
.column_right {
	float: right;
	width: 710px;
}
#header {
	/*height: 222px; */
	background: url(img/header_bg.png) top center no-repeat;
}
#header .column_right {
	width: 740px;
}
#main_menu {
	float: left;
/*	width: 690px;*/
	font: normal 15px Tahoma, Geneva, sans-serif;
	margin-top: 13px;
}
#main_menu a {
	float: left;
	text-decoration: none;
	color: #00B4B4;
}
#main_menu a.active {
	color: #FFFFFF;
}
#main_menu a.active span {
	color: #FFFFFF;
	background: url(img/main_menu_bg_active.jpg) top repeat-x;
}
#main_menu a span {
	float: left;
	color: #00B4B4;
	background: #004E4E;
	height: 46px;
	line-height: 46px;
/*	padding: 0 17px;*/
	text-align: center;
	cursor: pointer;
}
#main_menu a span.item1 {
	width: 74px;
}
#main_menu a span.item2 {
	width: 96px;
}
#main_menu a span.item3 {
	width: 146px;
}
#main_menu a span.item4 {
	width: 94px;
}
#main_menu a span.item5 {
	width: 104px;
}
#main_menu a span.item6 {
	width: 122px;
}
#main_menu a span.item7 {
	width: 74px;
}
#main_menu a#main_menu_first {
	background: url(img/main_menu_bg_left.gif) top left no-repeat;
	padding-left: 3px;
}
#main_menu a#main_menu_first.active {
	background: url(img/main_menu_bg_left_active.gif) top left no-repeat;
	padding-left: 3px;
}
#main_menu a#main_menu_last {
	background: url(img/main_menu_bg_right.gif) top right no-repeat;
	padding-right: 3px;
}
#main_menu a#main_menu_last.active {
	background: url(img/main_menu_bg_right_active.gif) top right no-repeat;
	padding-right: 3px;
}
#sub_menu {
	float: left;
	width: 100%;
	height: 26px;
	font: normal 15px Tahoma, Geneva, sans-serif;
	margin-top: 14px;
}
#sub_menu a {
	float: left;
	color: #ffe000;
	text-decoration: none;
	height: 16px;
	line-height: 16px;
	padding: 0 22px;
}
#sub_menu a.active {
	color: #FFFFFF;
}
#main_menu a:hover,
#sub_menu a:hover {
	text-decoration: underline;
}
#middle .column_left {
	position: relative; bottom: 4px;
	background: url(img/column_bg_top.png) 2px 4px no-repeat;
}

#middle .column_left .news_bg {
	background: url(img/column_bg.png) 2px repeat-y;
}
#middle .column_left .container {
	margin-left: 2px;
	margin-right: 15px;
	position: relative; bottom: -4px;
	padding-top: 2px;
	padding-bottom: 22px;
	background: url(img/column_bg_bottom.png) bottom no-repeat;
}
#middle .column_left h2 {
	margin: 0 15px 0 2px;
	font: normal 19px Tahoma, Geneva, sans-serif;
	text-align: center;
	height: 48px;
	line-height: 64px;
	overflow: hidden;
}
#middle .column_left a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
#middle .column_left h3 {
	color: #ffe000;
	font: bold 14px Tahoma, Geneva, sans-serif;
	margin: 6px 0 0 24px;
}
#middle .column_left h3 .bg {
	float: left;
	background: url(img/news_date_bg.gif) top repeat-x;
	line-height: 25px;
	height: 25px;
	padding: 0 9px;
}
#middle .column_left h3 .bg_left,
#middle .column_left h3 .bg_right {
	float: left;
	height: 25px;
	width: 3px;
	font-size: 1px;
	line-height: 25px;
	background: url(img/news_date_bg_left.gif) top left no-repeat;
}
#middle .column_left h3 .bg_right {
	background: url(img/news_date_bg_right.gif) top right no-repeat;
}
#middle .column_left h3 b {
	color: #ffffff;
}
#middle .column_left .news_title {
	float: left;
	width: 200px;
	font: bold 13px Tahoma, Geneva, sans-serif;
	margin: 11px 0 14px 0;
	padding-left: 25px;
	display: block;
}
#middle .column_left .news_descr {
	clear: both;
	width: 180px;
	font: normal 13px Arial, Helvetica, sans-serif;
	text-align: justify;
	padding-left: 35px;
	padding-bottom: 18px;
	display: block;
}
/* ----- hack for ie6 ----- */
* html #middle .column_left a:hover {
	text-decoration: underline;
}
* html #middle .column_left a:hover .news_descr {
	text-decoration: none;
}
/* ----- hack for ie6 ----- */
#middle .column_left a:hover .news_title {
	text-decoration: underline;
}
#middle .column_right .container {
	margin-right: 50px;
	padding-bottom: 45px;
	color: #D5D5D5;
}

#middle .column_right h1, #middle .column_right h2 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	line-height: 22px;
	margin-top: 18px;
	margin-bottom: 25px;
	color: #ffffff;
	clear: both;
}
#middle .column_right h3 {
	font: bold 14px Tahoma, Geneva, sans-serif;
	line-height: 14px;
	margin-top: 20px;
	margin-bottom: -5px;
	color: #ffffff;
	clear: both;
}
#middle .column_right h3 i {
	font-weight: normal;
	font-style: normal;
}
#middle .column_right .columns_break {
	clear: both;
}
#middle .column_right .columns_break_bottom {
	clear: both;
}
#middle .column_right p {
	font: normal 14px Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 16px;
	padding-bottom: 7px;
	line-height: 19px;
	width: 100%;
	clear: both;
}
#middle .column_right ul {
	padding-top: 10px;
	padding-bottom: 1px;
	list-style: none;
	/*text-indent: 30px;*/
}
#middle .column_right ul li ul {
	padding: 0;
	padding-bottom: 10px;
/*	list-style: disc;*/
	list-style-position: inside;
	text-indent: 30px;
}
#middle .column_right li {
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: 24px;
	background: url(img/list_marker.gif) 5px 7px no-repeat;
    padding-left: 30px;
}
#middle .column_right ul li ul li {
	background: none;
}

#footer .column_left {
	color: #FFFFFF;
	font: bold 13px  Tahoma, Geneva, sans-serif;
	padding-left: 26px;
	margin-top: 17px;
}
#footer .column_right .container {
	color: #ffffff;
	margin-right: 50px;
	padding-top: 13px;
	margin-left: 13px;

	color: #949494;
	font: normal 13px  Tahoma, Geneva, sans-serif;
	text-align: right;
	line-height: 20px;

}

#footer a.banner {
	float: left;
}
#footer b {
	color: #FFE000;
	font-weight: normal;
}
#footer i {
	color: #767676;
	font-style: normal;
}
#header .column_left a,
#middle .column_right a,
#footer a {
	color: #FFE000;
}
.content_column_3x {
    float: left;
    width: 195px;
}
.content_column_3_1x {
    float: left;
    width: 33%;

}
.content_image_3x {
    float: left;
    width: 100%;
}
.content_column_2x {
    float: left;
    width: 50%;
}


.content_column_3x_top {
    float: left;
    width: 195px;
    margin-right:10px;
    text-align:center;
    font: normal 14px Tahoma, Geneva, sans-serif;
}

#partners a {
	text-decoration: none;
    font: normal 14px Tahoma, Geneva, sans-serif;
}
#partners a:hover {
	text-decoration: underline;
}

.unique_custom {
    width: 324px;
    height: 186px;
    background: url(img/unique_custom.png) no-repeat;
    margin-left: 24px;
}
#middle .unique_custom h2 {
    color: #FFE000;
    font: bold 14px Tahoma, Geneva, sans-serif;
    margin-left: 24px;
}

#middle .unique_custom p {
    margin-top: -15px;
    margin-left: 24px;
    width: 280px;
}

.photo_team {
    margin-top: 2px; 
    margin-right: 8px;
}

.news_paging {
    position:relative;
    display:block;
    float:right;
}

.paging {
    font: bold 15px Tahoma, Geneva, sans-serif;
    float:left;
    margin-top: 5px;
}

.paging .active {
    color: #ffffff;
}
.paging a {
    text-align:center;
    text-decoration:none;
}

.paging .paging_next, .paging .paging_previus {
    margin-top: 8px;
    width: 18px;
    height: 14px;
    background: url(img/arrow_next.png) no-repeat;
    float:left;
}

.paging .paging_previus {
    padding-right: 10px;
    background: url(img/arrow_previus.png) no-repeat;
}

.paging_bg_left, .paging_bg_right {
	float: left;
	height: 40px;
	width: 8px;
	font-size: 1px;
	line-height: 40px;
	background: url(img/paging_bg_left.png) top left no-repeat;
}
.paging_bg_right {
	background: url(img/paging_bg_right.png) top right no-repeat;
}
.paging_bg {
	float: left;
	background: url(img/paging_bg.png) top repeat-x;
	line-height: 40px;
	height: 40px;
	padding: 0 9px;
}

.paging .page {
    margin-top: 3px;
}
.paging .interval {
    margin: 3px;
}

.paging .bg_text {
	float: left;
	background: url(img/news_date_bg.png) top repeat-x;
	line-height: 25px;
	height: 25px;
	padding: 0 2px;
}


#middle .column_right .news {
    display:block;
    position:absolute;
    width:920px;
    font: normal 14px Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #D5D5D5;
    margin-top: 25px;
}

#middle .news .news_descr {
    display:block;
    font: normal 14px Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #D5D5D5;
    margin-top: 15px;
    padding-bottom: 35px;
 }

#middle .column_right .content {
    font: normal 14px Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #D5D5D5;
}

#middle .column_right .content p {
    margin:0;
    padding:0;
}

#middle .column_right .clear {
    margin:0;
    padding:0;
	clear: both;
}

