/**
 * CSS-file with layout styles
 *
 * @author Denis Barushev <barushev@gmail.com>
 * @since 29.06.2007
 * @version $Id: layout.css 11 2007-11-09 14:22:12Z denis $
 */

#wrap {
}

#topBaner {
}

#topWrap {
    padding: 30px 0 0 0;
    position: relative;
    z-index: 9;
}

#banksList {
    display: none;
    position: absolute;
    top: 5px;
    width: 92%;
    left: 4%;
    z-index: 10;
    overflow: hidden;
}

#banksList iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:3000px;/*must have for any big value*/
    height:3000px/*must have for any big value*/;
}

#bottomWrap {
}

.leftColumn {
    width: 22%;
    float: left;
}

.centerColumn {
    width: 57%;
    float: left;
}

.rightColumn {
    width: 20%;
    float: right;
}

#bottomLinks {
}