div {
	position:relative;
}
img { margin:0px  }
div.top-gutter {  background:#3c3f36; height:15px;}
div.wrapper {
	width:755px;
}
div.masthead { border-bottom: 1px dashed #363535; margin-bottom:50px; height:170px; z-index:1 }

/* our catalogues div */
#our_catalogues {
	width:755px;
	margin-bottom:25px;
}
#our_catalogues li {
	list-style:none;
	float:left;
	background: #fff url(../images/moments_img1.jpg) no-repeat 0 0;
	margin:0 25px 25px 0;
	width:208px;
	height:416px;
	position: relative;
}
#our_catalogues li.clothing { background: #fff url(../images/moments_img1.jpg) no-repeat 0 0; }
#our_catalogues li.golf { background: #fff url(../images/details_img2.jpg) no-repeat 0 0; }
#our_catalogues li.last{ background: #fff url(../images/aboutus_img3.jpg) no-repeat 0 0; margin-right:0; }
#our_catalogues li a { display: block; position: relative; overflow: hidden; width:208px; height:416px; color: #000; font: 1.92em/1.2 "Avenir LT Std", Avenir, Helvetica, Arial, sans-serif; }
#our_catalogues li img { position: absolute; top: 0; left: 0; width:208px; height:416px; border: 0; }

