body {
	font-weight : normal;
	letter-spacing : normal;
	padding : 0;
	color : #ffffff;
	background-color: #090909;
}


#logo {
	position: absolute;
	left: 50%;
	margin: 90px 0px 0px -195px;
	width : 423px;
	height: 81px;
	background-position : center 0;
}


#tel{
	position: absolute;
	left: 50%;
	margin: 180px 0px 0px 220px;
	width : 271px;
	height: 73px;
	background-image : url(images/tel.png);
	background-position : center 0;
}

#button {
	text-align: left;	
	font-family:Tahoma;
	font-size: 14px;
	color: #ffffff;
	margin-left: 45px;
	padding-top: 12px;
	position: absolute;
}


/* Тест */
   UL {
 /* width: 262px;  Ширина меню */
    list-style: none; /* Для списка убираем маркеры */
    margin: 0; /* Нет отступов вокруг */
    padding: 0; /* Убираем поля вокруг текста */
	font-family:Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-indent: 35px;
   }

   LI A {
    display: block; /* Ссылка как блочный элемент */
    padding: 12px; /* Поля вокруг надписи */
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #ffffff; /* Цвет текста */
    border-bottom: none; /* Границу снизу не проводим */
   }
   
   LI A:hover {
    color: #ffffff; /* Цвет текста активного пункта */
	background-image : url(images/button_akt.jpg);
   }


 
   
#menu1 {
	background-image : url(images/button_akt.jpg);
	background-position : center 0;
}


.button a, .button a:link, .button a:visited, .button a:active, .button a:focus {
	color : #ffffff;
	text-decoration : none;
	outline : none;
	text-align: center;
}

.button a:hover {
	width: 180px; /* Ширина меню */
    list-style: none; /* Для списка убираем маркеры */
    margin: 0; /* Нет отступов вокруг */
    padding: 0; /* Убираем поля вокруг текста */
    font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
    font-size: 10pt; /* Размер названий в пункте меню */
}


#top_cont{
	vertical-align: top;
	padding-left: 2%;
	padding-right: 2%;
	color: #ffffff;
}


h4 {
	font-family:Tahoma;
	font-size: 13px;
	color:#ffffff;
}


#menu_left {
	margin-left: 30px;
	text-align: left;
	font-family:Tahoma;
	font-size:13px;
	color: #333333;
	font-weight : bold;
}


.menu_left a, .menu_left a:link, .menu_left a:visited, .menu_left a:active, .menu_left a:focus {
	color : #333333;
	text-decoration : none;
	outline : none;

}

.menu_left a:hover {
	color : #855820;
	text-decoration : underline;

}


#menu_left_post {
	margin-left: 45px;
	text-align: left;
	font-family:Tahoma;
	font-size:13px;
	color: #333333;
}


.menu_left_post a, .menu_left_post a:link, .menu_left_post a:visited, .menu_left_post a:active, .menu_left_post a:focus {
	color : #333333;
	text-decoration : none;
	outline : none;

}

.menu_left_post a:hover {
	color : #855820;
	text-decoration : underline;

}


#menu_top_text {
	text-align: center;
}


#content{
	vertical-align: top;
	margin-left: 4%;
	margin-right: 4%;
	color: #ffffff;
	font-family:Tahoma;
	font-size: 13px;
	color: #ffffff;
	text-align: justify;

}

#rs{

	text-indent: 25px;
}


.content a, .content a:link, .content a:visited, .content a:active, .content a:focus {
	font-family:Tahoma;
	font-size: 13px;
	color : #ffffff;
	text-decoration : underline;
	outline : none;
}

.content a:hover {
	font-family:Tahoma;
	font-size: 13px;
	color : #f87906;
	text-decoration : underline;
}


#par{
	margin-left: 4%;
	margin-right: 4%;
	color: #ffffff;
	font-family:Tahoma;
	font-size: 13px;
	color: #ffffff;
	text-align: justify;

	text-indent: 35px;
}


#copy{
	font-family:Tahoma;
	font-size: 13px;
	color : #ffffff;
	text-decoration : none;
	outline : none;
}

.copy a, .copy a:link, .copy a:visited, .copy a:active, .copy a:focus {
	font-family:Tahoma;
	font-size: 13px;
	color : #ffffff;
	text-decoration : underline;
	outline : none;
}

.copy a:hover {
	font-family:Tahoma;
	font-size: 13px;
	color : #ffffff;
	text-decoration : underline;
}


/* Настройки для jQuery */
.section {
    border-top: 1px solid #BBB;
    margin-top: 15px;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    padding-bottom: 0px;
    background-color: white;
}

.section ul {
    list-style: none;
    margin-top: 5px;
}

.section ul li {
    display: inline;
}

.section ul a {
    background-color: #ECECEC;
    border: 1px solid #999999;
    padding: 5px 5px 10px;
    display: block;
    float: left;
    margin: 5px;
}

.section ul a:hover {
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

.section ul a img {
    border: 1px solid #999999;
}

.section ul a.lightbox-enabled img {
    border: 1px dotted #999999;
}

.section span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.section .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.section .important {
    text-decoration: underline;
}

.section .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.section.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.section.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}

.left_menu ul {border: solid 0px #f00;}
.left_menu ul li {border: solid 1px #000;}

#time {font-size: 13px; font-family: Tahoma;}
