/* CSS for index page */

/* Top Banners */
#ad_top_cont {
    margin: 0px auto;
    padding: 2px;
    width: 940px;           /* IE5 */
    width/**/:/**/ 934px;   /* IE6+ and other browsers */
    height: 347px;          /* IE5 */
    height/**/:/**/ 341px;  /* IE6+ and other browsers */
    border: 1px solid #80C9FF;
    overflow: hidden;
    text-align: left;
}

.ad_top {
    width: 310px;
}

#ad_top_center {
    position: relative;
    top: -341px;
    left: 312px;
}

#ad_top_right {
    position: relative;
    top: -682px;
    left: 624px;
}

.ad_top_wrap {
    margin: 0px;
    padding: 3px 4px;
    height: 355px;          /* IE5 */
    height/**/:/**/ 333px;  /* IE6+ and other browsers */
    border: 1px solid #80C9FF;

    overflow: hidden;

}





/* Main content - List of categories */

#main_cont {

    margin: 0px auto;

    padding: 2px;

    width: 940px;           /* IE5 */                    

    width/**/:/**/ 934px;   /* IE6+ and other browsers */

    text-align: center;

    border: 1px solid #80C9FF;

    overflow: hidden;

}



#main_wrap {

    float: left;

    overflow: hidden;

}



.main_col, .main_col_b {

    float: left;

    border: 1px solid #80C9FF;

    width: 232px;           /* IE5 */                    

    width/**/:/**/ 230px;   /* IE6+ and other browsers */

    margin-right: 2px;

}



.main_col {

    margin-bottom: -30000px;

    padding-bottom: 30000px;

}



.main_col_b {

    border-bottom: none;

    height: 1px;            /* IE5 */                    

    height/**/:/**/ 0px;    /* IE6+ and other browsers */

    overflow: hidden;

}



#main_col4, #main_col4_b {

    margin-right: 0px;

}


