/**
 * 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: #313131;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;}
a       {color: #009bc4; text-decoration: underline;}
a:hover {color: #1a1512; 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; }


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: 175px; height: 21px; padding: 0 5px; font-size: 14px; color: #969594; background: #fff;
border: 1px solid #fff; line-height: 22px; }
input.field-2 {width: 230px; padding: 2px 5px; color: #626262; background: #fff; border: 1px solid #c8c8c8; line-height: 22px;}
input.field-3 {width: 100px; padding: 2px 5px; color: #969594; background: #fff; border: 1px solid #c8c8c8; line-height: 22px;}

select.field-01 {
    width: 240px;
    height: 22px;
    background: #fff;
    color: #626262;
    border: 1px solid #c8c8c8;
    padding-top: 2px;
}
textarea.field-001{width: 525px; height: 155px; padding-left: 5px;color: #626262; background: #fff; border: 1px solid #c8c8c8;}
button.butt-01 {
    background: #979695 url("../images/bg_butt_01.gif") 0 0 repeat-x;
    border: 1px solid #c8c8c8;
    color: #FFFFFF; text-shadow: #808080 0 -1px 0;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}

button.butt-01:hover {
    background: #979695 url("../images/bg_but-hover.gif") 0 0 repeat-x;
    border: 1px solid #c8c8c8;
    color: #FFFFFF; text-shadow: #808080 0 -1px 0;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
}

.ie7 button.butt-01 {
    background: #979695 url("../images/bg_butt_01.gif") 0 0 repeat-x;
    border: 1px solid #c8c8c8;
    color: #FFFFFF;
    font-size: 14px;
    height: 24px;
    line-height: 20px;
    padding: 0 8px;
}

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; }

.pt-3  { padding-top:  3px; }
.pt-5  { padding-top:  5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }

.pr-5  { padding-right:  5px; }
.pr-3  { padding-right:  3px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-60{padding-right: 60px;}

.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; }

.pl-5  { padding-left:  5px; }
.pl-10 { padding-left: 10px; }
.pl-20 { padding-left: 20px; }
.pl-30 { padding-left: 30px; }
.pl-45 {padding-left: 45px;}
.pl-135{padding-left: 135px;}

.ptb-35{padding: 35px 0;}
.pad-01{padding: 35px 40px 50px 43px;}
.pad-02{padding: 20px 0 7px 0;}
.pad-03{padding: 0 0 17px 10px;}
.pad-04{padding: 35px 0 10px 0;}
.pad-tb-1{padding: 25px 0 40px 0;}

.mb-20{margin-bottom: 20px;}
.mb-35{margin-bottom: 35px;}
.ml-145{margin-left: 145px;}

.t-11 { font-size: 11px; }
.t-12 { font-size: 12px; }
.t-13 { font-size: 13px; }
.t-14 { font-size: 14px; }
.t-16 { font-size: 16px; }
.t-18 { font-size: 18px; }
.t-20 { font-size: 20px; }
.t-24 { font-size: 24px; }

.t-11gr{font-size: 11px; color: #969594;}
.t-12or{font-size: 12px; color: #f77f00;}
.t-14or{font-size: 14px; color: #f77f00;}
.t-18or{font-size: 18px; color: #f77f00;}

.col-or{color: #f77f00;}
.col-gr{color: #626262;}

.lh-18{line-height: 18px;}
.lh-24{line-height: 24px;}


h1{font-size: 22px; color: #1a1512; font-weight: normal;}
h2{font-size: 20px; color: #313131; font-weight: normal;}

a.dashed       {color: #009bc4; border-bottom: 1px dashed #009bc4; text-decoration: none;}
a.dashed:hover {color: #1a1512; text-decoration: none; border-bottom: none;}

#cover{background: #f6f7f8;}

div.cap{width: 1000px; margin: 0 auto;}
ul.cap-bl{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.cap-bl li{padding: 0; margin: 0; list-style: none; float: left;}
ul.cap-bl li.logo{width: 740px;}
ul.cap-bl li.navigation{width: 260px;}

div.logo-pad{padding: 48px 0 10px 10px;}
div.language{color: #969594; font-size: 12px; text-align: right; padding: 25px 7px 12px 0;}
div.language span{padding: 0 10px;}
div.language a{color: #969594; text-decoration: underline;}
div.language a:hover{color: #009bc4; text-decoration: none;}

div.v-1 a{background: url("../images/arr_city-gr-t.gif") left top no-repeat; display: block; padding-bottom: 4px;}
div.v-1 a:hover{background: url("../images/arr_city-or-t.gif") left top no-repeat;}

div.v-2 a{background: url("../images/arr_city-gr-b.gif") left 4px no-repeat; display: block; padding-bottom: 4px;}
div.v-2 a:hover{background: url("../images/arr_city-or-b.gif") left 4px no-repeat;}

table.city-tel{margin-left: 37px; margin-bottom: 20px;}
table.city-tel td{vertical-align: middle;}
span.kod{color: #969594;}
span.tel{font-size: 18px; color: #130e0b;}

div.bg-search-cen{ background: #fff; width: 190px; height: 24px;
border-top: 1px solid #c8c8c8; border-bottom: 1px solid #c8c8c8; border-left: 1px solid #c8c8c8; border-right: none;}
a.bg-but{display: block; height: 24px; background: url("../images/bg_but-act.gif") left top repeat-x; border: 1px solid #c8c8c8;
        font-size: 14px; color: #fff; text-shadow: #808080 0 -1px 0; text-decoration: none; line-height: 24px; padding: 0 10px;}
a.bg-but:hover{background: url("../images/bg_but-hover.gif") left top repeat-x; border: 1px solid #00c7fc; color: #fff; text-shadow: #009bc4 0 -1px 0;}

       /*меню начало*/
