body
{
    margin: 0;	
    padding: 0;
    font-size: 14px;   
    font-family: arial;
    background: url('bg.jpg') no-repeat center top #ffe9f8; 
}

html,body{height:100%}

p,ul,h1,h2,h3,h4,h5,h6
{
	padding:0;
	margin:0;
}

ul
{
	list-style:none;
}

img
{
	border:0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.fl
{
	float:left;
}

.fr
{
	float:right;
}

.clear
{
    clear: both;
}

a
{
    text-decoration: none;   
    outline: none;
    color: #a54686;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {/* */
border: none;
}

.top_block
{
    height: 47px;
    background: #a54686;
    position: relative;
    /*z-index: 1;*/
}

.top_cont
{
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.top_nav
{
    margin-top: 13px;
    margin-left: 35px;
}

.top_nav > .main
{
    display: block;
    font-size: 12px;
    color: #f1e7ed;
    background: url('home.png') no-repeat 0px 2px;
    padding-left: 18px;
    margin-right: 18px;
}

.top_nav > .sitemap
{
    display: block;
    font-size: 12px;
    color: #f1e7ed;
    background: url('sitemap.png') no-repeat 0px 2px;
    padding-left: 24px;
    margin-right: 23px;    
}

.top_nav > .contacts_btn
{
    display: block;
    font-size: 12px;
    color: #f1e7ed;
    background: url('contacts.png') no-repeat 0px 3px;
    padding-left: 18px;
    margin-right: 18px;
}

.search
{
    margin-top: 10px;
}

.obl_text
{
    width: 316px;
    font-size: 12px;
    color: #a44585;
    padding: 2px 10px 3px 9px;
}

.poisk_btn
{
    background: url('lupa.png') no-repeat;
    width: 10px;
    height: 14px;
    border: none;
    margin: 1px 12px 0 6px;
    cursor: pointer;
}

.wrap
{
    min-height: 100%;    
    position: relative;
    z-index: 2;
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    margin-top: -8px;
    box-shadow: 0px 0px 16px rgba(165,70,137,0.75);
    padding-bottom: 20px;
}

.logo
{
    display: block;
    margin: 8px 75px 6px 45px;
}

.slogan p
{
    font-size: 20px;
    color: #a54686;
    font-weight: bold;
    font-style: italic;
    margin: 45px 0 5px 0;
}

.slogan span
{
    font-size: 12px;
    color: #a9a9a9;
}


.top_menu 
{
    float:left;
    width:100%;
    position:relative;
    background: #a54686; /* Old browsers */
    background: -moz-linear-gradient(top,  #a54686 0%, #f4d6eb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a54686), color-stop(100%,#f4d6eb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a54686 0%,#f4d6eb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a54686 0%,#f4d6eb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a54686 0%,#f4d6eb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a54686 0%,#f4d6eb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a54686', endColorstr='#f4d6eb',GradientType=0 ); /* IE6-9 */

}

.top_menu > ul 
{
    clear:left;
    /*float:left;*/
    list-style:none;
    margin:auto;
    padding:0;
    position:relative;
    width: 964px;
}

.top_menu > ul > li 
{
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative; 
    border-right: 1px solid #e1b1d1;
    border-left: 1px solid #a54686;
}

.top_menu > ul > li:first-child
{
    border-left: none
}

.top_menu > ul > li:last-child
{
    border-right: none;
}

.top_menu > ul > li > a 
{
   display:block;
   color: #fff;
   font-weight: bold;
   font-style: italic;
   /*padding: 15px 25px 14px 25px;*/
   padding: 15px 14px 14px 14px;
}

.top_menu > ul > li:hover > a, .top_menu > ul > li.act > a
{
    background: #a54686;
}

.top_menu > ul > li > .sub_top
{
    display: none;
}

.top_menu > ul > li:hover > .sub_top
{
    display: block;
    position: absolute;
    top: 45px;
    width: 190px;
    background: #a54686;
    margin-left: -1px;
    border-top: 2px solid #fff;
    padding: 7px 0;
    z-index: 3;
}

.top_menu > ul > li:hover > .sub_top > li
{
    
}

.top_menu > ul > li:hover > .sub_top > li > a
{
    display: block;
    padding: 9px 10px 8px 23px;
    font-size: 12px;
    color: #fff;
}

.top_menu > ul > li:hover > .sub_top > li:hover > a
{
    background: #a64887; /* Old browsers */
    background: -moz-linear-gradient(top,  #a64887 0%, #d298bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a64887), color-stop(100%,#d298bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a64887 0%,#d298bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64887', endColorstr='#d298bf',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #d298bf;
    margin-top: -1px;
}

.big_img
{
    margin-left: -24px;
    box-shadow: 0px 0px 16px rgba(165,70,137,0.75);
    position: relative;
    z-index: 2;
}

.cat_bg
{
    background: #e2c4d8; /* Old browsers */
    background: -moz-linear-gradient(top,  #e2c4d8 0%, #ffffff 40%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2c4d8), color-stop(40%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e2c4d8 0%,#ffffff 40%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e2c4d8 0%,#ffffff 40%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e2c4d8 0%,#ffffff 40%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e2c4d8 0%,#ffffff 40%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c4d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: 2;
}

.cat_menu
{
    margin-bottom: 25px;
    float:left;
    width:100%;
    position:relative;
    margin-top: -65px;
    z-index: 3;
}

.cat_menu > ul
{
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    left:24%;
    text-align:center;
}

.cat_menu > ul > li
{
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:12%;
    margin-right: 20px;
}

.cat_menu > ul > li > a
{
    display:block;
    width: 170px;
    color: #000;
    font-size: 12px;
    text-decoration: underline;
}

.cat_menu > ul > li > a > div
{
    width: 170px;
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.cat_menu > ul > li > a > div > img
{
    max-width: 170px;
    max-height: 130px;
}

.cat_menu > ul > li > a > span
{
    display: block;
    padding: 10px 0 12px 0;
    margin-top: 5px;
    margin-top: -15px;
}

.cat_menu > ul > li:hover > a > span
{
    background: #f3e7ef;
}

.cat_menu > ul > li:hover > a
{
    text-decoration: none;
}

.sub_cat_menu
{
    display: none;
    position: absolute;
    width: 170px;
    background: #a54686;
    padding: 10px 0;
}

.sub_cat_menu > img
{
    position: relative;
    top: -3px;
}

.cat_menu > ul > li:hover > .sub_cat_menu
{
    display: block;        
}

.cat_menu > ul > li > .sub_cat_menu > li
{
    text-align: center;
}

.cat_menu > ul > li:hover > .sub_cat_menu li a
{
    display: block;
    /*padding: 9px 10px 8px 23px;*/
    padding: 9px 10px 8px 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.cat_menu > ul > li:hover > .sub_cat_menu > li:hover > a
{
    background: #a64887; /* Old browsers */
    background: -moz-linear-gradient(top,  #a64887 0%, #d298bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a64887), color-stop(100%,#d298bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a64887 0%,#d298bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a64887 0%,#d298bf 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64887', endColorstr='#d298bf',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #d298bf;
    margin-top: -1px;
}

.left_block
{
    padding: 0 20px 0 25px;
    width: 259px;
    border-right: 1px solid #f3e7ef;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.news_title
{
    background: url('title_bg.png') no-repeat;
    width: 232px;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #710545;
    padding-left: 10px;
}

.news p.datebg
{
    width: 65px;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background: #a54686;
    padding: 5px 0;
    margin-bottom: 15px;
    line-height: normal;
    margin-top: 30px;
}

.news_href
{
    font-size: 13px;
    color: #710545;
    font-weight: bold;
    font-style: italic;
    line-height: 18px;
    text-decoration: none;
    margin-bottom: 15px;
}

.news p
{
    font-size: 13px;
    color: #2b2b2b;
    line-height: 18px;
}

.news .podr
{
    display: block;
    font-size: 12px;
    color: #710545;
    font-style: italic;
}

.in_news
{
    margin-top: 30px;
}

.all_news
{
    margin-top: 25px;
}

.podp
{
    margin-top: 40px;
}

.podp #email
{
    font-size: 12px;
    color: #a44585;
    border: 1px solid #f3e7ef;
    padding: 4px 9px;
    width: 210px;
}

.podp #submt
{
    background: url('subs.jpg') no-repeat;
    width: 16px;
    height: 11px;
    border: none;
    margin: 7px 0 0 8px;
    cursor: pointer;
}

.podp p
{
    font-size: 18px;
    color: #710545;
    margin-bottom: 15px;
}


.right_block
{
    padding-right: 45px;
    width: 630px;
    padding-left: 20px;
    min-height: 360px;
}

.page_title
{
    background: url('title_bg.png') no-repeat;
    width: 232px;
    height: 28px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    color: #710545;
    padding-left: 10px;
}

.main_brc
{
    margin-bottom: 30px;
}

.main_brc a
{
    font-size: 13px;
    color: #2b2b2b;
}

.main_text
{
    font-size: 12px;
    color: #040404;
    line-height: 18px;
    margin-top: 30px;
}

.main_text p
{
    margin-bottom: 15px;
}

.main_text ul
{
    margin-bottom: 15px;
}

.main_text ul li
{
    list-style: disc;
    margin-left: 20px;
}

.partner
{
    height: 113px;
    background: #f3e7ef;
    overflow: hidden;
}

.partner p.our
{
    font-size: 18px;
    color: #710545;
    margin: 45px 40px 0 35px;
}

.partner .inf
{
    width: 765px;
    height: 113px;
    display: table-cell;
    vertical-align: middle;
}

.partner .inf img
{
    max-height: 110px;
}

.in_tov_img
{
    float: left;
}

.in_tov_img img
{
    max-width: 300px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
}

.in_tov_op
{
    margin-top: 20px;
}


.ft
{
    height: 0px;    
}

.footer
{
    height: 81px;
    position: relative;
    z-index: 2;
}

.ftr_cont
{
    width: 1000px;
    margin: 0 auto;
}

.cop
{
    font-size: 12px;
    color: #000;
    margin: 27px 0 0 37px;
}

.tel
{
    margin: 14px 0 0 120px;
}

.tel p
{
    font-size: 18px;
    margin-bottom: -3px;
}

.tel p span
{
    font-size: 14px;
}

.li, .li a
{
    font-size: 12px;
    color: #a54686;
    margin-top: 27px;
}

.li
{
    margin-right: 45px;
}
.feedback_form {
    margin: 0;
    width: 80%;
}
.feedback_form tbody tr:last-child td {
    text-align: center!important;
}
.yal {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 10px;
    top: 63px;
    z-index: 100;
}
.yal a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}