@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;
	font-size: 80%;
}
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 h4 {
	border-top: 1px solid #777;
	padding: 31px 55px 0 19px;
	margin: 0 24px 0 13px;
	color: #8348B5;
}
div.main div.left img {
	display: block;
	margin: 10px auto 10px 40px;
}

div.main div.right {
	width: 659px;
}
div.main div.right h3 {
	padding: 21px 0 3px 0;
	background-color: #FFF;
	margin: 0 25px 0 23px;
}

div.main div.right div.coverup {
	margin: 0 25px 0 23px;
	height: 20px;
	background-color: #FFF;
}

div.main div.right div.center img.anatomy {
	margin: 2px 0 0 1px;
	float: left;
}
div.main div.right div.center div.idea {
	width: 205px;
	float: right;
	font-size: 80%;
	margin: 0 17px 0 0;
}
div.main div.right div.center div.idea h4 {
	color: #8348B5;
	margin: 0 0 .5em 0;
}
div.main div.right div.center div.idea h5 {
	color: #008C7F;
	margin: 1em 0 .5em 0;
}
div.main div.right div.center div.idea p {
	margin: 0;
}
div.main div.right div.center div.idea p a.projectView {
	position: relative;
	/*border: 1px solid #777;
	color: #777;*/
	border: 1px solid #008C7F;
	color: #008C7F;
	text-decoration: none;
	padding: .1em .2em;
	font-size: 90%;
	text-transform: capitalize;
}
div.main div.right div.center div.idea p a:hover.projectView {
/*	border-color: #008C7F;*/
	color: #008C7F;
}

div.main div.right div.center div.idea p span.projectNotify {
	font-size: 90%;
	float: right;
	margin-right: 10px;
	display: inline;
}
div.main div.right div.center div.idea p span.active {
	color: #FFF;
	background: #777;
	padding: .1em .2em;
}

div.main div.right div.center div.idea span.rightRule {
	display: block;
	padding: 0;
	margin: 1.2em 0 0 -8px;
	background: #777777;
	width: 205px;
	height: 1px;
}

div.main div.right div.center div.idea div.scroller p {
	margin: 1em 0;
}
div.main div.right div.center div.idea div.scroller {
	max-height: 340px;
	overflow: scroll;
}
html.javascript div.main div.right div.center div.idea div.scroller {
	overflow: hidden;
}
div.main div.right div.center img.buttonDown,
div.main div.right div.center img.buttonUp {
	position: absolute;
	right: -10px;
	bottom: 28px;
	z-index: 50;
	cursor: pointer;
}
div.main div.right div.center img.buttonDown {
	bottom: 0;
}

div.main div.right div.center ul.anatomy {
	float: left;
	list-style-type: none;
	width: 390px;
	height: 318px;
	background: #E7E7E7;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
div.main div.right div.center ul.binders {
	background: url(../images/anatomy/binders.gif);
}
div.main div.right div.center ul.folders {
	background: url(../images/anatomy/folders.gif);
}
div.main div.right div.center ul.boxes {
	background: url(../images/anatomy/boxes.gif);
}
div.main div.right div.center ul.kits {
	background: url(../images/anatomy/kits.gif);
}
div.main div.right div.center ul.multimedia {
	background: url(../images/anatomy/multimedia.gif);
}
div.main div.right div.center ul.display {
	background: url(../images/anatomy/display.gif);
}
div.main div.right div.center ul.filing {
	background: url(../images/anatomy/filing.gif);
}
div.main div.right div.center ul.promotional {
	background: url(../images/anatomy/promotional.gif);
}
div.main div.right div.center ul.cases {
	background: url(../images/anatomy/cases.gif);
}
div.main div.right div.center ul.anatomy li {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 250px;
	text-align: center;
}
div.main div.right div.center ul.anatomy li a {
	text-decoration: none;
	font-size: 75%;
	/*color: #008C7F;*/
	color: #777777;
}
div.main div.right div.center ul.anatomy li a:hover,
div.main div.right div.center ul.anatomy li a.active {
	/*color: #8348B5;*/
	color: #008C7F;
	font-weight: bold;
}
div.main div.right div.center ul.anatomy li a.active {
	font-weight: bold;
}

div.main div.right div.center strong.javascriptWarning {
	display: block;
	text-align: center;
	margin: 1em 0;
}
html.javascript div.main div.right div.center .javascriptWarning {
	display: none;
}
div.main div.right div.center div form label {
	display: block;
	margin: .4em 0;
	padding-left: 17px;
	position: relative;
}
html.javascript div.main div.right div.center div form label {
	padding-left: 17px;
}
html.javascript div.main div.right div.center div form label img {
	position: absolute;
	left: 0;
	top: .2em;
}
div.main div.right div.center div form img.optionImg {
	margin-left: 15px;
	display: block;
}
div.main div.right div.center div form label:hover {
	color: #555;
}
div.main div.right div.center div form label input {
	top: 2px;
	position: relative;
}

div.main div.right a.back {
	display: block;
	position: absolute;
	text-align: right;
	top: 26px;
	right: 25px;
	font-size: 80%;
	color: #008C7F;
	text-decoration: none;
	text-transform: capitalize;
	border: 1px solid #008C7F;
	padding: 0 10px 0 10px;
	height: 1.2em;
	line-height: 1.2em;
}
div.main div.right a:hover.back {
	color: #008C7F;
	text-decoration: none;
}
html.javascript div.right a.back.none {
	display: none;
}