@CHARSET "UTF-8";

html, body {
    margin: 0;
    padding: 0;
}

body {
    background: url(../images/main-bg.jpg) 50% 50px no-repeat;
    font-size: 15px;
    }

a {
    color: #0fa3b1;
    text-decoration: underline;
    }
    a:hover {
        text-decoration: none;
        }
    a:visited {
        color: #32ad9a;
        }
    a img {
        border: 0;
        }
.h-menu {
    margin: 0;
    padding: 0;
	}
    .h-menu li {
        list-style: none;
        display: inline;
        margin: 0 0.7em;
        font-style: italic;
        }
        .h-menu li a {
            font-family: Georgia;
            color: #02abc0;
            text-decoration: underline;
            }
            .h-menu li a:hover {
                text-decoration: none;
                }
            .h-menu li.selected a {
                color: #fcaa00;
                }

#site-body {
    width: 955px;
    margin: auto;
    position: relative;
    }

/******************

HEADER

*/
#header {
    height: 85px;
    }

#logo {
    position: absolute;
    top: 0;
    left: -22px;
    }
    #logo img {
        width: 271px;
        height: 86px;
        border: 0;
        }
#nav {
    position: absolute;
    right: 0;
    top: 17px;
    }
    #nav a {
        display: inline-block;
        margin: 0 10px;
        width: 16px;
        height: 16px;
        background-image: url(../images/icons.png);
        background-repeat: no-repeat;
        }
        #nav a i {
            display: none;
            }
    #nav-home{
        background-position: 0 0;
        }
    #nav-map {
        background-position: -16px 0;
        }
    #nav-mail {
        background-position: -32px 0;
        }
#top-menu {
    position: absolute;
    top: 50px;
    right: 0;
	}

/******************

CONTENT

*/
#site-content {
    position: relative;
    overflow: hidden;
    }

#main-info h1 {
    background: url(../images/title.png) no-repeat;
    width: 323px;
    height: 95px
    }
    #main-info h1 span {
        margin-left: -10000px;
        }
#site-contacts {
    color: #43c1cf;
    position: absolute;
    right: 0;
    top: 30px;
    font-family: Georgia;
    text-align: right;
    }
    #site-contacts .phone {
        font-size: 140%;
        font-weight: bold;
        }
        #site-contacts .phone b {
            /*color: #fcaa00;*/
            }
    #site-contacts .email a {
        font-weight: bold;
        color: #43c1cf;
        }
#price-link a {
    color: #ef9d00;
    font-style: italic;
    padding: 0 0 0 22px;
    position: relative;
    }
    #price-link a i {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 16px;
        height: 16px;
        background: url(../images/price.png) 0 3px no-repeat;
        }

#content-page,
#content-news,
#view-content {
    padding: 85px 0 100px 0;
    color: #2884a8;
    }
    #content-news-date {
        margin: -1em 0 1em 0;
        font-size: 95%;
        color: #666;
        }
    #news-list {
        list-style-type: none;
        margin: 0;
        padding: 0;
        }
        #news-list li {
            margin: 1em 0;
            }
            #news-list li .title {
                font-size: 110%;
                }
            #news-list li .date {
                display: block;
                font-size: 95%;
                color: #666;
                }

/******************

FOOTER

*/
#footer {
    position: relative;
    }

#news-block {
    min-height: 101px;
    }
    #news-block h2 {
        font-family: georgia;
        font-style: italic;
        font-size: 130%;
        font-weight: normal;
        color: #0c9e8f;
        margin: 10px 0;
        }
        #news-block h2 a {
            color: #0c9e8f;
            }
            #news-block h2 a:hover .gr-letter {
                text-decoration: none !important;
                }
    #news-block .block {
        width: 170px;
        margin: 0 35px 0 0;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; /* IE FIX */
        }
        #news-block .block .date {
            color: #ef9d00;
            font-size: 90%;
            }
        #news-block .block .more {
            color: #ef9d00;
            font-size: 85%;
            display: none;/* !!!!!!!!! */
            }
#photos-block {
    width: 439px;
    height: 101px;
    background: url(../images/photos-bg.png) 0 9px no-repeat;
    position: absolute;
    top: 33px;
    right: 0;
    text-align: center;
    }
    #photos-block .title {
        text-align: center;
        font-style: italic;
        line-height: 18px;
        display: inline;
        background: #FFF;
        padding: 0 10px;
        position: relative;
        z-index: 5;
        -moz-border-radius: 23px;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        }
        #photos-block .title a:hover .gr-letter {
            text-decoration: none !important;
            }
    #photos-block .content {
        position: absolute;
        top: 9px;
        width: 437px;
        margin: 1px;
        height: 90px;
        }
    #photos-block .larr, #photos-block .rarr {
        cursor: pointer;
        height: 100%;
        width: 30px;
        position: absolute;
        top: 0;
        }
    #photos-block .larr {
        left: 0;
        }
    #photos-block .rarr {
        right: 0;
        }
        #photos-block .larr div, #photos-block .rarr div {
            height: 100%;
            width: 20px;
            background-image: url(../images/arr.png);
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            }
        #photos-block .larr div {
            background-position: 0 50%;
            left: 5px;
            }
        #photos-block .rarr div {
            background-position: -20px 50%;
            right: 5px;
            }
    #photos-block .photos {
        position: absolute;
        top: 9px;
        left: 30px;
        width: 377px;
        height: 72px;
        overflow: hidden;
        }
        #photos-block .photos .wrapper {
            white-space: nowrap;
            position: absolute;
            }
            #photos-block .photos a {
                height: 100%;
                margin: 0 5px;
                }
                #photos-block .photos a img {
                    vertical-align: top;
                    }

#bottom-menu {
    text-align: center;
    margin: 50px 0 20px;
    font-size: 90%;
    display: none; /* !!!!!!!!!!! */
    }

#copyright {
    font-size: 90%;
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 1em 0 1em 0;
    }

#site-bottom-text {
    color: #2884a8;
    margin: 70px 0 20px 0;
    }

/* web-developer */
#yarovoy {
    margin: 1em 0 1em 0;
    text-align: center;
    font-size: 90%;
    font-style: italic;
    }

    #yarovoy a {
        text-decoration: none;
        }

        #yarovoy a b {
            text-decoration: underline;
            font-weight: normal;
            }

            #yarovoy a:hover b {
                text-decoration: none;
                }
