/*** Head Bar ***/
#head_bar {
    height: 44px;
    margin-bottom: 10px;
}

#head_bar.gym {
    background: url(../images/private_head_bg.png) top center no-repeat;
}
#head_bar.fertility {
    /*background: url(../images/fertility_head_bg.png) top center no-repeat;*/
    background: url(../images/private_head_bg.png) top center no-repeat;
}

#head_bar.clinic {
    background: url(../images/naturo_head_bg.png) top center no-repeat;
}

#head_bar.sauna {
    background: url(../images/sauna_header_bg.png) top center no-repeat;
}

#head_bar h1 {
    font-size: 22px;
    color: #FFF;
    font-weight: normal;
    line-height: 22px;
    padding: 11px 25px;
}

/****** Main Content Area ****/

#content_wrap {
    background: url(../images/interior_content_bg.png) center repeat-y;
    padding: 0px;
}


/*** Content Left ***/

#content_left {
    width: 206px;
    float: left;
    height: 200px;
}

#content_left #left_top {
    height: 17px;
    background: url(../images/interior_left_top.jpg) top center no-repeat;
}



/*** Content Right ***/

#content_right #slider_mask {
    width: 760px;
    height: 255px;
    background: url(../images/slider_mask.png) top center no-repeat;

    position: relative;
    margin-top: -255px;
    z-index: 2;
}

#content_right #slider {
    width: 760px;
    height: 255px;
    background-color: #333;

    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#content_right {
    width: 760px;
    float: right;
}

#content_right_body_top {
    background: url(../images/interior_content_body_top.jpg) 0px top no-repeat;
    height: 25px;
}

#content_right_liner {
    width: 700px;
    margin: auto;
}

#content_right_liner a {
    color: #414632;
}

#content_right_liner a:hover {
    text-decoration: underline;
}

#content_right_liner h1 {
    color: #1C85A4;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 15px;
}



/****** Side Menu ******/

#side_menu {
    list-style: none;
    width: 180px;
    margin: auto;
}

#side_menu li {
    width: 180px;
    padding: 0;
    margin: 0;
}

#side_menu li a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #414632;
    padding: 9px 0 8px 0;
    text-align: center;
    background-position: bottom center;
    background-image: url(../images/sidenav_bg.png);
    background-repeat: no-repeat;
}

#side_menu li a:hover {
     background-image: url(../images/sidenav_hover.png);
}


.side_button {
    display: block;
    width: 175px;
    height: 35px;
    margin: 10px auto 0  auto;
}
