/*----------------------------------------------------------------------------*/

/* Общие настройки */

* {
	margin: 0;
	padding: 0;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;    
}

* html{
	margin: 0;
	padding: 0;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 9pt;    

}

img {
	border: none;
	border-width: 0px;
	bottom:0px;
	display: inline; 

}

html, body {
    width: 100%;
	background-color: #fff;
    min-width: 980px;
}


/*----------------------------------------------------------------------------*/

/* Структура страницы */

/********************* Хидер */

#header #lang {
	position: absolute;
	top: 16px;
	margin-left: 50%;
	left: -482px;
}

#header #lang ul {
	list-style: none;
}

#header #lang ul li {
	display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#header #lang ul li a {
	color: #393636;
}

#header #lang ul li a:hover {
	color: #a01033;
}

#header #lang ul li .current {
	text-decoration: none;
    font-weight: bold;
    color: #a01033;
}

/***********************/

#header #home_letter {
	position: absolute;
	top: 16px;
	margin-left: 50%;
	left: 180px;
}

#header #home_letter ul {
	list-style: none;
}

#header #home_letter ul li {
	display: inline;
    margin-left: 20px;
    margin-right: 20px;
}

#header #home_letter ul li a {
	color: #393636;
	text-decoration: none;
}

#header #home_letter ul li a:hover {
	color: #a01033;
}

/***********************/

#header #header_menu {
    position: absolute;
    width: 249px;    
    margin-left: 50%;
    left: -503px;
    top: 73px;    
}

#header #header_menu a {
    color: white;
    font-size: 13px;
}

#header #header_menu a:hover {
    font-weight: bold;
}

#header #header_menu table tr td {
    padding-bottom: 4px;
    padding-left: 4px;
}

/***********************/

.current td a{
    text-decoration: none;
    font-weight: bold;
}

.current td div {
    background: url('../img/menu_item.png') left top;
    width: 18px;
    height: 18px;
    behavior: url("./style/iepngfix.htc");
}

td .empty {
    background: url('../img/empty.png') left top;
    width: 18px;
    height: 18px;
    behavior: url("./style/iepngfix.htc");
}

#header #red_part {
    position: relative;
    width: 50%;
    height: 290px;
    left: 0px;
    top: 0px;
    background: url('../img/header_bg_red.png') left top repeat-x;
}


#header #gray_part {
    position: absolute;
    width: 50%;
    height: 290px;
    left: 50%;
    top: 0px;
    background: url('../img/header_bg_gray.png') left top repeat-x;
}

#header #index_logo {
    position: absolute;
    width: 731px;
    height: 266px;
    margin-left: 50%;
    left: -279px;
    top: 0px;
    background: url('../img/index_pic.png') left top no-repeat;
}

#header #index_logo_eng {
    position: absolute;
    width: 731px;
    height: 266px;
    margin-left: 50%;
    left: -279px;
    top: 0px;
    background: url('../eng/img/index_pic.png') left top no-repeat;
}

/********************* Контент */

#content {
    position: relative;
    width: 980px;
    min-width: 980px;
}

* html #content {
    margin-left: auto;
    margin-right: auto;
}


#content table tr {
    vertical-align: top;
}

/***********************/
.p_header {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news {
    border-bottom: 1px solid #c3c5c6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 210px;
}

.news .date {
    font-weight: bold;
    margin-bottom: 5px;
    color: #a01033;
}

.news .text {    
    margin-bottom: 5px;    
}

.read_all_news {
    margin-bottom: 15px;
}

.read_all_news a{
    font-weight: bold;
    margin-bottom: 15px;
    color: #a01033;
}

/***********************/

.main_text {
    margin-bottom: 15px;
}

.main_text_list {
    margin-left: 30px;    
}

.main_text_list li{
    margin-bottom: 10px;
}

#partners {
	margin-top: 40px;
	margin-right: 137px;
	float: left;
}

#partners img {
	display: block;
	margin-top: 10px;
}

#content table tr td table {
    margin-top: 48px;
}

#content table tr td table tr {
    vertical-align: middle;
}

#content table tr td table tr td {
	padding-bottom: 15px;
	padding-left: 10px;
	font-weight: bold;
}

#content table tr td table tr td a{
	color: #a01033;    
}
/********************* Футер */
#footer {
    clear: both;
    position: relative;
    width: 100%;
    margin-top: 40px;
    background: url('../img/footer_top_border.png') left top repeat-x;    
}

#footer #footer_menu {
    padding-top: 25px;
    padding-bottom: 25px;   
    width: 980px;
}

#footer #footer_menu ul {
    list-style: none;
}

#footer #footer_menu ul li {
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

#footer #footer_menu ul .current a {
    font-weight: bold;    
    color: #a01033;
    text-decoration: none;
}

#footer #footer_menu ul li a {
    color: black;
    display: inline;
}

#footer #footer_menu ul li a:hover {
    color: #a01033;
}

/***********************/

.red_bold {
    color: #a01033;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

.red_bold_a {
    color: #a01033;
    font-weight: bold;
    text-decoration: none;    
}

.spsoft {
    color: #393636;        
}

.spsoft a {
    font-weight: bold;
    color: #a01033;
}
