/*----------------------------Gateway Page------------------------------------*/
* {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#gateway {
  position: relative;
  margin: 20px auto;
  width: 679px;
  height: 498px;
}

#gateway ul {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#gateway a {
  position: absolute;
  background: #FFF;
  padding: 1px;
  display: none;
}

#gateway a.disabled {
  cursor: default;
}

#gateway li {
	list-style-type: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#dealer_icon a {
  top: 5px;
  left: 426px;
  width: 86px;
  height: 86px;
}

#dealer_icon a.disabled {
  background: url(../images/dealer_icon_disable.gif) no-repeat center center;
}

#dealer_icon a.enabled {
  background: url(../images/dealer_icon.gif) no-repeat center center;
}

#dealer_label a {
  top: 104px;
  left: 426px;
  width: 84px;
  height: 24px;
}

#dealer_label a.disabled {
  background: url(../images/dealer_text_disable.gif) no-repeat center center;
}

#dealer_label a.enabled {
  background: url(../images/dealer_text.gif) no-repeat center center;
}

#distributor_icon a {
  top: 218px;
  left: 542px;
  width: 77px;
  height: 87px;
}

#distributor_icon a.disabled {
  background: url(../images/distributor_icon_disable.gif) no-repeat center center;
}

#distributor_icon a.enabled {
  background: url(../images/distributor_icon.gif) no-repeat center center;
}

#distributor_label a {
  top: 318px;
  left: 478px;
  width: 196px;
  height: 24px;
}

#distributor_label a.disabled {
  background: url(../images/distributor_text_disable.gif) no-repeat center center;
}

#distributor_label a.enabled {
  background: url(../images/distributor_text.gif) no-repeat center center;
}

#provider_icon {
  background: transparent url(../images/circle.png) no-repeat center center;
}

#provider_icon a {
  top: 363px;
  left: 296px;
  width: 106px;
  height: 103px;
}

#provider_icon a.disabled {
  background: url(../images/provider_icon_disable.gif) no-repeat center center;
}

#provider_icon a.enabled {
  background: url(../images/provider_icon.gif) no-repeat center center;
}

#provider_label a {
  top: 468px;
  left: 276px;
  width: 146px;
  height: 29px;
}

#provider_label a.disabled {
  background: url(../images/provider_text_disable.gif) no-repeat center center;
}

#provider_label a.enabled {
  background: url(../images/provider_text.gif) no-repeat center center;
}

#client_icon a {
  top: 218px;
  left: 68px;
  width: 90px;
  height: 82px;
}

#client_icon a.disabled {
  background: url(../images/corporate_icon_disable.gif) no-repeat center center;
}

#client_icon a.enabled {
  background: url(../images/corporate_icon.gif) no-repeat center center;
}

#client_label a {
  top: 304px;
  left: 1px;
  width: 216px;
  height: 54px;
}

#client_label a.disabled {
  background: url(../images/corporate_text_disable.gif) no-repeat center center;
}

#client_label a.enabled {
  background: url(../images/corporate_text.gif) no-repeat center center;
}

#subscriber_icon a {
  top: 8px;
  left: 183px;
  width: 87px;
  height: 83px;
}

#subscriber_icon a.disabled {
  background: url(../images/account_icon_disable.gif) no-repeat center center;
}

#subscriber_icon a.enabled {
  background: url(../images/account_icon.gif) no-repeat center center;
}

#subscriber_label a {
  top: 104px;
  left: 164px;
  width: 116px;
  height: 20px;
}

#subscriber_label a.disabled {
  background: url(../images/account_text_disable.gif) no-repeat center center;
}

#subscriber_label a.enabled {
  background: url(../images/account_text.gif) no-repeat center center;
}

.copyrights {
  display: block;
  padding: 25px 0 10px;
  text-align: center;
  color: #bcbcbc;
  font-size: 11px;
}
/*--------END-----------------Gateway Page------------------------------------*/
