.bpart {
  background:#FFFFFF;
  box-shadow: 0px 0px 7px #888888;
}
.pbottom {
  padding: 20px;
  background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,0) 55%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(55%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 55%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 55%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 55%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 55%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.ppage {
  padding: 20px;
}
.tbottom_links {
  font-family: Arial;
  font-size: 11px;
  color: #64676b;
}
.tbottom_copyright {
  font-family: Arial;
  font-size: 9px;
  color: #64676b;
}
.pindex_box1{
  padding: 30px;
  background: #2ba4cd;
}
.pindex_box2{
  padding: 30px;
  background: #595959;
}
.pindex_box3{
  padding: 30px;
  background: #fd6309;
}
.pindex_box4{
  padding: 30px;
  background: #fbb909;
}

.pindex_boxtitle {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 16;
}
.pindex_boxtext {
  color: #FFFFFF;
  font-family: Verdana;
  font-size: 10;
}
.pgenpage_title {
   color: #595959;
  font-family: Verdana;
  font-size: 15;
  font-weight: bold;
}
.pgenpage_text {
   color: #595959;
  font-family: Verdana;
  font-size: 11;
  text-align:justify;
}
.imgproducts_out {
  opacity:0.6;
  filter:alpha(opacity=60); /* For IE8 and earlier */
}
.imgproducts_over {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
cursor:hand;
}
a:link {text-decoration:none; color:#64676b;}
a:visited {text-decoration:none; color:#64676b;}
a:hover {text-decoration:underline; color:#64676b;}
a:active {text-decoration:underline; color:#64676b;}