html, body {
    height: 100%;
}
body {
    font: normal 18px/1.3 "Times New Roman", serif;
    color: #000;
    background: url(../img/mimi/bg-yellow.gif) repeat 0 0;
    margin: 0;
    padding: 0;
}
a{color: #00aedb;text-decoration: underline;}
a:hover{color: #d60c8c;text-decoration: none;}

#maincontainer{
    display: block;
    min-height: 100px;
    position: relative;
    padding: 50px 5%;
}
#topborder{
    display: block;
    height: 10px;
    min-width: 910px;
    font-size: 0;
}
#bottomborder {
    display: block;
    height: 10px;
    min-width: 910px;
    font-size: 0;
}

/* header */
#headercontainer{
    display: block;
    height: 435px;
    background: #fff;
    min-width: 930px;
}
#headiconsblock{
    display: block;
    height: 30px;
    text-align: right;
    padding: 0 30px;
}
#headiconsblock ul{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    height: 30px;
}
#headiconsblock ul li{
    display: inline;
}
#headiconsblock a,
#headiconsblock span{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background-image: url(../img/mimi/topicons.gif);
    background-repeat: no-repeat;
}

#headiconsblock a#homeicon{background-position: 0 0;}
#headiconsblock a#homeicon:hover,
#headiconsblock span#homeicon{background-position: -30px 0;}
#headiconsblock a#mailicon{background-position: 0 -30px;}
#headiconsblock a#mailicon:hover,
#headiconsblock span#mailicon{background-position: -30px -30px;}
#headiconsblock a#mapicon{background-position: 0 -60px;}
#headiconsblock a#mapicon:hover,
#headiconsblock span#mapicon{background-position: -30px -60px;}

#headflashblock{
    display: block;
    height: 270px;
    text-align: center;
}
/* topmenu */
#headmenublock{
    display: block;
    height: 110px;
    padding: 5px;
}
#headmenublock ul{
    margin: 0 auto;
    padding: 0;
    height: 65px;
}
#headmenublock ul li{
    list-style: none;
    display: block;
    float: left;
    position: relative;
    height: 65px;
    margin: 0 5px;
}
#headmenublock ul ul{
    display:none;
    position: absolute;
    width: 200px;
    top: 40px;
    left: 5px;
    z-index:1000;
}
#headmenublock ul ul li{
    list-style: none;
    clear: both;
    display: block;
    position: relative;
    height: 30px;
    width: 200px;
    padding: 0;
    margin: 0;
}
#headmenublock ul li ul li a{
    display: block;
    width: 180px;
    background: transparent url(../img/mimi/submenu-bg.gif) no-repeat 0 0;
    height: 20px;
    padding: 5px 10px;
    color: #fff;
    font: normal 16px/1.2 Georgia,"Times New Roman", serif;
    text-decoration: none;
}
#headmenublock ul li.m-lessons ul li a:hover,
#headmenublock ul li.m-hollidays ul li a:hover{
    background-position: 0 -30px;
}
#headmenublock ul ul:after {
        clear: both;
        display: block;
        font: 1px/0px serif;
        content: ".";
        height: 0;
        visibility: hidden;
}
#headmenublock ul li:hover ul,
#headmenublock ul li.iehover ul{
    display:block;
}
#headmenublock ul li a{
    display: block;
    background-image: url(../img/mimi/topmenu2.gif);
    background-repeat: no-repeat;
    height: 65px;
}
/* topmenu first line */
#headmenublock ul li.mm-about a{background-position: 0 0; width: 105px;}
#headmenublock ul li.mm-about a:hover,
#headmenublock ul li.mm-about a.active{background-position: 0 -130px;}
#headmenublock ul li.mm-about ul li a {width: 180px;background-position: 0 0;}
#headmenublock ul li.mm-about ul li a:hover{background-position: 0 -30px;}
#headmenublock ul li.mm-lessons a{background-position: -110px 0; width: 105px;}
#headmenublock ul li.mm-lessons a:hover,
#headmenublock ul li.mm-lessons a.active{background-position: -110px -130px;}
#headmenublock ul li.mm-lessons ul li a {width: 180px;background-position: 0 0;}
#headmenublock ul li.mm-lessons ul li a:hover{background-position: 0 -30px;}
#headmenublock ul li.mm-fullday a{background-position: -215px 0; width: 130px;}
#headmenublock ul li.mm-fullday a:hover,
#headmenublock ul li.mm-fullday a.active{background-position: -215px -130px;}
#headmenublock ul li.mm-gallery a{background-position: -350px 0; width: 120px; height: 50px;}
#headmenublock ul li.mm-gallery a:hover,
#headmenublock ul li.mm-gallery a.active{background-position: -350px -130px;}
#headmenublock ul li.mm-gallery ul li a {width: 180px;background-position: 0 0;height: 20px;}
#headmenublock ul li.mm-gallery ul li a:hover{background-position: 0 -30px;}
#headmenublock ul li.mm-hollidays a{background-position: -470px 0; width: 135px;}
#headmenublock ul li.mm-hollidays a:hover,
#headmenublock ul li.mm-hollidays a.active{background-position: -470px -130px;}
#headmenublock ul li.mm-hollidays ul li a {width: 180px;background-position: 0 0;}
#headmenublock ul li.mm-hollidays ul li a:hover{background-position: 0 -30px;}
/* topmenu second line */
#headmenublock ul li.mm-masterclass a{background-position: -95px -63px; width: 160px;}
#headmenublock ul li.mm-masterclass a:hover,
#headmenublock ul li.mm-masterclass a.active{background-position: -95px -193px;}
#headmenublock ul li.mm-wherewe a{background-position: -255px -63px; width: 160px;}
#headmenublock ul li.mm-wherewe a:hover,
#headmenublock ul li.mm-wherewe a.active{background-position: -255px -193px;}
#headmenublock ul li.mm-guestbook a{background-position: -415px -63px; width: 90px;}
#headmenublock ul li.mm-guestbook a:hover,
#headmenublock ul li.mm-guestbook a.active{background-position: -415px -193px;}

