@font-face {
    font-family: 'PTSans';
    src: url('pts55f-webfont.eot');
    src: url('pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('pts55f-webfont.woff') format('woff'),
         url('pts55f-webfont.ttf') format('truetype'),
         url('pts55f-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:   #f5f5f5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #f5f5f5;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #f5f5f5;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #f5f5f5;
}
.right-part a:hover img  {
    border:none !important;
}

* {
    margin: 0;
    padding: 0;
    border-width: 0;
}

h1 {
    font-family: 'PTSans';
    color: #008a5b;
    font-size: 18pt;
}

h2 {
    font-family: 'PTSans';
    color: #008a5b;
    font-size: 18pt;
    padding-top: 20px;
}

h2 a{
    font-family: 'PTSans';
    color: #666666;
    font-size: 18pt;
}

ul {list-style-image:url('../image_new/gr-pnt.png');}

object {
    height:0;
}

body {
text-align:center;
}




/* ======================== HEAD START ======================== */

.head {
    width: 1000px;
    height:158px;
    margin: 0 auto 0 auto;
    background: url('../image_new/top-bg.png');
}

#logo {
    float:left;
    margin: 25px 30px 0 20px;
}

#logo a img, #logo a:hover img {border: 0;}

#text {
    padding-top: 10px;
    width: 470px;
    float: left;
}

#text p {
    font-family: 'PTSans';
    font-size: 22.5pt;
    color: white;
    text-transform: uppercase;
}

#text p#numbers {
    font-size: 17pt;
}

#pict {
    background: url('../image_new/dom-shapka.jpg');
    width: 332px;
    height: 158px;

    float: right;
    z-index: 0;
}

.menu {
    background: #728780;
    width: 1000px;
    height: 40px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.menu ul li {
    float: left;
    list-style: none;
    padding: 7px 10px 5px 9px;
    text-decoration: none;
}

.menu ul li a {
    color: white;
    font-family: 'PTSans';
    font-size: 14pt;
    text-decoration: none;
    padding: 3px 6px 8px 6px;
}

.menu ul li a:hover,.menu ul li a.active {
    background: #657871;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
}

.sub_menu {
    background: #657871;
    width: 1000px;
   /* height: 40px;*/
    margin: -1px auto 0 auto;
    text-align: center;
}

.sub_menu ul li {
    float: left;
    list-style: none;
    padding: 10px 8px 8px 8px;
    text-decoration: none;
}

.sub_menu ul li a {
    color: white;
    font-family: 'PTSans';
    font-size: 10pt;
    text-decoration: none;
    padding: 3px 6px 9px 6px;
}

.sub_menu ul li a:hover {
   color: yellow;
}

/* ======================== HEAD END ======================== */

/* ======================== WRAPPER START ======================== */

.wrapper {
    width:1000px;
    margin: 15px auto 0 auto;
    font: 10pt Arial;
    text-align: left;
}

/* ----------------Left Part---------------- */

.left-part {
    float:left;
    width: 663px;
}

#content {
    width: 98%;
}

#content table {width: 660px;}

#content p {
    margin: 25px 0 20px 0;
    line-height: 20px;
	font-size: 12pt;
}

#grey-txt {
    color : #666666;
    font-family: 'PTSans';
    font-size: 13pt;
}

#proj {
    background: url('../image_new/proj-bg.png');
    height: 158px;
    margin-top: 40px;
    margin-bottom: 15px;
}

#pr-type {
    float: left;
    width: 130px;
}

#pr-type p {
    margin: 20px 0 20px 10px;
    line-height: 23px;
    padding-left: 5px;
}

#pr-type a{
    text-decoration: none;
    color: #008a5b;
    font-size: 13pt;
    font-family: 'PTSans';
    padding: 5px 5px 5px 0;
}

#pr-type a:hover {color: black;}
#pr-type p.act a {color: white;}
#pr-type p.act,#pr-type p.act:hover {
    color: white;
 //   background: url('../image_new/grad1.png');
}

#pr-type p:hover {

//    background: url('../image_new/grad2.png');
}

a img.pr, a:hover img.pr {
    border: 1px solid #DDD;
    padding: 5px;
}

#prev {
    float: right;
}

#prev a img, #prev a:hover img {border: 0;}

#prev-our, #prev-arc {
	float: right;
}

.left-part ul {
    margin: 10px 0 10px 0;
}

.left-part p {
    margin: 5px 0 5px 0;
}

.left-part ul li {
    margin-left: 20px;
    font: 12pt Arial;
}

#ul-green {
    list-style-image:url('../image_new/gr-pnt.png');
    width: 600px;
   font-family: 'PTSans';
   margin: 10px 0 10px 0;
}

