@charset "utf-8";

body {
    background-color: #007fc2;
    margin: 0; padding: 0;
    font-family: Arial,Helvetica,sans-serif;
}
h1 {
	text-align: center;
}
div#page-wrapper {
    width: 960px;
    margin: auto;
    padding-left: 35px;
    padding-right: 35px;
    background-image: url('../images/layout/shadow.png');
    background-repeat: repeat-y;
}
div#page {
    padding-bottom: 15px;
    background-color: #FFF;
}
div#head {
    height: 234px;
    background-image: url('../images/layout/header.jpg');
    background-repeat: no-repeat;
    position: relative;
    color: white;
}
div#contacts {
    position: absolute;
    bottom: 42px;
    left: 24px;
    font-size: 13px;
}
div#phone {
    font-weight: bold;
    font-size: 16px;
}
div#goods {
    position: absolute;
    bottom: 6px;
    right: 38px;
    font-size: 18px;
    letter-spacing: 1px;
}
div#content .block {
    clear: both;
}
div#content .block .text {
    padding-left: 20px;
    color: #444;
}
div#content .block .text h1 {
    margin-bottom: 0;
    font-size: 16px;
    color: #f15711;
    text-shadow: 0 0 15px #f15711;
}
div#content img {
    cursor: pointer;
}
div#content .images {
    padding: 30px;
}
div#content .images img {
    display: block;
    margin: 8px;
}
div#special {
    position: relative;
    margin: auto;
    width: 881px;
    height: 299px;
    background-image: url('../images/layout/mid.jpg');
    color: white;
}
div#special-text {
    text-align: center;
    padding-top: 16px;
    font-weight: bold;
    color: #EEF;
}
div#special-line-1 {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}
div#special-line-2 {
    font-size: 60px;
    text-shadow: 0 0 15px #001538;
}
div#special-line-3 {
    font-size: 20px;
    margin-bottom: 20px;
}
div#special-bottom {
    position: absolute;
    bottom: 3px;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
    font-size: 24px;
}
div#footer {
    clear: both;
    height: 182px;
    background-image: url('../images/layout/footer.jpg');
    background-repeat: no-repeat;
}
div#img-right { float: right; }
div#img-left { float: left; }
div#img-special-left {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
}
div#img-special-right {
    float: right;
    margin-top: 16px;
    margin-right: 16px;
}

a.vk {
    display: block;
    margin: 5px 0px;
}
div.shadow {
    text-shadow: 1px 1px 3px #9c4420;
    font-weight: bold;
}
#map {
    float: right;
    margin-left: 15px;
}
#map_canvas1 {
    width: 490px;
    height: 300px;
}
#map_canvas2 {
    width: 490px;
    height: 300px;
    margin-top: 20px;
}
#map_canvas3 {
    width: 490px;
    height: 300px;
    margin-top: 20px;
}
#addr1 {
    margin-top: 60px;
}
#addr2 {
    margin-top: 140px;
}
#addr3 {
    margin-top: 220px;
}
#mail {
    margin-top: 200px;
}
#banner {
     margin: 0px 100px;
}
#banner img {
     border: 0;
     width: 300px;
     height: 45px;
}
div#img-special-center {
    text-align: center;
    margin-top: 16px;
    margin-right: 16px;
}
div#space {
    margin-bottom: 40px;
}

}