/*******************************************************************************
** ELEMENTS THAT DIFFER FROM THE MAIN STYLESHEET
*******************************************************************************/
div.header_shell div.header{
	width: 1020px;
	background: url('/graphics/logo_red.gif') 202px 0 no-repeat;
}

		div.header_shell div.header div.bottomborder {
			width: 612px;
			right: 33px;
		}

		div.header_shell div.header div.topmenu {
			width: 510px;
		}

				div.header_shell div.header div.menu ul li a {
					background-color: #000;
				}
				div.header_shell div.header div.menu ul li a:hover,
				div.header_shell div.header div.menu ul li a.selectedlink,
				div.header_shell div.header div.menu ul li a.selectedlink:hover {
					color: #FB5B37;
				}

	div.content_shell div.container div.content {
		padding-right: 0;
		width: 480px;
	}

	/* This class makes sure that the content with get wider when the collection is shown */			
	div.content_shell div.container div.wide {
		width: 611px;
		padding: 170px 4px 50px 0;
	}

			div.background div.main div.lft div.dots div.lftcol {
				background-image: url('/graphics/red_bg.png');
				background-position: 100% 0;
				background-repeat:  repeat-y;
				_background-image: url('/graphics/red_bg_dots.gif');
				_filter:none;
			}
	
			div.background div.main div.rgt div.rgtcol {
				width: 611px;
				padding-right: 30px;
				background-image: url('/graphics/red_bg.gif');
			}

