html {
	height: 101%;
}
body {
	margin: 0;
	padding: 0;
	background: #ffffff;
}
#container { 
	width: 890px; 
	margin: 0 auto; 
	font-family: Verdana, sans-serif;
}
#logo {
	margin: 16px 0 18px 0; 
	float: left;
	border: none;
}
#flags {
	float: right;
	width: 530px;
	margin-top: 12px;
	text-align: right;
	font-size: 0px;
	color: #000;
}
#flags img {
	width: 16px;
	height: 10px;
	border: 1px solid #fff;
}
#flags img:hover {
	border: 1px dotted #f00;
}
	#flags a {
		text-decoration: none;
		color: #000;
		margin-left: 1px;
	}
	#flags .active {
		border: 1px solid #f00;
	}
	#flags .nav {
		margin-top: 15px;
		font-size: 13px;
	}
		#flags .nav a {
			padding-left: 20px;
			background: url(/images/merchant-account/contact-sales.png) left center no-repeat;
			height: 20px;
			line-height: 20px;
			display: table;
			float: right;
			margin-left: 20px;
			font-family: Arial, sans-serif;
		}
		#flags .nav .contactsupport {
			color: #c33;
			background: url(/images/merchant-account/contact-support.png) left center no-repeat;
			padding-left: 24px;
		}
#topnav {
	float: right;
	margin: 13px 0;
}
#topnav a {
	display: inline;
	float: right; 
	clear: none;
	padding-left: 5px;
	height: 20px; 
	line-height: 20px; 
/* 	display: table;  */
	margin-left: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #4D4D4D;
}
#topnav a:hover {
	color: #FD932C;
}
#topnav a:after {
	content: ' |';
	font-weight: normal;
	font-size: 11px;
	color: #656565;
}
#topnav a:first-child:after {
	content: '';
}
/*
#topnav .contactsupport {
	width: auto;
	color: #c33;
	background: url(/images/merchant-account/contact-support.png) left center no-repeat;
	padding-left: 24px;
	cursor: auto;
}
*/
#nav {
	height: 30px; 
/* 	margin-bottom: 3px; */
	clear: both;
}
	#nav a {
		outline: none;
		width: 147px;
		background: #5d6583 url(/images/merchant-account/nav.png) top left no-repeat;
		color: #fff; 
		font-size: 0.7em; 
		line-height: 30px;
		text-transform: uppercase;
		display: block;
		float: left;
		text-align: center;
		text-decoration: none;
		font-size: 10px;
		font-family: Verdana, sans-serif;
		text-shadow: 1px 1px #555;
		margin-right: 1px;
	}
	#nav a:hover {
		background: #e9790d url(/images/merchant-account/nav-active.png) top left no-repeat;
	}
	#nav .active {
		background: #e9790d url(/images/merchant-account/nav-active.png) top left no-repeat;
		cursor: default;
	}
h1, h2 { 
	color: #4d5572;
	font-weight: bold;
	margin: 15px;
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px #fff;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 1.9em;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0;
}

#banner {
	width: 885px;
	min-height: 176px;
	background: #e7f2f9 url(/images/merchant-account/head.jpg) no-repeat center top;
	float: left;
	position: relative;
	padding-top: 40px;
