@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background:#d3faff url(/images/template/body-bg.jpg) top repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f7b87;
}

img{
	border:none;
}

a{
	color:#0379e0;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

table.excrs {
    font-size: 12px;
    margin: 15px auto;
    table-layout: auto !important;
	border-collapse:collapse;
}
.excrs TH {
    background-color: #e4f8ff;
    text-align: center;
}
.excrs TH, .excrs TD{
    border: 1px solid #9dc0cd;
    padding: 5px 12px;
    vertical-align: middle !important;
	color:#000080;
}
table.crs {
    font-size: 12px;
    margin: 15px auto;
    table-layout: auto !important;
	border-collapse:collapse;
}
.crs TD{
    border: none;
    padding: 5px 12px;
    vertical-align: middle !important;
	color:#000080;
}

.rub-main{
	left: 0px;
	position: relative;
	top: 0px;
	width: 100%;
	float:left;
	background:url(/images/template/body-bottom-bg.jpg) bottom repeat-x;
}

.rub-sheet{
	margin: 0px auto;
	min-height: 35px;
	min-width: 1000px;
	position: relative;
	width: 1000px;
}

.rub-header{
	position:relative;
	top:0px;
	left:0px;
	width:1000px;
	height:276px;
	background:url(/images/template/header.jpg) top no-repeat;
}

.rub-head-top{
	height:115px;
	width:100%;
}

.rub-logo{
	width:298px;
	height:103px;
	padding:12px 0px 0px 12px;
	text-align:left;
	float:left;
}

.rub-tel1{
	padding-top:15px;
	text-align:left;
	width:330px;
	float:left;	
	font-family:Tahoma, Geneva, sans-serif;
	color:#004988;
	font-size:11px;
	font-weight:bold;
	line-height:1.5;
}

.rub-tel2{
	padding-top:15px;
	text-align:center;
	width:200px;
	float:left;
	
	font-family:Tahoma, Geneva, sans-serif;
	color:#004988;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}

.rub-tel3{
	padding-top:15px;
	text-align:left;
	width:160px;
	float:left;
	
	font-family:Tahoma, Geneva, sans-serif;
	color:#004988;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
}

.rub-tel1 span, .rub-tel2 span, .rub-tel3 span{
	font-family:Tahoma, Geneva, sans-serif;
	color:#0177bb;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.rub-head-bottom{
	width:100%;
	height:161px;
	position:relative;
}

.rub-head-prod{
	position:relative;
	width:190px;
	height:140px;
	float:left;
	margin:0px 5px;
	background:url(/images/template/head-img-bg.gif) no-repeat;
}

.rub-head-prod-title{
	position:absolute;
	top:7px;
	left:0px;
	height:21px;
	width:100%;
	
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	color:#0177bb;
}

.rub-head-prod-title a{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0177bb;
	text-decoration:none;
}

.rub-head-prod-img{
	position:absolute;
	top:28px;
	left:6px;
	width:178px;
	height:106px;
}

.rub-head-prod-img img{
	width:178px !important;
	height:106px !important;
}

.rub-head-prod-shadow{
	position:absolute;
	top:0px;
	left:0px;
	height:106px;
	width:178px;
}

.rub-menu{
	position:relative;
	padding:0px 2px;
	height:65px;
}

.rub-menu-button{
	width:132px;
	height:30px;
	background:url(/images/template/menu-button.jpg) no-repeat;
	float:left;
	padding-top:16px;
	text-align:center;
	margin:0px 5px;
	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    text-decoration:none;
}

.last{
	width:132px;
	height:30px;
	background:url(/images/template/menu-button.jpg) no-repeat;
	float:left;
	padding-top:16px;
	text-align:center;
	margin:0px 5px;
	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    text-decoration:none;
}


.rub-menu-button a{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.rub-menu .active{
	width:132px;
	height:30px;
	background:url(/images/template/menu-button-orange.jpg) no-repeat;
	float:left;
	padding-top:16px;
	text-align:center;
	margin:0px 5px;
	
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
    cursor: pointer;
    text-decoration:none;
}


.rub-general{
	position:relative;
	width:1000px;
	float:left;
}

.rub-left{
	position:relative;
	width:279px;
	float:left;
	padding-left:5px;
}

.rub-search{
	position:relative;
	margin-bottom:20px;
	padding-bottom:28px;
}

.rub-search-img{
	position:absolute;
	top:8px;
	left:6px;
	height:55px;
	width:55px;
	background:url(/images/template/search.gif) no-repeat;
}

.rub-search-body{
	position:relative;
}

.rub-search-title{
	position:relative;
	padding:20px 0px 13px 25px;
	
	font-size:18px;
	color:#004988;
	font-weight:bold;
}

.rub-search-title1{
	position:relative;
	padding:24px 0px 9px 25px;
	
	font-size:16px;
	color:#004988;
	font-weight:bold;
}
.rub-search-title1 a {
    text-decoration: none;
    color:#004988;
}
.rub-left-menu-title{
	position:relative;
	padding:0px 0px 10px 25px;
	
	font-size:12px;
	color:#004988;
	font-weight:bold;
}

.rub-search-form{
	position:relative;
}

.rub-search-lable{
	font-size:12px;
	font-weight:bolder;
	color:#4e5760;
	padding-right:10px;
	width:133px;
}

.rub-search-value{
	padding-top:2px;
	padding-bottom:3px;
}

.rub-search-value div{
	border:1px solid #7f9db9;
	float:left;
}

.rub-search-value div select{
	background:#dcf0f7;
	border:2px solid #FFFFFF;
	line-height:0 !important;	
	font-size:9px;
	padding:0px !important;
	margin:0px !important;
	height:16px;
	font-family:Verdana, Geneva, sans-serif;

}

.rub-search-value div input{
	background:#dcf0f7;
	border:2px solid #FFFFFF;
	font-size:11px;
	padding:0px;
	margin:0px !important;
	height:14px;
	font-family:Verdana, Geneva, sans-serif;
}

.rub-search-button{
	padding-left:23px;
}

.rub-search-button .submit{
	border:none !important;
	padding:none !important;
	margin:none !important;
	width:90px;
	height:22px;
	background:url(/images/template/search-button.jpg) no-repeat;
	font-weight:bold;
	color:#FFFFFF;
}

.rub-day{
	margin-bottom:17px;
	position:relative;
}

.rub-day-img{
	position:absolute;
	top:9px;
	right:9px;
	height:45px;
	width:57px;
	background:url(/images/template/sun.gif) no-repeat;
}

.rub-day-body{
	position:relative;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#4e5760;
	line-height:1.2;
	
	padding:0px 25px 25px 26px;
}

.rub-left-menu{
	margin-bottom:17px;
	position:relative;
}

.rub-menu-body{
	position:relative;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#004988;
	
	padding:0px 25px 25px 45px;
}

.rub-menu-body1{
	position:relative;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	color:#004988;
	
	padding:0px 25px 30px 45px;
}

.rub-menu-body a{
	color:#0379e0;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
}

.rub-menu-body a:hover{
	color:#004988;
}

.rub-left-text{
	position:relative;
	padding:0px 8px 0px 8px;
	text-align:justify;
	font-size:11px;
	line-height:1.2;
}

.rub-left-text a{
	text-decoration:none;
	color:#004988;
}

.rub-left-text-title{
	font-size:12px;
	font-weight:bold;
	color:#004988;
}

.rub-content{
	position:relative;
	width:690px;
	float:left;
	margin-left:21px;
}

.rub-content1{
	position:relative;
	width:690px;
	float:left;
	margin-left:21px;
	margin-bottom:20px;
}

.rub-content2{
	position:relative;
	width:980px;
	float:left;
margin-left:10px;
	margin-bottom:20px;
}


.rub-content1 p{
	line-height:1.5;
}

.rub-content-img{
	position:relative;
	margin-bottom:20px;
	float:left;
}

.rub-content-img1{
	position:relative;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}

.rub-content-img .title1{
	position:absolute;
	top:20px;
	left:28px;
	color:#FFFFFF;
	font-size:48px;
}

.rub-content-img .title2, .rub-content-img1 .title2{
	position:absolute;
	top:12px;
	left:25px;
	
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004781;
}

.rub-content-title{
	position:relative;
	color:#1b8f20;
	font-size:20px;
	padding:19px 0px 15px 30px;
}
.rub-content-title a {
    font-size:10px;
    margin-left: 450px;
}
.rub-content-body{
	position:relative;
	padding:0px 42px 65px 42px;
}

.rub-footer{
	position:relative;
	width:100%;
	height:74px;
	background:url(/images/template/footer.jpg) no-repeat;
	float:left;
}

.rub-footer-copy{
	position:relative;
	float:left;
	padding:30px 0px 0px 25px;
	/*width:172px;*/
    width:150px;
	
	font-size:12px;
	color:#76b2c7;
}

.rub-footer-company{
	position:relative;
	float:left;
	padding:30px 0px 0px 0px;
	/*width:385px;*/
    width:350px;
	
	font-size:12px;
	color:#76b2c7;
	font-weight:bold;
	text-decoration:underline;
}

.rub-footer-counters{
	position:relative;
	float:left;
	padding-top:20px;
}

.rub-Sheet-tr, .rub-Sheet-tl, .rub-Sheet-br, .rub-Sheet-bl, .rub-Sheet-tc, .rub-Sheet-bc,.rub-Sheet-cr, .rub-Sheet-cl{
    position:absolute;
}

.rub-Sheet-tr, .rub-Sheet-tl, .rub-Sheet-br, .rub-Sheet-bl{
    width: 40px;
    height: 40px;
    background-image:url(/images/template/rect.gif);
}

.rub-Sheet-tl{
    top:0;
    left:0;
    clip: rect(auto, 20px, 20px, auto);
}

.rub-Sheet-tr{
    top: 0;
    right: 0;
    clip: rect(auto, auto, 20px, 20px);
}

.rub-Sheet-bl{
    bottom: 0;
    left: 0;
    clip: rect(20px, 20px, auto, auto);
}

.rub-Sheet-br{
    bottom: 0;
    right: 0;
    clip: rect(20px, auto, auto, 20px);
}

.rub-Sheet-tc, .rub-Sheet-bc{
    left: 20px;
    right: 20px;
    height: 40px;
    background-image:url(/images/template/tb.jpg);
}

.rub-Sheet-tc{
    top: 0;
    clip: rect(auto, auto, 20px, auto);
}

.rub-Sheet-bc{
    bottom: 0;
    clip: rect(20px, auto, auto, auto);
}

.rub-Sheet-cr, .rub-Sheet-cl{
    top: 20px;
    bottom: 20px;
    width: 40px;
    background-image:url(/images/template/rl.jpg);
}

.rub-Sheet-cr{
    right:0;
    clip: rect(auto, auto, auto, 20px);
}

.rub-Sheet-cl{
    left:0;
    clip: rect(auto, 20px, auto, auto);
}

.rub-Sheet-cc{
    position:absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background:#FFFFFF;
}

html:first-child .rub-search-value div select{
		height:11px !important;
	}
	
html:first-child .rub-search{
		padding-bottom:22px;
	}

#print-icon{
    text-align: right;
}

#ct1 {float:left;width:600px; z-index:255; margin: 16px 0 10px 30px;position:relative}
#ct1 .breadcrumb {font: italic 10px Arial; color: #676767}
#ct1 .breadcrumb a {font: italic 10px Arial; color: #557d5b; text-decoration: underline}
#ct1 .breadcrumb a:hover {font: italic 10px Arial; color: #f89d40; text-decoration: underline}

#zakladki {z-index:10; position:absolute; top:0px; left:50%; margin-left:-195px}
#zakladki .first {background:none; margin:0; padding:0; text-transform:none;}
#zakladki .first.active {background:none; margin:0; padding:0px; text-transform:none;}
#zakladki a {font: 12px Arial; color:#ffd855; text-decoration:none}
#zakladki div {float:left;}
#zakladki .left {width:13px; height:57px; background:url('/images/item-left.gif') left no-repeat;}
#zakladki .right {width:10px; height:57px; background:url('/images/item-right.gif') left no-repeat;}
#zakladki .bg {height:57px; background:url('/images/item-bg.gif'); padding: 0 2px}
#zakladki .active .left {width:13px; height:57px; background:url('/images/active-left.gif') left no-repeat;}
#zakladki .active .right {width:11px; height:57px; background:url('/images/item-right.gif') left no-repeat;}
#zakladki .active .bg {height:57px; background:url('/images/active-bg.gif'); padding: 0 4px}
#zakladki .first.active .left {background: url('/images/active-first-left.gif');}
#zakladki .first .left {width:13px; height:57px; background:url('/images/first-left.gif') no-repeat;}
#zakladki .last {background:none; margin:0; padding:0; text-transform:none;}
#zakladki .last .right {width:19px; height:57px; background:url('/images/last-right.gif') no-repeat;}
#zakladki .active .left {}

#zakladki2 {z-index:10; position:absolute; top:341px; left:50%; margin-left:-491px}
#zakladki2 .first {background:none; margin:0; padding:0; text-transform:none;}
#zakladki2 .first.active {background:none; margin:0; padding:0px; text-transform:none;}
#zakladki2 a {font: 12px Arial; color:#ffd855; line-height:40px; text-decoration:none}
#zakladki2 div {float:left;}
#zakladki2 .left {width:13px; height:57px; background:url('/images/item-left.gif') left no-repeat;}
#zakladki2 .right {width:10px; height:57px; background:url('/images/item-right.gif') left no-repeat;}
#zakladki2 .bg {height:57px; background:url('/images/item-bg.gif'); padding: 0 4px}
#zakladki2 .active .left {width:13px; height:57px; background:url('/images/active-left.gif') left no-repeat;}
#zakladki2 .active .right {width:10px; height:57px; background:url('/images/item-right.gif') left no-repeat;}
#zakladki2 .active .bg {height:57px; background:url('/images/active-bg.gif'); padding: 0 4px}
#zakladki2 .first.active .left {background: url('/images/active-first-left.gif');}
#zakladki2 .first .left {width:13px; height:57px; background:url('/images/first-left.gif') no-repeat;}
#zakladki2 .last {background:none; margin:0; padding:0; text-transform:none;}
#zakladki2 .last .right {width:19px; height:57px; background:url('/images/last-right.gif') no-repeat;}
#zakladki2 .active .left {}

#zak {height: 40px}

#content h3 {font: 16px Arial}
