/* CSS DOCUMENT */

/*------------------------------- GENERAL -------------------------------*/
body{
	padding:0;
	margin:0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#061211;
	}
div, img, p, a, ul, h1, h2, h3, h4, h5 form, input, labrl{
	padding:0;
	margin:0;
	}
img{ border:none;}
a{ text-decoration:none;
	outline:none;
	}
ul{ list-style-type:none;}
sup{
	font-size:9px;
	}

/*------------------------------- HEADER PART -------------------------------*/
div#headerArea{
	padding-top:4px;
	border-bottom:2px solid #E8ECDE;
	background:url(../images/header-bg.gif) 0 0 repeat-x;
	}
div#headerArea div#headerContent{
	width:978px;
	height:124px;
	margin:0 auto;
	padding-left:15px;
	position:relative;
	}
div#headerArea div#headerContent img.logo{
	display:block;
	float:left;
	margin-right:13px;
	cursor:pointer;
	}
	
div#headerArea div#headerContent h1 {
	color:#042F52;
	background-color:inherit;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	position:absolute;
	top:90px;
	left:85px;
	width:350px;
}
div#headerArea div#headerContent ul.headerLinks{
	width:170px;
	float:left;
	padding-top:68px;
	height:14px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#061211;
	}
div#headerArea div#headerContent ul.headerLinks li{
	float:left;
	}
div#headerArea div#headerContent ul.headerLinks li a{
	display:block;
	margin:0 12px;
	background-color:inherit;
	color:#061211;
	}
div#headerArea div#headerContent ul.headerLinks li a:hover{
	text-decoration:underline;
	}
div#headerArea div#headerContent div#headerRight{
	float:right;
	width:450px;
	}
div#headerArea div#headerContent div#headerRight ul{
	height:21px;
	font:bold 11px/19px Arial, Helvetica, sans-serif;
	}
div#headerArea div#headerContent div#headerRight ul li{
	float:right;
	margin-left:2px;
	}
div#headerArea div#headerContent div#headerRight ul li a,
div#headerArea div#headerContent div#headerRight ul li span{
	display:block;
	float:left;
	background-color:inherit;
	color:#3C819B;
	background:url(../images/top-link-bg.gif) 0 0 repeat-x;
	height:21px;
	}
div#headerArea div#headerContent div#headerRight ul li a strong,
div#headerArea div#headerContent div#headerRight ul li span strong{
	display:block;
	float:left;
	height:21px;
	background:no-repeat;
	}
div#headerArea div#headerContent div#headerRight ul li a strong{
	cursor:pointer;
	}
div#headerArea div#headerContent div#headerRight ul li a strong.topLinkLeftBg,
div#headerArea div#headerContent div#headerRight ul li span strong.topLinkLeftBg{
	background-image:url(../images/top-link-l-bg.gif);
	background-position:0 0;
	padding-left:10px;
	}
div#headerArea div#headerContent div#headerRight ul li a strong.topLinkRightBg,
div#headerArea div#headerContent div#headerRight ul li span strong.topLinkRightBg{
	background-image:url(../images/top-link-r-bg.gif);
	background-position:100% 0;
	padding-Right:8px;
	}
div#headerArea div#headerContent div#headerRight ul li a:hover,
div#headerArea div#headerContent div#headerRight ul li span{
	color:#000;
	background-color:inherit;
	background-position:0 100%;
	}
div#headerArea div#headerContent div#headerRight ul li a:hover strong.topLinkLeftBg,
div#headerArea div#headerContent div#headerRight ul li span strong.topLinkLeftBg{
	background-position:0 100%;
	}
div#headerArea div#headerContent div#headerRight ul li a:hover strong.topLinkRightBg,
div#headerArea div#headerContent div#headerRight ul li span strong.topLinkRightBg{
	background-position:100% 100%;
	}
div#headerArea div#headerContent div#headerRight div#callArea{
	height:47px;
	background:url(../images/call-bg.gif) 0 0 no-repeat;
	margin-top:12px;
	width:265px;
	float:right;
	}
div#headerArea div#headerContent div#headerRight div#callArea h2{
	display:none;
	padding:0px !important;
	}
div#headerArea div#headerContent div#headerRight div#callArea p{
	text-align:right;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	background-color:inherit;
	color:#000;
	padding:16px 8px 0 0;
	}
	
div#headerArea div#headerContent div#headerRight form{
	width:335px;
	height:25px;
	float:right;
	padding-top:8px;
	/*padding-top:64px;
	margin-right:14px;*/
	}