/*old*/
/* topmenu first line */ 
#headmenublock ul li.m-about a{background-position: 0 0; width: 85px;}
#headmenublock ul li.m-about a:hover,
#headmenublock ul li.m-about a.active{background-position: 0 -130px;}
#headmenublock ul li.m-child-gal a{background-position: -90px 0; width: 140px;}
#headmenublock ul li.m-child-gal a:hover,
#headmenublock ul li.m-child-gal a.active{background-position: -90px -130px;}
#headmenublock ul li.m-meto-base a{background-position: -232px 0; width: 140px;}
#headmenublock ul li.m-meto-base a:hover,
#headmenublock ul li.m-meto-base a.active{background-position: -232px -130px;}
#headmenublock ul li.m-newspaper a{background-position: -375px 0; width: 125px;}
#headmenublock ul li.m-newspaper a:hover,
#headmenublock ul li.m-newspaper a.active{background-position: -375px -130px;}
#headmenublock ul li.m-traditions a{background-position: -500px 0; width: 160px;}
#headmenublock ul li.m-traditions a:hover,
#headmenublock ul li.m-traditions a.active{background-position: -500px -130px;}
#headmenublock ul li.m-wherewe a{background-position: -660px 0; width: 140px;}
#headmenublock ul li.m-wherewe a:hover,
#headmenublock ul li.m-wherewe a.active{background-position: -660px -130px;}
#headmenublock ul li.m-hollidays a{background-position: -802px 0; width: 130px;}
#headmenublock ul li.m-hollidays a:hover,
#headmenublock ul li.m-hollidays a.active{background-position: -802px -130px;}
/* topmenu second line */
#headmenublock ul li.m-lessons a{background-position: -55px -63px; width: 105px;}
#headmenublock ul li.m-lessons a:hover,
#headmenublock ul li.m-lessons a.active{background-position: -55px -193px;}
#headmenublock ul li.m-teachers a{background-position: -165px -63px; width: 200px;}
#headmenublock ul li.m-teachers a:hover,
#headmenublock ul li.m-teachers a.active{background-position: -165px -193px;}
#headmenublock ul li.m-media a{background-position: -365px -63px; width: 175px;}
#headmenublock ul li.m-media a:hover,
#headmenublock ul li.m-media a.active{background-position: -365px -193px;}
#headmenublock ul li.m-shedule a{background-position: -540px -63px; width: 120px;}
#headmenublock ul li.m-shedule a:hover,
#headmenublock ul li.m-shedule a.active{background-position: -540px -193px;}
#headmenublock ul li.m-news a{background-position: -660px -63px; width: 95px;}
#headmenublock ul li.m-news a:hover,
#headmenublock ul li.m-news a.active{background-position: -660px -193px;}
#headmenublock ul li.m-gallery a{background-position: -755px -63px; width: 105px;}
#headmenublock ul li.m-gallery a:hover,
#headmenublock ul li.m-gallery a.active{background-position: -755px -193px;}


