/******************************************************
       Project:  Webloz'10

       Company:  BSH
     Developer:  Martin Metodiev

    Started on:  18/01/2010
    Updated on:  19/01/2010

    Sheet type:  IE6 Fixes
******************************************************/



/****************************************************** 
    LIST OF CONTENTS

        Common              :    Clearfix
                            :    display: inline;
                            :    position: fixed;
                            :    min-height
                            :    Buttons' side padding


        Others              :    Margins & Paddings
                            :    Widths & Heights
                            :    Positions
                            :    Miscellaneous

******************************************************/



/* ******************************* COMMON */

/* .................. zoom: 1; */
	.clearfix,
	div#header div.wrapper,
	div#main,
	div.social_profiles ul,
	div.news_list ul li,
	div.inner {
		zoom: 1;
	}
/* ........................... */


/* .......... display: inline; */
	/*_selector {
		display: inline;
	}*/
/* ........................... */


/* .......... position: fixed; */
	/*html, body {
		height: 100%;
		overflow: auto;
	}

	_selector {
		position: absolute;
	}*/
/* ........................... */


/* ................ min-height */
	/*_selector {
		overflow: visible;
		height: _0px;
	}*/
/* ........................... */


/* ..... min-width & max-width */
	div#wrapper {
		width: expression(document.body.clientWidth < 1001 ? '1000px' : document.body.clientWidth > 1281 ? '1280px' : '100%');
	}
/* ........................... */


/* ..... Buttons' side padding */
	/*input.btn {
		overflow: visible;
	}*/
/* ........................... */





/* ******************************* OTHERS */

/* ........ Margins & Paddings */
	div.news_list ul li {
		margin-bottom: 0px;
	}
/* ........................... */


/* .......... Widths & Heights */
	
/* ........................... */


/* ................. Positions */
	
/* ........................... */


/* ............. Miscellaneous */
	div#header {
		background-position: center 120px;
	}
/* ........................... */



/*****************************************************/
