BODY {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0; 
    background: url('/images/design/new/body_bg.gif') #ffffff;   
}

TD, PRE {
   font-family: Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

FORM {
    padding: 0;
    margin: 0;
}

A {
    color: #e00722;
    text-decoration: underline;
    outline: none;
}

A:Hover {
    text-decoration: none;
}


/* floating */

.float_left{
    float:left;
}

.float_right{
    float:right;
}

/* e o  floating */

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 1%;
}
/* Clearfix */

/* others */
    .overflow_hidden{
        overflow: hidden;
    }
    
    .display_block{
        display: block;
    }
/* EO others */

.container{
    width: 1032px;
    border-left: 1px solid #e7dfdc;
    border-right: 1px solid #e7dfdc;
    background-color: #ffffff;
    margin: 0 auto;
}
    .header{
        width: 100%;
    }
        .header_top{
            width: 100%;
        }
            
            .header_top_spacer{
                width: 100%;
                height: 28px;
            }
            
            .header_top_content{
                width: 100%;
                margin-bottom: 30px;
            }
                .header_menu{
                    width: 720px;
                    padding: 30px 0 0 20px;
                }
                
                    .header_menu_items{
                        width: 125px;
                        border-right: 2px solid #a8a8a8;
                    }
                    
                        .header_menu_items_list{
                            list-style: none;
                            margin: 0;
                            padding: 0;
                        }
                        
                            .header_menu_items_list li{
                                height: 32px;
                                white-space: nowrap;
                            }
                            
                            .header_menu_items_list a{
                                font-size: 14px;
                                font-style: italic;
                            }
                            
                    .header_slogan{
                        
                    }
                    
                        .header_slogan_text{
                            width: 380px;
                            padding: 0 0 0 22px;
                            font-size: 13px;
                            font-style: italic;
                            line-height: 16px;
                            margin-bottom: 20px;
                        }
                        
                        .header_slogan_text p{
                            padding: 0;
                            margin: 0;
                        }
        
        .header_bottom{
            width: 100%;
            height: 314px;
            border-top: 3px solid #ad764f; 
            border-bottom: 3px solid #ad764f;
             
        }
            .style_swith{
                width: 100%;
                height: 314px;
                position: relative;
            }
                .arrow{
                    position: absolute;
                    width: 17px;
                    height: 120px;
                }
                
                
                    .arrow_left{
                        left: 0px;
                        top: 110px;
                    }
                    
                    .arrow_right{
                        left: 1015px;
                        top: 110px;
                    }
                    
                    .arrow_link{
                        display: block;
                        width: 17px;
                        height: 120px;
                        position: relative;
                    }
                    
                        .left_link{
                            background: url('/images/design/new/arrow_left.png');
                        }
                        
                        .right_link{
                            background: url('/images/design/new/arrow_right.png');
                        }
                        
                .styles_pages{
                    position: absolute;
                    left: 20px;
                    top: 273px;
                }
                
                .styles_pages a{
                    display: block;
                    width: 15px;
                    
                    float: left;
                    margin: 0 3px;
                    padding: 2px 0px;
                    
                    background-color: #fff;
                    
                    font-size: 14px;
                    font-weight: bold;
                    color: #000;
                    text-align: center;
                    text-decoration: none;
                    
                    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important; /* IE 5.5+*/
                    -moz-opacity: 0.5 !important; /* Mozilla 1.6 и ниже */
                    -khtml-opacity: 0.5 !important; /* Konqueror 3.1, Safari 1.1 */
                    opacity: 0.5 !important; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
                }
                
                        
                .bg{
                    overflow: hidden;
                    width: 100%;
                    height: 314px;
                    position: absolute;
                    left: 0;
                    top: 0;
                }
                
                .bg img{
                    position:absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                }
                
            .style_link{
                position: absolute;
                background-color: #fff;
                padding: 2px;
            }
                .style_add_link{
                    top: 250px;
                    left: 23px;
                }
                
    .content{
        width: 100%;
    }
    
        .content_menu{
            width: 100%;
            height: 109px;
        }
        
            .content_menu_list{
                list-style: none;
                padding: 33px 0 0 33px;
                margin: 0px;
            }
            
            .content_menu_list a{
                font-size: 18px;
            }
            
            .content_menu_list li{
                display : block;
                float   : left;
                padding :1px 45px 3px 41px;
                border-left  : 2px dotted #E00722
            }

            .content_menu_list li:first-child{
                border:none!important;
            }
            
        .popular{
            width: 100%;
        }
            
            .popular_content{
                padding: 0 10px 0 49px;
                    
            }
            
                .popular_title{
                    width: 160px;
                    padding: 0 0 0 15px;
                    font: bold 13px Arial ;
                    color: #7d7d7d;
                }
                
                .hline_gray{
                    width: 730px;
                    height: 20px;
                    background: url('/images/design/new/line_bul.gif') 0px 8px repeat-x;
                }
                
                .popular_links_list{
                    list-style: none;
                    margin: 0;
                    padding: 15px 0 16px 15px;
                }
                    .popular_links_list li{
                        float: left;
                        margin-right    : 20px;
                    }
                    
                    .popular_links_list a{
                        font-size: 13px;
                        display : block;
                        width   : 166px;
                        color   : #575757;
                        padding-top :90px;
                        text-decoration : none;
                        font-family: Arial Narrow, Arial;
                        background:url('/images/design/mostpopular.jpg') 0 0 no-repeat;
                    }

                    .popular_links_list a.special{
                        background-position : -168px 0 ;
                    }
                    .popular_links_list a.complex{
                        background-position : -336px 0 ;
                    }
                    .popular_links_list a.work{
                        background-position : -503px 0 ;
                    }
                    .popular_links_list a.rent{
                        background-position : -669px 0 ;
                    }

    .footer{
        width: 890px;
        margin: 0 0 0 65px;
        color: #5e5e5e;
        font-size: 11px;
    }
    
    .footer_content{
        border-top: 1px solid #a5a5a5;
        width: 890px;
    }
    
        .footer_author{
            width: 190px;
            padding: 20px 0 0 0px;
        }
        
        .footer_contacts{
            width: 180px;
            padding: 20px 0px 0 0px;
        }
        
        .liveinternet_counter{
            width: 100px;
            padding: 30px 0 0 0;
        }
        
        .footer_our_brands{
            width: 420px;
            padding: 20px 0 0 0;   
            text-align: right;
        }
            .our_brands_span{
                font-size: 11px;
                color: #7d7d7d;
                font-weight: bold;    
            }
                


.popular_links{
    padding:15px 0 16px 15px;
}
.popular_links a img{
    border:none;
}

