@charset "utf-8";
@import url(_main.css);
div.main {
	background: url(../images/background_3_column.gif) left top repeat-y;
	height: 1%; /*IE has position*/
}
div.main div.left {
	width: 241px;
}
div.main div.left h2{	
	margin: 24px 0 89px 30px;
}

div.main div.left h2.binders,
div.main div.left h2.folders,
div.main div.left h2.boxes,
div.main div.left h2.kits,
div.main div.left h2.display,
div.main div.left h2.filing,
div.main div.left h2.cases{
	width: 142px;
	height: 69px;
}

div.main div.left h2.multimedia{
	width: 156px;
	height: 76px;
}

div.main div.left h2.promotional{
	width: 169px;
	height: 76px;
}

div.main div.left h2.binders span {
	background-image: url(../images/h3_binders_indexes.gif);
}

div.main div.left h2.folders span {
	background-image: url(../images/h3_folders.gif);
}

div.main div.left h2.boxes span {
	background-image: url(../images/h3_boxes.gif);
}

div.main div.left h2.kits span {
	background-image: url(../images/h3_kits.gif);
}

div.main div.left h2.multimedia span {
	background-image: url(../images/h2_multimedia_packaging.gif);
}

div.main div.left h2.display span {
	background-image: url(../images/h3_displays_pop.gif);
}

div.main div.left h2.filing span {
	background-image: url(../images/h3_filing_products.gif);
}

div.main div.left h2.promotional span {
	background-image: url(../images/h2_promotional_products.gif);
}

div.main div.left h2.cases span {
	background-image: url(../images/h3_cases.gif);
}

div.main div.left div {
	border-top: 1px solid #777;
	font-size: 80%;
	padding: 29px 0 0 0;
	margin: 0 24px 0 12px;
}
div.main div.left div a {
	text-decoration: none;
	color: #8348B5;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
}
div.main div.left div a img {
	margin: 17px 0 0 -16px;
	display: block;
}

div.main div.center {
	float: left;
	width: 413px;
}
div.main div.center a {
	color: #777;
	text-decoration: none;
	font-size: 80%;
	display: inline;
	position: relative;
	float: left;
	width: 180px;
	margin: 0 0 10px 24px;
}
html.javascript div.main div.center a {
	display: none;
}
div.main div.center a img {
/*	display: block;
	margin: 0 auto;*/
}

div.main div.right {
	width: 245px;
}
div.main div.right h3 {
	/* See above with div.main div.center h3 */
	margin: 21px 20px 12px 23px;
}
div.main div.right ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 23px;
	line-height: 140%;
}
html.javascript div.main div.right ul {
	display: none;
}
div.main div.right ul li {
	margin: 0;
}
div.main div.right ul li a {
	color: #777;
	text-decoration: none;
	font-size: 80%;
}
div.main div.right ul li a:hover {
	color: #333;
}