/* mainblock */
#centralcontainer{
    position: relative;
    display: block;
    min-height: 50px;
    background: #fff;
    min-width: 930px;
}
.right380block,
.right410block{
    display: block;
    float: right;
    width: 410px;
}
.right380block{
    width: 380px;
    padding-right: 30px;
}
.leftblock{
    display: block;
    margin-right: 420px;
    padding-left: 30px;
    min-width: 400px;
}
.lefter{
    padding-left: 15px;
    min-width: 415px;
}
.wideblock{
    position: relative;
    display: block;
    padding: 0 30px;
}
.creamblock{
    position: relative;
    display: block;
    padding-top: 25px;
}
.creamarea{
    display: block;
    background: #fffbf0;
    border: none;
    border-bottom: 1px dashed #b2a37c;
    padding: 10px 0 10px;
}
.creamblock .creamarea{
    border: none;
    border-top: 1px dashed #b2a37c;
    height: 30px;
}
h1.h1-news{
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 300px;
    height: 75px;
    z-index: 900;
    background: url(../img/mimi/h1-news.png) no-repeat 0 0;
}
.creamblock .leftblock{
    padding-top: 50px;
    padding-bottom: 10px;
}

/* news on mainpage */
.creamblock a.allnewslink{
    position: absolute;
    z-index: 990;
    display: block;
    left: 340px;
    top: 40px;
    width: 100px;
    height: 20px;
    padding: 10px 0 0 30px;
    background: url(../img/mimi/bricks.gif) no-repeat 0 0;
    color: #8c7e5a;
    font: normal 13px/1.3 Tahoma, Arial, sans-serif;
}
.creamblock  a.allnewslink:hover{color: #d60c8c;}
.newswrapper{
    display: block;
    float: left;
}
.newswrapper h1{
    text-align: center;
}

.newsitem{
    display: block;
}
.newsitem dt{
    position: relative;
    float: left;
    display: block;
    width: 100px;
    height: 100px;
}
.newsitem dt .news_img,
.newsitem dt .news_img_mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    z-index: 995;
}
.newsitem dt .news_img_mask{
    z-index: 996;
}
.newsitem .newsdate{
    color: #8c7e5a;
    font-size: 15px;
    font-style: italic;
}
.yellowblock .newsdate{
    font-size: 12px;
}
.newsitem .newstitle{
    font: normal 24px/1.3 Georgia,"Times New Roman", serif;
}
.yellowblock .newstitle{
    font-size: 18px;
}
.newsitem .newstitle a:hover{
    color: #007e9f;
}
.newsitem .newsdesc{
    font-size: 15px;
}
.yellowblock .newsdesc{
    font-size: 12px;
}
.left-yellow-note{
    font-size: 15px;
    font-style: italic;
    color: #b2a37c;
    background: #fffbf0;
    padding: 5px 10px 5px 20px;
}

/* vympel */
.vympel{
    float: left;
    display: block;
    width: 150px;
    height: 175px;
    margin: 0 5px;
    padding: 43px 15px 70px;
    background: url(../img/mimi/vympel.png) no-repeat 0 0;
    font: normal 11px/1.3 Tahoma, Arial, sans-serif;
    overflow: hidden;
    color: #793f0c;
}
.vympel p{
    padding-bottom: 5px;
}