/* 	margin-top: 2px; */
	border: 1px solid #d3d2d4;
	border-top: 0;
	margin-bottom: 20px;
}
	#banner h1, h2 {
		color: #FFF;
		text-shadow: none;
	}
	#banner.appreciation {
		background: #e7f2f9 url(/images/merchant-account/head-appreciation.jpg) no-repeat center top;
	}
	#banner img {
		border: none;
		margin-left: 15px;
		position: absolute;
		bottom: 35px;
	}
	#banner p {
		margin: 15px;
		font-size: 12px;
		color: #666;
		width: 600px;
		float: left;
		}
	#banner p {
		color: #FFF;
	}
	#banner .signupnow {
		float: right;
		display: inline-block;
		padding: .5em 1.5em;
		border: 1px solid #fff;
		text-shadow: 1px 1px 1px #444;
		text-decoration: none;
		color: #fff;
		-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
		margin-right: 25px;
		-webkit-box-shadow: 1px 1px 3px #666; -moz-box-shadow: 1px 1px 3px #666; box-shadow: 1px 1px 3px #666;
		background: #e67805 url(/images/merchant-account/signupnow.png) repeat-x left top;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 17px;
		margin-top: 25px;
		position: absolute;
		bottom: 32px;
		right: 5px;
		}
	#banner .signupnow:hover {
		opacity: 0.9;
		}
	#banner .signupnow:active {
		-webkit-box-shadow: 1px 1px 2px #666; -moz-box-shadow: 1px 1px 2px #666; box-shadow: 1px 1px 2px #666;
		}
	#banner .gateway-test {
		float: right;
		display: inline-block;
		padding: .5em 1.5em;
		border: 1px solid #fff;
		text-shadow: 1px 1px 1px #444;
		text-decoration: none;
		color: #fff;
		-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px;
		margin-right: 25px;
		-webkit-box-shadow: 1px 1px 3px #666; -moz-box-shadow: 1px 1px 3px #666; box-shadow: 1px 1px 3px #666;
		background: #e67805 url(/images/merchant-account/signupnow.png) repeat-x left top;
		font-family: Arial, sans-serif;
		font-weight: bold;
		font-size: 17px;
		margin-top: 25px;
		position: absolute;
		bottom: 82px;
		right: 5px;
		}
	#banner .gateway-test:hover {
		opacity: 0.9;
		}
	#banner .gateway-test:active {
		-webkit-box-shadow: 1px 1px 2px #666; -moz-box-shadow: 1px 1px 2px #666; box-shadow: 1px 1px 2px #666;
		}
	#banner p.signup-small-letters {
		display: inline-block;
		float: left;
		width: 165px;
		margin: -15px 0 5px 27px;
		font-size: 9px;
		text-align: center;
		color: #FFF;
	}
		
#form {
	
	display: none;

	width: 225px;
	float: right;
	background: url(/images/merchant-account/form.png) no-repeat left top;
	color: #fff;
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}
	#form img {
		padding-right: 12px;
		display: block;
		width: 137px;
		height: 231px;
		margin: 0 auto;
	}
	#form form {
		width: 219px;
		bottom: 0px;
		padding-bottom: 15px;
	}
/*
	.submit {
		display: block;
		cursor: pointer;
		width: 190px;
		height: 53px;
		font-size: 14px;
		text-align: center;
		margin: 9px 0 0 14px;
		background: url(/images/merchant-account/submit.png) no-repeat;
		border: none;
		padding: 4px 8px 10px 8px;
		color: #fff;
		font-weight: bold;
		font-family: Arial, sans-serif;
		text-shadow: -1px -1px #444;
	}
	label {
		font-size: 11px;
		margin: 6px 0 2px 0;
		display: block;
		font-weight: bold;
		color: #eee;
		margin-left: 9px;
	}
	input, select {
		width: 195px;
		border: 1px solid #363738;
		line-height: 16px;
		font-size: 13px;
		padding: 2px;
		-moz-border-radius: 3px; -webkit-border-radius: 3px;
		margin-left: 9px;
	}
	select {
		width: 200px;
	}
*/
	#form a {
		display: block;
		font-size: 10px;
	}
/*
	form a {
		padding: 10px;
		color: #ddd;
	}
	form div a {
		padding: 0;
		color: #fff;
	}
	form span {
		width: 225px; 
		height: 6px;
		position: absolute;
		bottom: 0;
		background: url(/images/merchant-account/form-bottom.png) no-repeat;
	}
*/
	#form .signup {
		font-size: 16px;
		font-weight: bold;
		font-family: Arial, sans-serif;
		width: 100%;
		text-shadow: 1px 1px #333;
	}
	#form form div {
		border-bottom: 1px solid #7b8194;
		margin-left: 9px;
		margin-right: 9px;
		padding-bottom: 4px;
	}
#main {
	background: url(/images/merchant-account/main-bg.png) top left no-repeat;
	position: relative;
	float: left;
	width: 100%;
	min-height: 357px;
	margin: 7px 0 10px 0;
}
#mainbottom {
	position: absolute;
	bottom: 0;
	clear: both; 
	height: 8px; 
	background: url(/images/merchant-account/main-bottom.png) left bottom no-repeat;
	width: 100%;
}
.column {
	width: 260px;
	float: left;
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 24px;
	padding: 4px;
	padding-right: 10px;
	font-size: 12px;
	color: #4c4c4c;
	padding-bottom: 50px;
}
	.columnlast {
		margin-right: 0;
	}
	.column h3 {
		font-size: 16px;
		margin: 0 0 20px 0;
		font-weight: bold;
		width: 204px;
		padding-right: 55px;
		padding-top: 4px;
		border-bottom: 1px solid #ccc;
		min-height: 45px;
		background: url(/images/merchant-account/icon-direct.png) right top no-repeat;
		color: #4a526f;
		font-family: Arial, sans-serif;
	}
	.column h3 a {
		text-decoration: none;
		color: #4a526f;
		display: block;
		text-shadow: 1px 1px #fff;
	}
	.column > p {
		font-weight: bold;
		margin-bottom: 2em;
	}
	.column > p.less-bottom-margin {
		margin-bottom: 1em;
	}