div.menu{width: 1000px; margin: 0 auto;}
#mainMenu{background: url("../images/bg_main_menu.gif") left top repeat-x;}
#mainMenu>li>a{line-height:31px; padding:0 22px; color:#fff;}
#mainMenu>ul>li>a{text-transform:uppercase; font-size:12px; color:#fff; font-weight: bold; text-decoration: none;}
#mainMenu>ul>li:hover div{display:block}
#mainMenu > ul > li ul{display:block; padding:0; margin:0; list-style:none}
#mainMenu>ul>li>div{
    display:none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    z-index:800;
    top:33px;
    left:0;
    position: absolute;
}      /*10px 24px 24px */
#mainMenu>ul>li>div>ul.level0{
    padding:0;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff; border-bottom: 1px solid #fff;
    background-color: #e3e3e3;    
    background-color: rgba(227,227,227,0.95);
}
#mainMenu>ul>li>div>ul.level0>li{
  border-left: 1px solid #fff;  
}
#mainMenu > li ul{display:block; float:left; padding:0; margin:0; list-style:none}

#mainMenu ul.level0>li{ padding-right:10px; padding-left:10px;}
#mainMenu ul.level0 > li > ul a{color:#6a6a6a; margin-bottom:2px; font-size:12px; line-height: 14px; height: auto;
    padding: 0; text-decoration: none; text-transform: none; text-shadow: none; padding: 0 0 7px 11px;}
#mainMenu ul.level0 > li > ul a:hover{background: transparent url("../images/trifle_01.gif") left 4px no-repeat; padding-left: 11px;
    color: #009bc4; text-decoration: none; text-shadow: none;}

