/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink!

*/
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #333638;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a { color: #326da8; }
a:hover { color: #093a55; }


/**
 * Primary styles
 *
 * Author:
 */
/* Ластик, начало */
body,table,td,div,span,p,h1,h2,h3,h4,hr,pre,form {padding: 0; margin: 0;}
*:focus {outline: none;} /* Убираем рамку вокруг ссылок */
table, table td {border-collapse: collapse;}
img {border: 0;}
/* Ластик, конец */

html,body {
	height: 100%;
	width: 100%;
	background: #ffffff;
}
body, table, select,input, button, textarea, pre {
  color: #272727;
  font-weight: normal;
  font-family: tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;}
a       {color: #223667; text-decoration: underline;}
a:hover {color: #223667; text-decoration: none;}

.clear {clear: both; font-size: 0; height: 0; overflow: hidden; line-height: 0px;}
.clear-r { clear: right; font-size: 0; height: 0; overflow: hidden; line-height: 0px; }
.clear-l { clear: left; font-size: 0; height: 0; overflow: hidden; line-height: 0px; }
img.png {behavior: url(css/iepngfix.htc);}
table.content, table.content td { border: 1px solid #000; padding: 4px 7px; }

.db { display: block; }
.di { display: inline; }
.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
.vt { vertical-align: top; }
.vm { vertical-align: middle; }
.vb { vertical-align: bottom; }
.fl { float: left; }
.fr { float: right; }
.rel{ position: relative; }
.ov-h{overflow: hidden;}
.w-100pr{width: 100%;}
.ws-nr{white-space: nowrap;}

div.center-2 { position: relative; float: left; left: 50%; margin: 0; padding: 0; }
div.center-2 div.center-3 { position: relative; float: left; right: 50%; }
div.center-1 {overflow: hidden;}

input,button{-moz-box-sizing:content-box;}
input.standart { overflow:visible; padding: 0 15px; color: #000000; }
input.standart::-moz-focus-inner {border: none;	}
input::-moz-focus-inner {border: none; }
button { overflow:visible; padding: 0 15px; margin: 0; background: transparent; border: none; cursor: pointer; }
button::-moz-focus-inner {border: none;	}

input.field-1 {width: 130px; height: 26px; padding: 0 5px; color: #c7cccf; background: #fff;
border: 1px solid #cfd6de; line-height: 26px;}
textarea.field-001{width: 645px; height: 125px; padding-left: 5px; background: #fff; border: 1px solid #6596d0;}
select.field-01 { width: 300px; height: 28px; background: #fff; color: #000; font-family: arial; font-size: 22px; line-height: 28px; border: 1px solid #c8c8c8;}

input.sub-1{height: 27px; background: #0060a6 url("../img/bg_butt-01.gif") left top repeat-x; color: #fff; font-weight: bold;
    padding: 0 7px; overflow:visible; cursor: pointer; border: none; margin-bottom: 3px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;}

button.but-1{ width: 23px; height: 16px; outline: none; padding: 0;}
button.but-2{ width: 21px; height: 22px; outline: none; padding: 0;}

div#cover i      {font-style: italic;}
div#cover em     {font-style: italic;}
div#cover b      {font-weight: bold;}
div#cover strong {font-weight: bold;}

div.null-10   { display: block; height: 1px; font-size: 0; overflow: hidden; width:   10px; line-height: 0; }
div.null-20   { display: block; height: 1px; font-size: 0; overflow: hidden; width:   20px; line-height: 0; }
div.null-320  { display: block; height: 1px; font-size: 0; overflow: hidden; width:   320px; line-height: 0; }
div.null-500  { display: block; height: 1px; font-size: 0; overflow: hidden; width:   500px; line-height: 0; }
div.null-680  { display: block; height: 1px; font-size: 0; overflow: hidden; width:   680px; line-height: 0; }
div.null-1000 { display: block; height: 1px; font-size: 0; overflow: hidden; width:   1000px; line-height: 0; }

.pt-3  { padding-top:  3px; }
.pt-5  { padding-top:  5px; }
.pt-7  { padding-top:  7px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-17 { padding-top: 17px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-55 { padding-top: 55px; }

.pr-5  { padding-right:  5px; }
.pr-3  { padding-right:  3px; }
.pr-8  { padding-right:  8px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-50 { padding-right: 50px; }

.pb-5  { padding-bottom:  5px; }
.pb-3  { padding-bottom:  3px; }
.pb-7  { padding-bottom:  7px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-60 { padding-bottom: 60px; }

.pl-5  { padding-left:  5px; }
.pl-7  { padding-left:  7px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-120{ padding-left: 120px; }
.pl-225{ padding-left: 225px; }

div.pad-01{padding: 0 100px 10px 0;}
div.pad-02{padding: 0 40px 25px 20px;}
div.pad-03{padding: 0 20px 20px 20px;}
.ptb-15{padding: 15px 0;}
.ptb-25{padding: 25px 0;}
.plb-3 {padding: 0 0 3px 3px;}
.plr-20{padding: 0 20px;}

.mb-10{margin-bottom: 10px;}
.mb-25{margin-bottom: 25px;}
.mt-35{margin-top: 35px;}
.mr-10{margin-right: 10px;}
.ml-110{margin-left: 110px;}
.ml-120{margin-left: 120px;}

.t-11 { font-size: 11px; }
.t-12 { font-size: 12px; }
.t-13 { font-size: 13px; }
.t-14 { font-size: 14px; }
.t-15 { font-size: 15px; }
.t-16 { font-size: 16px; }
.t-17 { font-size: 17px; }
.t-18 { font-size: 18px; }
.t-20 { font-size: 20px; }
.t-22 { font-size: 22px; }
.t-24 { font-size: 24px; }

.t-11-red{font-size: 11px; color: #d24444;}
.t-24-red{font-size: 24px; color: #bf4221;}

.lh-16{line-height: 16px;}
.lh-18{line-height: 18px;}

.col-gr1{color: #a9a9a9;}
.col-red{color: #d24444;}

h1{font-size: 22px; font-weight: normal;}

a.dashed       {color: #6596d0; border-bottom: 1px dashed #6596d0; text-decoration: none;}
a.dashed:hover {color: #6596d0; text-decoration: none; border-bottom: none;}

a.blue-01{color: #223667; text-decoration: underline;}
a.blue-01:hover{color: #223667; text-decoration: none;}

a.oran-01{color: #ba6852; text-decoration: underline;}
a.oran-01:hover{color: #ba6852; text-decoration: none;}

a.black-01{color: #272727; text-decoration: underline;}
a.black-01:hover{color: #272727; text-decoration: none;}

div.bord-bl{display: block; height: 2px; font-size: 0; overflow: hidden; line-height: 0; background: #1f698b; clear: both;}
.bb-gr1{border-bottom: 1px solid #cfcfcf;}

div#cover {display: block; min-height: 100%; width: 100%; background: #fff;
	position: absolute; top: 0px; left: 0px; z-index: 1;}
* html div#cover {height: 100%;}  /* IE 6 hack*/
div#main1 { min-width: 1000px; max-width: 1280px; padding: 0; margin: 0px auto;}
* html div#main1 {width:expression(document.body.clientWidth > 1280? "1280px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));}

div#main2 { min-width: 1000px; max-width: 1280px; padding: 0px 0px 0px 0px; margin: 0px auto;/* border: 1px solid red;*/}
* html div#main2 {width:expression(document.body.clientWidth > 1280? "1280px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));}

div#main3 { min-width: 1000px; max-width: 1225px; padding: 0px 0px 260px 0px; margin: 0px auto;/* border: 1px solid red;*/}
* html div#main3 {width:expression(document.body.clientWidth > 1225? "1225px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));}

div#main4 { min-width: 1000px; max-width: 1280px; padding: 0px 0px 260px 0px; margin: 0px auto;/* border: 1px solid red;*/}
* html div#main4 {width:expression(document.body.clientWidth > 1225? "1225px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));}


div#cover-inner {display: block; min-height: 100%; width: 100%; background: #fff;
	position: absolute; top: 0px; left: 0px; z-index: 1;}
* html div#cover-inner {height: 100%;}  /* IE 6 hack*/

div#footer {display: block; width: 100%; height: 210px; position: absolute; left: 0px; bottom: 0px; z-index: 0;
    background: #10496b url("../img/bg_footer.gif") left top repeat-x; border-top: 1px solid #1f698b; }

div#footer-1 {display: block; width: 100%; height: 210px; }
div#footer-body-1 { min-width: 1000px; max-width: 1225px; height: 210px; line-height: 20px; margin: 0px auto;}
* html div#footer-1 {width:expression(document.body.clientWidth > 1225? "1225px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));
  bottom: -1px; margin: 0px auto;}/* IE 6 hack*/


div.flag-bg{background: #083f67 url("../img/flag_bg.gif") left top repeat-x; border-bottom: 1px solid #3d6d8f; height: 38px;}
div.block-flag{width: 960px; margin: 0 auto; padding-top: 5px;}
div.block-flag div{float: left; margin-right: 15px;}

div.flag-bg2{background: #083f67 url("../img/flag_bg2.gif") left top repeat-x; height: 39px;}

div#main-index{background: #3088a2 url("../img/bg_cap_01.gif") left top repeat-x; border-bottom: 2px solid #1f698b;}
div#content-index{border-top: 2px solid #1f698b;}

div#main-index2{background: url("../img/bg_content-01.gif") left top repeat-x;}

table.content-foot{width: 100%;}
table.content-foot td{vertical-align: top;}
table.content-foot td.cell-01{width: 315px; color: #b2dfed; line-height: normal; padding-top: 27px;}
table.content-foot td.cell-02{width: 165px; font-size: 11px; padding-top: 25px;}
td.cell-02 a, td.cell-03 a{color: #f2f5f8; text-decoration: underline;}
td.cell-02 a:hover, td.cell-03 a:hover{color: #f2f5f8; text-decoration: none;}
table.content-foot td.cell-03{width: 375px; font-size: 11px; padding-top: 25px;}
table.content-foot td.cell-04{width: 205px; padding-top: 30px;}

.search-1{float: left; padding-right: 5px;}
input.inp {padding: 0 5px; border: 1px solid #d8e0e5; background: #fff; width: 180px; height: 22px; line-height: 22px; font-size: 12px; color: #000000; }
input:focus {outline: none;}
div.fl-but{margin-left: 197px; padding-top: 2px;}
div.ttt-01{font-size: 14px; color: #fff; padding-bottom: 13px;}

div.soc-set-1{background: url("../img/sprite_01.gif") 0 3px no-repeat;   padding: 0 0 4px 25px;}
div.soc-set-2{background: url("../img/sprite_01.gif") 0 -22px no-repeat; padding: 0 0 4px 25px;}
div.soc-set-3{background: url("../img/sprite_01.gif") 0 -47px no-repeat; padding: 0 0 4px 25px;}
div.soc-set-4{background: url("../img/sprite_01.gif") 0 -72px no-repeat; padding: 0 0 4px 25px;}

div.vesna{background: url("../img/logo_vesna.png") right 10px no-repeat; padding: 2px 15px 7px 0; margin-right: 10px;
    font-size: 11px; text-align: right;}
div.vesna a{color: #b2dfed; text-decoration: underline;}
div.vesna a:hover{color: #b2dfed; text-decoration: none;}

#menu, #menu ul {padding:0; margin:0; list-style:none; }
#menu table { width:0; height:0; padding:0; margin:-1px;}
#menu ul {position:absolute; left:-9999px; }
#menu li {float:left; margin:0px 7px 0px 0px; display:inline; z-index: 255; }
#menu li a { padding: 17px 10px 8px 10px; display:block; color:#272727; text-decoration: none; text-transform: uppercase;}
#menu li a:hover {position:relative; background: #1f698b;
                  color:#fff; text-decoration: underline; }
#menu li:hover {position:relative;}
#menu li:hover > a {color:#fff; text-decoration: none; background: #1f698b;}

#menu :hover ul {left:0px; top:38px; width: 190px; background: #fff; z-index: 20; border: 3px solid #1f698b;}
#menu :hover ul li { width: 190px; }
#menu :hover ul li a {display: block; background: #fff; padding: 5px 8px 7px 8px; width: 174px;
                       text-align: left; text-decoration: none; color:#272727; text-transform: uppercase;}
#menu :hover ul li a:hover {color:#272727; text-decoration: none; background: #f1f4f7;}
#menu li.home{padding: 15px 5px 12px 5px; display:block; background: #d24444; margin-right: 7px;}
#menu li.home a{padding: 0; display:block; background: #d24444; text-decoration: none;}
#menu li.home a:hover{padding: 0; display:block; background: #d24444; text-decoration: none;}

table.main-content{width: 100%;}
table.main-content td.cell-01{width: 885px; vertical-align: top; padding-top: 35px;}
table.main-content td.cell-02{width: 340px; vertical-align: top; padding-top: 35px;}

div.ras-sear{padding-top: 3px;}
div.ras-sear a{color: #ba6852; font-size: 11px; text-decoration: underline;}
div.ras-sear a:hover{color: #ba6852; text-decoration: none;}

div.ttt-02{font-size: 18px; color: #223667; padding-bottom: 20px;}
table.survey{width: 100%; margin-bottom: 5px;}
table.survey td{vertical-align: top; padding-bottom: 10px; font-size: 12px;}
table.survey td.radio{width: 15px; padding-right: 4px;}
table.survey td.text{ line-height: normal;}
table.survey input{height: 16px;}

ul.inform {width:100%; padding:0; margin:0;}
ul.inform li {width: 49%; vertical-align: top;  list-style:none;
  display: -moz-inline-stack; /* for Fx2*/
  display: inline-block; /* normal browsers */
  zoom: 1; /* for IE (hasLayout true) */
  *display: inline; /* for IE */
  padding:0; margin:0;}

div.foto-min-news{width: 95px; padding-right: 15px; float: left; padding-top: 5px;}
div.text-min-news{line-height: 18px; padding-right: 25px;}
div.text-min-news a{color: #223667; text-decoration: underline;}
div.text-min-news a:hover{color: #223667; text-decoration: none;}

            /*изменение!!!!*/

div.info-redak{background: url("../img/trifle_002.png") 137px 18px no-repeat; padding: 15px 0 7px 0px;
font-family:	tahoma,Arial,Helvetica,sans-serif
font-size:	12px;
font-weight:	400;
font-style:	normal;
font-size-adjust:	none;
color: #ccdce4; line-height: 15px;}
div.info-redak a{color: #ccdce4; text-decoration: underline;}
div.info-redak a:hover{color: #ccdce4; text-decoration: none;}

div.book-rg-center{background: url("../img/book_rg_center.gif") left top repeat-x;}
div.book-rg-left{background: url("../img/book_rg_left.gif") left top no-repeat;}
div.book-rg-right{background: url("../img/book_rg_right.gif") right top no-repeat; height: 385px;}

div.ttt-03{font-size: 18px; float: left; padding: 29px 23px 0 38px;}
div.ttt-04{border: 1px solid #eee6d4; float: left; margin-top: 29px; padding: 2px 5px 2px 8px; white-space: nowrap;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;}
div.ttt-04 a.k-1{font-size: 11px; color: #ba6852; text-decoration: none; border-bottom: 1px dashed #ba6852;}
div.ttt-04 a.k-1:hover{color: #ba6852; text-decoration: none; border-bottom: none;}

div.block-foto-ind{overflow: hidden; margin: 20px 40px 15px 38px;}
div.bl-foto-1{float: left; margin-right: 1px; margin-bottom: 1px; width: 108px; height: 108px;}
div.bl-foto-01{float: left; margin-right: 1px; margin-bottom: 1px; width: 108px; height: 108px;
   position: relative;}
div.bl-foto-01 a{color: #223667; text-decoration: underline;}
div.bl-foto-01 a:hover{color: #223667; text-decoration: none;}
div.bl-foto-01 img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); /* IE 5.5+*/
-moz-opacity: 0.3; /* Mozilla 1.6 и ниже */
-khtml-opacity: 0.3; /* Konqueror 3.1, Safari 1.1 */
opacity: 0.3; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
zoom: 1; /* для элемента в ИЕ, у которого не заданы width и height */
}
div.abs-01{position: absolute; left: 0; top: 40%; height: 108px; width: 108px; text-align: center;}
div.beg-l{background: url("../img/beg_l.png") 17px top no-repeat; padding-left: 33px; padding-right: 45px;}
div.beg-r{background: url("../img/beg_r.png") right top no-repeat; padding-right: 16px;}
div.beg-c{background: url("../img/beg_c.gif") left 7px repeat-x; position: relative; padding-bottom: 15px;}
div.beg-img{position: absolute; left: 0; top: -3px;}

div.search-container{height: 26px; margin-left: 38px;}
div.search-2{margin: 0 150px 0 0;}
input.inp2 {padding: 0 5px; border: 1px solid #d8e0e5; background: #fff; width: 100%; height: 26px; line-height: 26px; font-size: 12px; color: #000; }
div.fl-but2{ padding-top: 2px; float: right; margin: -30px 50px 0 0;}

.ie6 input.inp2 {width: 300px;}
.ie6 div.fl-but2 a{float: left;}

a.butt-01{background: url("../img/bg_butt-02.gif") left top repeat-x; height: 27px;
    font-weight: bold; color: #fff; display: block; text-decoration: none; padding: 0 14px 0 7px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;}
a.butt-01:hover{color: #fff; text-decoration: none;}
a.butt-01 span{position: relative; top: 5px; padding-right: 2px;}

div.online-konsul{position: absolute; right: 50px; top: -23px; padding: 0 10px 2px 10px;
background: url("../img/bg_003.gif") left top repeat-x; height: 32px; color: #fff;}
div.online-konsul span.n-1{position: relative; top: 6px; padding-right: 2px;}
div.online-konsul a{color: #fff; text-decoration: none;}
div.online-konsul a:hover{color: #fff; text-decoration: none;}

div.online-konsul a span.n-2{color: #fff; border-bottom: 1px solid #fff;}
div.online-konsul a:hover span.n-2{color: #fff; border-bottom: none;}

div.book-lf-center{background: url("../img/book_lf_center.gif") left 117px repeat-x; }
div.book-lf-left{background: url("../img/book_lf_left.gif") left 117px no-repeat; }
div.book-lf-right{background: url("../img/book_lf_right.gif") right 117px no-repeat; height: 507px; position: relative;}

table.book-flash{width: 100%;}
table.book-flash td.cell-0{width: 50%; vertical-align: top;}

div.flash-ball{position: absolute; right: 0; top: 5px; z-index: 2;}
div.anonsi-min{background: url("../img/bg_004.png") left top no-repeat; width: 428px; height: 186px; z-index: 100;
position: absolute; right: 0; bottom: 0;}

div.min-crohi{padding: 15px 0 10px 30px; font-size: 18px; color: #fff;}
div.min-crohi a{font-family: arial; font-size: 10px; font-style: italic; color: #fff; text-decoration: underline;}
div.min-crohi a:hover{color: #fff; text-decoration: none;}

div.an-foto{width: 73px; height: 83px; border: 2px solid #7fa3bc; float: left;
margin: 5px 15px 0 30px;}
div.an-text{margin-left: 118px; color: #fff; padding-right: 30px;
font-family:	tahoma,Arial,Helvetica,sans-serif
font-size:	12px;
font-weight:	400;
font-style:	normal;
font-size-adjust:	none;
}


div.an-001{padding-top: 7px; font-family: arial; font-size: 10px; font-style: italic; color: #fff;}
div.an-001 a{color: #fff; text-decoration: none; border-bottom: 1px dashed #fff;}
div.an-001 a:hover{color: #fff; text-decoration: none; border-bottom: none;}

div.an-arr-b1{background: url("../img/trifle_006.png") 2px 1px no-repeat; padding: 0 0 2px 12px; float: left;}
div.an-arr-b2{background: url("../img/trifle_007.png") right 2px no-repeat; padding: 0 10px 2px 70px; float: right;}
div.an-arr-r1{background: url("../img/trifle_008.png") right 2px no-repeat; padding: 0 10px 2px 70px; float: right;}
div.an-arr-r2{background: url("../img/trifle_009.png") 2px 2px no-repeat; padding: 0 0 2px 12px; float: left;}

div.center-2 { position: relative; float: left; left: 50%; margin: 0; padding: 0; }
div.center-2 div.center-3 { position: relative; float: left; right: 50%; }
div.center-1 {overflow: hidden;}

div.logo{float: left; padding-top: 30px; padding-left: 20px;}
div.avtoriz{float: left; border: 1px solid #bed3d7; padding: 10px 15px 15px 20px; margin: 20px 22px 0 0;
    font-size: 13px; height: 75px;}

div.password{font-size: 11px; padding-top: 7px; padding-left: 3px;}
div.password a{color: #ba6852; text-decoration: underline;}
div.password a:hover{color: #ba6852; text-decoration: none;}

div.abs-02{position: absolute; right: -35px; top: 20px;}
a.butt-02{background: url("../img/bg_butt-02.gif") left top repeat-x; height: 27px; line-height: 27px;
    font-weight: bold; color: #fff; display: block; text-decoration: none; padding: 0 14px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;}
a.butt-02:hover{color: #fff; text-decoration: none;}

div.crohi{font-size: 11px; color: #a8b1b8; padding: 15px 0 30px 20px;}
div.crohi a{color: #a8b1b8; text-decoration: none;}
div.crohi a:hover{color: #a8b1b8; text-decoration: underline;}

table.content-text{width: 100%;}
table.content-text td{vertical-align: top;}
table.content-text td.cell-001{width: 325px;}
table.content-text td.cell-002{width: 605px;}
table.content-text td.cell-003{width: 350px;}

div.text-min-an{line-height: 18px;}

div.bg-opros{background: #f8f2e6; margin-right: 20px; padding: 20px;}

.search-0{padding-right: 5px;}
div.fl-but0{padding-top: 2px;}

div.mm-l-1{padding: 7px 10px 8px 8px;}
div.mm-l-2{padding: 7px 10px 8px 8px; color: #fff; background: #115780 url("../img/bg_005.gif") left top repeat-x;}

div.min-news{padding: 0 20px 30px 0;}
table.abv{width: 99%;}
table.abv td{vertical-align: middle; padding: 10px 0 5px 0; color: #a9a9a9; border-bottom: 1px solid #cfcfcf;}
table.abv td.w-105{width: 105px; font-size: 11px;}
table.abv td.w-90 {width: 90px;}


div.pages div.nom{float: left; margin-right: 5px; background: #ebf1f2; height: 26px; line-height: 24px;}
div.pages div.act{background: #df453d; color: #fff; padding: 0 8px; float: left; margin-right: 5px; height: 26px; line-height: 24px;}
div.pages a{display: block; text-decoration: none; color: #272727; padding: 0 8px; height: 26px; line-height: 24px; float: left;}
div.pages a:hover{text-decoration: none; color: #fff; background: #df453d;}

/*div.arr-l{background: #ebf1f2; position: relative;
height:26px;  padding: 0 8px 0 12px; line-height: 24px;}

div.arr-l:before {
    border-bottom: 13px solid #FFFFFF;
    border-right: 13px solid #ebf1f2;
    border-top: 13px solid #FFFFFF;
    content: "";
    display: block;
    font-size: 0;
    left: -13px;
    line-height: 0;
    position: absolute;
    top: 0;
}

div.arr-r{background: #ebf1f2; position: relative;
height:26px;  padding: 0 12px 0 8px; line-height: 24px;}

div.arr-r:before {
    border-bottom: 13px solid #FFFFFF;
    border-left: 13px solid #ebf1f2;
    border-top: 13px solid #FFFFFF;
    content: "";
    display: block;
    font-size: 0;
    right: -13px;
    line-height: 0;
    position: absolute;
    top: 0;
}*/


div.arr-l a{background: #ebf1f2; position: relative; display: block; float: left; margin-right: 5px;
height:26px;  padding: 0 8px 0 12px; line-height: 24px; text-decoration: none; color: #272727;}
div.arr-l a:before{
    border-bottom: 13px solid #FFFFFF;
    border-right: 13px solid #ebf1f2;
    border-top: 13px solid #FFFFFF;
    content: "";
    display: block;
    font-size: 0;
    left: -13px;
    line-height: 0;
    position: absolute;
    top: 0;
}

div.arr-r a{background: #ebf1f2; position: relative;  display: block; float: left; margin-right: 5px;
height:26px;  padding: 0 12px 0 8px; line-height: 24px; text-decoration: none; color: #272727;}

div.arr-r a:before{
    border-bottom: 13px solid #FFFFFF;
    border-left: 13px solid #ebf1f2;
    border-top: 13px solid #FFFFFF;
    content: "";
    display: block;
    font-size: 0;
    right: -13px;
    line-height: 0;
    position: absolute;
    top: 0;
}

div.arr-l a:hover{background: #df453d; text-decoration: none; color: #fff;}
div.arr-l a:hover:before{
    border-bottom: 13px solid #FFFFFF;
    border-right: 13px solid #df453d;
    border-top: 13px solid #FFFFFF;
    content: "";
    left: -13px;
}

div.arr-r a:hover{background: #df453d; text-decoration: none; color: #fff;}
div.arr-r a:hover:before{
    border-bottom: 13px solid #FFFFFF;
    border-left: 13px solid #df453d;
    border-top: 13px solid #FFFFFF;
    content: "";
    right: -13px;
}

div.year{padding-bottom: 7px; margin-bottom: 7px; border-bottom: 1px solid #cfcfcf; cursor: pointer;}
ul.month {width:100%; padding:0; margin: 15px 0 0 0;}
ul.month li {width: 33%; vertical-align: top;  list-style:none;
float: left; padding: 0 0 10px 0; margin:0;}

fieldset.bbb {border: 1px #d4d9dc solid; float: left; margin-bottom: 7px;}
input.bbb {border-top: 1px solid #babbbb;border-left: 1px solid #babbbb;
           border-right: 1px solid #fff;border-bottom: 1px solid #fff;
           width: 330px; height: 27px; padding: 0 5px; line-height: 27px;}
textarea.bbb {border-top: 1px solid #babbbb; border-left: 1px solid #babbbb;
           border-right: 1px solid #fff; border-bottom: 1px solid #fff;
           width: 335px; height: 140px; padding-left: 5px;}
select.bbb {border: 1px solid #babbbb; width: 345px; height: 27px; padding-left: 5px; line-height: 27px;}

fieldset.red {border: 1px #d37373 solid; float: left; margin-bottom: 7px;}
input.red {border-top: 1px solid #d24444;border-left: 1px solid #d24444;
           border-right: 1px solid #fff;border-bottom: 1px solid #fff;
           width: 330px; height: 27px; padding: 0 5px; line-height: 27px;}

a.butt-03{background: url("../img/bg_butt-03.gif") left top repeat-x; height: 38px; line-height: 38px; float: left;
    font-weight: bold; font-size: 14px; color: #fff; display: block; text-decoration: none; padding: 0 14px;
border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -o-border-radius: 3px;}
a.butt-03:hover{color: #fff; text-decoration: none;}

div.w-m{width: 730px; margin: 0 auto;}
div.priv{font-size: 13px; font-weight: bold; padding: 25px 15px 20px 15px;}
div.priv a{color: #272727; text-decoration: underline;}
div.priv a:hover{color: #272727; text-decoration: none;}

div.bl-basket{background: #115881 url("../img/bg_006.gif") left top repeat-x; float: right;
    padding: 10px 15px 15px 15px; font-size: 11px; color: #fff;
border-radius: 7px 7px 0 0; -moz-border-radius: 7px 7px 0 0; -webkit-border-radius: 7px 7px 0 0; -khtml-border-radius: 7px 7px 0 0; -o-border-radius: 7px 7px 0 0;}
div.bl-basket a{color: #fff; text-decoration: underline;}
div.bl-basket a:hover{color: #fff; text-decoration: none;}

table.block-01{width: 100%;}
table.block-01 td.cell-01{width: 230px; padding-right: 20px; vertical-align: top;}
table.block-01 td.w-80{width: 80px;}
table.block-01 td.w-20{width: 20px;}

div.bl-menu-left{background: url("../img/bg_006.gif") left top repeat-x;
border-left: 1px solid #e5e7e8; border-bottom: 1px solid #e5e7e8; border-right: 1px solid #e5e7e8;
border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -o-border-radius: 10px;}

div.title-pad1{padding: 10px 10px 10px 20px; margin-bottom: 15px; font-weight: bold; color: #fff;}
div.mml-01{padding: 0 10px 12px 20px;}
div.mml-02{padding: 0 10px 13px 40px;}

div.bb1{background: url("../img/bg_bl-l.gif") left top no-repeat; padding-left: 8px;}
div.bb2{background: url("../img/bg_bl-r.gif") right top no-repeat; padding-right: 8px;
    height: 18px; line-height: 17px; font-size: 12px; color: #fff;}

table.kat-tov{width: 99%;}
table.kat-tov th{color: #fff; text-align: center; }
table.kat-tov th div{background: #115780 url("../img/bg_006.gif") left top repeat-x; padding: 10px 10px; white-space: nowrap;}

table.kat-tov td.w-br{text-align: center; vertical-align: middle; padding: 5px 10px; border: 1px solid #d0d7dc; line-height: 12px;}
table.kat-tov td.w-1{width: 20px;}
table.kat-tov td.w-3{width: 70px;}
table.kat-tov td.w-4{width: 145px;}
table.kat-tov td.w-5{width: 360px;}
table.kat-tov td.w-6{width: 205px;}
table.kat-tov td.w-7{width: 90px;}

div.br-l{border-radius: 7px 0 0 0; -moz-border-radius: 7px 0 0 0; -webkit-border-radius: 7px 0 0 0;
    -khtml-border-radius: 7px 0 0 0; -o-border-radius: 7px 0 0 0;}

div.br-r{border-radius: 0 7px 0 0; -moz-border-radius: 0 7px 0 0; -webkit-border-radius: 0 7px 0 0;
    -khtml-border-radius: 0 7px 0 0; -o-border-radius: 0 7px 0 0;}
table.survey01 td{vertical-align: top;}
table.survey01 td.radio{width: 15px; padding-right: 4px;}
table.survey01 td.text{ line-height: normal;}
table.survey01 input{height: 16px;}

div.logo-uch{float: left; padding-right: 5px; padding-left: 15px;}
div.del{font-family: arial; font-size: 24px; color: #d75858; position: relative; top: -6px;}
div.del a{color: #d75858; text-decoration: none;}
div.del a:hover{color: #d75858; text-decoration: none;}

table.forms-01{margin: 35px 0 30px 0;}
table.forms-01 td {padding-bottom: 10px; vertical-align: top;}
table.forms-01 td.ttt{width: 150px; padding-right: 30px; padding-top: 3px; padding-left: 15px;}

table.kat-tov2{width: 99%; margin-left: 15px; margin-top: 20px;}
table.kat-tov2 th{color: #fff; text-align: center; }
table.kat-tov2 th div{background: #115780 url("../img/bg_006.gif") left top repeat-x; padding: 10px 20px;}

table.kat-tov2 td.w-br{text-align: center; vertical-align: middle; padding: 5px 20px; border: 1px solid #d0d7dc; line-height: 12px;}
table.kat-tov2 td.w-1{width: 20px;}
table.kat-tov2 td.w-3{width: 70px;}
table.kat-tov2 td.w-4{width: 145px;}

div.bl-wind-01{width: 500px; margin: 0 auto; background: #fff; border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
     box-shadow: 0px 0px 15px #000;}
div.close-1{text-align: right; padding: 7px 10px 10px 10px;}
div.title-pad2{font-size: 18px; padding: 0 10px 15px 45px;}
div.bord-bas{width: 78px; height: 72px; border: 1px solid #d7d7d7;}

table.kat-tov3{width: 99%;}
table.kat-tov3 th{color: #fff; text-align: center; }
table.kat-tov3 th div{background: #115780 url("../img/bg_006.gif") left top repeat-x; padding: 10px 10px; white-space: nowrap;}

table.kat-tov3 td.w-br{text-align: center; vertical-align: top; padding: 10px; border: 1px solid #d0d7dc; line-height: 12px;}
table.kat-tov3 td.w-1{width: 20px;}
table.kat-tov3 td.w-3{width: 70px;}
table.kat-tov3 td.w-4{width: 145px;}
table.kat-tov3 td.w-5{width: 360px;}
table.kat-tov3 td.w-6{width: 205px;}
table.kat-tov3 td.w-7{width: 90px;}

table.forms-02 td {padding-bottom: 7px; vertical-align: middle;}
table.forms-02 td.ttt{width: 110px; padding-right: 30px; padding-left: 15px;}

div.adm-fotogal{width: 223px; height: 223px; border: 1px solid #d1dce0; margin: 0 18px 20px 0; float: left; position: relative;}
div.bl-transp{background: url("../img/bg_007.png") left top repeat-x; height: 32px;
    position: absolute; left: 0; bottom: 0; width: 223px;}

div.vopros-forma{border: 1px solid #eae6de; background: #f8f2e6 url("../img/bg_008.gif") left top repeat-x; padding: 25px 20px;}
div.scrolling-text{position: absolute; left: 30px; top: 210px; overflow: hidden; width: 445px; height: 67px;}
div.scrolling-text div{font-family: "times new roman"; color: #000; font-size: 37px; line-height: 67px; white-space: nowrap;
position: absolute; left: 600px; top: 0px;}

.poll-results-archive { padding: 5px 0px 25px 0px; }
.poll-results-archive b{float: left; display: block; font-size: 1px; height: 7px; overflow: hidden; margin-top: 4px; background: #d24444; }
.poll-results-archive span{float: left; padding: 0px 0px 0px 7px; color: #bbb;}

div.vopr-01{color: #464b51; padding-top: 20px; padding-bottom: 20px;}
div.vopr-01 a{color: #276e9b; text-decoration: none; border-bottom: 1px dashed #276e9b;}
div.vopr-01 a:hover{color: #276e9b; text-decoration: none; border-bottom: none;}

table.kat-tov4{width: 99%;}
table.kat-tov4 th{color: #fff; text-align: center; }
table.kat-tov4 th div{background: #115780 url("../img/bg_006.gif") left top repeat-x; padding: 10px 10px; white-space: nowrap;}

table.kat-tov4 td.w-br{text-align: center; vertical-align: top; padding: 7px 10px 5px 10px; border: 1px solid #d0d7dc; line-height: 12px;}
table.kat-tov4 td.w-01{width: 70px;}
table.kat-tov4 td.w-02{width: 290px;}
table.kat-tov4 td.w-03{width: 300px;}
table.kat-tov4 td.w-04{width: 55px;}
table.kat-tov4 td.w-05{width: 100px;}
table.kat-tov4 td.w-06{width: 130px;}
table.kat-tov4 td.w-07{width: 65px;}

div.data{float: left; padding: 10px 15px 15px 15px; line-height: 18px; border: 2px solid #196c92;
    position: absolute; left: 90%; top: 0; background: #fff; text-align: left;
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
     box-shadow: 0px 0px 10px #000;}

table.res-sear{width: 99%; margin-bottom: 40px;}
table.res-sear td{vertical-align: top; padding-bottom: 7px; padding-top: 20px; line-height: 18px; border-bottom: 1px solid #cfcfcf;}
table.res-sear td.nom{width: 15px; padding-right: 5px; border-bottom: none;}

div.rs-foto{width: 110px; margin-right: 15px; float: left; padding-bottom: 7px;}
div.rs-foto img{display: block; border: 1px solid #d1d1d2;}
div.rs-text{margin-left: 125px; padding-bottom: 7px;}

table.res-sear2{width: 99%; margin-bottom: 15px;}
table.res-sear2 td{vertical-align: top; padding-bottom: 7px; line-height: 18px;}
table.res-sear2 td.nom{width: 15px; padding-right: 5px; padding-top: 1px;}

div.min-encikl{border-bottom: 1px solid #cfcfcf; padding-bottom: 20px; margin: 0 25px 25px 20px;}
div.encikl-foto{width: 225px; padding-right: 20px; float: left;}
div.encikl-text{margin-left: 245px; line-height: 18px; padding-right: 20px;}

div.kart-uch-foto{width: 160px; margin-left: 20px; padding-right: 65px; float: left;}
div.kart-uch-text{margin-left: 245px; padding-right: 30px; line-height: 18px;}
div.kart-uch-text a{font-size: 11px; color: #ba6852; text-decoration: underline;}
div.kart-uch-text a:hover{color: #ba6852; text-decoration: none;}

div.title-pad3{font-size: 18px; padding: 35px 25px 20px 20px;}
div.new-uch-reg{border: 1px solid #e8edf3; background: url("../img/bg_009.gif") left top repeat-x;
    margin-left: 20px; padding: 30px 0 30px 10px;}
div.new-uch-reg div.fl-p10{float: left; padding-right: 10px;}

div.search-container01{height: 26px; margin-left: 20px; margin-bottom: 15px;}
div.search-3{margin: 0 100px 0 0;}
input.inp3 {padding: 0 5px; border: 1px solid #d8e0e5; background: #fff; width: 98%; height: 26px; line-height: 26px; font-size: 12px; color: #000; }
div.fl-but3{ padding-top: 2px; float: right; margin: -30px 20px 0 0;}

div.alfavit{padding-left: 20px; padding-bottom: 27px;}
div.alfavit span{font-size: 13px; color: #9ba0a2; padding-right: 15px;}
div.alfavit a{color: #9ba0a2; text-decoration: none;}
div.alfavit a:hover{color: #9ba0a2; text-decoration: underline;}

ul.ddd-1{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.ddd-1 li{width: 49%; padding: 0; margin: 0; list-style: none; float: left;}

div.cat-01{text-transform: uppercase; padding-bottom: 12px;}
div.cat-02{padding-bottom: 7px; padding-left: 15px;}
div.cat-01 a, div.cat-02 a{color: #272727; text-decoration: none;}
div.cat-01 a:hover, div.cat-02 a:hover{color: #272727; text-decoration: underline;}

table.catalog-list{width: 100%; margin-bottom: 25px;}
table.catalog-list td{text-align: center; vertical-align: middle; padding-bottom: 20px; padding-top: 25px; border-bottom: 1px solid #cfcfcf;}
table.catalog-list td.w-33pr{width: 33%;}
table.catalog-list td.w-40px{width: 40px;}

div.center-02 { position: relative; float: left; left: 50%; margin: 0; padding: 0; }
div.center-02 div.center-03 { position: relative; float: left; right: 50%; height: 165px;}
div.center-01 {overflow: hidden; vertical-align: bottom; padding-bottom: 25px;}

a.butt-04{background: url("../img/bg_010.gif") left top repeat-x; height: 27px; line-height: 27px; float: left;
    font-weight: bold; font-size: 12px; color: #fff; display: block; text-decoration: none; padding: 0 10px;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -o-border-radius: 5px;}
a.butt-04:hover{color: #fff; text-decoration: none;}

div.catalog-podr1{width: 270px; float: left; margin-right: 30px;}
div.cat-foto{width: 270px; height: 270px; border:  1px solid #e5e5e5;
    background-color: #fff; background-position: 50% 50%; background-repeat: no-repeat;}
div.catalog-podr2{margin-left: 302px;}
div.nal{background: #ffedca; padding: 3px 10px 5px 10px; float: left; margin-left: 25px; margin-top: 7px;}
div.min-cat-foto{width: 80px; height: 80px; float: left; border:  1px solid #e5e5e5;
    background-color: #fff; background-position: 50% 50%; background-repeat: no-repeat; margin-bottom: 10px;}

table.catalog-list2{width: 99%;}
table.catalog-list2 td{text-align: center; vertical-align: top; padding-top: 25px;}
table.catalog-list2 td.w-33pr{width: 32%;}
table.catalog-list2 td.w-40px{width: 40px;}
table.catalog-list2 td.arr-02{width: 20px; padding-right: 10px; padding-top: 65px;}
table.catalog-list2 td.arr-03{width: 20px; padding-left: 10px; padding-top: 65px;}

div#site-uch-cap { min-width: 970px; max-width: 1280px; padding: 0; margin: 0 auto;}
* html div#site-uch-cap {width:expression(document.body.clientWidth > 1280? "1280px" : (document.body.clientWidth < 970 ? "970px" : "100%"));}

header#st-uch{width: 100%; background: url("../img/bg_011.gif") left top repeat-x; border-bottom: 1px solid #d9e2e9;}
div.logo-02{float: left; padding: 30px 0 0 0;}
div.avtoriz02{float: left; padding: 10px 15px 15px 20px; margin: 25px 22px 0 0;
    font-size: 13px; height: 75px; background: url("../img/bg_012.gif") left top repeat-x;
    -webkit-box-shadow: 1px 3px 5px 0 #b2b2b2;
    -moz-box-shadow: 1px 3px 5px 0 #b2b2b2;
     box-shadow: 1px 3px 5px 0 #b2b2b2;}
div.abs-03{position: absolute; right: -33px; top: 20px;}
div.menu-01{padding-top: 10px;}
div.menu-01 span{color: #a8b0af; padding: 0 15px;}
div.menu-01 a{color: #272727; text-decoration: none; text-transform: uppercase;}
div.menu-01 a:hover{color: #272727; text-decoration: underline;}

div#content{width: 100%; background: #f5f7f8; border-bottom: 1px solid #e6edf0;}
div#site-uch-cont{ min-width: 970px; max-width: 1280px; padding: 0; margin: 0 auto;}
* html div#site-uch-cont{width:expression(document.body.clientWidth > 1280? "1280px" : (document.body.clientWidth < 970 ? "970px" : "100%"));}

div.crohi2{padding: 15px 0 15px 20px; font-size: 11px; color: #a8b1b8;}
div.crohi2 a{color: #a8b1b8; text-decoration: none;}
div.crohi2 a:hover{color: #a8b1b8; text-decoration: underline;}

div#content2{width: 100%;}
div#site-uch-cont2{ min-width: 970px; max-width: 1280px; padding: 0 0 230px 0; margin: 0 auto;}
* html div#site-uch-cont{width:expression(document.body.clientWidth > 1280? "1280px" : (document.body.clientWidth < 970 ? "970px" : "100%"));}

table.basis{width: 100%; margin-top: 35px;}
table.basis td{vertical-align: top;}
table.basis td.center{width: 1025px;}
table.basis td.right{width: 235px; padding-left: 20px;}

div.ttt-05{line-height: 18px; padding: 0 25px 30px 0;}

div.list-prod{width: 223px; height: 258px; border: 1px solid #e0e0e0; margin: 0 13px 20px 0; float: left; position: relative;
border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px;}
div.foto-ct{width: 223px; height: 221px; background-position: 50% 50%; background-repeat: no-repeat;}
div.text-ct{background: #f7f7f4; border-top: 1px solid #e0e0e0; height: 36px; text-align: center; padding: 0 10px; line-height: 32px;
border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px; -khtml-border-radius: 0 0 10px 10px; -o-border-radius: 0 0 10px 10px;}

div.foto-ct-bl{width: 223px; height: 151px; background: url("../img/bg_013.png") left top no-repeat;
position: absolute; left: 0; top: 0; text-align: center; padding-top: 70px;}

div#footer-uch {display: block; width: 100%; height: 180px; position: absolute; left: 0; bottom: 0; z-index: 0;
    background: url("../img/bg_014.gif") left top repeat-x;}
div#footer-uch-1 {display: block; width: 100%; height: 180px; }
div#footer-uch-body-1 { min-width: 1000px; max-width: 1225px; height: 180px; line-height: 20px; margin: 0 auto;}
* html div#footer-uch-1 {width:expression(document.body.clientWidth > 1225? "1225px" : (document.body.clientWidth < 1000 ? "1000px" : "100%"));
  bottom: -1px; margin: 0px auto;}/* IE 6 hack*/

table.content-foot2{width: 100%;}
table.content-foot2 td{vertical-align: top;}
table.content-foot2 td.cell-01{width: 315px; color: #b2dfed; line-height: normal; padding-top: 27px;}
table.content-foot2 td.cell-02{width: 165px; font-size: 11px; padding-top: 25px;}
table.content-foot2 td.cell-02 a, table.content-foot2 td.cell-03 a{color: #4e5c64; text-decoration: underline;}
table.content-foot2 td.cell-02 a:hover, table.content-foot2 td.cell-03 a:hover{color: #4e5c64; text-decoration: none;}
table.content-foot2 td.cell-03{width: 375px; font-size: 11px; padding-top: 25px;}
table.content-foot2 td.cell-04{width: 205px; padding-top: 30px;}

div.menu-02{padding-bottom: 25px; padding-top: 10px}
div.menu-02 div{padding-bottom: 9px; text-transform: uppercase;}
div.menu-02 a{color: #272727; text-decoration: none;}
div.menu-02 a:hover{color: #272727; text-decoration: underline;}

div.st-uch-fg{width: 225px; height: 225px; float: left; margin: 0 20px 20px 0;}
div.st-uch-fg img{display: block; border: 1px solid #d1dce0;}

div.transition{width: 115px; margin: 10px auto 0 auto;}

div.bl-wind-02{width: 545px; height: 430px; margin: 0 auto; background: transparent; position: relative;}
div.bl-wind-03{width: 515px; height: 424px; margin: 0 auto; background: #fff; padding-top: 6px;
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
     box-shadow: 0px 0px 15px #000;}
div.bl-wind-foto{width: 500px; height: 375px; margin: 0 auto;
background-position: 50% 50%; background-repeat: no-repeat;}

div.arr-win-l{position: absolute; left: 0; top: 40%;}
div.arr-win-r{position: absolute; right: 0; top: 40%;}

div.close-2{font-size: 38px; font-family: "times new roman"; color: #131313; float: right; padding-right: 15px;}
div.close-2 a{color: #131313; text-decoration: none;}
div.close-2 a:hover{color: #131313; text-decoration: none;}

div.bl-wind-text{float: left; padding-left: 15px; padding-top: 15px; width: 450px; text-align: center;}
div.bg-map1{height: 581px; background: url("../img/bg_map1.gif") left top repeat-x;
    border-top: 1px solid #d2dde3; border-bottom: 1px solid #13405d; margin-bottom: 30px;}
div.bg-map2{background: url("../img/map_001.png") left 1px no-repeat; width: 1000px; height: 581px; margin: 0 auto; position: relative;}
div.bl-country1{float: left; background: #fff; border: 3px solid #bc1e5d; padding: 8px 15px 15px 15px;
-webkit-box-shadow: 0px 0px 15px #000; -moz-box-shadow: 0px 0px 15px #000; box-shadow: 0px 0px 15px #000;
border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -o-border-radius: 5px;
position: absolute; left: 600px; top: 130px; height: 145px;}

div.ft-1 img, div.ft-2 img, div.ft-3 img{display: block; border: 1px solid #dedede;}
div.ft-1, div.ft-2, div.ft-3{position: absolute;}
div.ft-1{left: 30px; top: 45px; z-index: 15;}
div.ft-2{left: 62px; top: 83px; z-index: 17;}
div.ft-3{left: 16px; top: 94px; z-index: 19;}

div.star1{background: url("../img/star-1.gif") left 3px no-repeat; padding: 0 0 10px 15px;}
ul.ddd-2{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.ddd-2 li{width: 33%; padding: 0; margin: 0; list-style: none; float: left;}

div.error-404{width: 620px; margin: 145px auto 0 auto;}

            /*14-03-2012*/

div.lang{color: #ccdce4; padding: 15px 0 0 25px;}
select.bbb-yaz{border: 1px solid #babbbb; width: 125px; height: 21px; padding-left: 5px; line-height: 21px;}

                   /*15-03-2012*/

table.kat-tov03{width: 99%;}
table.kat-tov03 td{color: #fff; text-align: center; }
table.kat-tov03 td div{background: #115780 url("../img/bg_006.gif") left top repeat-x; padding: 10px 10px;
    white-space: nowrap; color: #fff; height: 14px;}
table.kat-tov03 td.w-4{width: 165px;}
table.kat-tov03 td.w-4 a{color: #fff; text-decoration: underline;}
table.kat-tov03 td.w-4 a:hover{color: #fff; text-decoration: none;}

table.kat-tov003{width: 99%;}
table.kat-tov003 th{text-align: center; border: 1px solid #d0d7dc;}
table.kat-tov003 th div{background: #e8edf0; padding: 10px 10px; white-space: nowrap;}

table.kat-tov003 td.w-br{text-align: center; vertical-align: top; padding: 10px; border: 1px solid #d0d7dc; line-height: 12px;}
table.kat-tov003 td.w-1{width: 20px;}
table.kat-tov003 td.w-3{width: 70px;}
table.kat-tov003 td.w-4{width: 145px;}
table.kat-tov003 td.w-5{width: 360px;}
table.kat-tov003 td.w-6{width: 205px;}
table.kat-tov003 td.w-7{width: 90px;}

.mt-20{margin-top: 20px;}


                    /*23-03-2012*/

div.window-bl{background: #fff; float: left;}
td.arr-lr{width: 19px; vertical-align: middle; padding: 0 18px;}
div.name-foto{padding: 30px 55px 55px 55px; line-height: 18px; text-align: center;}

div.slaider-01{padding-top: 20px; overflow: hidden;}
div.slaider-01 div{float: left; margin-right: 10px;}
div.slaider-01 div.sl-arr{padding-top: 10px;}
div.slaider-01 div.sl-arr img{border: none;}
div.slaider-01 img{border: 1px solid #e0e0e0;}

                        /*30-03-2012*/

div.slaider-02 div.cc-1{float: left; margin-right: 5px; width: 60px; height: 61px; border: 1px solid #ababaa;}
div.slaider-02 div.arr-00{padding-top: 15px;float: left; margin-right: 5px; border: none; width: 15px;}

div.tttt{line-height: 18px; padding: 15px 20px 0 20px;}

                    /*2-04-2012*/
div.earth-top{padding-left: 17px;}
div.earth-left{float: left;}
div.earth-right{padding-top: 100px; float: left;}

/*div.earth-left2{float: left;}
div.earth-right2{padding-top: 77px; float: left;}*/


div.bg-slaid-text{position: absolute; right: -15px; top: 180px; width: 500px; height: 105px;
    background: url("../img/001_fhy_bg.png") right top no-repeat;}

div.new-001{background: url("../img/001_fhy.gif") 50% 0 no-repeat; width: 500px; height: 467px; position: relative;}
div.new-002{background: url("../img/001_fhy_bg.png") 0 0 no-repeat; height: 467px;
font-size: 36px; font-family: georgia; color: #fff; padding-top:9px;
position: absolute; left: 0; top: 170px; width: 500px;}


            /*16-04-2012*/

.jjj-selected{float: left; padding-top: 40px; padding-left: 30px;}
select.bbb-yaz0 {
border: 1px solid #BABBBB;
width: 125px;
height: 21px;
padding-left: 5px;
line-height: 21px;
}
.sbHolder0 {
border: 1px solid #185e82;
color: white;
padding: 10px 15px 5px 15px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
behavior: url(pie.htc);
position: relative;
width: 120px;
height: 17px;
}
.sbToggle0 {
background: url(../img/select-icons2.png) 5px 5px no-repeat;
display: block;
height: 30px;
outline: none;
position: absolute;
right: 0;
top: 0;
width: 30px;
}
.sbSelector0 {
display: block;
height: 34px;
left: 0;
line-height: 30px;
outline: none;
overflow: hidden;
position: absolute;
text-indent: 10px;
top: 0;
width: 120px;
}
.sbSelector0:link, .sbSelector0:visited, .sbSelector0:hover {
color: #000;
outline: none;
text-decoration: none;
}
.sbOptions0 {
background-color: white;
border: 1px solid #185e82;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
list-style: none;
left: -1px;
margin: 0;
padding: 0;
position: absolute;
top: 4px;
width: 140px;
z-index: 1;
overflow-y: auto;
}
.sbOptions0 li {
padding: 0 7px;
}
.sbOptions0 a {
display: block;
outline: none;
padding: 7px 0 7px 3px;
}
.sbOptions0 a:link, .sbOptions0 a:visited {
color: black;
text-decoration: none;
}








/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

