@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
}
body{
	background: black url(/images/bg-main.jpg) center top no-repeat;
}
/*-----------------------------------------------platform*/
.platform{
	width: 100%;
	background: url(/images/bg-platform.png) center 370px repeat-x;
}

/*-----------------------------------------------header*/
.header{
	width: 800px;
	text-align: left;
	padding: 20px 0 10px 0;
}
/*-----------------------------------------------featured*/
.featured{
	display: block;
	width: 800px;
	height: 230px;
	position: relative;
	text-align: left;
	background: #001027;
	border: 10px solid #001027;
}
	.featured .wraper{
		position: absolute;
		width: 230px;
		height: 70px;
		padding: 160px 20px 0 20px;
		top:0px;
		right: 0px;
		z-index: 1;
		text-align: right;
		color: #CCCCCC;
		font: 12px "Trebuchet MS";
		line-height: 1.1em;
		background: #001027 url(/images/bg-applynow.jpg) center 5px no-repeat;
	}
	.featured span{
		color: #ffc300;
		font: bold 20px "Trebuchet MS";
		letter-spacing: -1px;
		line-height: 1.2em;
	}
	.featured a{
		color: #FFFFFF;
		text-decoration: none;
	}
	.featured a:hover{
		color: #ffc300;
	}
.featured-sub{
	display: block;
	width: 800px;
	height: 315px;
	position: relative;
	text-align: left;
}
/*-----------------------------------------------container*/
.container{
	width: 100%;
	padding: 50px 0 50px 0;
	color: #CCCCCC;
	font: 12px "Trebuchet MS";
	line-height: 1.2em;
}
	.cells {
		width:800px;
	}
	.cell1{
		width: 270px;
		border-right: 1px dotted #07468b;
		padding: 0 210px 0 0;
		background: url(/images/icons-cards.png) 280px center no-repeat;
	}
	.cell1 a{ float:right; margin-right: 15px;}
	.cell2{
		width: 145px;
		height: 160px;
		padding: 0 0 0 175px;
		background: url(/images/icons-features.png) 10px center no-repeat;
	}
	.cell2 a{ float:left; margin-left: 15px;}
/*-----------------------------------------------footer*/
.footer{
	width: 800px;
	height: 60px;
	padding: 40px 0 0 0;
	color: #5f7287;
	font: 10px "Trebuchet MS";
	text-transform: uppercase;
	line-height: 1.2em;
	border-top: 1px dotted #07468b;
}
.footer a{ color: #5f7287; text-decoration: none;}
.footer a:hover{ color: #ffc300;}
/*-----------------------------------------------text*/

h2{
	font: bold 16px tahoma;
	color: #ffc300;
	margin: 0 0 15px 0;
}
	a, h2{
		text-decoration: none;
	}
h3{
	font: bold 13px tahoma;
	color: #ffc300;
	margin: 3px 0 2px 0;
}
.textBlue{
	color: #3581d4;
	font: bold 13px "Trebuchet MS";
	line-height: 1em;
}

/*-----------------------------------------------links*/
a.aries-link{
	color: #5f7287;
	text-decoration: none;
	border-bottom:1px dotted #5f7287;
}
a.aries-link:hover {
	color: #fff;
	text-decoration: none;
	border-bottom:1px dotted #fff;
}
/*-----------------------------------------------table*/
.chart .cntrCol{
	width: 271px;
	border-left: 1px dotted #1c324e;
	border-right: 1px dotted #1c324e;
}
.chart td{
	border-bottom: 1px dotted #1c324e;
	height: 35px;
}
.chart .bgRow{
	background: #000b1b;
}
/*------*/
.sideLink{
	width: 230px;
	padding-left: 20px;
}
.sideLink a{
	display: block;
	width: 168px;
	height: 38px;
	padding: 22px 0 0 60px;
	border: 1px dotted #1c324e;
	color: #CCCCCC;
	text-decoration: none;
	font: bold 11px "Trebuchet MS";
	margin-bottom: 5px;
}
.sideLink a:hover{
	color: #ffc300;
}
a.link1{ background: url(/images/globe-icon-small.gif) 10px center no-repeat; }
a.link2{ background: url(/images/key-icon-small.gif) 10px center no-repeat; }
a.link3{ background: url(/images/fees-icon-small.gif) 10px center no-repeat; }
a.link4{ background: url(/images/wallet-icon-small.gif) 10px center no-repeat; }
a.link5{ background: url(/images/shopping-icon-small.gif) 10px center no-repeat; }
a.link6{ background: url(/images/money-icon-small.gif) 10px center no-repeat; }
a.link7{ background: url(/images/transfer-icon-small.gif) 10px center no-repeat; }
a.link8{ background: url(/images/world-icon-small.gif) 10px center no-repeat; }
a.link9{ background: url(/images/time-icon-small.gif) 10px center no-repeat; }
.linkWrapper {background-image:url(/images/bg-feat.jpg);}

.sideLink a.return{
	display: block;
	width: 120px;
	height: 19px;
	padding: 2px 0 0 35px;
	border: none;
	color: #CCCCCC;
	text-decoration: none;
	font: bold 11px "Trebuchet MS";
	margin-bottom: 20px;
	background: url(/images/btn-return.gif) left center no-repeat;
}
.sideLink a.return:hover{
	color: #ffc300;
}