div#headerArea div#headerContent form label{
	float:right;
	display:block;
	width:80px;
	padding-right:5px;
	font-weight:bold;
	line-height:25px;
	}

div#headerArea div#headerContent form input{
	width:193px;
	height:17px;
	padding:4px 0 0 6px;
	font:normal 10px/11px Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
	float:right;
	}

div#headerArea div#headerContent form input.goBtn{
	width:36px;
	height:25px;
	padding:0;
	}

/*------------------------------- MAIN NAVIGATION PART -------------------------------*/
div#mainNavArea{
	height:28px;
	border-bottom:1px solid #E8ECDE;
	background:url(../images/main-nav-bg.gif) 0 0 repeat-x;
	padding-top:1px;
	}
div#mainNavArea ul{
	width:887px;
	height:28px;
	margin:0 auto;
	font:bold 11px/27px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
div#mainNavArea ul li{
	float:left;
	background:url(../images/main-nav-divider.gif) 100% 0 no-repeat;
	padding-right:2px;
	position:relative;
	}
div#mainNavArea ul li a,
div#mainNavArea ul li span{
	display:block;
	padding:0 22px;
	height:28px;
	color:#fff;
	background-color:inherit;
	float:left;
	}
div#mainNavArea ul li a:hover,
div#mainNavArea ul li span{
	color:#ABECFF;
	background-color:inherit;
	background:url(../images/main-nav-bull.gif) 50% 100% no-repeat;
	}
div#mainNavArea ul li ul{
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	width:160px;
	height:auto;
	margin:0;
	position:absolute;
	left:0;
	top:28px;
	visibility:hidden;
	background-color:#3D829B;
	border:1px solid #FFf;
	}
div#mainNavArea ul li ul li{	
	float:inherit;
	border-top:1px solid #fff;
	width:160px;
	height:25px;
	position:relative;
	background:none;
	padding-right:0px !important;
	}
div#mainNavArea ul li ul li a{
	height:25px;
	padding:0 0 0 12px;
	float:none;
	display:block;
	color:#fff;
	background-color:inherit;
	background:url(../images/bull1.gif) 500px 10px no-repeat;
	}
div#mainNavArea ul li ul li a:hover,
div#mainNavArea ul li ul li a.select{
	background-color:#28657B !important;
	color:#B6E4E4;
	background-position:500px 10px;
	}
div#mainNavArea ul li ul li a.dSelect{
	background-color:#CCC;
	color:#000;
	}
div#mainNavArea ul li ul li ul{
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	padding:0;
	left:161px;
	top:0;
	}
div#mainNavArea ul li ul li ul li{
	border-bottom:1px solid #fff;
	border-top:none;
	}
.blackArrow{
	background:url(../images/bull1.gif) 146px 10px no-repeat !important;
	}

/*------------------------------- MAIN BODY CONTENT -------------------------------*/
div#main{
	background:url(../images/main-content-bg.gif) 0 0 repeat-x #E8ECDE;
	color:#061211;
	}

/*------------------------------- MAIN CONTINER -------------------------------*/
div#main div#mainContainer{
	width:978px;
	margin:0 auto;
	padding-top:9px;
	}

/*------------------------------- MAIN BODY CONTENT - MIDDLE CONTAINER -------------------------------*/
div#maddleContainer{
	height:100%;
	overflow:hidden;
	padding-bottom:35px;
	}

/*------------------------------- MAIN BODY CONTENT - MIDDLE CONTAINER - LEFT PANNEL -------------------------------*/
div#leftPanel{
	width:698px;
	float:left;
	}

/*------------------------------- LEFT PANNEL - FLASH BANNER -------------------------------*/
div#leftPanel div#flashBanner{
	padding-bottom:10px;
	z-index:-2;
	}
div#leftPanel div#flashBanner img{
	display:block;
	}

/*------------------------------- LEFT PANNEL - PICTURE LIST -------------------------------*/
div#leftPanel div#picListArea{
	height:100%;
	overflow:hidden;
	padding-bottom:30px;
	}
div#leftPanel div#picListArea div{
	width:222px;
	float:left;
	margin-right:16px;
	}
div#leftPanel div#picListArea div img{
	display:block;
	margin-bottom:3px;
	}
div#leftPanel div#picListArea div p{
	text-align:center;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	}
div#leftPanel div#picListArea div p a{
	color:#061211;
	background-color:inherit;
	}
div#leftPanel div#picListArea div p a:hover{
	color:#548480;
	background-color:inherit;
	}

