img {behavior: url(iepngfix.htc);}
#head {
	height: 248px;
}
#footer {
	height: 87px;
	position: relative;
}
.footer-text {
	font-size: 10px;
	color: #eff8c7;
	font-family: Arial, Helvetica, sans-serif;
}

#foot-slide {
	width: 181px;
	height: 278px;
	position: absolute;
	top: -279px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #ca981b;
}
.footmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}


.footmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.footmenu a:hover {
	color: #FFCC00;
}
.bg-client {
	background-image: url(images/client_02.jpg);
}
.alpha {
  /* for IE */
  filter:alpha(Opacity=50);
  /* CSS3 standard */
  /*opacity:0.6;*/
  /* for Mozilla */
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
}
.unalpha {
  /* for IE */
  filter:alpha(Opacity=100);
  /* CSS3 standard */
  /*opacity:0.6;*/
  /* for Mozilla */
  -moz-opacity:1;
  -khtml-opacity: 1;
}