/* our catalogues div */
#our_catalogues {
	width:800px;
	margin-bottom:20px;
}
#our_catalogues ul {
	margin: 0px;
	padding: 0px;
}

#our_catalogues li {
	list-style:none;
	float:left;
	background: #fff url(../images/clothing-over.jpg) no-repeat 0 0;
	width:196px;
	height:191px;
	position: relative;
	margin-top: 0;
	margin-right: 104px;
	margin-bottom: 60px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #034475;
}
#our_catalogues li.uniform {
	background-color: #F8B622;
	background-image: url(../images/cata1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#our_catalogues li.engineer {
	background-color: #F8B622;
	background-image: url(../images/cata2_over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#our_catalogues li.footwear{
	margin-right:0;
	background-color: #F8B622;
	background-image: url(../images/cata3_over.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#our_catalogues li a {
	display: block;
	position: relative;
	overflow: hidden;
	width:196px;
	height:191px;
	color: #000;
	font-family: "Century Gothic";
	font-size: 1.92em;
	line-height: 1.2;
}
#our_catalogues li img {
	position: absolute;
	top: 0;
	left: 0;
	width:196px;
	height:191px;
	border: 0;
}