/*------------------------------- LEFT PANNEL - BODY TEXT AREA -------------------------------*/
div#leftPanel div.bodyTextArea{
	padding-left:10px;
	}
div#leftPanel div.bodyTextArea img {
	border:1px solid #DDE0D5;
	float:left;
	margin:0 10px 5px 0;
	}
div#leftPanel div.bodyTextArea h2{
	font-size:25px;
	line-height:27px;
	padding-bottom:15px !important;
	font-weight:normal;
	}
div#leftPanel div.bodyTextArea p{
	padding-bottom:15px;
	}
div#leftPanel div.bodyTextArea p strong.testiName{
	color:#061211;
	background-color:#DDE2D2;
	display:block;
	padding:2px 0 2px 10px;
	margin-top:8px;
	}
div#leftPanel div.bodyTextArea p a,
div#leftPanel div.bodyTextArea ul.bodyList1 li a{
	color:#3D829B;
	background-color:inherit;
	}
div#leftPanel div.bodyTextArea p a:hover,
div#leftPanel div.bodyTextArea ul.bodyList1 li a:hover{
	text-decoration:underline;
	}
div#leftPanel div.bodyTextArea h3{
	font-size:15px;
	line-height:17px;
	padding-bottom:6px;
	}
div#leftPanel div.bodyTextArea ul.bodyList1{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	padding:0 0 15px 10px;
	}
div#leftPanel div.bodyTextArea ul.bodyList1 li{
	background:url(../images/bull1.gif) 0 5px no-repeat;
	padding:0 0 4px 10px;
	}
.paddingLeft {
	padding-left:220px !important;
	}
.paddingBottom {
	padding-bottom:20px !important;
	}

/*------------------------------- MAIN BODY CONTENT - MIDDLE CONTAINER - RIGHT PANNEL -------------------------------*/
div#rightPanel{
	width:272px;
	float:right;
	padding-top:3px;
	}
div#rightPanel div.smartMoney {
	background:url(../images/smart-money-panel-bg.jpg) 0 0 no-repeat;
	padding:17px 11px 0 24px;
	height:247px;
	margin-bottom:14px;
}
div#rightPanel div.smartMoney h2 {
	font-size:20px;
	line-height:24px;
	font-weight:normal;
	color:#11648B;
	padding-bottom:85px !important;
}	
div#rightPanel div.smartMoney ul {
	font-size:12px;
	line-height:23px;
	font-weight:bold;
	text-transform:uppercase;
}
div#rightPanel div.smartMoney ul li {
	padding:0 0 0 18px;
	background:url(../images/bullet-smart-money.gif) 0 50% no-repeat;
}
div#rightPanel div.smartMoney ul li a {
	color:#000;
	background-color:inherit;
}
div#rightPanel div.smartMoney ul li a:hover {
	color:#2F3538;
	background-color:inherit;
}

/*------------ RIGHT LINKS ------------*/

div#rightPanel ul.rightLinks {
	width:267px;
	font-size:15px;
	line-height:17px;
}
div#rightPanel ul.rightLinks li {
	padding-bottom:15px;
}
div#rightPanel ul.rightLinks li a {
	height:81px;
	display:block;
	color:#434343;
	background-color:inherit;
}
div#rightPanel ul.rightLinks li a span {
	color:#000;
	background-color:inherit;
	font-size:11px;
	line-height:14px;
	background:none;
	display:block;
	padding-top:3px;
}
div#rightPanel ul.rightLinks li a.callUs {
	width:165px;
	height:63px;
	padding:18px 0 0 102px;
	background:url(../images/call-us-bg.jpg) 0 0 no-repeat;
}
div#rightPanel ul.rightLinks li a.becomeArjay {
	width:165px;
	height:79px;
	padding:2px 0 0 102px;
	background:url(../images/become-arjay-bg.jpg) 0 0 no-repeat;
}
div#rightPanel ul.rightLinks li a.becomeArjay span {
	padding-top:1px;
}
div#rightPanel ul.rightLinks li a.testimonial {
	width:165px;
	height:71px;
	padding:10px 0 0 102px;
	background:url(../images/testimonials-bg.jpg) 0 0 no-repeat;
}
div#rightPanel ul.rightLinks li a.testimonial strong {
	text-decoration:underline;
}

div#rightPanel ul.rightLinks li a.check {
	width:165px;
	height:71px;
	padding:10px 0 0 102px;
	background:url(../images/check-bg.jpg) 0 0 no-repeat;
}
div#rightPanel ul.rightLinks li a.check strong {
	text-decoration:underline;
}
div#rightPanel ul.rightLinks li a:hover {
	background-position:0 100%;
}

