/****************************************************************/
/*   Design:   Multiflex-3.9 / Layout-3                         */
/*   File:     Global layout structure                          */
/*--------------------------------------------------------------*/
/*   Design:   1234.info                                        */
/*   Date:     September 21, 2007                               */
/*--------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.          */
/*             Please keep footer credits with the words        */
/*             "Design by 1234.info". Thank you!                */
/****************************************************************/

/*

    1 - Global
    2 - Header
    3 - Main Section
        3.1 - columnas
        3.2 - menus
    4 - Footer Section
    5 - Clear Floats
    6 - Printing and Miscellaneous

*/

/************/
/*  GLOBAL  */
/************/

/* NON-HEADER */
*{
    padding:0;
    margin:0;
}

 body {
    font-size:62.5%;
    background: #120C11 url(../../img/city_night.jpg) repeat-x fixed; /* fond_night.jpg #E04800 */
    font-family:verdana,arial,sans-serif;
}
 /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {
    width:900px;
    margin:0px auto;
    /*margin-top:10px;*/
    margin-bottom:10px;
    /*border:solid 1px rgb(150,150,150);*/
    font-size:1.0em;
}

.main {
    clear:both;
    width:900px;
    padding-bottom:30px;
    background:transparent url(../../img/bg_main_withoutnav.jpg) repeat-y; /* bg_main_withnav.jpg */
}

.withnav {
	background:transparent url(../../img/bg_main_withnav.jpg) repeat-y; /* bg_main_withnav.jpg */
}

.withnav_reverse {
	background:transparent url(../../img/bg_main_withnav_reverse.jpg) repeat-y; /* bg_main_withnav.jpg */
}

.main-navigation {
    display:inline /*Fix IE floating margin bug*/;
    float:left;
	width:200px;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

.main-navigation-right {
    display:inline /*Fix IE floating margin bug*/;
    float:right;
	width:200px;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
	border-bottom: 1px solid #DFDFDF;
}

.main-nav-alt {
	background-color: #F3F4F6;
	border-left: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
}

.main-content {
    display:inline;
    /*Fix IE floating margin bug*/;
    float:left;
    width:640px;
    margin:0 0 0 30px;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

.main-subcontent {
    display:inline /*Fix IE floating margin bug*/;
    float:right;
    width:185px;
    margin:0 15px 0 0;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}

.footer {
    clear:both;
    width:900px;
    padding:1.0em 0 1.0em 0;
    background:rgb(225,225,225) url(../../img/bg_foot.jpg) no-repeat;
    font-size:1.0em;
    overflow:visible !important /*Firefox*/;
    overflow:hidden /*IE6*/;
}
