/* products & services styles */

.products_services_category {
  margin: 0px;
  padding: 10px 0px 10px 10px;
  background-color: #f1ddea;
}

.products_services_category a {
 	font-size: 10px;
  text-decoration: underline;
  color: #666666;
}

.products_services_category a:hover {
  text-decoration: underline;
  color: #999999;
}

.products_services_category .category_link a {
 	font-size: 11px;
  text-decoration: underline;
  color: #990066;
}

.products_services_category .category_link a:hover {
  text-decoration: underline;
  color: #dd00aa;
}

.product_banner {
		border-width: 1px 0px 0px 0px;
 	border-style: solid;
 	border-color: #990066;
  background-color: #f1ddea;
}
.product_banner_icon {
  padding: 0px 10px 0px 10px;
}
.product_banner_text {
  padding: 8px 10px 10px 10px;
		font-size: 10px;
  color: #666666;
}
.product_banner_text a {
		font-weight: bold;
  text-decoration: underline;
  color: #666666;
}
.product_banner_text a:hover {
		font-weight: bold;
  text-decoration: underline;
  color: #999999;
}