#main ul {
	margin: 0 0 0 5px;
	padding: 0;
}
	#main ul li {
		border-bottom: 1px dotted #e6e8ef;
		line-height: 18px;
		list-style: none;
		background: url(/images/merchant-account/tick.png) left top no-repeat;
		padding: 0 0 10px 20px;
		margin: 10px 0;
		font-size: 12px;
		line-height: 14px;
		color: #656565;
	}
	#main ul li a {
		color: #656565;
	}
	#main ul .listlast {
		border-bottom: none;
	}
.noborder {
	border: none;
}
.buttons {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
.button {
	display: table;
	background: url(/images/merchant-account/button.png) right top no-repeat;
	height: 26px;
	float: left;
	margin-right: 53px;
	margin-left: 70px;
	font-family: Arial, sans-serif;
	width: 180px;
	text-align: center;
}
.button:hover {
	opacity: 0.8;
}
.firstbutton {
	margin-left: 0px;
}
.button a {
	display: block;
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(/images/merchant-account/button-left.png) left top no-repeat;
	padding: 1px 18px 0 18px;
	font-size: 13px;
	line-height: 24px;
	height: 26px;
	text-shadow: 1px 1px #111;
}
#signup {
	width: 97px;
	height: 28px;
	display: block;
	background: url(/images/merchant-account/but_home_signup.gif) left no-repeat;
	float: right;
	margin-right: 10px;
}
#signup:hover {
	background: url(/images/merchant-account/but_home_signup.gif) right no-repeat;
}
#login {
	width: 64px;
	height: 28px;
	display: block;
	background: url(/images/merchant-account/but_home_login.gif) right no-repeat;
	float: right;
	margin-right: 10px;
}
#login:hover {
	background: url(/images/merchant-account/but_home_login.gif) left no-repeat;
}
.box {
	position: relative;
	width: 376px;
	float: left;
	margin-right: 8px;
}
.paymentmethods {
	margin-right: 0;
}
	.paymentmethods span {
		display: block;
		padding: 8px 30px;
	}
	.paymentmethods span a {
		font-size: 9px;
		font-weight: bold;
		color: #4d5572;
		margin-bottom: 3px;
		vertical-align: middle;
	}
.box img {
	border: none; 
	margin: 5px 5px 0 5px;
}
.box-top {
	background: url(/images/merchant-account/box-top.png) left top no-repeat;
	padding-left: 20px;
}
.box-top a {
	background: #fff;
	padding: 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #4D5572;
	font-family: Arial, sans-serif;
}
#boxes {
	margin-top: 20px;
	background: url(/images/merchant-account/boxes.png) left bottom no-repeat;
}
#footer { 
	width: 100%;
	margin: 15px auto;
	font-size: 9px;
	text-align: center;
	margin-top: 20px;
	color: rgb(69, 69, 69);
	font-family: Verdana, sans-serif;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	clear: both;
}
	#footer a {
		text-decoration: none;
		color: #fd8a09;
		font-weight: bold;
	}
	#footer div a {
		color: rgb(69, 69, 69);
	}
	address {
		display: inline;
		font-style: normal;
	}
.about {
	font-size: 12px;
	color: #656565;
	width: 550px;
	margin-bottom: 20px;
	float: left;
	clear: left;
}
#testimonial {
	background: #f4f4f4;
	width: 220px;
	float: right;
	margin: 12px 5px 15px 0;
	clear: right;
}
	#testimonial p {
		background: url(/images/merchant-account/testimonial.png) top left no-repeat;
		padding-left: 42px;
		font-size: 11px;
		color: #656565;
		margin: 10px 5px 10px 10px;
	}
	#testimonial a {
		display: block;
		height: 43px;
		background: url(/images/merchant-account/testimonial-a.png);
		color: #656565;
		font-size: 11px;
		padding: 8px 0 0 4px;
	}
	#testimonial_en {
		background: #f4f4f4;
		width: 282px;
		float: right;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 25px;
		padding: 0;
		clear: right;
		background: url(/images/merchant-account/testimonial-dark.png) top left no-repeat;
	}
	#testimonial_en p {
		font-size: 11px;
		color: #fff;
		min-height: 74px;
		padding: 0 10px 0 62px;
		margin: 10px 0;
		}
	#testimonial_en p.signature {
		background: #fff url(/images/merchant-account/testimonial-bottom.png) top left no-repeat;
		color: #656565;
		padding: 15px 10px 0 62px;
		margin: 0;
		text-shadow: none;
		min-height: 50px;
		}
	#testimonial_en a {
		display: block;
		height: 30px;
