body {
    margin: 0;
    padding: 0;
    background: #71A3E3 url('../images/bg_page.jpg') -55px 0px;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

#head {
    height: 149px;
    background: url('../images/bg_head.jpg') top left repeat-x;
    white-space: nowrap;
}

#logo {
    float: left;
    margin: 10px;
}

#head .menu {
    padding: 103px 0 0 0;
    margin: 0;
    list-style-type: none;
}

#head .menu li {
    display: block;
    float: left;
    margin-left: 150px;
}

#navigation {
    height: 350px;
    background: #D4B2E4 url('../images/bg_navigation.jpg') repeat-x;
}

#container {
    background: url('../images/bg_navigation_secondary.jpg') left top repeat-x;
    min-height: 378px;
    height:auto !important;
      height:378px;
}

#side {
    float: left;
    height: 350px;
    width: 160px;
}

#side .menu {
    margin: 0 10px;
    padding: 10px 0 5px 0;
    border-bottom: 1px dashed #4D7AB5;
}

#side .menu div {
    background: url('../images/bullet_menu.gif') 0px 5px no-repeat;
    padding: 0 0 0 10px;
}

#side .menu div a {
    display: block;
    height: 14px;
    overflow: hidden;
}

#side .menu div a.home {
    width: 30px;
    background: url('../images/mnu_home.gif');
}
#side .menu div a.sound {
    width: 105px;
    background: url('../images/mnu_sound.gif');
}
#side .menu div a.blog {
    width: 25px;
    background: url('../images/mnu_blog.gif');
}
#side .menu div a.listen {
    width: 30px;
    background: url('../images/mnu_listen.gif');
}
#side .menu div a.events {
    width: 37px;
    background: url('../images/mnu_events.gif');
}
#side .menu div a.water {
    width: 77px;
    background: url('../images/mnu_water.gif');
}
#side .menu div a.store {
    width: 56px;
    background: url('../images/mnu_store.gif');
}
#side .menu div a.downloadstore {
background:url("../images/mnu_downloadstore.gif") repeat scroll 0 0 transparent;
width:99px;
}
#side .menu div a.sound_instruments {
    width: 67px;
    background: url('../images/mnu_instruments.gif');
}
#side .menu div a.listen_dreaming_play {
    width: 102px;
    background: url('../images/mnu_instruments_demo.gif');
}
#side .menu div a.company_arem {
    width: 71px;
    background: url('../images/mnu_about_kimba.gif');
}
#side .menu div a.cart {
    width: 80px;
    background: url('../images/mnu_cart.gif');
}
#side .menu div a.company {
    width: 80px;
    background: url('../images/mnu_company.gif');
}
#side .menu div a.contact {
    width: 60px;
    background: url('../images/mnu_contact.gif');
}
#side .menu div a.links {
    width: 25px;
    background: url('../images/mnu_links.gif');
}
#side .menu div a.map {
    width: 47px;
    background: url('../images/mnu_map.gif');
}

#side .menu div a.active, #side .menu div a:hover{
    background-position: 0 16px;
}

#side #div_player {
    margin: 0 10px;
    padding: 5px 0;
    border-bottom: 1px dashed #4D7AB5;
}

#side #shopping_cart {
    background: url('../images/bg_cart.gif') right center no-repeat;

}

#side #guestbook {
    padding: 20px 0 1px 0;
    margin: 0 10px;
    background: url('../images/bg_guestbook.gif') 2px 3px no-repeat;
    border-bottom: 1px dashed #4D7AB5;
}

#side #guestbook input {
    width: 138px;
    height: 15px;
    margin: 1px 0;
    border: 1px solid #4D7AB5;
    background: #D4B2E4;
    color: pupure;
    padding-left: 5px;
    font: bold 10px/14px Verdana, sans-serif;
}

#side #guestbook input.button {
    float: right;
    width: 27px;
    height: 11px;
    padding-bottom: 0;
    border: none;
}

#side .last {
    border: none;
}

#content {
    width: 650px;
    margin: 0 0 0 200px;
    padding: 0 40px 40px 50px;
    background: #D4B2E4;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 18px;
}

#content .menu {
    height: 16px;
    padding: 10px 0 20px 0;
    margin: 0;
    list-style-type: none;
}

#content .menu li {
    float: left;
    height: 20px;
    margin: 0;
    padding: 0 10px;
    border-left: 1px solid #3B323F;
}
#content .menu li.first {
    border-left: none;
    padding-left: 0;
}

#content .menu a {
    display: block;
    height: 16px;
    overflow: hidden;
}

#content .menu a.active, #content .menu a:hover{
    background-position: 0px 20px;
}

#content a.main {
    color: #491102;
    text-decoration: none;
    font-weight: bold;
}

.cleared:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



/* Hides from IE-mac \*/
* html .cleared {height: 1%;}
/* End hide from IE-mac */
