/* ------------------------------- Shop page styling ------------------------------- */

#shop #wrapper {
background-image:url("../images/shop/shop.jpg");
}

#shop #content {
padding:35px 5px 0 50px;
}

#shop div.opaque {
background:#fff;
opacity: 0.3;
filter: alpha(opacity=30);
position:relative;
height:100px;
top:-100px;
left:-5px;
}

#shop h1, #shop p, #shop .content a {
color:#000;
}

#shop p, #shop h1 {
position:relative;
left:-9999px;
}

#shop a.boutique {
padding-right:20px;
text-decoration:underline;
color:#000;
}

#shop a.boutique:hover {
color:#737373;
}

h1 {
padding:0;
}

#footer p {
color:#616161;
}

#shop_link {
	position:absolute;
	left:400px;
	top:65px;
	height:45px;
	width:140px;
}