﻿@font-face{
    font-family: 'MyWebFont';
    font-style: normal;
    font-weight: 400;
    src: local('MyWebFont'),
         url('../fonts/arlamub-webfont.eot'),
         url('../fonts/arlamub-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/arlamub-webfont.woff') format('woff'),
         url('../fonts/arlamub-webfont.ttf') format('truetype'),
         url('../fonts/arlamub-webfont.svg#webfont') format('svg');
}
.main{
    max-width:1030px;
    min-width:800px;
    margin:0 auto;
    padding:0 15px;
}
    header{
    }
        .header_info{
            position:relative;
            height:150px;
        }
            .logo{
                position:absolute;
                top:-10px;
                left:0;
            }
            .header_info h2{
                position:absolute;
                top:10px;
                left: 40%;
                font-family: 'MyWebFont', Arial, sans-serif;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
                font-size: 30px;
                color:#fff;
                text-align:center;
                text-decoration: none;
                text-transform:uppercase;
            }
            .her{
                position:absolute;
                color:#fcff00 !important;
                top:50px !important;
                left: 55% !important;
            }
        nav{
            height:40px;
        }
            ul.menu{
                display: table-row;
                list-style: none;
                list-style-type: none;
                height: 40px; 
                margin:0 auto;
                -webkit-border-radius: 15px;
                -moz-border-radius: 15px;
                border-radius: 15px;
                }
                    ul.menu li{
                        border-right: 1px solid #ccc;
                        border-left: 1px solid #fff;
                        display: table-cell;
		                width: auto;
		                text-align: center;
		                height: 40px;
		                vertical-align: middle;
		                margin:0;
                        background: rgba(255,93,177,1);
                        background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
                        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(239,1,124,1)));
                        background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
                        background: -o-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
                        background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
                        background: linear-gradient(to bottom, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%);
                        -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
                        -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
                        box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.75);
                    }
                        ul.menu li:first-child{
                            -webkit-border-radius: 15px 0 0 15px;
                            -moz-border-radius: 15px 0 0 15px;
                            border-radius: 15px 0 0 15px;
                            border-left:none;
                        }
                        ul.menu li:last-child{
                            -webkit-border-radius: 0 15px 15px 0;
                            -moz-border-radius: 0 15px 15px 0;
                            border-radius: 0 15px 15px 0;
                            border-right:none;
                        }
                        ul.menu li a {
                            color: #fff;
                            font-family: 'MyWebFont', Arial, sans-serif;
                            text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
                            font-size: 20px;
                            text-decoration: none;
                            text-transform:uppercase;
		                    display: block;
		                    display: table-cell;
                            height:40px;
		                    vertical-align: middle;
                            padding:3px 35px 0 35px;
                        }
                            ul.menu li:first-child a{
                                -webkit-border-radius: 15px 0 0 15px;
                                -moz-border-radius: 15px 0 0 15px;
                                border-radius: 15px 0 0 15px;
                            }
                            ul.menu li:last-child a{
                                -webkit-border-radius: 0 15px 15px 0;
                                -moz-border-radius: 0 15px 15px 0;
                                border-radius: 0 15px 15px 0;
                            }
                        ul.menu li a:hover, ul.menu li.active a{ 
                            background: rgba(239,1,124,1);
                            background: -moz-linear-gradient(top, rgba(239,1,124,1) 0%, rgba(255,93,177,1) 100%);
                            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,1,124,1)), color-stop(100%, rgba(255,93,177,1)));
                            background: -webkit-linear-gradient(top, rgba(239,1,124,1) 0%, rgba(255,93,177,1) 100%);
                            background: -o-linear-gradient(top, rgba(239,1,124,1) 0%, rgba(255,93,177,1) 100%);
                            background: -ms-linear-gradient(top, rgba(239,1,124,1) 0%, rgba(255,93,177,1) 100%);
                            background: linear-gradient(to bottom, rgba(239,1,124,1) 0%, rgba(255,93,177,1) 100%);	
                            text-shadow: -1px -1px 2px rgba(150, 150, 150, 1);	                          		
                        }
            .ok{
                width:200px;
                height:200px;
                border:none;
                background:url('../images/odnoklassniki.jpg') 0 0 no-repeat;
            }
        .header_image{
            height:200px;
        }
    section.maincontent{
        background-color:#ffffff;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        padding:15px;
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.75);
        margin-bottom:10px;
    }
        .left{
            float:left;
            width:300px;
        }
            .title{
                color: #fff;
                font-family: 'MyWebFont', Arial, sans-serif;
                text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
                font-size: 16px;
                text-decoration: none;
                text-transform:uppercase;
                text-align:center;
                width:200px;
                height:43px;
                background:url('../images/title.png') 0 0 no-repeat;
                margin-top:10px;
                padding-top:12px;
            }
            ul.left_menu{
                position:relative;
                width:275px;
                left:-29px;
                margin-bottom:50px;
            }
                ul.left_menu li{
                    width:275px;
                    height:60px;
                    margin-bottom:10px;
                }
                ul.left_menu li a{
                    display:block;
                    color: #fff;
                    font-family: 'MyWebFont', Arial, sans-serif;
                    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
                    font-size: 16px;
                    text-decoration: none;
                    text-transform:uppercase;
                    width:275px;
                    height:60px;
                    background:url('../images/arrow.png') 0 0 no-repeat;
                    text-align:left;
                }
                    ul.left_menu li a:hover, ul.left_menu li a.active{
                        background:url('../images/arrow_hov.png') 0 0 no-repeat !important;
                    }
                    ul.left_menu li:first-child a{
                        background:url('../images/arrow3.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(2) a{
                        background:url('../images/arrow2.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(4) a{
                        background:url('../images/arrow4.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(5) a{
                        background:url('../images/arrow5.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(6) a{
                        background:url('../images/arrow6.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(7) a{
                        background:url('../images/arrow7.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(8) a{
                        background:url('../images/arrow2.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(9) a{
                        background:url('../images/arrow4.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(10) a{
                        background:url('../images/arrow7.png') 0 0 no-repeat;
                    }
                    ul.left_menu li:nth-child(11) a{
                        background:url('../images/arrow5.png') 0 0 no-repeat;
                    }                    ul.left_menu li:nth-child(12) a{                        background:url('../images/arrow6.png') 0 0 no-repeat;                    }					ul.left_menu li:nth-child(13) a{                        background:url('../images/arrow3.png') 0 0 no-repeat;                    }                    ul.left_menu li:nth-child(14) a{                        background:url('../images/arrow2.png') 0 0 no-repeat;                    }                    ul.left_menu li:nth-child(15) a{                        background:url('../images/arrow4.png') 0 0 no-repeat;                    }					
                        ul.left_menu li a span{
                            padding:24px 0 0 15px;
                            display:block;
                        }						.menu6{							font-size:13px;							padding-top:18px !important;						}
        .right{
            margin-left:300px;
            position:relative;
        }
            .indexText{  
                padding:15px;
            }
                .catTitleImg{
                    position:absolute;
                    top:0;
                    left:0;
                    width:100%;
                }
                .right h1{
                    padding-top:15px;
                    position:relative;
                    text-align:center;
                    color: #fff;
                    font-family: 'MyWebFont', Arial, sans-serif;
                    text-shadow: 1px 1px 2px rgba(0,0,0,0.75);
                    font-size: 16px;
                    text-decoration: none;
                }
                .text{
                    margin-top:50px;
                    padding:15px;
                }
                    .text p, .indexText p {
                        color:#444;
                        font-size: 18px;
                        font-family:'Times New Roman', Times, serif;
                        line-height:25px;
                        text-align:justify;
                        margin-bottom:20px;
                    }
                        .text p span.red, .indexText p span.red{
                            font-weight:bold;
                            color:#ff0000;
                            font-size: 22px;
                        }
                        .text p a, .text p a:link, .text p a:visited, .text p a:active, .indexText p a, .indexText p a:link, .indexText p a:visited, .indexText p a:active{
                            font-weight:bold;
                            text-decoration:underline;
                            color:rgba(239,1,124,1);
                        }
                        .text p a:hover, .indexText p a:hover{
                            text-decoration:none;
                        }
                    .map{
                        width:100%;
                        height:450px;
                        border:2px solid rgba(239,1,124,1);
                        margin-bottom:20px;
                    }
                    .map img{
                        width:100%;
                        height:450px;
                    }
                    .email{
                        padding:5px 0 12px 60px;
                        background:url('../images/email.png') 0 0 no-repeat;
                    }
                        .email:hover{
                            background:url('../images/email_h.png') 0 0 no-repeat;
                        }
                    .tell{
                        padding:6px 0 12px 45px;
                        color:#ff0000 !important;
                        font-size: 20px !important;
                        font-weight:bold !important;
                        font-family:'Times New Roman', Times, serif !important;
                        background:url('../images/tel.png') 0 0 no-repeat;
                    }
                        .tell:hover{
                            background:url('../images/tel_h.png') 0 0 no-repeat;
                        }
        .photoBox{
            padding-left:30px;
            margin:0 auto;
        }
            .fancybox img{
                width:180px;
                height:130px;
                padding:7px;
                margin:0 20px 25px 0;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
                -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
                box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
                border:1px solid #fff;
            }
            h3.errorMessage{
                padding:20px;
                color:#6d6d6d;
                font-size: 18px;
                font-family: 'MyWebFont', Arial, sans-serif;
                font-weight:bold;
                text-decoration:none;
            }
            .sale{
                width:85%;
                display:block;
                margin:20px auto 0 auto;
            }
            a.else{
                text-decoration:none;
            }
                .else img{
                    width:100%;
                }
                .else h4{
                    margin-top:20px;
                    font-size: 28px;
                    font-family: 'MyWebFont', Arial, sans-serif;
                    font-weight:bold;
                    text-decoration:none;
                    color:#ff0000;
                }
                    .else h4:hover{
                        text-decoration:underline;
                    }
    .fb-page{
        margin-bottom:20px;
    }
    .rankImg{
        width:200px;
        border:1px solid rgba(239,1,124,1);
    }
        .clear{
            clear:both;
        }
    footer{
        width:100%;
        height:300px;
        background:url('../images/footer.jpg') bottom center no-repeat;
    }
        .footer_main{
            position:relative;
            max-width:1030px;
            min-width:800px;
            height:100%;
            margin:0 auto;
        }
        .footer_logo{
            position:absolute;
            top:-10px;
            right:20px;
        }
        .copyR{
            position:absolute;
            bottom:15px;
            display:block;
            text-align:center;
            font-size: 14px;
            margin:0 auto;
            color:#fff;
            text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
            font-family: 'MyWebFont', Arial, sans-serif;    
        }

