#pageHeader #logo {
	background: url(../../images/logo_box_middle_left.png) repeat-y left;
}

#pageHeader #logo img {
	background: #fff url(../../images/logo_box_middle_right.png) repeat-y right;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 10px;
	margin-top: -10px;
}

#pageHeader #logo .topMiddle {
	position: absolute;
	width: 100%;
	height: 6px;
	top: 0;
	left: 0;
	background: url(../../images/logo_box_middle_top.png) repeat-x;
	z-index: 0;
}

#pageHeader #logo .bottomMiddle {
	position: absolute;
	width: 100%;
	height: 6px;
	display: block;
	bottom: 1px;
	left: 0;
	background: url(../../images/logo_box_middle_bottom.png) repeat-x;
	z-index: 1;
}

#pageHeader #logo .topLeft {
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0;
	left: 0;
	background: url(../../images/logo_box_top_left.png) no-repeat;
	z-index: 2;
}

#pageHeader #logo .topRight {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../../images/logo_box_top_right.png) no-repeat;
	z-index: 2;
}

#pageHeader #logo .bottomLeft {
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 1px;
	left: 0;
	background: url(../../images/logo_box_bottom_left.png) no-repeat;
	z-index: 2;
}

#pageHeader #logo .bottomRight {
	width: 6px;
	height: 6px;
	position: absolute;
	bottom: 1px;
	right: 0;
	background: url(../../images/logo_box_bottom_right.png) no-repeat;
	z-index: 2;
}
