@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#313131;
}

html {
    height: 100%;
    background-image:url("../images/common/bg.jpg");
}

body {
	height: auto !important;
	min-height: 100%;
	position: relative;
	color:#313131;
	font-size:14px;
        background-image: url(../images/empty.gif);
        background-attachment: fixed;
}


/**
 * выпадающее меню
 */
div.popup-menu,
div.popup-menu .t,
div.popup-menu .b
{
    background-image: url(../images/common/menu-popup-bg.png);
    background-repeat: no-repeat;
    position:absolute;
}

div.popup-menu
{
    text-align: left;
    background-position: top left;
    padding:10px 15px;
    position: relative;
}

    div.popup-menu * { color: #21919f; }

    div.popup-menu h1
    {
        font-size: 16px !important;
        font-weight: normal;
        padding: 0 0 8px 0;
        margin: 0px !important;
        border-bottom: 1px solid #bce0e7;
        white-space: nowrap;
        text-align: center;
    }

    div.popup-menu ul
    {
        text-align: center;
        list-style: none;
    }

        div.popup-menu ul li
        {
            padding: 3px 0;
            border-bottom: 1px solid #bce0e7;
            margin: 0px !important;
        }

            div.popup-menu ul li a
            {
                text-decoration: none;
                padding: 2px 5px;
            }
            div.popup-menu ul li a:hover { background-color: #bde3e9; }

    div.popup-menu .t.r
    {
        background-position: top right;
        width:4px;
        height:100%;
        left:100%;
        right:-4px;
        top:0px;
        position: absolute;
    }

    div.popup-menu .b.l
    {
        background-position: bottom left;
        height:4px;
        left:0px;
        top:auto;
        width:100%;
        bottom:-4px;
    }

    div.popup-menu .b.r
    {
        background-position: bottom right;
        width:4px;
        height:4px;
        top:auto;
        left:100%;
        bottom:-4px;
        right:-4px;
    }

/**
 * Все, что относится к шапке страницы:
 * логотип, меню и т.д.
 */
#page-header
{
	background-image:url("../images/common/bg-header.jpg");
	height:132px;
}

#page-header #logo
{
    position: absolute;
    top: 35px;
    left: 65px;
}

#page-header #logo > div
{
    font-size: 17px;
    color: #2a9ba8;
    position: absolute;
    top:3px;
    left:98px;
    white-space: nowrap;
}

/**
 * Главное меню вверху страницы.
 */
#page-header-menu
{
	position:relative;
        margin: 0px;
	margin-left:450px;
        margin-right: 20px;
	top:70px;
	list-style:none;
	z-index:100;
        height: 20px;
}
    #page-header-menu > li
    {
            text-align:center;
            position: relative;
            float: left;
    }
    #page-header-menu a
    {
            font-size:16px;
            color:#2a9ba8;
            white-space: nowrap;
    }

    #page-header-menu div.submenu
    {
        position: absolute;
        left: 0px;
        top:-10px;
        width: 300px;
        height: auto;
        text-align: center;
        z-index: 100;
    }

    #page-header-menu div.popup-menu {display: none;}

/**
 * Основное содержание страницы
 */
#page-content
{
    background-image:url("../images/common/bg-top.jpg");
    background-repeat:repeat-x;
    min-height:623px;
    padding:20px 60px 50px 220px;
}

    #page-content h1
    {
        color:#076a0e;
        margin-bottom: 15px;
        font-weight: normal;
        font-size: 20pt;
    }

    #page-content h2
    {
        color:#076a0e;
        margin-bottom: 10px;
        margin-top: 5px;
        font-weight: normal;
        font-size: 16pt;
    }

        #page-content h1 * { color:inherit; }

    /*#page-content a {
        color:#313131;
        font-style:italic;
    }*/
    #page-content a:hover {color:#e20202;}

    #page-content p
    {
        margin-bottom:10px;
        line-height: 150%;
    }

    #page-content ul,
    #page-content ol {margin-bottom: 10px;}
    #page-content li {margin-left: 40px;}



/**
 * Форма поиска
 */
#search-form
{
    position: absolute;
    left: 75px;
    top: 160px;
}
    #search-form input
    {
        border: 1px solid #090;
        background-image: url(/images/bg-white-70.png);
        background-color: transparent;
        padding: 2px 5px;
    }

/**
 * Стили для меню каталога на странице.
 */
#menu-catalogue
{
    width:80%;
    margin:-15px 10% 0 5%;
    height:auto;
    padding-top: 20px;
    text-align: center;
    overflow:visible;
    position:relative;
}

#menu-catalogue > div.item,
#menu-catalogue > div.item > div.left,
#menu-catalogue > div.item > div.right
{
    background-image: url(../images/common/menu-line-bg.png);
    background-repeat: no-repeat;
}

#menu-catalogue > div.item
{
    background-position: 0 -64px;
    background-repeat: repeat-x;
    height: 54px;
    overflow: visible;
    position:relative;
    padding-top: 10px;
    margin:-5px 30px;
}

#menu-catalogue > div.item a
{
    color:#2a9ba8;
    text-align: center;
    display: block;
    font-style: normal;

}

/* тени под пункатми меню */
#menu-catalogue > div.item > div.left,
#menu-catalogue > div.item > div.right
{
	height: 64px;
	width: 34px;
	position:absolute;
	top:0px;
}
#menu-catalogue > div.item > div.left
{
	left:-34px;
}
#menu-catalogue > div.item > div.right
{
    right:-34px;
    left:100%;
    background-position: 0 -128px;
}

/* нитки, на которых висят пункты меню  */
#menu-catalogue > div.item > div.line-left,
#menu-catalogue > div.item > div.line-right
{
	position:absolute;
	top:-295px;
	height:300px;
	width:1px;
	background-image:url(../images/common/line-bg.png);
}

#menu-catalogue > div.item > div.line-left { left:0px; }
#menu-catalogue > div.item > div.line-right { left:100%; }

#menu-catalogue div.submenu
{
    overflow: visible;
    position:absolute;
    left: 0px;
    top: 0px;
    width: 3px;
    height: auto;
    text-align: center;
}

#menu-catalogue div.popup-menu
{
    margin-left: -10px;
    display: none;
}
/**
 * нижний блок
 */
#page-footer * {
	color:#FFF;
}
#page-footer {
	position:absolute;
	bottom:0px;
	height:46px;
	background-image:url("../images/common/bg-bottom.gif");
	width:100%;
}

/* картинка с душевой кабиной */
#page-footer > div.image
{
    position:absolute;
    background-repeat: no-repeat;
    left:0px;
}

/* выходной текст */
#page-footer > div.content
{
    text-align: center;
    margin-top: 20px;
    margin-left: 50px;
}

#page-footer > div.content > span
{
    margin: 0 5px;
}

/* строка с телефоном */
#page-footer > div.content > span.phone
{
    font-size: 16px;
    font-weight: bold;
}
#page-footer > div.content > span.phone > img
{
    margin: 0 5px;
}
