﻿body {
	background: transparent url('http://eyesoregraphics.com/images/pagecenter.png') repeat-y;
	margin: 20px 0 0 0;
	padding: 0px;

	}

/* our catalogues div */
#our_catalogues {
	width: auto;
	margin-left:-20px;
}
#our_catalogues li {
	border-top: 0px solid #000000;
	list-style: none;
	float: left;
	background: transparent url("http://eyesoregraphics.com/images/hgdoorbot.png") no-repeat 0 0;
	margin: 0 20px 0 0;
	width: 250px;
	height: 270px;
	position: relative;
}
#our_catalogues li.clothing {
	background: transparent url("http://eyesoregraphics.com/images/hgdoorbot.png") no-repeat 0 0;
}
#our_catalogues li.golf {
	background: transparent url("http://eyesoregraphics.com/images/sgdoorbot.png") no-repeat 0 0;
}
#our_catalogues li a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 270px;
}
#our_catalogues li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 270px;
	border: 0;
}

