/* Обнуляем отступы все возможные, чтобы в браузерах всё было от самого верхнего угла */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Оофрмляем то, как буедт выглядить текст и содержимое на нашем сайте */

html { height: 100%; color: #5b5b5b; background: #f4f4f4; font: 14px Tehoma, Arial, Helvetica; }
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */


/* Ссылки при наведении заготовки */
a { color: #0066сс; }
a:visited {  }
a:hover {  }
a:active {  }
			
/* Построение сетки на сайте ввиде блоко div */
div
{
	margin:0 auto;
}
.page-layout { margin-right: -5px; }
.layout-box { float: left; margin: 0 5px 5px 0; }

.abs-layer-2{ width: 580px; } /* 62% */
.abs-layer-3{ width: 300px; } /* 38% */

.h_2
{
	height: 2px;
}

/* Оформление элементов */
#lang_selector
{
	width: 1000px;
	height: 114px;
	background-image: url(images/fon_slogan.jpg);
}

#selector
{
	text-align: right;
	padding-right: 100px;
}

#selector a
{
	cursor: pointer;
	background-image: url(images/sns.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 39px;
	height: 23px;
	text-decoration: none;
	color: #FFCB17;
	font-size: 10pt;
	font-weight: bold;
	padding: 7px 15px 7px 7px;
}

#selector a span:hover
{
	text-decoration: underline;
}

#selector a.selected
{
	background-image: url(images/sys.jpg);
	color: #FFCB17;
}

#slogan
{
	padding-top: 40px;
	color: white;
	text-align: right;
	padding-right: 100px;
	text-transform: uppercase;
}

#slogan h1
{
	font-size: 13px;
}

/* Контакты, нижний колонтитул */
#abs_footer
{
	background-image:  url(images/footer.jpg);
	width: 1000px;
	height: 64px;
}

#footer_txt
{
	color: White;
	padding-left: 100px;
	padding-top: 15px;
	font-size: 1.1em;
	font-weight: bold;
}

#footer_txt a
{
	color: #FFCB17;
	text-decoration: none;
}

#footer_txt a:hover
{
	text-decoration: underline;
}

#autor_code
{
	color: White;
	font-weight: bold;
	padding-top: 5px;
	font-size: 12px;
}

#autor_code a
{
	color: white;
	text-decoration: none;
}

#autor_code a:hover
{
	text-decoration: underline;
}

/* Оформление меню */
.navbar
{
	margin: 0 auto;
	background-image: url(images/menu_fon.png);
	background-repeat: no-repeat;
	width: 883px;
	height: 49px;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 13px;
}

#myslidemenu
{
	padding-left: 20px;
}

.jqueryslidemenu ul, .jqueryslidemenu ul li{
	z-index: 9999;
	color: white;
	font-weight: bold;
	font-size:1em;
	margin: 0;	
	padding: 0;	
	display: inline;
}

.jqueryslidemenu ul li {
	float: left;
	position:relative;
	border-right:1px solid white;
}

.jqueryslidemenu ul li.abs_li 
{
	width: 120px;
}

.jqueryslidemenu ul li.abs_sub:hover {
	border-right: 2px solid #FDA422;
	border-left: 2px solid #FDA422;
	background: #FEE36E;
}

.jqueryslidemenu ul li ul {
	border-left: 2px solid #FDA422;
	border-right: 2px solid #FDA422;
	border-bottom: 2px solid #FDA422;
	background: #FEE36E;
	margin-left: -2px;
}

.jqueryslidemenu ul li ul li:hover {
	border: 0;
}

.jqueryslidemenu ul li ul li {
	border-right: 0;
}

.jqueryslidemenu ul li a{
	display: block;
	padding: 0.6em 1em 0.7em 1em;
	height: 18px;
	color: Black;
	text-transform: uppercase;
	text-decoration: none;	
}

.jqueryslidemenu ul li ul li a{
	height: auto;
}

.jqueryslidemenu ul li a:hover{
	background: #FFF6AE;
}

/*.jqueryslidemenu ul li ul a:hover{
	background: #99CC99;
}*/

.jqueryslidemenu ul li ul {
    display: none;
    position:absolute;
    top:36px;
}
 
.jqueryslidemenu ul li ul li {
    display:block;    
    border-top:0px;
	font-size:0.9em;
	font-weight: normal;
	white-space: normal;
	width:190px;
}

.active {
    background-color:#eee;
}

/* Центральная часть*/
#abs_content
{
	min-height: 715px;
	margin: 0px auto;
	padding-top: 10px;
	width: 890px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
}

/* Фоны для низа и верха */
#common_div{
	background-image: url(images/bg_common.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#footer_bg
{
	background-image: url(images/bg_footer_c.jpg);
	background-repeat: repeat-x;
	width: 100%;
}


/* Оформление контекта */
a {
	color: #1e7ff4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #94a3b4;
}

h2.abs_h21 {
	background-image: url(images/header_bg_2.jpg);
	background-position: 12px 0px;
	background-repeat: no-repeat;
	padding-left: 1.1em;
	padding-top: 3px;
	height: 32px;
	color: rgb(142, 0, 0);
}

div.line1 {
	border-bottom: 1px solid #c0cedb;
	width: 760px;
	text-align: center;
}

p.abs_p1 {
	background-image: url(images/strelka.jpg);
	background-position: 40px 0.35em;
	background-repeat: no-repeat;
	padding-left: 1.1em;
	width: 800px;
}
a.abs_a1 {
	color: #007ff4;
	text-decoration: none;
	font-weight: bold;
	padding-left: 40px;
}

a.abs_a1:hover {
	text-decoration: underline;
}


div.news-list, div.news-detail {
	width: 800px;
}

div.news-list a {
	color: #1e7ff4;
	text-decoration: none;
}

div.news-list a:hover {
	text-decoration: underline;
}

div.news-list a:visited {
	color: #94a3b4;
}

#footer_txt {
	font: 13px Tehoma, Arial, Helvetica;
	font-weight: bold;
}

h3.abs_h31 {
	font: 16px Tehoma, Arial, Helvetica;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

p.abs_p2 {
	font: 14px Tehoma, Arial, Helvetica;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

p.news-item, div.news-item-abs {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}

h2.abs_h21 a {
	text-decoration: none;
	color: rgb(142, 0, 0);
}

ul.abs_ul_1 {
	margin-left: 60px;
}

div.news-list a.abs_a3 {
	color: #007ff4;
	text-decoration: none;
	font-weight: bold;
}
div.news-list a.abs_a3:hover {
	text-decoration: underline;
}

div.news-list a.abs_a3:visited {
	color: #007ff4;
}

ul.ul_leftmenu {
	list-style-type: none;
}

ul.ul_leftmenu li {
	padding-bottom: 20px;
	padding-top: 10px;
}

div.topbot1 {
	padding-top: 22px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu1 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml1.png);
}

a.a_leftmenu1:hover {
	background-image: url(left_menu/ml1_s.png);
	color: #F58500;
}

div.topbot2 {
	padding-top: 15px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu2 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml2.png);
}

a.a_leftmenu2:hover {
	background-image: url(left_menu/ml2_s.png);
	color: #F58500;
}

div.topbot3 {
	padding-top: 15px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu3 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml3.png);
}

a.a_leftmenu3:hover {
	background-image: url(left_menu/ml3_s.png);
	color: #F58500;
}

div.topbot4 {
	padding-top: 15px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu4 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml4.png);
}

a.a_leftmenu4:hover {
	background-image: url(left_menu/ml4_s.png);
	color: #F58500;
}

div.topbot5 {
	padding-top: 22px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu5 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml5.png);
}

a.a_leftmenu5:hover {
	background-image: url(left_menu/ml5_s.png);
	color: #F58500;
}

div.topbot6 {
	padding-top: 8px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu6 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml6.png);
}

a.a_leftmenu6:hover {
	background-image: url(left_menu/ml6_s.png);
	color: #F58500;
}

div.topbot7 {
	padding-top: 15px;
	padding-left: 55px;
	width: 189px;
}

a.a_leftmenu7 {
	color: #006DF3;
	text-decoration: none;
	font-weight: bold;
	width: 279px;
	height: 67px;
	display: block;
	font-size: 14px;
	background-image: url(left_menu/ml7.png);
}

a.a_leftmenu7:hover {
	background-image: url(left_menu/ml7_s.png);
	color: #F58500;
}

div.news-list a.abs_a1:visited {
	color: #007FF4;
}

div.abs_ppages {
	background-image: url(ppages/back_ppage.png);
	height: 46px;
}

div.news-list a.nav_prev {
color: #F9A217;
font-weight: bold;
}

div.news-list a.nav_next {
color: #F9A217;
font-weight: bold;
}