@charset "utf-8";

/*
 * @package INCOM-AUTO.RU
 * @section layouts
 * @date 17/09/2011
 * @lastmodified 18/09/2011
 * @version 1.3
 */ 

html, body {
    height: 100%;
    background: #fff url('../i/bg.png');
    background-attachment: fixed;
    background-repeat: no-repeat;    
    background-position: top center; 
    /*
    background: #EBEBEB url('/images/tpl/bg-ny.jpg') 50% 0 no-repeat;
    background-color: #ebebeb;
    */
}


/*
 * @subsection wrapper
 */

#sv-wrapper {
    width: 100%;
    /* width: 976px; 996 */
    width: 984px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#sv-wrapper-in1 {
    padding: 0 0 185px;
}

#sv-wrapper-in2 {
    border: 1px solid #e3e3e3;
    /*padding: 0 10px;*/
    box-shadow: 0 0 7px #e3e3e3;
    -moz-box-shadow: 0 0 7px #e3e3e3;
    -webkit-box-shadow: 0 0 7px #e3e3e3;
    position: relative;
    margin: 0 0 25px;
    /*background: #fff;*/
    background: transparent;
}

/*
 * @subsection header
 */

#sv-header {
    width: 100%;
    height: 135px;
    position: relative;
}

/*
 * @subsection middle
 */

#sv-middle {
    width: 100%;
    min-height: 300px;
}

#sv-container {
    width: 100%;
    float: left;
    /*	overflow: hidden;*/
    display: inline;
    background: rgba(255, 255, 255, 0.69);
    font-size: 12px;
}

#sv-content {
    padding: 0 270px 0 250px;
}

#sv-content-lc {
    padding: 0 0 0 250px;
}

#sv-content-rc {
    padding: 0 270px 0 0;
}

#sv-content-rc div.sv-page {
    padding-right: 45px;
    background: rgba(255, 255, 255, 0.69); /*0.33 #FFF;*/
}

#sv-content-full {
    padding: 0;
}

#sv-content-full div.sv-page {
    /*padding-top: 15px;*/
    background: rgba(255, 255, 255, 0.69); /*0.33 #FFF;*/
}

/*
 * @subsection left sidebar
 */

#sv-leftcolumn {
    float: left;
    width: 250px;
    margin-left: -100%;
    background: #B5E3FF;
}

/*
 * @subsection right sidebar
 */

#sv-rightcolumn {
    float: left;
    width: 270px;
    margin-left: -270px;
}

/*
 * @subsection footer
 */

#sv-footer {
    margin: -195px auto 0;
    height: 185px;
    width: 976px;
}

#sv-footer-in1 {
    background: #eeeeee; /*fbfbfb*/
    border: 1px solid #dfdfdf;
    border-bottom: none;
    height: 113px; /*184*/
    /*background: url(/images/tpl/bg_footer.png) 0 0 repeat-x;*/
    box-shadow: 0 0 7px #e3e3e3;
    -moz-box-shadow: 0 0 7px #e3e3e3;
    -webkit-box-shadow: 0 0 7px #e3e3e3;
    position: relative;
}

#sv-footer-in2 {
    height: 113px; /*184*/
    /*background: url(/images/tpl/bg_footer_left.jpg) 0 0 no-repeat;*/
    overflow: hidden;
}

/*
 * @subsection clearfix
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*
 * @subsection media print
 */

@media print {
    #leftcolumn,
    #rightcolumn { display: none; }
    #container { float: none; }
    #content,
    #content-lc,
    #content-rc,
    #content-full { width:100%; padding:0; }
}