/* CSS Document */

/* thwate security */

	.thwate
		{
	display: block;
	width: 170px;
	height: 65px;
	background-image: url(../images/01_pg_graphics/thwate_white.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}

/* visa master card */

	.vm
		{
	display: block;
	width: 170px;
	height: 55px;
	background-image: url(../images/01_pg_graphics/visa_mastercard.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}

/* telecom */

	.telecom
		{
	display: block;
	width: 170px;
	height: 75px;
	background-image: url(../01imgs/02lnks/telecom.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}

/* ellerslie */

	.ellerslie
		{
	display: block;
	width: 170px;
	height: 81px;
	background-image: url(../images/01_pg_graphics/ellerslie.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
		}

/* kiwi */

	.kiwi
		{
  		display: block;
  		width: 170px;
  		height: 73px;
  		background: url(../01imgs/02lnks/kiwi.gif) no-repeat 0 0;
		}

/* spca */

	.spca
		{
  		display: block;
  		width: 170px;
  		height: 54px;
  		background: url(../01imgs/02lnks/spca.gif) no-repeat 0 0;
		}

/* sunbrella */

	.sunbrella {
	height: 60px;
	width: 166px;
	background-color: #F3F3DF;
	background-image: url(../01imgs/02lnks/sunbrella.gif);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #BBD9A9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #BBD9A9;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #BBD9A9;
}
.guarantee {
	display: block;
	width: 170px;
	height: 110px;
	background-image: url(../images/01_pg_graphics/guarantee.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border-top-width: 9px;
	border-bottom-width: 6px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBD9A9;
	border-bottom-color: #BBD9A9;
}
.carduser {
	display: block;
	width: 170px;
	height: 94px;
	background-image: url(../01imgs/02lnks/carduser.jpg);
	background-repeat: no-repeat;
	background-position: 2px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BBD9A9;
}

