
#intro h1 {
  background-image: url(/images/h2_easy_to_use.png);
  height: 118px;
  font-size: 1.4em;
  clear: left;
}
#intro h2 {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 1em;
}
#intro a {
  width: 140px;
  height: 31px;
  float: left;
  overflow: hidden;
  zoom: 1;
}
#intro a:hover {
  background-position: 0 -31px;
}
#linkRequestDemo {
  background-image: url(/images/link_request_demo.png);
  margin-right: 20px;
}
#linkInfoPack {
  background-image: url(/images/link_info_pack.png);
}
#benefits, #benefits ul, #benefits li {
  zoom: 1;
}
#benefits h2 {
  background-image: url(/images/h2_benefits.png);
  zoom: 1;
}
#benefits h3 {
  background: url(/images/bg_expander_closed.png) left center #3c3c3c no-repeat;
  color: #d4d4d4;
  font-weight: bold;
  padding: 5px 2px 3px 25px;
}
#benefits h3.over {
  background: url(/images/bg_expander_open.png) left center #ED028F no-repeat !important;
  color: white !important;
}
#benefits p {
  padding-left: 25px;
  margin: 3px 0;
}

#typicalUses h2 {
  background-image: url(/images/h2_typical_uses.png);
}

#inAction li {
  display: block;
  width: 140px;
  float: left;
  margin-right: 18px;
}
#inAction li.even {
  margin-right: 0;
}
#inAction h2 {
  background-image: url(/images/h2_mt_in_action.png);
}
#inAction img {
  display: block;
  border: 1px solid #959595;
}
#inAction a:hover img {
  border-color: #ec008c;
}
#inAction .clientName {
  display: block;
  color: #3c3c3c;
  font-weight: bold;
  margin-top: 3px;
}
#inAction a:hover .clientName {
  color: #ec008c;
}

#readAllNews {
  margin-top: 5px;
  float: right;
}



/* LIGHTBOX */

/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:54 0px;
/*	height:400px;*/
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#fff;
	text-align:left;
  box-shadow: 0 0 30px #000;
  -webkit-box-shadow: 0 0 30px #000;
  -moz-box-shadow: 0 0 30px #000;
  filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000, offX=0, offY=0, positive=true);
}
#lightbox[id]{position:fixed;}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.2;
	opacity:.20;
	filter: alpha(opacity=20);
}
#overlay[id]{position:fixed;}
#close {
  position: absolute;
  top: -26px;
  left: -26px;
  background: url(/images/dialog_close2.png) 0 0 no-repeat;
  width: 58px;
  height: 58px;
  z-index: 10000;
  zoom: 1;
}
#lightbox.done #lbLoadMessage{display:none;}
#lightbox.done #lbContent{display:block;}
#lightbox.loading #lbContent{display:none;}
#lightbox.loading #lbLoadMessage{display:block;}

#lightbox.done img{
	width:100%;
	height:100%;
}

#lightbox iframe {
  width: 540px;
  height: 400px;
  border-style: none;
}

/* Accordion */

.accordion_toggle {
	
	cursor: pointer;
	
}

/* Video */

#video {
	
	float: right;
	margin-left: 0px;
	
}
