/*------------------gotomeeting--------------------------*/

.gotomeeting {
	margin: 30px 0;
	height:108px !important;overflow: hidden;
}

/* image rollover technique */	
.gotomeeting a {
	float: left;
	height: 0px !important;
	height: 108px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden;
	padding: 108px 0 0 0;
}

.gotomeeting a:hover, .gotomeeting a:active { 
	background-position: 0 -108px; cursor: pointer;
}

.gotomeeting li {
	display: block;
	height: 108px;
	list-style: none;
	padding: 0;
}

.gtm01 a {
	background: url(../_media/btn_gotomeeting.png) no-repeat top left;
	width: 223px;
}

/*-------securecheckout----------------------------*/

.secureCheckout {
	margin: 30px 0;
	height:108px !important;overflow: hidden;
}

/* image rollover technique */	
.secureCheckout a {
	float: left;
	height: 0px !important;
	height: 108px; /* for IE5/Win only */
	margin: 0;
	overflow: hidden;
	padding: 108px 0 0 0;
}

.secureCheckout a:hover, .secureCheckout a:active { 
	background-position: 0 -108px; cursor: pointer;
}

.secureCheckout li {
	display: block;
	height: 108px;
	list-style: none;
	padding: 0;
}

.sco01 a {
	background: url(../_media/btn_secure-checkout.png) no-repeat top left;
	width: 223px;
}

#line {
	border-top: 1px solid #e6adbd;
	width: 400px;
	margin: 1.4em 0;
}

#copyright {
	float: right;
	text-align: right;
	width: 400px;
	height: 50px;
	margin-top: 12px;
}

#copyright p {
	width: 400px !important;
}