/* 
------------------
stylesheet 
Super Rich
------------------
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;/* needed for container min-height */
}
body {
	background: #fff url(../../images/bg.png) repeat-x 0 85px;
	font: 76%/1.3 Arial, sans-serif, Helvetica, Tahoma, Verdana;
	padding: 0;
	margin: 0;
	color: #606060;
}
/* --------All--------- */
a {
	color: #606060;
	/*text-decoration: none;*/
}
a:hover {color: #fd6905}
a img {border: 0;}
.clear {clear: both}
.hide {display: none;visibility: hidden;}
address {font-style: normal}
h1, h2, h4, h5, h6 {font-size: 110%}
h3{font-size:150%}
.center {text-align: center}
.right {text-align: right}
.setright {float: right}
.setleft {float: left}
img.setright {margin: 5px 0 2px 10px}
img.setleft {margin: 5px 10px 2px 0}
fieldset, button {border: 0}
select option {padding: 0 3px}
.button {
	background: url(../../images/button.png) no-repeat 0 3px;
	display: block;	
	margin: 5px;
	/*line-height: 20px;*/
	text-align: center;
	/*text-indent: -6000px;*/
	cursor: pointer;
	width: 100px;
	height: 25px;
	border: 0;
	font-weight: bold;
}
a.button {
	background-position: top;
	text-decoration: none;
	color: #000 !important;
	line-height: 20px;
}
input.button {border: 0}
p {
	padding-bottom: 10px;
}
/*-------End--------*/
#frame { 
	background-color: #f3f3f3;
	width: 780px; 
	margin: 0 auto;
	position: relative;
}
#shadow-left, #shadow-right {
	position: absolute;
	width: 10px;
	height: 311px;
	top: 0;
}
#shadow-left {
	background: url(../../images/shadow_left-trans.png) no-repeat right top;
	left: -10px;
}
* html #shadow-left {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/shadow_left-trans.png", sizingMethod="scale");
} 
#shadow-right {
	background: url(../../images/shadow_right-trans.png) no-repeat left top;
	right: -10px;
}
* html #shadow-right {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/shadow_right-trans.png", sizingMethod="scale");
} 
#footer {
	background: #fff url(../../images/bg_footer.png) repeat-x top;	
	padding: 22px 0 10px 0;
	font-size: 80%;
	text-align: center;
	margin-top: 10px;
}
#top {
	width: 714px;
	margin: 0 auto;
	padding: 12px 0 15px;
	overflow: hidden;
}
#top .logo {float: left}
#top .topright {
	float: right;
	width: 50%;
	text-align: right;
}
#top .topright ul {
	list-style: none;
	/*width: 100%;*/
	overflow: hidden;
	float: right;
	padding-top: 14px;
}
#top .topright li {
	background: url(../../images/point_down.gif) repeat-y left top;
	float: left;
	padding-left: 5px;
}
#top .topright li a {
	background: url(../../images/arrow1.gif) no-repeat left center;
	padding: 5px 10px;
	float: left;
	text-decoration: none;
}
#top .topright .first {
	background: none;
}
.homepage
{
	background: url(../../images/bg_curve.gif) #fd6905 repeat-x left top;
	width: 695px;
	margin: 0 auto;
	position: relative;
	border: 4px solid #ffe59f;
}
.homedetail {
	width: 100%;
	overflow: hidden;
}
.curve {
	position: absolute;
	height: 26px;
	width: 26px;
}
.ca  {
	background: url(../../images/curve1.gif) no-repeat left top;
	left: 0;
	margin: -4px 0 0 -4px;
}
.cb {
	background: url(../../images/curve2.gif) no-repeat right top;
	right: 0;
	margin: -4px -4px 0 0; 
	_margin-right: -5px;
}
.cc  {
	background: url(../../images/curve3.gif) no-repeat right top;
	right: 0;
	bottom: 0;
	margin: 0 -4px -4px 0; 
	_margin: 0 -5px -5px 0; 	
}
.cd  {
	background: url(../../images/curve4.gif) no-repeat left top;
	left: 0;
	bottom: 0;
	margin: 0 0 -4px -4px; 
	_margin: 0 0 -4px -5px; 
}
.homeleft {
	float: left;
	width: 50%;
	padding-left: 55px;
}
.homeleft h3 {
	background: url(../../images/text_login.gif) no-repeat left center;
	/*height: 42px;*/	
	color: #fff;
	font-size: 150%;
	font-weight: normal;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 10px;
}
.user, .pass  {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.user div, .pass div {
	width: 85px;
	color: #fff;
	text-transform: uppercase;
	float: left;	
	font-size: 110%;
	padding-top: 3px;
}
.user span, .pass span  {
	display: block;
	float: left;
	width: 72%;
}
.homeleft .textlogin {
	width: 170px;
	border: 1px solid #a74d03;
	padding: 2px 4px;
}
.homeleft fieldset {padding-top: 25px}
.homeleft .b-login {margin: 10px 0 0 80px}
.register {
	font-size: 90%;
	padding-top: 20px;
	_padding-top: 16px;
}
.register a {
	color: white;
}
.register span a {
	color: #8e4000;
}
.register a:hover {color: #000}
#nav-home {
	background: url(../../images/nav_bg.gif);
	float: right;
	list-style: none;
	width: 274px;	
}
/*#nav-home * {
	float: left;
	width: 100%;	
}*/
#nav-home li {margin-left: 2px}
#nav-home a {
	background: url(../../images/nav_home.png) repeat-x left top;
	display: block;
	height: 41px;
	color: #fff;
	text-decoration: none;
	font-size: 130%;
	line-height: 41px;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #74838c;
	text-indent: 23px;
}
#nav-home a em {
	font-weight: normal;
	font-style: normal;
}
#nav-home a:hover {
	background-position: bottom;
}
#nav-home li.on a {
	background-position: bottom !important;
}
#nav {
	border-top: 1px solid #c6d0d1;
	border-bottom: 1px solid #527576;
	width: 100%;
	overflow: hidden;	
}
#nav ul {
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #d6e5e1;
	border-bottom: 2px solid #d7e0e0;float: left;
}
#nav ul li strong, #nav ul li a  {display: block;}
#nav li {
	background: url(../../images/nav_line.gif) no-repeat left;	
	float: left;
	border-left: 1px solid #667f7d;
}
#nav li a {
	background: url(../../images/nav.png) repeat-x top;		
	height: 30px;
	line-height: 29px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 110%;
}
#nav li a:hover {
	background-position: bottom;
}
#nav li.on a {
	background-position: bottom !important;
}
#nav li a strong em {
	font-style: normal;
	font-weight: normal;
}
#nav li.a {border-left: 0}
#nav li.a a {
	width: 92px;
}
#nav li.b a {
	width: 170px;
}
#nav li.c a {
	width: 204px;
}
#nav li.d a {
	width: 162px;
}
#nav li.e a {
	width: 148px;
}
/* button */
.b-login {
	width: 117px;
	height: 34px;
	background: url(../../images/loginnow-trans.png) no-repeat;
	color: #fff;
	border: 0;
	overflow:visible;
}
* html .b-login {
	  background-image: none;
	  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/loginnow-trans.png", sizingMethod="scale");
}
.b-convert {
	background: url(../../images/convert.png) no-repeat 0 0;
	display: block;
	width: 123px;
	height: 23px;
	text-decoration: none;
	color: #000 !important;
	font-weight: bold;
	text-indent: 50px;
}
/*.b-create, .b-cancel, .b-sendemail, .b-loginnow {
	width: 99px;
	height: 23px;
}
.b-create {background: url(../../images/create.png) no-repeat center}
.b-cancel {background: url(../../images/cancel.png) no-repeat center}
.b-sendemail {background: url(../../images/sendemail.png) no-repeat center}
.b-loginnow {background: url(../../images/login.png) no-repeat center}
*/
.content-home {
	margin: 0 auto;
	width: 722px;
	overflow: hidden;
	background: url(../../images/bank.jpg) no-repeat right bottom;	
	padding: 20px 0 12px;
}
.content-home .text-home {
	background: url(../../images/bg_text.gif) no-repeat 0 5px;	
	width: 60%;
	padding-left: 30px;	
}
.content-home h2 {
	font-size: 150%;
	margin: 10px 0 10px;
}
.content-home h2 em {
	display: block;
	font-style: normal;
	font-weight: normal;
	line-height: 12px;
}
.bottom-home {
	background: url(../../images/text_superrich.png) no-repeat left bottom;		
	height: 30px;
	margin-left: 24px;
}
.line-home {
	border-bottom: 1px solid #c0c0c0;
	height: 20px;
	margin: 0 40px;
}
.content {
	width: 100%;
	padding-top: 12px;
}
.content2col {background: url(../../images/bg_content.gif) repeat-y right top}
.content .text-content {
	background: url(../../images/bg_text.gif) no-repeat 0 0;
	margin-left: 24px;
	padding-left: 29px;
	width: 89%;
	overflow: hidden;
}
.content2col .text-content {
	background: url(../../images/bg_text.gif) no-repeat 0 0;
	margin-left: 24px;
	padding-left: 29px;
	width: 92%;
	overflow: hidden;
} 