/* whiteblock on main */
.whiteblock{
    padding: 30px 0;
}
.whiteblock h1{
    color: #d60c8c;
    font: normal 30px/1.3 Georgia,"Times New Roman", serif;
    padding-bottom: 10px;
}
.whiteblock h2{
    color: #d60c8c;
    font: normal 26px/1.3 Georgia,"Times New Roman", serif;
    padding-bottom: 10px;
}
.whiteblock h3{
    color: #d60c8c;
    font: normal 22px/1.3 Georgia,"Times New Roman", serif;
    padding-bottom: 10px;
}
.whiteblock h4{
    color: #d60c8c;
    font: bold 18px/1.3 Georgia,"Times New Roman", serif;
    padding-bottom: 10px;
}
.whiteblock p{
    padding-bottom: 10px;
}
.whiteblock ul{
    padding: 0;
    list-style: none;
}
.whiteblock ul li{
    background: transparent url(../img/mimi/listimage1.gif) no-repeat 30px 10px;
    padding: 5px 0 5px 50px;
    color: #5f7f87;
}
.whiteblock ul li li{
    background: transparent url(../img/mimi/listimage2.gif) no-repeat 10px 10px;
    padding: 5px 0 5px 30px;
}
.note{
    padding: 10px 0 10px 50px;
    margin-bottom: 10px;
    background: #fffbf0;
    color: #6d5a29;
}