/* 		background: url(/images/merchant-account/hifitower.png) bottom right no-repeat; */
		color: #656565;
		font-size: 11px;
		padding: 0;
	}
#promobanner {
	width: 213px;
	height: 141px;
	float: right;
	margin: -58px 6px 20px 0;
	padding: 2px;
	border: solid 1px #ccc;
	clear: right;
}
	#promobanner a img {
		border: none;
	}
h5 {
	font-size: 16px;
	color: #4a526f;
	margin: 10px 0 0 10px;
	font-family: Arial, sans-serif;
}
h4 {
	margin: 10px 0 5px 0;
	font-size: 16px;
	color: #4a526f;
	font-family: Arial, sans-serif;
	clear: both;
	float: left;
}
h4 a {
	text-decoration: underline;
	font-size: 11px;
	color: rgb(101, 101, 101);
	font-weight: normal;
	font-family: Verdana, sans-serif;
}
h4 a:hover:after {
	content: " »";
}
.contact {
	display: block;
	width: 204px;
	height: 41px;
	background: url(/images/merchant-account/contact.png) no-repeat;
	padding: 12px 0 0 48px;	
	text-decoration: none;
	color: #000;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	color: #333;
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px #fff;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 10px;
}
.signuptoday {
	background: url(/images/merchant-account/signup.png) no-repeat;
	padding-left: 58px;
	padding-right: 0;
	width: 59px;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
	text-shadow: -1px -1px #933;
	font-weight: bold;
	cursor: pointer;
	line-height: 14px;
}
.contactsupport {
	background: url(/images/merchant-account/contact-support-box.png) no-repeat; 
	cursor: pointer;
	padding-left: 50px; 
	width: 230px;
}
.cleared {
	clear: both;
}

#contact_buttons {
	margin: 55px 0 15px;
	float: left;
}

#ewallet.quick_checkout ul {
	float: left;
	position: relative;
	width: 380px;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 27px;
	margin-right: 36px;
}
	#ewallet.quick_checkout ul:nth-child(2) {
		width: 390px;
		margin-right: 72px;
	}
	#ewallet.quick_checkout ul:last-child {
		margin-right: 0;
	}
	#ewallet.quick_checkout ul li {
		margin-top: 20px;
		padding-left: 60px;
		font-size: 12px;
		line-height: 14px;	
	}
#socialnetworks {
	float: right;
	width: 220px;
	margin-bottom: 15px;
/*
	margin-top: 8px;
*/
	border: 1px solid #e5e9f0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	position: relative;
}
#socialnetworks span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f6985;
	padding: 0 0 0 10px;
	position: absolute;
	top:30%;
}
#socialnetworks a {
	float: right;
	padding: 5px 5px 5px 0;
}
#socialnetworks a img {
	border: none;
}

#mastercard {
	width: 572px;
	float: left;
	background: url(/images/merchant-account/mastercard-bg.png) top left no-repeat;
	padding: 17px 13px;
	margin-top: 10px;
	}
	#mastercard img {
		float: left;
		margin-right: 13px;
		}
	#mastercard h5 {
		margin: 0;
		}
	#mastercard p {
		font-family: Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #656565;
		width: 300px;
		float: left;
		margin-top: 10px;
		}
	#mastercard .button {
		opacity: 0.8;
		margin: 20px 0 0 0;
		float: left;
		width: auto;
		}
	#mastercard .button:hover {
		opacity: 0.6;
		}
	#mastercard .button a {
		padding: 1px 20px 0px 20px;
		}

#promomain {
	width: 293px;
	float: right;
	margin: 60px 5px 20px 15px;
	}
#promo {
	width: 293px;
	float: right;
	margin: 23px 5px 0 0;
	}
.submit-button {
	width: 136px;
	height: 34px;
	border: none;
	background: url(/images/merchant-account/button-white.png) 0 0 no-repeat;
	cursor: pointer;
	opacity: 0.8;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #EEE;
	font-size: 11px;
	color: #444444;
	}
.submit-button:hover {
	color: #888888;
	opacity: 1;
	}
#socialnetworks.promomain {
	margin: 120px -295px 25px 0;
	}
#socialnetworks.promo {
	margin: 138px -331px 25px 0;
	}
