body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background: #170303 url(../images/body_bg.gif) repeat-x;
}

#wraper{
	width:959px;
	margin:40px auto;
	border:1px solid #965c48;
}

#wraper_landing{
	width:1000px;
	margin:40px auto;
	text-align:center;
}


#wraper .banner{
	width:407px;
	float:left;
}


#wraper .content{
	width:552px;
	background:#b78f3a url(../images/content_bg.gif) repeat-x;
	float:right;
}

/*********** HEADER ***************/

#wraper .content .header {
	width:550px;
	float:right;
}

#wraper .content .header .logo {
	float:right;
	padding:15px 27px 0 0;
}

#wraper .content .header .Home {
	position:absolute;
	bottom:18px;
	left:-44px;
}


#wraper .content .header ul {
	background:url(../images/navig_bg.gif) repeat-x bottom left;
	float: left;
	width:533px;
	height:37px;
	padding-top:5px;
	margin-left:1px;
}


#wraper .content .header ul li {
	float:left;
	font-size:1.3em;
	color:#000;
	text-transform:capitalize;
	padding:5px 34px 2px 18px;
}

#wraper .content .header ul li a {
	color:#000;
	text-decoration:none;
}


#wraper .content .header ul li.exclusive_sel {
	color:#8a2511;
	background:url(../images/sel_exclu_banking.gif) no-repeat bottom left;
	height:28px;
}

#wraper .content .header ul li.previlegedprod_sel {
	color:#8a2511;
	background:url(../images/sel_otherprevileges.gif) no-repeat bottom left;
	height:28px;
}


#wraper .content .header ul li.otherprevileges_sel {
	color:#8a2511;
	background:url(../images/sel_otherprevileges.gif) no-repeat bottom left;
	height:28px;
}


/*********** CONTENT ***************/


#wraper .content .text_content{
	background:url(../images/text_content_bg.gif) no-repeat bottom left;
	float:left;
	width:431px;
	min-height:330px;
	padding:0 35px 0 70px;
}

*html #wraper .content .text_content{
	height:auto;
	height:330px;
}

#wraper .content .text_content ul{
	padding:20px 0 0 0;
}

#wraper .content .text_content ul li{
	background:url(../images/bullet.gif) no-repeat 0 2px;
	padding:0 0 11px 15px;
}

#wraper .content .text_content ul li p{
	color:#000;
	font-size:1.1em;
	line-height:13px;
	padding:0 0 8px 0;
}

#wraper .content .text_content ul li p a{
	color:#000;
	text-decoration:underline;
}

.btnNext a{
	float:right;
	background:url(../images/btn_next.gif) no-repeat 135px 2px;
	padding-left:240px;
	font-size:1.3em;
	color:#000;
	text-decoration:none;
}

/*********** FOOTER ***************/

#wraper .footer{
	height:70px;
	width:959px;
	float:left;
	*margin-top:-3px;
	position:relative;
}

#wraper .footer ul{
	position:absolute;
	left:427px;
	top:28px;
	width:auto;
}

#wraper .footer ul li{
	float:left;
	font-size:1.2em;
	color:#000;
	background:url(../images/divider.gif) no-repeat;
	padding:0 10px;
}

#wraper .footer ul li a{
	color:#000;
	text-decoration:none;
}

#wraper .footer ul li.first{
	background:none;
	padding-left:0;
}

.ExclusiveBanking{
	background:url(../images/exclusive_banking_footer.jpg) no-repeat;
	width:959px;
}


/*
*html body#ExclusiveBanking #wraper .footer{
	margin-top:-6px;
	margin-left:-1px;
	width:957px;
}*/

.Other_Privileges{
	background:url(../images/other_privileges_footer.jpg) no-repeat;
}

/*
*html body#Other_Privileges #wraper .footer{
	margin-left:1px;	
}*/

.PrivilegedProducts{
	background:url(../images/privileged_products_footer.jpg) no-repeat;
	width:959px;	
}





