/* --------------------------------------------------------
        Grey Background
*/

.background-trickery div {
	position:absolute;
	/* filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5; */
	z-index:-1;
}

.background-trickery img {
	position:absolute;
	z-index: 1;
	padding: 10px;
}

.grey-background-tl {
	width:215px;
	height:273px;
	background-image:url('/GRAPHICS/home_background-grey-tl.png');
	top:0px;
	left:0px;
}

.grey-background-tr {
	width:215px;
	height:273px;
	background-image:url('/GRAPHICS/home_background-grey-tr.png');
	top:0px;
	right:0px;
}

.grey-background-bl {
	width:215px;
	height:253px;
	background-image:url('/GRAPHICS/home_background-grey-bl.png');
	bottom:0px;
	left:0px;
}

.grey-background-br {
	width:215px;
	height:253px;
	background-image:url('/GRAPHICS/home_background-grey-br.png');
	bottom:0px;
	right:0px;
}

.background-trim-br {
	bottom:0px;
	right:0px;
}

.background-trim-bl {
	bottom:0px;
	left:0px;
}

.background-trim-tr {
	top:0px;
	right:0px;
}

.background-trim-tl {
	top:0px;
	left:0px;
}

.order-phone {
	position: absolute;
	padding-left: 383px;
	font-weight: bold;
	margin-top: -36px;
	font-size: 13px;
}

ul li.nav-address {
	padding-top: 30px;
	text-transform: lowercase;
	color: #CCCCCC;
}