#mainMenu h4{color:#1a1512; font-size: 12px; font-weight: normal; text-transform:uppercase; margin: 0px 0 10px 10px;}
#mainMenu ul.level1{width:175px;}
#mainMenu ul.level1>li{display:block; width:175px;clear:both;}
#mainMenu ul.level1>li>a{margin-bottom:2px; clear:left;}
li.level1{
   padding-top:10px;
    clear:both;
}
.horz-menu{margin:0; padding:0; list-style:none}
.horz-menu>li{float:left;display:block; border-right: 1px solid #fff; position: relative;}
.horz-menu>li a{display:block;}
.horz-menu li a{height:33px; line-height: 32px; position:relative; padding: 0 7px; z-index:50; text-transform:uppercase; text-shadow: #009bc4 0 -1px 0;}
.horz-menu li a:hover{background: url("../images/bg_main_menu-hover.gif") left top repeat-x; text-shadow: #808080 0 -1px 0;}
.horz-menu li.nav-home span{background: url("../images/nav_home.gif") left top no-repeat; padding: 0; display: block;}
.horz-menu li.nav-home a{background: url("../images/nav_home-activ.gif") left top no-repeat; padding: 0; text-decoration: none;}
.horz-menu li.nav-home a:hover{background: url("../images/nav_home-hover.gif") left top no-repeat; text-decoration: none;}
.horz-menu li a.arr-submenu span{background: url("../images/arr_sub-menu.gif") right 14px no-repeat; padding-right: 17px; display: block;}
.horz-menu li a.arr-submenu:hover span{background: url("../images/arr_sub-menu-hover.gif") right 14px no-repeat; padding-right: 17px;}

                /*меню конец*/

#main{width: 1000px; margin: 15px auto 20px auto;}
div.slayder{height: 299px; border-top: 1px solid #e1e1e1; border-left: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1;
 border-bottom: 1px solid #fff;background-position: right top; background-repeat: no-repeat;}
div.hhh{background: url("../images/bg_slayder.png") left top no-repeat; height: 299px; position: relative;}
div.sl-ttt{width: 405px; height: 185px; overflow: hidden; padding: 25px 0 20px 40px; font-size: 14px; color: #1e1916; line-height: 18px;}
div.sl-ttt div{font-size: 26px; color: #1a1512; line-height: 28px; padding-bottom: 20px;}

div.prkl{position: absolute; left: 40px; bottom: 35px;}
div.prkl a{display: block; width: 28px; height: 28px; background: url("../images/slayder_perecl_act.png") left top no-repeat;
    text-decoration: none; float: left; margin-right: 5px;}
div.prkl a:hover{background: url("../images/slayder_perecl_hover.png") left top no-repeat; text-decoration: none;}
div.prkl a.stat{background: url("../images/slayder_perecl_stat.png") left top no-repeat; cursor: default;}
div.prkl a.stat:hover{background: url("../images/slayder_perecl_stat.png") left top no-repeat;}

div.vb-arr{position: absolute; right: 10px; bottom: 15px;}
div.vb-arr a{display: block; width: 77px; height: 75px; background: url("../images/arr_slayder_act.png") left top no-repeat;
        text-decoration: none;}
div.vb-arr a:hover{background: url("../images/arr_slayder_hover.png") left top no-repeat; text-decoration: none;}

div.block-uslugi{margin-bottom: 23px;}
div.block-uslugi a{display: block; font-size: 18px; color: #009bc4; text-decoration: underline; float: left; height: 163px;}
div.block-uslugi a:hover{color: #1a1512; text-decoration: none;}
div.block-uslugi a span{display: block; background: url("../images/uslugi_arr_act.png") right 100px no-repeat; padding: 105px 42px 10px 43px; float: left;}
div.block-uslugi a:hover span{background: url("../images/uslugi_arr_hover.png") right 100px no-repeat;}

a.uslugi-1{background: url("../images/uslugi_1.gif") left top no-repeat;}
a.uslugi-1:hover{background: url("../images/uslugi_1-h.gif") left top no-repeat;}

a.uslugi-2{background: url("../images/uslugi_2.gif") left top no-repeat;}
a.uslugi-2:hover{background: url("../images/uslugi_2-h.gif") left top no-repeat;}

a.uslugi-3{background: url("../images/uslugi_3.gif") left top no-repeat;}
a.uslugi-3:hover{background: url("../images/uslugi_3-h.gif") left top no-repeat;}

a.uslugi-4{background: url("../images/uslugi_4.gif") left top no-repeat;}
a.uslugi-4:hover{background: url("../images/uslugi_4-h.gif") left top no-repeat;}

div.headr-01{font-size: 22px; color: #1a1512; padding: 0 15px 0 43px; float: left;}
div.arrow-01 a{display: block; height: 29px; float: left;}

div.arrow-01 a.arr-l{background: url("../images/arr_h_gr-l.png") left top no-repeat; margin-right: 15px;}
div.arrow-01 a.arr-l:hover{background: url("../images/arr_h_or-l.png") left top no-repeat;}

div.arrow-01 a.arr-r{background: url("../images/arr_h_gr-r.png") left top no-repeat;}
div.arrow-01 a.arr-r:hover{background: url("../images/arr_h_or-r.png") left top no-repeat;}

ul.block-01{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.block-01 li{padding: 0; margin: 0; list-style: none; float: left;}
ul.block-01 li.cell-01{width: 715px; background: url("../images/bg_shadow_c.png") left 10px repeat-x;}
ul.block-01 li.cell-02{width: 285px;}


div.shadow-left{ background: url("../images/bg_shadow_l.png") left 50% no-repeat; position:absolute; left:0; top:0;width:21px;height:307px; z-index:3; }
div.shadow-right{background: url("../images/bg_shadow_r.png") right 50% no-repeat; position:absolute; right:0; top:0;width:21px;height:307px; z-index:3;}

ul.block-02{width: 690px; padding: 0; margin: 0; list-style: none; overflow: hidden;}
ul.block-02 li{width: 230px; padding: 0; margin: 0; list-style: none; float: left;}

div.sld-pad {width: 230px; padding: 3px;}
div.sld-bord{width: 230px; padding: 3px; background: url("../images/bg_slayder_news-bord.png") left top no-repeat;}
div.bg-slayder-news{width: 219px; height: 285px; background: url("../images/bg_slayder_news.png") left top no-repeat;
    border: 2px solid transparent;}
div.news-foto{width: 106px; height: 107px; padding: 2px; border: 1px solid #969594; margin: 6px 0 10px 13px;
    background-color: #fff; position: relative;}
div.news-foto a{display: block; border: 1px solid #dfdfdf; width: 104px; height: 105px;
 background-position: 50% 50%; background-repeat: no-repeat;}
div.porez{position: absolute; right: -18px; bottom: -14px;}

div.dh-1{padding: 0 15px 0 15px; color: #626262;}
div.dh-1 span{font-size: 14px; color: #969594; padding-right: 3px;}
div.dh-1 span b{font-size: 18px;}
div.dh-1 div{padding-top: 7px; line-height: 14px; text-align:justify}

div.fl-pad01{float: left; padding: 0 10px 10px 0;}
div.blog-foto{width: 73px; height: 76px; padding: 2px; border: 1px solid #969594;
    background-color: #fff; position: relative;}
div.blog-foto a{display: block; border: 1px solid #dfdfdf; width: 71px; height: 74px;
 background-position: 50% 50%; background-repeat: no-repeat;}
div.porez2{position: absolute; right: -8px; bottom: -8px;}
div.ttt-01{color: #626262; padding-right: 15px;}

div.block-partner{overflow: hidden;}
table.part{width: 100%;}
table.part td{vertical-align: middle;}
table.part td.null-0{width: 33%;}
table.part a{display: block; background-position: left top; background-repeat: no-repeat;}

footer{border-top: 1px solid #c8c8c8; background: url("../images/bg_footer.gif") left bottom repeat-x;}
div.foot-main{width: 1000px; margin: 0 auto; padding-top: 40px;}
div.foot-menu{padding: 0 0 30px 24px; font-size: 15px;}
div.foot-menu a{color: #6a6a6a; text-decoration: underline;}
div.foot-menu a:hover{color: #009bc4; text-decoration: none;}
div.foot-menu span{padding-right: 20px;}

ul.main-foot{width: 100%; margin: 0; padding: 0; list-style: none;}
ul.main-foot li{margin: 0; padding: 0; list-style: none; float: left;}
ul.main-foot li.cell-01{width: 280px;}
ul.main-foot li.cell-02{width: 605px;}
ul.main-foot li.cell-03{width: 115px;}

ul.main-foot li.cell-01 div{font-size: 12px; color: #6f6f6f; padding-left: 45px;}
div.vesna a {background: url("../images/logo_vesna.gif") 88px 9px no-repeat; padding: 3px 0 12px 0; display: block;}
div.vesna a:hover{background: url("../images/logo_vesna-hover.gif") 88px 9px no-repeat; padding: 3px 0 12px 0;}

div.crohi{padding-left: 13px; padding-bottom: 10px; font-size: 10px; text-transform:uppercase;}
div.crohi span{padding: 0 7px; position: relative; top: 3px;}

div.bg-cont-cent{background: url("../images/bg_cont_cent.gif") left top repeat-y;}
div.bg-cont-top {background: url("../images/bg_cont_top.gif") left top no-repeat;}
div.bg-cont-bot {background: url("../images/bg_cont_bot.gif") left bottom no-repeat;}

div.colum-left{float: left; width: 720px; padding-right: 10px;}
div.colum-right{margin-left: 730px;}

div.trifle-01{background: url("../images/trifle_07.gif") left 4px no-repeat; padding: 0 0 0 12px;}
div.print{background: url("../images/trifle_08.gif") left 2px no-repeat; padding: 0 0 0 23px; margin-top: 35px; height:18px;}

div.block-tt-usl{padding: 13px 0 35px 0;}
div.block-tt-usl a{display: block; width: 151px; height: 56px; padding: 40px 5px 0 105px; font-size: 18px;}
a.tt-usl-1{background: url("../images/tt_usl_1.png") left top no-repeat;}
a.tt-usl-1:hover{background: url("../images/tt_usl_1-h.png") left top no-repeat;}
a.tt-usl-1.hover{background: url("../images/tt_usl_1-h.png") left top no-repeat;color: #1a1512; text-decoration: none; display:none;}

a.tt-usl-2{background: url("../images/tt_usl_2.png") left top no-repeat;}
a.tt-usl-2:hover{background: url("../images/tt_usl_2-h.png") left top no-repeat;}
a.tt-usl-2.hover{background: url("../images/tt_usl_2-h.png") left top no-repeat;color: #1a1512; text-decoration: none; display:none;}

a.tt-usl-3{background: url("../images/tt_usl_3.png") left top no-repeat;}
a.tt-usl-3:hover{background: url("../images/tt_usl_3-h.png") left top no-repeat;}
a.tt-usl-3.hover{background: url("../images/tt_usl_3-h.png") left top no-repeat;color: #1a1512; text-decoration: none; display:none;}

a.tt-usl-4{background: url("../images/tt_usl_4.png") left top no-repeat;}
a.tt-usl-4:hover{background: url("../images/tt_usl_4-h.png") left top no-repeat;}
a.tt-usl-4.hover{background: url("../images/tt_usl_4-h.png") left top no-repeat;color: #1a1512; text-decoration: none; display:none;}

div.blog-list{padding-bottom: 25px;}
div.dh-2{padding-right:  15px; color: #626262;}
div.dh-2 span{font-size: 14px; color: #969594; padding-right: 3px;}
div.dh-2 span b{font-size: 18px;}
div.dh-2 div.razd{padding-top: 5px;}
div.dh-2 div.razd span{font-size: 11px; color: #969594; padding-right: 55px;}

div.ln-1{padding-bottom: 7px;}
div.ln-1 span{display: block; float: left;}
div.ln-1 span.arr-pd-l{background: url("../images/arr_pades_l.png") left 3px no-repeat; padding: 0 60px 0 11px;}
div.ln-1 span.arr-pd-r{background: url("../images/arr_pades_r.png") right 3px no-repeat; padding: 0 11px 0 0;}

div.pages div.str{float: left; padding-right: 10px; line-height: 32px;}
div.pages div.tec{float: left; background: url("../images/trifle_09.png") left top no-repeat; width: 33px; height: 32px;
        text-align: center; line-height: 32px; margin-right: 7px;}
div.ln-2{padding-left: 11px;}
div.name-01{font-size: 18px; color: #313131; line-height: 24px; padding-bottom: 7px;}

div.news-foto2{ padding: 2px; border: 1px solid #969594;
    background-color: #fff; position: relative;}
div.news-foto2 a{display: block; border: 1px solid #dfdfdf; width: 309px; height: 248px;
 background-position: 50% 50%; background-repeat: no-repeat;}

div.trifle-02{background: url("../images/arr_pades_l.png") left 4px  no-repeat; padding: 0 0 0 11px;}

ul.block-com{width: 100%; padding: 0; margin: 35px 0 0 0; list-style: none;}
ul.block-com li{width: 49%; padding: 0 0 25px 0; margin: 0; list-style: none; float: left;}

div.coments-list{padding: 20px 0 15px 0; border-bottom: 1px solid #c8c8c8;}
div.date-name{width: 125px; padding-right: 20px; float: left; color: #626262;}
div.coments-list span{color: #f77f00;}
div.com{margin-left: 145px; line-height: 18px;}

div.blog-forma{width: 930px; margin: 0 auto;}
ul.blg-fr{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.blg-fr li{padding: 0; margin: 0; list-style: none; float: left; color: #fff;}
ul.blg-fr li.cell-01{width: 670px;}
ul.blg-fr li.cell-02{width: 260px; font-style: italic; line-height: 18px;}

div.pad-blg-fr{padding: 75px 20px 140px 0;}
div.fr-headr{font-size: 16px; padding: 30px 0 25px 0;}

div.fr-avt-1{width: 285px; float: left; border-right: 1px solid #a7a7a7;}
div.fr-avt-2{margin-left: 285px; padding-left: 40px;}
div.obn a{font-size: 11px; color: #fff; border-bottom: 1px dashed #fff; text-decoration: none;}
div.obn a:hover{color: #fff; border-bottom: none; text-decoration: none;}
div.obn span{font-size: 14px; color: #fff; padding-left: 3px; position: relative; top: 2px;}

div.close-fr{font-style: normal; padding-bottom: 5px;}
div.close-fr span{font-size: 24px; padding-right: 3px; position: relative; top: 4px;}
div.close-fr a{color: #fff; text-decoration: underline;}
div.close-fr a:hover{color: #fff; text-decoration: none;}

div.obn2 a{font-size: 11px; color: #009bc4; border-bottom: 1px dashed #009bc4; text-decoration: none;}
div.obn2 a:hover{color: #009bc4; border-bottom: none; text-decoration: none;}
div.obn2 span{font-size: 14px; color: #f77f00; padding-left: 3px; position: relative; top: 2px;}

div.tm-vp{padding-bottom: 5px; color: #626262;}
div.tm-vp span{padding-left: 5px; color: #969594;}

div.map-monit{background: url("../images/trifle_10.gif") left top no-repeat; padding: 0 0 8px 22px; font-size: 14px;}
div.map-monit span{font-size: 12px; color: #626262; padding-left: 5px;}

div.pl-zak{background: url("../images/trifle_11.gif") left top no-repeat; padding: 0px 0 8px 22px; font-size: 14px;}
div.pl-zak span{font-size: 12px; color: #626262; padding-left: 5px;}

div.date-tendr{font-size: 14px; color: #969594; padding-bottom: 25px;}
div.date-tendr span{font-size: 18px;}

div.trifle-03{background: url("../images/trifle_14.gif") left top no-repeat; padding: 2px 0 8px 22px;}
div.trifle-03 span{color: #626262; padding-left: 5px;}

div.trifle-04{background: url("../images/trifle_13.gif") left top no-repeat; padding: 2px 0 8px 22px;}
div.trifle-04 span{color: #626262; padding-left: 5px;}

div.trifle-05{background: url("../images/trifle_12.gif") left top no-repeat; padding: 2px 0 8px 22px;}
div.trifle-05 span{color: #626262; padding-left: 5px;}

table.parner-list{width: 635px;}
table.parner-list td{width: 50%; vertical-align: top; padding-bottom: 35px;}
div.logo-pr{height: 70px; padding-bottom: 20px; background-position: 0 50%; background-repeat: no-repeat;}

div.site-map1{font-size: 14px; padding: 0 0 8px 0;}
div.site-map2{font-size: 12px; padding: 0 0 5px 25px;}
div.site-map3{font-size: 12px; padding: 0 0 8px 25px;}
div.site-map3 a{color: #f77f00; text-decoration: underline;}
div.site-map3 a:hover{color: #1a1512; text-decoration: none;}
div.site-map4{font-size: 12px; padding: 0 0 5px 59px; background: url("../images/trifle_06.png") 50px 1px no-repeat;}

div.ttt-02{font-size: 14px; padding-bottom: 35px;}
div.ttt-02 span{color: #f77f00;}

table.resul-pois {width: 635px;}
table.resul-pois td{vertical-align: top; padding-bottom: 20px; line-height: 14px;}
table.resul-pois td.nom{width: 17px; padding-right: 10px;}
table.resul-pois span{color: #f77f00;}
div.razd{font-size: 11px; color: #969594; padding-top: 5px;}

div.vpr-otv{padding-bottom: 20px; line-height: 18px;}
div.ttt-03{padding-top: 3px; color: #626262;}

div.chast-vop{padding: 0 0 15px 15px;}
div.chast-vop div{padding-bottom: 10px; font-size: 14px;}
div.chast-vop span{padding-left: 5px; color: #969594; font-size: 12px;}

a.col-w{color: #fff; text-decoration: underline;}
a.col-w:hover{color: #fff; text-decoration: none;}

ul.list-foto{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.list-foto li{width: 25%; padding: 0; margin: 0; list-style: none; float: left;}

div.news-foto02{width: 106px; height: 107px; padding: 2px; border: 1px solid #969594; margin-bottom: 40px;
    background-color: #fff; position: relative;}
div.news-foto02 a{display: block; border: 1px solid #dfdfdf; width: 104px; height: 105px;
 background-position: 50% 50%; background-repeat: no-repeat;}

div.ttt-04{line-height: 18px;}
div.strh-krd-nom{background: url("../images/trifle_15.png") left top no-repeat; width: 28px; text-align: center; float: left;
        font-size: 18px; font-weight: bold; color: #f77f00; line-height: 28px; padding-right: 10px;}
div.strh-krd-ttt{padding-top: 5px; margin-left: 38px;}
div.kalkul{background: url("../images/trifle_16.png") left top no-repeat; font-size: 14px; padding: 15px 30px 30px 50px;}
div.kalkul a{color: #f77f00; text-decoration: underline;}
div.kalkul a:hover{color: #f77f00; text-decoration: none;}

div.list-video{padding-bottom: 30px; color: #969594; line-height: 18px;}
div.rolik{width: 125px; float: left; padding-top: 5px;}
div.text{margin-left: 145px;}

div.pad-blg-video{padding: 35px 20px 80px 45px; font-style: normal;}

div.ln-02 span{display: block; float: left; color: #fff;}
div.ln-02 span.arr-pd-l{background: url("../images/arr_pades2_l.gif") left 3px no-repeat; padding: 0 10px 0 11px;}
div.ln-02 span.arr-pd-r{background: url("../images/arr_pades2_r.gif") right 3px no-repeat; padding: 0 11px 0 10px;}
div.ln-02 a{color: #fff; text-decoration: underline;}
div.ln-02 a:hover{color: #fff; text-decoration: none;}

div.ln-02 a.arr-pd-l, div.ln-02 a.arr-pd-r{text-decoration: none; display: block; float: left;}

div.ln-02 a.arr-pd-l{background: url("../images/arr_pades2_l.gif") left 3px no-repeat; padding: 1px 5px 0 17px;}
div.ln-02 a.arr-pd-r{background: url("../images/arr_pades2_r.gif") right 3px no-repeat; padding: 1px 17px 0 5px;}
div.ln-02 span.hh{color: #fff;}

div.pos-abs1{position: absolute; left: 0; bottom: 0;}

table.blg-fr2{width: 100%;}
table.blg-fr2 td{color: #fff; vertical-align: top; padding: 35px 0;}
table.blg-fr2 td.cell-01{text-align: center;}
table.blg-fr2 td.cell-02{width: 260px; font-style: italic; line-height: 18px;}

ul.list-alb{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.list-alb li{width: 49%; padding: 0; margin: 0; list-style: none; float: left;}

div.block-01{margin-left: 145px; line-height: 18px; padding-right: 25px;}

div.partn-l{width: 210px; padding-right: 20px; float: left;}
div.partn-r{margin-left: 230px; line-height: 18px;}

div.fff-01{text-align: center; padding: 20px 0 40px 0;}

div.bg-cal-top{background: url("../images/bg_catal_top.gif") left top no-repeat;}
div.bg-cal-bot{background: url("../images/bg_catal_bot.gif") left bottom no-repeat; padding: 22px 0 25px 18px;}

table.month{width: 210px; margin-bottom: 10px;}
table.month td.cursor1{width: 50%;}
table.month td.cursor2{width: 50%;}
table.month td.date{ text-align: center; font-size: 14px; color: #f77f00; text-transform: uppercase; white-space: nowrap; padding: 0 10px;}
div.cur-l{background: url(../images/arr_calend_l.png) right 3px no-repeat; padding-bottom: 7px;}
div.cur-r{background: url(../images/arr_calend_r.png) 0 3px no-repeat; padding-bottom: 7px;}

ul.calendar {width:210px; padding:0 0 2px 0; margin:0;}
ul.calendar li {width: 30px; height: 24px; line-height: 24px; vertical-align: middle; color: #626262; font-style: normal;
  display: -moz-inline-stack; list-style:none; float: left; padding:0; margin:0; text-align: center; }
ul.calendar li.bg-gr{background: #c8c8c8;}
div.nom{border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;}
div.days{border-bottom: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; color: #313131;}
div.nom-bb-n{border-bottom: none;}
div.nom-br-n{border-right: none;}

ul.kalkuljator{width: 100%; padding: 0; margin: 0; list-style: none;}
ul.kalkuljator li{padding: 0 0 20px 0; margin: 0; list-style: none; float: left; font-size: 14px;}
ul.kalkuljator li.g1{width: 185px;}
ul.kalkuljator li.g2{width: 450px;}

.tender {
        font-size: 14px;
        color: #009BC4;
        text-decoration: none;
        font-weight: bold;
        padding-right: 20px;
    }
.bg-cont-cent .pad-01{
  min-height:500px;
  text-align: justify;
}
.errorMessage{
  color:#ff6666;
}

/**
 * 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; }
}


