
#CataloguePage {
	position:relative;
	width:695px;
	display:inline-block;

}
#CataloguePageDescription {
	position:relative;
	width:690px;
	height:150px;
	z-index:1;
	margin-left:4px;
}
#CataloguePageDescriptionBox {
	position:absolute;
	width:690px;
	height:150px;
	z-index:5;
}
#CataloguePageDescriptionBackground {
	position:absolute;
	width:688px;
	height:145px;
	z-index:2;
	overflow: hidden;
}
#CataloguePageDescriptionLink {
	position:absolute;
	width:688px;
	height:145px;
	z-index:2;
	overflow: hidden;
}
#CataloguePageDescriptionBoxTop {
	position:absolute;
	width:686px;
	height:10px;
	left:1px;
	background-image: url(/cms/images/CategoryDescriptionBoxTop.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:5;
	overflow:hidden;
}
#CataloguePageDescriptionBoxLeft {
	position:absolute;
	width:2px;
	height:150px;
	background-image: url(/cms/images/CategoryDescriptionBoxLeft.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:5;
	overflow:hidden;
}
#CataloguePageDescriptionBoxRight {
	position:absolute;
	width:7px;
	height:150px;
	left:687px;	
	background-image: url(/cms/images/CategoryDescriptionBoxRight.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:5;
	overflow:hidden;
}
#CataloguePageDescriptionBoxBottom {
	position:absolute;
	width:686px;
	height:13px;
	top:137px;
	left:1px;
	background-image: url(/cms/images/CategoryDescriptionBoxBottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	z-index:5;
	overflow:hidden;
}
.CataloguePageDescriptionWhite {
	position:absolute;
	width:143px;
	height:150px;
	left:270px;
	z-index:4;
	background-repeat: repeat-y;
}
#CataloguePageDescriptionText {
	position:absolute;
	width:335px;
	z-index:6;
	height: 114px;
}
.CatalogueDescriptionH1{
	font-family: Arial;
	font-size: 18px;
	font-weight: 700;
	color: #383838;
	top:10px;
	padding:5px;
	width:335px;
	height:20px;
	vertical-align: middle;
	overflow: hidden;
}
.CatalogueDescriptionH2{
	font-family: Arial;
	font-size: 13px;
	color: #666666;
	top:10px;
	padding:5px;
	width:335px;
	height:100px;
	vertical-align: middle;
	overflow: hidden;
}


#CataloguePageListBody {
	position:relative;
	width:690px;
	padding:2px;
	left:3px;
	text-decoration: none;
	z-index:2;
}
.CataloguePageListContainer {
	position:relative;
	background-image:url(/cms/images/CatalogueListItemBox.gif);
	background-repeat: no-repeat;
	position:relative;
	float:left;
	width:345px;
	height:75px;
	padding-bottom:2px;
	text-decoration: none;
}

.CataloguePageListContainer:hover {
	background-image: url(/cms/images/CatalogueListItemBox2.gif);
	background-repeat: no-repeat;
}

.CataloguePageListLink {
	float:left;
	width:345px;
	height:75px;
	cursor: pointer;
	text-decoration: none;
	display:block;
}

.CataloguePageListLink a:hover,a:active,a:visited,a:link {text-decoration: none;}

.CataloguePageListImage {
	float:left;
	width:55px;
	height:55px;
	margin-left:5px;
	margin-top:6px;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}

.CatalogueListItemH1 {
	width:250px;
	height:15px;
	vertical-align: middle;
	overflow: hidden;
	margin-left:7px;
	margin-top:5px;
	text-decoration:none;
	cursor: pointer;
	color:#e6000d;
}
.CatalogueListItemH1 a:hover,a:active,a:visited,a:link {
	text-decoration: none;
}

.CatalogueListItemH2 {
	width:250px;
	height:31px;
	vertical-align: middle;
	overflow: hidden;
	margin-left:7px;
	margin-top:5px;
	text-decoration:none;
	cursor: pointer;
	color:#666666;
}
.CatalogueListItemH2 a:hover,a:active,a:visited,a:link {
	text-decoration: none;
	color:#666666;
}

#DisplayAllProducts {
	width:113px;
	font-size: 11px;
	text-transform: capitalize;
	color: #383838;
	cursor: pointer;
	margin-left:7px;
	margin-top:5px;
}
#DisplayAllProducts a:hover,a:active,a:visited,a:link {
	color:#666666;
	text-decoration: none;
}
