@charset "UTF-8";

/* CSS Document */

body {
	padding: 0px;
	margin-left: 1px;
}

/*links in the menu list display with weird white space in IE 6. Adding the zoom property to links is supposed to remedy the issue*/	


.menu li {
	height: 1em;
}

/*any content in IE 6 that doesn't fit in a fixed-sized box causes the box to expand. the overflow/word-wrap thing is supposed to take care of that*/	

		
#content-product-information,
#TabbedPanels1,
.TabbedPanels {
	overflow:hidden;
	word-wrap: break-word;
}

/*adding a demension to a block item that contains line items prevents the IE 6 three pixel text jog*/	

#content {
	zoom: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.nav-index-col1,
.nav-index-col2 {
	overflow:hidden;
	word-wrap: break-word;
}

#content-index h1 {
	zoom: 1;
}