/*
div#rightPanel a.rightLinks{
	display:block;
	width:267px;
	height:80px;
	margin-bottom:15px;
	background:url(../images/right-links-bg.gif) 0 0 no-repeat;
	}
div#rightPanel a.rightLinks:hover,
div#rightPanel a.rightLinkSelected{
	background-position:0 100%;
	}
div#rightPanel a.rightLinks strong{
	display:block;
	height:54px;
	cursor:pointer;
	padding:26px 0 0 101px;
	font-size:19px;
	line-height:21px;
	color:#434343;
	background-color:inherit;
	background:4px 50% no-repeat;
	font-weight:normal;
	}
div#rightPanel a.rightLinks strong.cashingIcon{
	background-image:url(../images/cashing-icon.gif);
	}
div#rightPanel a.rightLinks strong.verifyIcon{
	background-image:url(../images/verify-icon.gif);
	}
div#rightPanel a.rightLinks strong.guaranteeIcon{
	background-image:url(../images/guarantee-icon.gif);
	}
div#rightPanel a.rightLinks strong.loansIcon{
	background-image:url(../images/loans-icon.gif);
	}
div#rightPanel a.rightLinks strong.ordersIcon{
	background-image:url(../images/orders-icon.gif);
	}
div#rightPanel img.testiPic{
	display:block;
	cursor:pointer;
	margin-bottom:15px;
	}
*/
/*------------------------------- MAIN BODY CONTENT - FOOTER PART -------------------------------*/
div#footerArea{
	height:84px;
	padding-top:40px;
	background-color:#202020;
	color:#B2B2B2;
	font-size:11px;
	line-height:13px;
	}
div#footerArea p{
	text-align:center;
	}
div#footerArea p a,
div#footerArea p span{
	color:#B2B2B2;
	background-color:inherit;
	}
div#footerArea p a:hover,
div#footerArea p span,
div#footerArea p strong{
	color:#fff;
	background-color:inherit;
	}
div#footerArea img{
	margin:20px auto 0;
	cursor:pointer;
	display:block;
	}

/*------------------------------- MISLENIOUS -------------------------------*/
.noBg{
	background:none !important;
	}
.noRightMar{
	margin-right:0 !important;
	}
a.moreInfo{
	display:block;
	width:65px;
	height:17px;
	font-size:11px;
	line-height:15px;
	text-transform:lowercase;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	background:url(../images/more-Info-bg.gif) 0 0 no-repeat;
	text-align:center;
	margin-bottom:15px;
	}
a.moreInfo:hover{
	color:#ccc;
	background-color:inherit;
	}


/*------------------------------- LOGIN -------------------------------*/

div.form form {
	background:#F1F4EA;
	padding:20px 20px 0;
	border:#D5DCC7 4px solid;
	color:#000;
}
p.info {
	font-weight:bold;
}
p.info span {
	color:#DB0202 !important;
	font:normal;
	}
div.form label {
	width:150px;
	float:left;
	padding-right:10px;
	text-align:right;
}
div.form label em {
	color:#DB0202;
	}
div.form p.fieldCont {
	height:20px;
	}
div.form p.fieldCont input {
	width:235px;
	height:18px;
	float:left;
	padding:2px 0 0 3px;
	color:#666;
	border:#CFD4C3 1px solid;
	background-color:#fff;
}
div.form p.fieldCont select {
	width:239px;
	float:left;
	height:24px;
	color:#666;
	border:#CFD4C3 1px solid;
	background-color:#fff;
}
div.form textarea {
	width:235px;
	height:100px;
	padding-left:3px;
	color:#666;
	border:#CFD4C3 1px solid;
	background-color:#fff;
}
div.form p.check {
	height:40px;
	text-align:left;
	font-weight:normal;
	padding:0 0 0 160px;
	color:#B1B1B1;
	color:#000;
	line-height:20px;
}
div.form p.check input {
	width:15px;
	height:15px;
	margin:2px 5px 0 0;
	padding:0;
	float:left;
}
div.form p.buttons {
	padding-left:160px;
	height:30px;
}
div.form p.buttons input {
	width:78px;
	height:30px;
	float:left;
	margin-right:12px;
	cursor:pointer;
	border:none;
	background-color:#ACB49A;
	color:#fff;
}
p.paddingbottom {
	padding-bottom:5px !important;
	}
div.form p.paddingLeft {
	width:255px;
	padding-left:160px;
	}
h2.paddingTop {
	padding-top:10px !important;
	}


