#PinkBox
{
  width: 250px;
  margin: 0px 150px;
}
#PinkFlower
{
  width: 164px;
  margin: 0px 150px 0px 200px;
}
.PriceLabel
{
  font-weight: bold;
  font-size: large;
}

a.contentLink:link {
	color: #f58bb1;
	text-decoration: none;
}

a.contentLink:visited {
	color: #f58bb1;
}

a.contentLink:hover {
	color: #f58bb1;
	text-decoration: underline;
}
.calendarCaption
{
  background-color: #f58bb1;
}

/*Product Menu Front*/

#catsWrapper{
	width: 100%;
	background-color: grey;
	margin: 0 auto;
}
#catsItem{
	width: 30%;
	float: left;
	background-color: blue;
}



ul.productmenu {
text-align: center;


}

li {

padding:0 1px 0 0;
height: 120px;
float: left;
width: 144px;
display: block;
border: 0.0em solid #dcdce9;
text-decoration: none;
text-align: center;
text-indent: -9000px;
}

li.flowerbutton{
background: url('../images/product-flowers.jpg') no-repeat;
}

li.giftsbutton{
background: url('../images/product-gifts.jpg') no-repeat;
}

li.jewellerybutton{
background: url('../images/product-jewellery.jpg') no-repeat;
}

li.vasesbutton{
background: url('../images/product-vases.jpg') no-repeat;
}

.clear{
	clear: right;
}