#ul-green li{
    font: 13pt;
}

#content #int {
    color: #008a5b;
    font: 13pt;
    margin-top: 25px;
    margin-bottom: 25px;
}



.left-part a {
    text-decoration: none;
    color: black;
}

.left-part a:hover {
    color: #008a5b;
}

/* ----------------Right Part---------------- */

.right-part {
    width: 33%;
    float:right;
}

#symb img {
    margin: 0 5px 0 5px;
}

#akcii {
//    width: 333px;
 //   margin-top: 20px;
  //  padding-bottom: 5px;
  //  background: #ededed;
}

#akcii p {
//    color: #ff0000;
//    font-size: 10pt;
 //   font-family: 'Arial';
//    padding: 10px 10px 15px 20px;
}

#warning {
    width: 333px;
    margin-top: 20px;
    padding-bottom: 20px;
    background: #ededed;
}

#warn-text {
    padding: 15px 10px 10px 10px;
}

#warning p {
    color: #de7b5a;
    font-size: 12pt;
    font-family: 'PTSans';
    padding: 10px 5px 15px 10px;
}

#warning ul {
    list-style-image: url('../image_new/or-pnt.png'); 
}

#warning ul li {
    margin-left: 32px;
    font: 10pt Arial;
    padding: 2px 0 2px 0;
}

#warning ul li a {
    font: 10pt Arial;
    font-style: italic;
    color: black;
    text-decoration:none;
}

#warning ul li a:hover {text-decoration: underline;}

#gal {
    text-align: left;
    margin-top: 35px;
//    background: url('../image_new/gal.jpg');
    width: 333px;
    height: 203px;
}

#gal p {
//    padding-top: 10px;
  //  margin-left: 20px;
}

#gal a {
    color: white;
//    padding: 0 7px 0 7px;
//    font-size: 16pt;
//    font-family: 'PTSans';
//    text-decoration: none;
//    background: url('../image_new/gal-link.jpg')
}



#vist {
    text-align: left;
    margin-top: 20px;
    width: 333px;
    padding: 10px 10px 20px 20px;
}


#cont {
//    margin-top: 20px;
    margin: 20px 0 25px 20px;
    font: 9pt Arial;
}

#cont p {
//    margin: 5px 0 5px 0;
    line-height: 18px;
}

#adr {
    padding-top: 5px;
    color: #00a16c;
}

.tbl {
    border: 1px;
}

.tbl th, .tbl td {
	border:1px solid;
	border-color:black;
}

.tbl th {background: #cccccc;}

.tbl tr {background: white;}

.tbl td {padding: 5px 0 5px 5px;}

/* ======================== WRAPPER END ======================== */

/* ======================== FOOTER START ======================== */

.footer {
    width: 1000px;
    height: 85px;
    margin: 15px auto 0 auto;
    background: #e4e4e4;
    text-align: center;
}

#mail-r {
    float: left;
    margin: 20px 0 0 -2130px;
}

#links {
    float: left;
    text-align: left;
    margin-top: 20px;
    margin-left: 110px;
}

#links a {
    font: 10pt Arial;
    color: #00ac75;
}

#links a:hover{text-decoration: none;}

.logop {
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

.textp {
    float:right;
    text-align: left;
    margin-right: 30px;
    margin-top: 15px;
    line-height: 24px;
    color: black;
    font-size: 13px;
    font-family: arial;
}

.textp a {
    text-decoration: none;
    color: black;
}

#gl-str p{
   font-family: 'PTSans';
   font-size: 13pt;
   color : #333333;
}

#gl-str a {
    text-decoration: underline;

}

#gl-str li{
   font-family: 'PTSans';
   font-size: 12pt;
}


#content a {

    text-decoration: underline;
    color: #008a5b;

}


p.int2 {
    color: #008a5b;
    font-size: 13pt;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: bold;
}
.titleNew
{
	font-size:30px; 
	font-family:Arial; 
	color:#008a5b; 
	background: url('/images/new/arr.png') no-repeat 316px;
}
#content .nameCatNew
{
	padding-bottom: 5px; 

	background: rgb(238,238,238); 
	font-weight: bold; 
	padding-top: 5px;
	font-size:20px;
	text-align:center;
}
#content .nameCatNew a
{
	color:#010101;
	text-align:center;
	text-decoration:none;
}
#content .nameCatNew a:hover
{
	color:#008a5b;
}
#content .rowImgNew td
{
	padding-top:35px;
	text-align:center;
}

.more_plans{margin: 15px 0 5px 0;font-weight: bold;}
.more_plans span{background: #3BA73E;color: #fff;padding: 3px;margin-right: 3px;cursor: pointer;}
.more_plans span:hover{background: inherit;color: #000;}