/* hacks needed for ie6 because it's a piece of junk... */

div#homenav #horiz-menu {
	background: url(../images/menu-bg-ie.gif) bottom center no-repeat;
	}
	
body {
	background:url(../images/body-bg-ie.jpg) top center-no-repeat!important;
}

#allinstalls {
	position:relative;
	display:block;
	background:url(../images/viewallsoftware.gif) top left no-repeat;
	height:18px;
	width:124px;
	text-indent:-9999px;
	margin:0 0 0 20px;
	padding:0;
}

table.software th {
	background:url(../images/table-header-bg.jpg) top left repeat-x;
}

table.software th.first {
	background:url(../images/table-header-bg.jpg) top left repeat-x;
}

table.software th.last {
	background:url(../images/table-header-bg.jpg) top left repeat-x;
}


/*  Logo  */

h1#logohome	{
	width: 487px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 auto;
	margin-top:60px;
	padding: 0;
	border: 0;
	}

h1#logohome a:link, h1#logohome a:visited	{
	display: block;
	width: 487px;
	height: 80px;
	background: url(../images/logohome.gif) top left no-repeat;
	margin: 0 0 0 0;
	padding: 0;
	border: 0;
	}

h1#logo	{
	width: 198px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 15px;
	padding: 0;
	border: 0;
	float:left;
	}

h1#logo a:link, h1#logo a:visited	{
	display: block;
	width: 198px;
	height: 39px;
	background: url(../images/logo.gif) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	float:left;
	}
	
input#loginbtn {
	font-size:0px;
}	