﻿/*-----------------------Globals styles----------------------*/
body
{
    background: url(../../img/ornament_top.jpg) repeat-x #7F7F7F;
    color: Black;
}

#wrapper {
  background: url(../../img/ornament_bottom.png) repeat-x bottom;
}

#canvas
{
    background-color: #ECE3CF;
}

/* ---------------- HEADER ---------------- */ 
#descr
{
    border-top-color: white;
}

.museumLangStrip
{
    border-top-color: white;
    border-bottom-color: white;
}

.langSelector a
{
    border-left-color: white;
}

.langActive
{
    color: #939393;
}

.langAlternative /* присваивается динамически в коде */
{
    color: Black;
}

.siteMap
{
    border-left-color: white;
}

.imgBar div
{
    border-right-color: white;
}


.museumBar 
{
    background-color: #C8BBA8;
}

/* ---------------- CONTENT ---------------- */ 

#content
{
    border-top-color: White;
}

td.cont
{
    border-left-color: White;
}

/* ---------------- FOOTER ---------------- */ 

#breadCrumbs
{
    /*height: 20px;*/
    border-top-color: white;
    border-bottom-color: white;
}


/* ------ background colors ------- */

.bg-dark
{
    /* dark brown */
    background-color: #957E5E;  
}
.bg-middle
{
    background-color: #C8BBA8;
}
.bg-light
{
    background-color: #ECE3CF;
}
