html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;margin:0;padding:0;vertical-align:baseline;outline:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0;width:100%}input{margin:0;padding:0}
html, body {
    font: 12px/16px Tahoma, Arial, Helvetica, sans-serif;
    height:100%;
    width:100%;
    color: #2f2f2f;
}
body{
    background: url("/icms/templates/tmpl1/img/bg.jpg") no-repeat 50% 118px #fff;
}
/** h group **/
h1,h2,h3,h4,h5,h6{font-weight:400;margin:0 0 15px}
h1{font-size:25px;line-height: 25px;}
h2{font-size:21px;line-height: 21px;}
h3{font-size:18px;}
h4,h5,h6{font-size:16px;}
/** h group **/
::selection{color:#fff;background: #3399ff;}
::-moz-selection{color:#fff;background: #3399ff;}
::-webkit-selection{color:#fff;background: #3399ff;}
/** link **/
a{color:#0077c3;text-decoration:underline}
a:visited{}
a:hover{text-decoration:none}
a:active{}
/** link **/
/** form tag style **/
input[type=text],input[type=password],textarea{
    font-size:12px;
    outline:none;
    font-family:Tahoma,Arial,sans-serif;
    color:#aaa;
    padding:2px;
    border:1px solid #ccc;
    vertical-align:middle;
}
input[type=submit]{cursor: pointer;}
input[type=text]:hover,input[type=password]:hover,textarea:hover{color:#404040;}
input[type=text]:focus,input[type=password]:focus,textarea:focus{color:#000;}
textarea{overflow:auto;margin: 0;}
/* Chrome2+ && Safari4+ */
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color: #9b9da0;}
input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color: transparent !important;}
/* IE10 */
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color: #9b9da0;}
input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color: transparent !important;}
/* Firefox4+ */
input:-moz-placeholder,textarea:-moz-placeholder{color: #9b9da0;}
input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{color: transparent !important;}
/* Waiting for Opera */
input::-o-input-placeholder,textarea::-o-input-placeholder{color: #9b9da0;}
input:focus::-o-input-placeholder,textarea:focus::-o-input-placeholder{color: transparent !important;}
input:-o-input-placeholder,textarea:-o-input-placeholder{color: #9b9da0;}
input:focus:-o-input-placeholder,textarea:focus:-o-input-placeholder{color: transparent !important;}
input::-o-placeholder,textarea::-o-placeholder{color: #9b9da0;}
input:focus::-o-placeholder,textarea:focus::-o-placeholder{color: transparent !important;}
input:-o-placeholder,textarea:-o-placeholder{color: #9b9da0;}
input:focus:-o-placeholder,textarea:focus:-o-placeholder{color: transparent !important;}
/* Wainting for W3C */
input::placeholder,textarea::placeholder{color: #9b9da0;}
input:focus::placeholder,textarea:focus::placeholder{color: transparent !important;}
input:placeholder,textarea:placeholder{ color: #9b9da0;}
input:focus:placeholder,textarea:focus:placeholder{color: transparent !important;}
input.placeholder,textarea.placeholder{color: #9b9da0;}
input.placeholder:focus,textarea.placeholder:focus{color: transparent !important;}
/** form tag style **/
*:focus { outline: none; }
.pie{position:relative}
td,th{vertical-align:top}
b,strong,th,dt{font-weight:700}
i,em,blockquote,dt{font-style:italic}
p{padding:0 0 15px}
code,pre,samp{font-family:monospace}
sup, sub { vertical-align: baseline; position: relative;font-size: 10px; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }
hr{color:#ccc; background-color:#ccc; height:1px; border-width:0px; margin:0 0 15px;}
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border{ border: none!important; }
.bold{font-weight:700}
.italic{font-style:italic}
.underline{text-decoration:underline}
.clearfix{clear:both;zoom: 1;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* color */
.red{color:red}
.blue{color:blue}
.yellow{color:yellow}
.green{color:green}
.gray{color:gray}
/** text block style */
.content ol,.content ul,.content table{margin:0 0 2em;width:auto}
.content ol,.content ul{ margin:0 0 2em 3em;}
.content ol li{list-style:decimal;}
.content ul li{list-style:disc}
.content td,.content th{padding:3px;vertical-align:middle;border:1px solid #ccc}
.content th{background:#F4F4F4}
.content dl{margin:0 0 15px;}
.content dl dt{margin-bottom:.2em;font-weight:bold; }
.content dl dd{padding-left:5em;margin-bottom:.4em; }
.content form{padding:.5em 0;}
.content fieldset{margin-bottom:1em;border:none;}
.content legend{margin-top:-1px;padding-bottom:1em;font-size:1.1em;font-weight:bold;}
.content label{float:left;text-align:right;width:25.99%;padding:0 2%;}
.f-left{position:relative;float:left}
.f-right{position:relative;float:right}
.w-20,.w-25,.w-33,.w-50,.w-66,.w-75{float:left}
.w-20{width:20%;}
.w-25{width:25%;}
.w-33{width:33.3333%;}
.w-50{width:50%;}
.w-66{width:66.6667%}
.w-75{width:75%;}
/** text block style */

#wrapper,#header,#container,#main,#content,#sideLeft,#sideRight,#footer{position:relative}
#wrapper{
    min-height:100%;
    height: auto !important;
    height:100%;
    width:1000px;
    margin:0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
#header{
    height: 261px;
}
.logo{
    left: 17px;
    position: absolute;
    top: 29px;
    z-index: 1;
}
.slogan{
    color: #2F2F2F;
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 28px;
    margin-bottom: 15px;
    margin-left: 132px;
    margin-right: 137px;
    padding-top: 44px;
    text-transform: uppercase;text-align: center;
}
#site-menu{
    background: url("/icms/templates/tmpl1/img/site-menu.png") no-repeat scroll 50% 0 transparent;
    height: 67px;
    margin: 0 auto;
    padding-top: 21px;
    position: relative;
    width: 1000px;
    z-index: 100;
}
#site-menu >ul{
    display: table;
    width: 100%;
    height: 51px;
}
#site-menu> ul >li{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: url("/icms/templates/tmpl1/img/site-menu-li.png") no-repeat 100% 0;
    padding-right: 2px;

    height: 51px;
    width: 54px;
    cursor: pointer;
}
#site-menu >ul >li:last-child{
    background: none;
    padding-right: 0;
}
#site-menu> ul> li >a{
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 39px;
    line-height: 13px;
    padding-top: 12px;
    text-decoration: none;
}
#site-menu >ul >li >a:hover,#site-menu >ul >li:hover >a{
    background: #da251d;
}
#site-menu ul li a span{
    display: inline-block;
}
#site-menu ul ul{
    background: url("/icms/templates/tmpl1/img/submenu.png") repeat-x scroll 0 0 #DA251D;
    padding: 15px 19px;
    position: absolute;
    text-align: left;
    top: 72px;
    width: 148px;
    display: none;
    cursor: default;
}
#site-menu ul li:hover ul{
    display: block;
}
#site-menu ul ul li{
    margin-bottom: 7px;
    line-height: 16px;
}
#site-menu ul ul li a{
    color: #fff;
    font-size: 12px;
}
/* Container
-----------------------------------------------------------------------------*/
#container{
    width:100%;
    padding: 0 0 10px;
    zoom: 1;
}
#container:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
#main{
    float:left;
    width:100%;
}
#content{
    padding: 20px 257px 0 0;
    background: url("/icms/templates/tmpl1/img/shadow.png") no-repeat 50% 0;
}
.center-baner{
    background: url("/icms/templates/tmpl1/img/shadow.png") no-repeat 50% 0;
    padding-bottom: 1px;
    position: relative;
    padding-top: 12px;
}
.prof-plus{
    background: url("/icms/templates/tmpl1/img/prof-plus.jpg") no-repeat scroll 100% 0 #FFFFFF;
    border: 1px solid #CECECE;
    float: left;
    height: 103px;
    margin-right: 6px;
    overflow: hidden;
    padding: 16px 17px 17px;
    width: 293px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 6px;
}
.prof-plus b{
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
}
.prof-plus a{
    color: #000;
}
.prof-help{
    background: url("/icms/templates/tmpl1/img/prof-help.jpg") no-repeat scroll 100% 0 #0093DD;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 104px;
    line-height: 13px;
    margin-right: 6px;
    padding: 17px 23px;
    position: relative;
    text-decoration: none;
    width: 284px;
    overflow: hidden;
    margin-bottom: 6px;
}
.prof-help a{
    color: #fff;
}
.prof-help b{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}
.on-line{
    background: url("/icms/templates/tmpl1/img/online.jpg") no-repeat scroll 0 0 #DA251D;
    float: left;
    height: 104px;
    line-height: 21px;
    overflow: hidden;
    padding: 17px 22px;
    width: 285px;
    margin-bottom: 6px;
}
.on-line b{
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px;
    color: #fff;
}
.on-line a{
    color: #fff;
}
.moving-text{
    position: relative;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #cecece;
    height: 28px;
    line-height: 28px;
    padding-left: 57px;
    padding-right: 18px;
    background: url("/icms/templates/tmpl1/img/rupor.png") no-repeat 0 0 #fff;
    margin-bottom: 6px;
}
.moving-text p{
    padding-bottom: 0;
}
.title{
    color: #323232;
    font-size: 18px;
    line-height: 19px;
    margin-bottom: 13px;
    overflow: hidden;
    margin-left: 14px;
}
.archive-link{
    color: #000000;
    font-size: 12px;
    margin-left: 18px;
    position: relative;
    text-decoration: none;
    top: -1px;
}
.archive-link i{
    font-style: normal;
    cursor: pointer;
    border-bottom: 1px dotted #000;
}
.archive-link:hover i{
    border-bottom-color: transparent;
}
.ico-archve{
    width: 13px;
    height: 14px;
    background: url("/icms/templates/tmpl1/img/ico.png") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.news{
    position: relative;
    padding-bottom: 15px;
}
.news-item{
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 4px;
    margin-left: 15px;
    padding-bottom: 6px;
    position: relative;
    zoom: 1;
}
.news-item:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.news-pic{
    float: left;
    border-left: 8px solid #dcdcdc;
    padding-left: 7px;
    height: 84px;
    margin-left: -15px;
    margin-top: 3px;
}
.news-pic div{
    overflow: hidden;
    position: relative;
    width: 118px;
    height: 84px;
}
.news-pic + .news-info{
    margin-left: 127px;
}
.news-info{
    color: #2f2f2f;
    line-height: 16px;
}
.news-info p{
    padding-bottom: 5px;
    line-height: 14px;
}
.news-info-head{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.news-info b{
    font-size: 10px;
}
.news-pic.blue-bord{
    border-left-color: #0093dd;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight{
    width:239px;
    margin-left:-239px;
    float:right;
    padding-top: 25px;
}
.baner{
    position: relative;
    width: 239px;
    margin-bottom: 17px;
}
.baner img{
    vertical-align: top;
}
.smi{
    position: relative;
    margin-bottom: 5px;
}
.smi-head{
    color: #343434;
    font-size: 10px;
}
.smi-head span{
    background: none repeat scroll 0 0 #0093DD;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 7px;
    padding: 3px 9px;
}
.smi-head a{
    text-decoration: none;
    color: #343434;
}
.smi-head a:hover{
    text-decoration: underline;
}
.arr-b{
    background: url("/icms/templates/tmpl1/img/arr-b.png") no-repeat scroll 0 0 transparent;
    bottom: -8px;
    display: inline-block;
    height: 9px;
    left: 14px;
    position: absolute;
    width: 7px;
}
.smi-body{
    border: 1px solid #dcdcdc;
    padding: 10px 14px 11px;
    color: #2f2f2f;
    position: relative;
    line-height: 14px;
    margin-bottom: 3px;
}
.smi-body-head{
    font-weight: bold;
    margin-bottom: 1px;
}
.smi-body-head a{
    color: #2f2f2f;
}
.smi-body p{
    padding: 0;
}
.smi-foot{
    font-size: 10px;
    color: #2f2f2f;
    padding: 5px 0;
    line-height: 14px;
}
.smi-foot a{color: #2f2f2f;}
.line{
    height: 1px;
    margin-bottom: 15px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    background: #dcdcdc;
}
.solidarity{
    margin-bottom: 10px;
    position: relative;
    margin-top: 59px;
}
.solidarity-head{
    color: #343434;
    font-size: 10px;
    position: relative;
}
.solidarity-head img{
    position: absolute;
    right: 10px;
    bottom: 0;
}
.solidarity-head span{
    background: none repeat scroll 0 0 #da251d;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 7px;
    padding: 3px 9px;
    position: relative;
    z-index: 1;
}
.solidarity-link{
    border: 1px solid #DCDCDC;
    line-height: 14px;
    margin-bottom: 3px;
    padding: 11px 15px 17px;
}
.solidarity-link a{
    color: #2f2f2f;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer{
    margin:0 auto 0;
    clear:both;
    padding: 26px 0 10px;
    width: 1000px;
    background: url("/icms/templates/tmpl1/img/shadow.png") no-repeat scroll 50% 0 transparent;
    color: #2e2e2e;
}
#footer p{
    padding-bottom: 15px;
}
.menu-footer{
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    padding-top: 13px;
}
.menu-footer ul li{
    background: url("/icms/templates/tmpl1/img/menu-f.png") no-repeat scroll 100% 0 transparent;
    float: left;
    margin-right: 9px;
    width: 97px;
}
.menu-footer ul li:last-child{
    background: none;
}
.menu-footer ul li a{
    border-top: 7px solid #0093DD;
    color: #363636;
    display: block;
    font-size: 10px;
    line-height: 11px;
    margin-right: 9px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
}
.menu-footer ul li a:hover{
    text-decoration: underline;
}
.menu-footer ul li.red-bord a{
   border-top-color: #da251d;
}


.art_h2_title{color: #007cc3;border-bottom: 1px dotted #007cc3;font-size:12px;font-weight: bold;margin: 0 0 5px;text-decoration: none;}
.art_h2_wr{display: block;height: 5px;clear: both;}
.art_nm{display: block;text-decoration: underline;color: #2f2f2f;margin-bottom: 5px;}
.art_nm1{display: block;text-decoration: underline;color: #2f2f2f;margin-bottom: 5px;padding-left: 10px;}
.inner_text{padding-left: 15px;}
.grwr{width: 100%;height: 1px;border-bottom: 1px solid #dcdcdc;margin:15px 0;clear: both;}

.photos a{display: block;float: left;margin: 0 4px 4px 0;width: 118px;height: 84px;overflow: hidden;}

.w50{width: 346px;height: 42px;margin-bottom: 8px;margin-right: 8px;}
.w50 input[type="text"]{width: 341px;height: 37px;line-height: 37px;border: 1px solid #dbd9d7;}

.w100{width: 100%;margin-bottom: 8px;margin-right: 8px;}
.w100 textarea{width: 695px;height: 145px;line-height: 37px;border: 1px solid #dbd9d7;}

.fr{float: right;}
.fl{float: left;}

.sendOf{width: 341px;background: #da251d;color: #ffffff;text-align: center;padding: 14px 0;float: left;cursor: hand;cursor: pointer;}
#datepicker{position: absolute;z-index: 1000;}

#formquestions{margin-bottom: 20px;}
.enterquestion{position: absolute;top: 22px;left: 150px;}
.question_item{border-bottom: 1px solid #dfdfdf;padding: 20px;margin-left: -20px}
.question_item:hover{background: #efefef}

#dateshow{height: 16px;background: url(/icms/templates/tmpl1/img/calendar.gif) no-repeat 0 2px;display: inline-block;text-decoration: none;line-height: 12px;margin-left: 19px;}
#dateshow.nop{margin-left: 0px;}
#dateshow span{color: #000;margin-left: 24px;font-size: 12px;border-bottom: 1px dotted #000;display: inline-block;line-height: 14px;}

#galmore{height: 16px;background: url(/icms/templates/tmpl1/img/gallery.gif) no-repeat 0 2px;display: inline-block;text-decoration: none;line-height: 12px;margin-left: 19px;}
#galmore.nop{margin-left: 0px;}
#galmore span{color: #000;margin-left: 24px;font-size: 12px;border-bottom: 1px dotted #000;display: inline-block;line-height: 14px;}

.all_news{color: #000;margin-left: 1px;font-size: 12px;border-bottom: 1px dotted #000;display: inline-block;line-height: 14px;text-decoration: none;}
.dot{width: 1px;background:  url(/icms/templates/tmpl1/img/3dot.gif) no-repeat center center; height:10px;display: inline-block;width: 20px;}

.clr1{width: 100%;height: 1px;clear: both;}

.fntext{display: block;background:  url(/icms/templates/tmpl1/img/sv_file.gif) no-repeat center left;height: 20px;padding-left: 27px;}

.art_nm2{padding-left: 10px;}

