/* -----------[ Fix fontsize for non-IE5 ]----------------------  */

body {
	font-size:x-small; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: small;  
}
html>body { /* be nice to Opera */
	font-size: small;
}

/* -----------[ Boxmodel problems IE5 ]------------------------  */

#main-wrapper{
	width: 790px; /* IE5 Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px;  
}
html>body #main-wrapper{
	width: 760px;
}

#maincol{
	width: 545px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 505px;
}
html>body #maincol{
	width: 505px;
}

#maincol{
	width: 545px; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 505px;
}
html>body #maincol{
	width: 505px;
}

#rightcol h3{
	height: 30px; /* For IE5/Win */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 23px;
}
html>body #rightcol h3{
	height: 23px;
}

/* -----------[ IE5 pointer problem ]------------------------  */


#quicksearch-btn{
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

#contact-btn{
	cursor: hand;
	voice-family: "\"}\"";
	voice-family:inherit;
	cursor: pointer;
}

/* -----------[ IE6/Win Bugs ]------------------------------  */

#textsizemenu a{
	font-size:0%; /* for IE6/Win, large font size results in clipping  */
}

#footer{
	height: 40px; /* fixed height for IE/Win else strange clipping occurs */
}

/* -----------[ Escape Bug ]------------------------------  */

/* http://www.positioniseverything.net/explorer/escape-floats.html */


