/* 
	PNG-fix for Internet Explorer 6 
	--------------------------------
	For this css-class are 2 scripts used.
	1.  CSS Browser Selector
		This scripts handles css for each browser and is included in the <head/>. Just put '.[Browser code]' for the css-class.
		Available Browser Codes:
		    * ie - Internet Explorer (All versions)
  			* ie8 - Internet Explorer 8.x
    		* ie7 - Internet Explorer 7.x
    		* ie6 - Internet Explorer 6.x
    		* ie5 - Internet Explorer 5.x
    		* gecko - Mozilla, Firefox (all versions), Camino
    		* ff2 - Firefox 2
    		* ff3 - Firefox 3
    		* opera - Opera (All versions)
    		* opera8 - Opera 8.x
		    * opera9 - Opera 9.x
		    * konqueror - Konqueror
		    * webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
		    * chrome - Google Chrome
	2.  PNG fix
		This script will handle the transparency of an png-file. Just put 'behavior: url(png_fix/iepngfix.php);' in your
		css-class. This scripts needs two files (iepngfix.php and iepngfix.htc, the js-file is an other pngfix).
*/

.ie6
.menu,
.home_shadow
{
	behavior: url(png_fix/iepngfix.php);
}

.ie6
.search_button
{
	margin-top: 1px;
}

.ie6
.banner
{
	position:relative;
	top:4px;
}

.ie6
.banner_logo_background,
{
	top:1px;
}

.ie6
.banner_logo
{
	top:80px;
}

.ie6
.search_area
{
	top:7px;
}

.ie6
.background_search
{
	top:0px;
}

.ie6
body
{
	overflow-y:visible;
}

.ie6
.image_arrow
{
	width:8px;
	height:11px;
}