.mimi-about{
    display: block;
    width: 129px;
    height: 70px;
    background: url(../img/mimi/mimi-about.gif) no-repeat 0 0;
    overflow: hidden;
    padding: 30px 30px 135px 175px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    float: right;
}
.mimi-about a{
    color: #83d2e4;
}
#scheduleblock{
    display: block;
    width: 380px;
    margin: 0 20px 0 10px;
}
#scheduleblock h2{
    font: normal 22px/1.3 Georgia,"Times New Roman", serif;
    text-align: center;
    color: #000;
}
#scheduleblock .schedulelogo{
    display: block;
    height: 165px;
    background: url(../img/mimi/schedule.png) no-repeat 50% 0;
}
.leftblock .schedule_line,
#scheduleblock .schedule_line{
    display: block;
    height: 30px;
    background: transparent url(../img/mimi/schedule_line.gif) no-repeat 50% 50%;
    padding: 10px;
}
#scheduleblock .schedule_categories{
    display: block;
    width: 370px;
    margin-left: 3px;
}
.schedule_categories_title{
    text-align: center;
    font: italic 15px/1.2 "Times New Roman", Georgia, serif;
}
.leftblock .schedule_categories_title{
    text-align: left;
    padding-top: 20px;
    padding-left: 40px;
}
#scheduleblock .schedule_groups{
    color: #5b230d;
    font: normal 12px/1.2 Tahoma, Arial, sans-serif;
    display: none;
}
.leftblock .schedule_groups{
    font: normal 12px/1.2 Tahoma, Arial, sans-serif;
}
.leftblock .schedule_groups p{
    padding: 5px 0;
}
.cat_style1 .schedule_groups{background: #f7fae6;}
.cat_style2 .schedule_groups{background: #deeef2;}
.cat_style3 .schedule_groups{background: #f3e3ea;}

.schedule_groups_title{
    display: block;
    height: 18px;
    font: normal 12px/1.2 Tahoma, Arial, sans-serif;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 10px;
}
.schedule_groups_title span{
    margin: 0 auto;
    height: 17px;
}
.leftblock .schedule_groups_title{
    text-align: left;
}
.leftblock .schedule_groups_title span{
    margin: 0;
    margin-left: 30px;
    font-weight: bold;
}
.cat_style1 .schedule_groups_title{
    background: url(../img/mimi/schedule_groupline_1.gif) no-repeat 50% 50%;
    color: #505a0b;
}
.cat_style1 .schedule_groups_title span{border-bottom: 1px dotted #505a0b;}
.cat_style1 .schedule_groups_title:hover span{border-bottom: 1px solid #505a0b;}
.cat_style2 .schedule_groups_title{
    background: url(../img/mimi/schedule_groupline_2.gif) no-repeat 50% 50%;
    color: #0a485a;
}
.cat_style2 .schedule_groups_title span{border-bottom: 1px dotted #0a485a;}
.cat_style2 .schedule_groups_title:hover span{border-bottom: 1px solid #0a485a;}
.cat_style3 .schedule_groups_title{
    background: url(../img/mimi/schedule_groupline_3.gif) no-repeat 50% 50%;
    color: #580b2c;
}
.cat_style3 .schedule_groups_title span{border-bottom: 1px dotted #580b2c;}
.cat_style3 .schedule_groups_title:hover span{border-bottom: 1px solid #580b2c;}

#scheduleblock .schedule_lesson_title{
    margin: 5px 0;
    height: 18px;
    position: relative;
    cursor: pointer;
}
.leftblock .schedule_groups ul li{
    font-size: 12px;
    background: none;
    padding-left: 10px;
    padding-right: 10px;
}
.leftblock .schedule_groups ul li .lesson_title{
    color: #5b230d;
    border-bottom: 1px dotted #5b230d;
}
.leftblock .schedule_groups ul li .schedule_lesson_description{
    font-size: 12px;
}
.schedule_lesson_description a{
    color: #5b230d;
}
.leftblock .schedule_lesson_description a{
}
#scheduleblock .schedule_lesson_title span{
    border-bottom: 1px dotted #5b230d;
}
#scheduleblock .schedule_lesson_slider{
    display: block;
    height: 18px;
    position: absolute;
    top: 0;
    z-index: 10;
}
#scheduleblock .cat_style1 .schedule_lesson_slider{background: #f7fae6 url(../img/mimi/schedule_groupline1.gif) no-repeat 0 0;}
#scheduleblock .cat_style2 .schedule_lesson_slider{background: #deeef2 url(../img/mimi/schedule_groupline2.gif) no-repeat 0 0;}
#scheduleblock .cat_style3 .schedule_lesson_slider{background: #f3e3ea url(../img/mimi/schedule_groupline3.gif) no-repeat 0 0;}

#scheduleblock .schedule_lesson_text{
    display: block;
    height: 18px;
    position: absolute;
    top: 0;
    z-index: 11;
}
#scheduleblock .cat_style1 .schedule_lesson_text{background: #f7fae6 url(../img/mimi/schedule_groupline1.gif) no-repeat 0 0;}
#scheduleblock .cat_style2 .schedule_lesson_text{background: #deeef2 url(../img/mimi/schedule_groupline2.gif) no-repeat 0 0;}
#scheduleblock .cat_style3 .schedule_lesson_text{background: #f3e3ea url(../img/mimi/schedule_groupline3.gif) no-repeat 0 0;}

#scheduleblock .schedule_lesson_description{
    display: none;
    padding: 0 10px;
}
.cat_style1 .schedule_lesson_description{color: #505a0b;}
.cat_style2 .schedule_lesson_description{color: #0a485a;}
.cat_style3 .schedule_lesson_description{color: #580b2c;}

span.by_sub,
a.by_sub{
    width: 218px;
    height: 22px;
    display: block;
    float: right;
    background: transparent url(../img/mimi/by_sub.jpg) no-repeat 0 0;
    padding-left:10px;
}
span.by_sub,
a.by_sub:hover{
    background-position: 0 -22px;
}
span.by_years,
a.by_years{
    width: 119px;
    height: 22px;
    display: block;
    float: right;
    background: transparent url(../img/mimi/by_years.jpg) no-repeat 0 0;
    padding-left: 10px;
}
span.by_years,
a.by_years:hover{
    background-position: 0 -22px;
}

/* calend block */
.calend-days-block{
    display: block;
    padding: 10px 75px 10px 25px;
    font-size: 14px;
}
.calend-week{
    display: block;
    height: 30px;
}
.calend-day{
    display: block;
    width: 40px;
    height: 30px;
    text-align: center;
    float: left;
    font-weight: bold;
}
.calend-day a{
    display: block;
    width: 40px;
    height: 20px;
    padding: 7px 0 3px 0;
    text-decoration: none;
    color: #000;
    font-weight: normal;
    font: normal 14px/1.2 Tahoma, Arial, sans-serif;
}
.calend-day a.today{background: transparent url(../img/mimi/calend-days-bg.gif) no-repeat 0 -30px;color:#007b9b;}
.calend-day a:hover,
.calend-day a.selected{background: transparent url(../img/mimi/calend-days-bg.gif) no-repeat 0 0;color:#007b9b;}
.calend-day a.selected{font-weight: bold;}
.calend-week .weekend,
.calend-week .weekend a{
    color: #d60c8c;
}
.calend-week .shadow,
.calend-week .shadow a{
    color: #ddd;
}
.weekdays{
    border-bottom: 1px solid #bbb;
}
.weekdays .calend-day{
    height: 20px;
    padding-top: 10px;
    font: bold 14px/1.2 Georgia,"Times New Roman", serif;
}
a.arrow-left,
a.arrow-right{
    width: 22px;
    height:22px;
    display: inline;
    background-image:url(../img/mimi/arrows.gif);
    background-repeat: no-repeat;
    text-decoration: none;
    display: block;
}
a.arrow-left{background-position: 0 0;float:left;margin-left: 30px;}
a.arrow-left:hover{background-position: -22px 0;}
a.arrow-right{background-position: 0 -22px;float:right;margin-right: 30px;}
a.arrow-right:hover{background-position: -22px -22px;}

.yellowblock,
.voteblock{
    display: block;
    position: relative;
    min-height: 100px;
}
.voteblock{padding-bottom: 150px;}
.voteblock .vote-top,
.yellowblock .yellowblock-top{
    display: block;
    width: 380px;
    height: 10px;
    margin-left: 30px;
    background: url(../img/mimi/vote-bg-blue.gif) no-repeat right top;
}
.yellowblock .yellowblock-top{
    background: url(../img/mimi/yellowblock-bg.gif) no-repeat right top;
}
.voteblock .vote-bottom,
.yellowblock .yellowblock-bottom{
    display: block;
    width: 278px;
    min-height: 120px;
    padding:  0 97px 30px 35px;
    background: url(../img/mimi/vote-bg-blue.gif) no-repeat right bottom;
}
.yellowblock .yellowblock-bottom{
    background: url(../img/mimi/yellowblock-bg.gif) no-repeat right bottom;
    width: 320px;
    padding:  0 40px 30px 50px;
}
.vote-pet-1{background: url(../img/mimi/mimi-vote-1.gif) no-repeat right bottom;}
.vote-pet-2{background: url(../img/mimi/mimi-vote-2.gif) no-repeat right bottom;}
.vote-pet-3{background: url(../img/mimi/mimi-vote-3.gif) no-repeat right bottom;}
.vote-pet-4{background: url(../img/mimi/mimi-vote-4.gif) no-repeat right bottom;}
.vote-pet-5{background: url(../img/mimi/mimi-vote-5.gif) no-repeat right bottom;}
.vote-pet-6{background: url(../img/mimi/mimi-vote-6.gif) no-repeat right bottom;}
.vote-pet-7{background: url(../img/mimi/mimi-vote-7.gif) no-repeat right bottom;}
.vote-pet-8{background: url(../img/mimi/mimi-vote-8.gif) no-repeat right bottom;}
.vote-pet-9{background: url(../img/mimi/mimi-vote-9.gif) no-repeat right bottom;padding-bottom: 165px;}
.vote-pet-10{background: url(../img/mimi/mimi-vote-10.gif) no-repeat right bottom;}
.vote-pet-6 .vote-bottom,
.vote-pet-7 .vote-bottom{background: url(../img/mimi/vote-bg-yellow.gif) no-repeat right bottom;}
.vote-pet-8 .vote-bottom{background: url(../img/mimi/vote-bg-purple.gif) no-repeat right bottom;}
.vote-pet-9 .vote-bottom{background: url(../img/mimi/vote-bg-green.gif) no-repeat right bottom;}
.vote-pet-10 .vote-bottom{background: url(../img/mimi/vote-bg-darkgreen.gif) no-repeat right bottom;}
.vote-pet-6 .vote-top,
.vote-pet-7 .vote-top{background: url(../img/mimi/vote-bg-yellow.gif) no-repeat right top;}
.vote-pet-8 .vote-top{background: url(../img/mimi/vote-bg-purple.gif) no-repeat right top;}
.vote-pet-9 .vote-top{background: url(../img/mimi/vote-bg-green.gif) no-repeat right top;}
.vote-pet-10 .vote-top{background: url(../img/mimi/vote-bg-darkgreen.gif) no-repeat right top;}
.vote-bottom h2{
    font: normal 24px/1.1 Georgia,"Times New Roman", serif;
    text-align: center;
    color: #007b9b;
    padding-bottom: 10px;
}
.vote-pet-6 .vote-bottom h2,
.vote-pet-6 .vote-bottom p,
.vote-pet-7 .vote-bottom h2,
.vote-pet-7 .vote-bottom p{
    color: #ba7600;
}
.vote-pet-3 .vote-bottom h2,
.vote-pet-3 .vote-bottom p,
.vote-pet-9 .vote-bottom h2,
.vote-pet-9 .vote-bottom p{
    color: #5b4b42;
}
.vote-pet-8 .vote-bottom h2,
.vote-pet-8 .vote-bottom p,
.vote-pet-10 .vote-bottom h2,
.vote-pet-10 .vote-bottom p{
    color: #fff;
}
.yellowblock-bottom h2{
    font: normal 22px/1.1 Georgia,"Times New Roman", serif;
    color: #99c60e;
    padding-bottom: 10px;
}
.vote-bottom p{
    padding: 0 10px;
    color: #0094ba;
    font-size: 14px;
    text-align: center;
}
.vote-bottom form{display: block;}
.vote-bottom form p{
    padding: 0 65px 10px 65px;
    color: #0094ba;
    font-size: 14px;
}
.vote-bottom form p span{
    padding-left: 5px;
}
.vote-bottom form .vote-btn{
    display: block;
    width: 110px;
    height: 24px;
    background: url(../img/mimi/vote-btn.gif) no-repeat 0 0;
    border: none;
    margin: 0 auto;
}
.vote-pet-10 .vote-bottom form .vote-btn{background-position: 0 -49px;}
.vote-bottom form .vote-btn:hover{
    background-position: 0 -25px;
    cursor: pointer;
}
.vote-bottom .vote-result-item{
    width: 250px;
    height: 25px;
    margin: 5px auto;
    background: #fff url(../img/mimi/vote-line-blue.gif) no-repeat 0 0;
}
.vote-bottom .vote-result-item .vote-result-value{
    height: 25px;
    background: #ed1455 url(../img/mimi/vote-line-blue.gif) no-repeat 0 0;
}
.vote-pet-3 .vote-bottom .vote-result-item .vote-result-value{background-color: #d6e03e;}
.vote-pet-6 .vote-bottom .vote-result-item,
.vote-pet-7 .vote-bottom .vote-result-item{background: #fff url(../img/mimi/vote-line-yellow.gif) no-repeat 0 0;}
.vote-pet-8 .vote-bottom .vote-result-item{background: #fff url(../img/mimi/vote-line-purple.gif) no-repeat 0 0;}
.vote-pet-9 .vote-bottom .vote-result-item{background: #fff url(../img/mimi/vote-line-green.gif) no-repeat 0 0;}
.vote-pet-10 .vote-bottom .vote-result-item{background: #fff url(../img/mimi/vote-line-darkgreen.gif) no-repeat 0 0;}
.vote-pet-6 .vote-bottom .vote-result-item .vote-result-value{background: #00aeef url(../img/mimi/vote-line-yellow.gif) no-repeat 0 0;}
.vote-pet-7 .vote-bottom .vote-result-item .vote-result-value{background: #f15c22 url(../img/mimi/vote-line-yellow.gif) no-repeat 0 0;}
.vote-pet-8 .vote-bottom .vote-result-item .vote-result-value{background: #fcb040 url(../img/mimi/vote-line-purple.gif) no-repeat 0 0;}
.vote-pet-10 .vote-bottom .vote-result-item .vote-result-value{background: #fcb040 url(../img/mimi/vote-line-darkgreen.gif) no-repeat 0 0;}
.vote-pet-9 .vote-bottom .vote-result-item .vote-result-value{background: #00aeef url(../img/mimi/vote-line-green.gif) no-repeat 0 0;}

.yellowblock ul li{background: none;padding-left: 30px;font-size: 14px;}
.yellowblock ul li.active{background: url(../img/mimi/listimage3.gif) no-repeat 6px 6px;}

/* footer */
#footercontainer{
    display: block;
    min-height: 20px;
    padding: 10px 30px 0 30px;
    background: #fff;
    font: normal 12px/1.3 Tahoma, Arial, sans-serif;
    min-width: 870px;
}
#footercontainer span{
    white-space: nowrap;
}
#rightfooter{
    display: block;
    width: 250px;
    float: right;
    text-align: right;
}
#leftfooter{
    display: block;
    margin-right: 250px;
    text-align: left;
}

/* white corners */
#cornertl {
    font-size: 0;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: url(../img/mimi/cornertl.gif) no-repeat 0 0;
}
#cornertr {
    font-size: 0;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    background: url(../img/mimi/cornertr.gif) no-repeat 0 0;
}
#cornerbl {
    font-size: 0;
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    background: url(../img/mimi/cornerbl.gif) no-repeat 0 0;
}
#cornerbr {
    font-size: 0;
    display: block;
    float: right;
    width: 10px;
    height: 10px;
    background: url(../img/mimi/cornerbr.gif) no-repeat 0 0;
}

/* gallery */

.gal-album{
    display: inline-table;
    width: 240px;
    height: 220px;
    overflow: hidden;
}
.gal-album dt{
    display: block;
    width: 150px;
    height: 100px;
    padding: 23px 45px 27px;
    background: url(../img/mimi/gal-bg.png) no-repeat 50% 50%;
}
.gal-album dd{
    display: block;
    text-align: center;
}
.gal-album dd p{
    font-size: 14px;
    padding-bottom: 5px;
}
.gal-album dd p.title{
    font: italic 18px/1.1 Georgia,"Times New Roman", serif;
}
.gal-photos a{
    display: inline-table;
    width: 150px;
    height: 100px;
    padding: 0 0 20px 10px;
}

/*main login box*/
.loginbox{
    text-align: left;
    width: 250px;
    margin: 10px auto;
    padding: 10px;
    border: 1px solid #b8b8b8;
    font-size: 16px;
}

/* ========= Feedback Form === */
.feedback {
    display: block;
}
.feedback ul{
    width: 400px;
    margin: 0 auto;
}
.feedback ul li{
    background: none;
    padding-left: 0;
}
.feedback p{
    padding: 5px 5px 0 20px;
}
.genericForm {
    display: block;
}
.genericForm fieldset {
    padding-bottom: 10px;
}
.genericForm legend {
    font-size: 18px;
    padding: 0 10px;
}
.genericForm input, 
.genericForm textarea {
    width: 350px;
    padding: 3px 5px;
}

/* common */
sup{vertical-align: top;font-size:70%;}
sub{vertical-align: bottom;font-size:70%;}
.rose{color: #d60c8c;}
.graytext, .greytext {color: #a7a7a7;}
.no{display: none;}
.separator
, .separator10
, .separator20 
, .separator30
, .separator40
, .separator50 {display: block; clear: both; visibility: hidden; height: 0;font-size: 0;}
.separator10 {height: 10px;}
.separator20 {height: 20px;}
.separator30 {height: 30px;}
.separator40 {height: 40px;}
.separator50 {height: 50px;}

.waiter{
    background-color: #fff;
    background-image: url(../img/spinner.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.borderbox{
    display: block;
    background: #fff;
    height: 10px;
    margin: 0 10px;
    font-size: 1px;
}
.map-wrapper{
    display:block;
    padding: 2px 0;
    background: #c0d72e;
    margin-bottom: 40px;
}

.pattern1{
    background-image: url(../img/mimi/bg-pattern1.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}
.pattern2{
    background-image: url(../img/mimi/bg-pattern2.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}
.pattern3{
    background-image: url(../img/mimi/bg-pattern3.gif);
    background-repeat: repeat-y;
    background-position: 0 0;
}
.bg-way{
    background-image: url(../img/mimi/bg-way.gif);
    background-repeat: repeat-x;
    background-position: 0 0;
}

.mimi-keeper1{
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
    width: 50px;
    height: 54px;
    background: url(../img/mimi/mimi-keeper1.gif) no-repeat 0 100%;
}
.mimi-keeper2{
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 70px;
    height: 54px;
    background: url(../img/mimi/mimi-keeper2.gif) no-repeat 0 100%;
}
.mimi-keeper3{
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
    width: 70px;
    height: 54px;
    background: url(../img/mimi/mimi-keeper3.gif) no-repeat 0 100%;
}
.mimi-keeper4{
    display: block;
    position: absolute;
    top: 0;
    left: 55px;
    width: 70px;
    height: 54px;
    background: url(../img/mimi/mimi-keeper4.gif) no-repeat 0 100%;
}
.paginator{
    display: block;
/*    clear: both;*/
}
.paginator p{
    font: normal 15px/1.2 "Times New Roman", serif;
    padding: 0;
}
.paginator .ptitle{
    font-style: italic;
    color: #000;
}
.paginator .ppages{
    font-style: normal;
    color: #b2a37c;
}
.paginator .ppages .active{
    color: #e80d38;
}
.paginator .ppages a,
.paginator .ppages span{
    padding: 0 1px;
}