.text-content h2 {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 10px;
}
.view {
	text-align: right;
	padding-bottom: 20px;
}
.view strong {
	font-size: 110%;
	display: block;
}
.view a {text-decoration: none}
.view a.on {color: #f66d07 !important}
.img-content {
	float: left;
	margin-right: 5px;
	width: 158px;
}
.img-content img {margin-bottom: 10px}
.settext {
	float: left;
	width: 62%;
}
#left {
	float: left;
	width: 65%;
}
#right {
	float: right;
	width: 235px;
}
#right .setfont {
	padding: 0 14px;
}
#right .headtable h3 {
	color: #506f6d;
	padding: 5px 15px 4px 15px !important;
}
.setform strong {
	display: block;
	padding-top: 5px;
}
.setform .inputtext {
	border: 1px solid #006236;
	width: 97%;
	padding: 1px 2px;
	background-color: #dce1e1;
}
.forgot {
	padding-top: 8px;
	font-size: 90%;
}
.bottomright {
	padding: 15px 0 10px;
	border-bottom: 1px solid #d4dcdc;
	margin-bottom: 5px;
}
.bottomright .button {
	margin-top: 15px;
	margin: 0 auto;
}
.setlink a {
	text-decoration: none;
	color: #f97608;
}
.headtable {
	background: #d7dede url(../../images/curve_h.gif) repeat-x top;
	width: 100%;
	margin-bottom: 5px;
}
.headtable-in, .headtable .c-l  {
	background: url(../../images/curve_h1.gif) no-repeat left top;
}
.headtable h3, .headtable .c-r {
	background: url(../../images/curve_h2.gif) no-repeat right top;	
}
.headtable h3 {padding: 5px 15px}
.shadow-h {
	background: url(../../images/curve_shadow.gif) repeat-x top;
	width: 100%;
	height: 7px;
	overflow: hidden;
}
.graybox {
	background-color: #fafafa;
	padding: 15px 0;
	margin-bottom: 30px;
	border: 1px dashed #b0bdbc;
}
.form2col {
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
.form2col strong {
	display: block;
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 5px;
	line-height: 20px;
}
.form2col .text {
	width: 240px;
	border: 1px solid #006236;
	padding: 2px 3px;
}
.form2col div {
	width: 70%;
	float: left;
}
.tablecurve h4 {
	margin-bottom: 3px;
}
.orange {color: #fd850c}
.setbottomtext {
	display: block;
	color: #5f7977;
	font-size: 90%;
	width: 300px;
}
.bottom-table {
	padding-left: 152px;
	overflow: hidden;
}
.bottom-table .button {
	float: left;
}
.location {
	border-bottom: 1px solid #d4dcdc;
	border-top: 1px solid #fff;
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.location div {
	float: left;
}
.location h3 {
	color: #466764;
	margin-bottom: 15px;
}
.location div.img {
	width: 62%;
	text-align: center;
}
.location .address {
	background: url(../../images/point_map.gif) no-repeat top left;	
	width: 35%;	
	padding-left: 15px;
}
.location address {margin-bottom: 15px;}
.location.first {border-top: 0}
.location.last {border-bottom: 0}
.tableflag {
	/*margin-bottom: 15px;*/
	width: 100%;
}
.headtable th {
	border-right: 1px solid #fff;
	border-left: 1px solid #d4d4d4;
}
.tableflag .noline1 {border-left: 0}
.tableflag .noline2 {border-right: 0}
.tableflag th div {
	padding: 5px 10px;
}
.tableflag th div.shadow-h {padding: 0}
.tableflag td {
	text-align: center;
	padding: 5px 0;
	color : #000000;
	font-size: 120%;  /*Font size in table*/
}
.tableflag .flag {
	padding-left: 20px;
	text-align: left;
}
.tableflag .flag img {
	float: left;
}
.tableflag .bgwhite {background-color: #f9f9f9}
.tableflag .bottom-line {border-bottom: 1px solid #d4dcdc}
.tableflag .flag strong {
	background: url(../../images/point_map.gif) no-repeat top left;
	display: block;
	float: left;
	width: 60%;
	padding: 2px 0 0 10px;
	margin-left: 10px;
        color : #000000;
	
} 
.tableflag .flag span {
	clear: both;
	display: block;
	padding-top: 5px;
	color : #000000;
}
.tablerate {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px solid #d4dcdc;
	/*margin-bottom: 15px;*/
}
.tablerate td {
	text-align: center;
	padding: 5px 0;
	
}
.tablerate .first {
	text-align: left;
}
.tablerate .inrate {
	width: 145px;
	border: 1px solid #646464;
	padding: 1px 2px;
	margin-left: 50px;
}
.green {color: #5f7977}
.setconvert {padding-bottom: 25px}
.setconvert strong {padding-right: 5px}
.setconvert strong.t {padding-left: 20px}
.setconvert span {
	position: relative;
	top: 7px;
	left: 20px;
}
.boxwhite {
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 10px;
}
/*--------------------*/
.link-twocol {
	width: 100%;
	border-bottom: 1px solid #d4dcdc;
	overflow: hidden;
	padding: 15px 0;
}
.link-twocol.first {padding-top: 0}
.link-twocol .img {
	display: block;	
	float: left;
	width: 177px;
	border-right: 1px solid #d4dcdc;
	text-align: center;	
}
.link-twocol strong {
	display: block;
	float: left;
	width: 65%;
	margin-left: 20px;
}
.link-twocol strong span {
	display: block;
	padding: 22px 0 13px;
}
.link-twocol a {
	color: #fd6905;
}