html > body * {
	outline:none;
}
body {
	margin:0px;
	padding:0px;
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	background:#fff url(../images/body-bg.jpg) repeat-x;
}
*, html, body {
	margin:0;
	padding:0;
	text-decoration:none;
	outline:none;
}
img {
	border:none;
}
.web-wrap {
	width:1000px;
	margin:0 auto;
}
/********************************************** Header *************************************/
header {
	width:960px;
	float:left;
	height:85px;
	margin:0 20px;
}
header aside.logo {
	float:left;
	height:68px;
	width:300px;
	background:url(../images/logo.jpg) no-repeat;
}
header aside.logo a {
	float:left;
	height:68px;
	width:300px;
	text-indent:-9999px;
}
/********************************************** Top Nav menu*************************************/

header section.top-right {
	float:right;
	width:275px;
	margin-top:50px;
}
header section nav.topmenu {
	float:left;
	width:180px;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
header section nav.topmenu ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
header section nav.topmenu ul li {
	float:left;
	border-right:1px solid #fff;
	line-height:12px;
	padding:0 8px;
}
header section nav.topmenu ul li a {
	color:#fff;
}
header section nav.topmenu ul li a:hover {
	color:#e8a6b2;
}
header section nav.topmenu ul li.last {
	border-right:none !important;
	padding-right:0px !important;
}
header section nav.social {
	float:right;
	width:90px;
}
header section nav.social ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
header section nav.social ul li {
	float:left;
	width:24px;
	margin-left:5px;
	text-indent:-9999px;
}
header section nav.social ul li a {
	float:left;
	width:24px;
	height:24px;
}
header section nav.social ul li:hover {
	opacity:0.7;
}
header section nav.social ul li.facebook {
	background:url(../images/facebook.png) no-repeat;
}
header section nav.social ul li.twitter {
	background:url(../images/twitter.png) no-repeat;
}
header section nav.social ul li.linkedin {
	background:url(../images/linkedin.png) no-repeat;
}
/********************************************** Banner *************************************/
section.banner {
	float:left;
	width:1000px;
}
/********************************************** menu *************************************/

nav.menu {
	float:left;
	width:960px;
	background:url(../images/menubg.jpg) repeat-x;
	height:36px;
	margin:0 20px 15px 20px;
}
nav.menu ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
nav.menu ul li {
	float:left;
	padding:0 32px;
	line-height:32px;
	border-right:1px solid #fff;
}
nav.menu ul li a {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
nav.menu ul li a:hover {
	color:#cccccc;
}
nav.menu ul li.last {
	border-right:none !important;
	padding-right:0px !important;
}
/********************************************** Home contant *************************************/
section.about-pink {
	float:left;
	width:295px;
	margin:0 35px 0 30px;
}
section.about-pink h2 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #858484;
	margin-bottom:10px;
	color:#a7616e;
	font-weight:700;
	padding-bottom:8px;
	line-height:1.12em;
}
section.about-pink h2 span {
	color:#a7616e;
}
section.about-pink p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.55em;
	color:#000;
}
section.about-pink p a {
	color:#874451;
	margin-left:10px;
}
section.about-pink p a:hover {
	text-decoration:underline;
}
section.we-work {
	float:left;
	width:295px;
	margin-right:35px;
}
section.we-work h2 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #858484;
	line-height:1.12em;
	margin-bottom:10px;
	color:#a7616e;
	padding-bottom:8px;
}
section.we-work h2 span {
	color:#a7616e;
}
section.we-work p {
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.55em;
	color:#000;
}
section.we-work p a {
	color:#874451;
	margin-left:10px;
}
section.we-work p a:hover {
	text-decoration:underline;
}
address.contact {
	float:right;
	width:278px;
	font-style:normal;
	margin-right:30px;
}
address.contact img.contact{ border:2px solid #ccc; padding:2px;  -webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;}

address.contact img.contact:hover{opacity: 0.7 !important;
	filter: alpha(opacity=70) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
 -webkit-transition:all .5s ease-in-out;
-moz-transition:all .5s ease-in-out;
-o-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;}

address.contact h2 {
	font-size:large;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #858484;
	line-height:1.12em;
	margin-bottom:10px;
	color:#a7616e;
	padding-bottom:8px;
}
address.contact h2 span {
	color:#a7616e;
}
address.contact p {
	text-align:left;
	padding:0 0 5px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.55em;
	color:#000;
}
address.contact p.book {
	background:url(../images/book.jpg) no-repeat 0 3px;
}
address.contact p.phone {
	background:url(../images/phone.jpg) no-repeat 0 3px;
}
address.contact p.fax {
	background:url(../images/fax.png) no-repeat 0 3px;
}
address.contact p.email {
	background:url(../images/message.jpg) no-repeat 0 5px;
}
address.contact p a {
	color:#874451;
	text-decoration:underline;
}
address.contact p a:hover {
	text-decoration:none;
}
/********************************************** Foooter *************************************/
footer {
	width:960;
	float:left;
	border-top:solid 1px #bebebe;
	margin:20px 20px 10px 20px;
}
footer nav.footer-link {
	float:left;
	width:100%;
	padding:12px 0;
}
footer nav.footer-link ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
footer nav.footer-link ul li {
	float:left;
	border-left:1px solid #666;
	line-height:12px;
	padding:0 10px;
}
footer nav.footer-link ul li a {
	color:#000;
}
footer nav.footer-link ul li a:hover {
	color:#874451;
}
footer nav.footer-link ul li.last {
	border-right:none !important;
	padding-right:0px !important;
}
footer nav.footer-link ul li.first {
	border-left:none !important;
	padding-left:0px !important;
}
footer section.copyright {
	width:100%;
	float:left;
	border-top:solid 1px #bebebe;
	font-family:Arial, Helvetica, sans-serif;
}
footer section.copyright p {
	margin:0;
	padding:0;
	color:#000;
	line-height:30px;
}
footer section.copyright p a {
	color:#000;
}
/*footer section.copyright p span{color:#a7616e;}
*/footer section.copyright p a:hover {
	color:#874451;
}
footer section.copyright p.left {
	width:500px;
	float:left;
	text-align:left;
}
footer section.copyright p.right {
	width:280px;
	float:right;
	text-align:right;
}
/********************************************** About us *************************************/
section.contant {
	width:960px;
	float:left;
	margin:0 20px;
}
section.contant h2 {
	width:950px;
	float:left;
	border-bottom:solid 1px #ddd;
	padding-left:10px;
	font-size:18px;
	line-height:36px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/head-bg.jpg) repeat-x;
	color:#a7616e;
}
section.contant h2 span {
	color:#a7616e;
}
section nav.bedcrum {
	float:left;
	width:100%;
	padding:15px 0;
	border-bottom:solid 1px #f0f0f0;
	font-family:Arial, Helvetica, sans-serif;
}
section nav.bedcrum ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
section nav.bedcrum ul li {
	float:left;
	background:url(../images/arrow.png) no-repeat right center;
	line-height:18px;
	padding:0 15px 0 10px;
	color:#000;
}
section nav.bedcrum ul li a {
	color:#874451;
}
section nav.bedcrum ul li a:hover {
	color:#874451;
	text-decoration:underline;
}
section nav.bedcrum ul li.last {
	background:none !important;
	padding-right:0px !important;
}
section aside.left-side {
	width:730px;
	float:left;
	margin-top:10px;
}
section aside article.txt {
	width:730px;
	float:left;
	margin-top:15px;
}
section aside article.uae-bg {
	background:url(../images/uae-bg.jpg) left top no-repeat;
	height:500px;
}
section aside article.uae-txt {
	width:400px;
	float:right;
	background:url(../images/white-bg.png) left top repeat;
	margin-right:20px;
	margin-top:15px;
	padding:15px;
}
section aside article.txt h4 {
	padding:10px 0 10px 10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a7616e;
}
section aside article.txt h4 span {
	color:#a7616e;
}
section aside article.txt p {
	padding:0 0 10px 10px;
	line-height:1.55em;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}

section aside article.txt ul.listing{ list-style-type:none; padding-left:10px; color:#000; font-size:13px; line-height:24px;}
section aside article.txt ul.listing li{ padding-left:15px; background:url(../images/arrow-pink.jpg) left 9px no-repeat; font-family:Arial;}
section aside article.txt ul.listing li a{color:#a7616e;}
section aside article.txt ul.listing li a:hover{color:#000;}

section aside article.txt ol.listing{ padding:0px; margin:0 0 15px 30px;}
section aside article.txt ol.listing li{color:#000; font-size:13px; line-height:24px; font-family:Arial;}
section aside article.txt ol.listing li a{color:#a7616e;}
section aside article.txt ol.listing li a:hover{color:#000;}


section aside article.txt p a {
	color:#a7616e;
	font-weight:bold;
}
section aside article.txt p a:hover {
	color:#555555;
}
section aside article.txt p img.right {
	float:right;
	border:solid 1px #ccc;
	padding:3px;
	margin:0 0 0 15px;
}
section aside article.txt p img.banner {
	border:solid 1px #ccc;
	padding:3px;
	margin:0 0 10px 0px;
}

section aside article.txt p img.left {
	float:left;
	border:solid 1px #ccc;
	padding:3px;
	margin:5px 15px 0 0;
}
section aside.right-side {
	width:200px;
	float:right;
	margin:30px 0;
}
section aside nav.right-menu {
	width:200px;
	float:left;
}
section aside nav.right-menu ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
section aside nav.right-menu ul li {
	float:left;
	width:200px;
	border-bottom:solid 1px #e6e6e6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
}
section aside nav.right-menu ul li a {
	float:left;
	width:180px;
	color:#666;
	background:#f8f8f8 url(../images/arrow.png) no-repeat 8px 13px;
	display:block;
	padding:6px 0px 6px 20px;
}
section aside nav.right-menu ul li a:hover {
	background:#eee url(../images/arrow.png) no-repeat 8px 13px;
	color:#a7616e;
}
section aside nav.right-menu ul li a.active {
	background:#585148 url(../images/arrow-active.png) no-repeat 8px 13px!important;
	color:#fff;
}
section aside nav.right-bottom {
	width:200px;
	float:left;
	margin-top:30px;
}
section aside nav.right-bottom ul {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
section aside nav.right-bottom ul li {
	float:left;
	width:156px;
	margin-bottom:10px;
	border:solid 1px #ccc;
	font-weight:700;
	font-size:13px;
	background:#f8f8f8;
	line-height:45px;
	padding-left:42px;
}
section aside nav.right-bottom ul li:hover {
	border:solid 1px #a7616e;
}
section aside nav.right-bottom ul li a {
	float:left;
	width:156px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
}
section aside nav.right-bottom ul li a:hover {
	color:#a7616e;
}
section aside nav.right-bottom ul li.services {
	background:#f8f8f8 url(../images/services.png) no-repeat 0 3px;
}
section aside nav.right-bottom ul li.team {
	background:#f8f8f8 url(../images/team.png) no-repeat;
}
section aside nav.right-bottom ul li.email {
	background:#f8f8f8 url(../images/email.png) no-repeat 0 3px;
}
section aside nav.right-bottom ul li.phone {
	background:#f8f8f8 url(../images/telephone.png) no-repeat;
}
section aside nav.right-bottom ul li.online {
	background:#f8f8f8 url(../images/register.png) no-repeat 0 3px;
}
/********************************************** sitemap *************************************/
section aside article.sitemap {
	width:730px;
	float:left;
	margin-top:15px;
}
section aside article.sitemap {
	width:200px;
	float:left;
}
section aside article.sitemap ul {
	float:left;
	padding:0;
	margin:0 0 0 25px;
	list-style:none;
}
section aside article.sitemap ul li {
	font-size:14px;
	line-height:34px;
	background:url(../images/arrow.png) no-repeat 0 14px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
}
section aside article.sitemap ul li a {
	color:#000;
}
section aside article.sitemap ul li a:hover {
	color:#a7616e;
}
/********************************************** contact *************************************/
section aside address.contact-txt {
	float:left;
	width:300px;
	font-style:normal;
	margin:22px 0 0 15px;
}
section aside address.contact-txt h3 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #ccc;
	line-height:26px;
	margin-bottom:10px;
	font-weight:bold;
	color:#A7616E;
}
section aside address.contact-txt h4 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	margin-bottom:5px;
	color:#000;
}
section aside address.contact-txt h3 span {
	color:#a7616e;
}
section aside address.contact-txt p {
	text-align:left;
	padding:0 0 7px 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	line-height:1.55em;
}
section aside address.contact-txt p.book {
	background:url(../images/book.jpg) no-repeat 0 3px;
}
section aside address.contact-txt p.phone {
	background:url(../images/phone.jpg) no-repeat 0 3px;
}
section aside address.contact-txt p.fax {
	background:url(../images/fax.png) no-repeat 0 3px;
}
section aside address.contact-txt p.email {
	background:url(../images/message.jpg) no-repeat 0 5px;
}
section aside address.contact-txt p a {
	color:#874451;
	text-decoration:underline;
}
section aside address.contact-txt p a:hover {
	text-decoration:none;
}
section aside section.apply-form {
	float:right;
	width:350px;
	margin-top:20px;
}
section aside section.apply-form h4 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #ccc;
	line-height:26px;
	margin-bottom:10px;
	font-weight:bold;
	color:#A7616E;
}
section aside section.apply-form h4 span {
	color:#A7616E;
}
section aside section.apply-form p {
	float:left;
	padding:0 8px;
	margin:5px 0;
}
section aside section.apply-form p label {
	float:left;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
}
section aside section.apply-form p label span {
	color:#f00;
}
section aside section.apply-form p input[type="text"] {
	width:220px;
	float:left;
	height:24px;
	border:solid 1px #d8d8d8;
	border-radius:5px;
	padding:0 5px;
}
section aside section.apply-form p textarea {
	width:220px;
	float:left;
	height:70px;
	border:solid 1px #d8d8d8;
	border-radius:5px;
	padding:0 5px;
}
section aside section.apply-form p input[type="submit"] {
	width:80px;
	float:left;
	height:30px;
	border:solid 1px #d8d8d8;
	background:#585148;
	color:#fff;
	cursor:pointer;
	line-height:30px;
}
section aside section.apply-form p input:hover[type="submit"] {
	color:#ebaaab;
}
section aside section.apply-form p input:hover[type="text"] {
	border:solid 1px #aaa;
}
section aside section.apply-form p input:focus[type="text"] {
	border:solid 1px #ebaaab;
}
section aside section.apply-form p textarea:hover {
	border:solid 1px #aaa;
}
section aside section.apply-form p textarea:focus {
	border:solid 1px #ebaaab;
}
/********************************************** Careers *************************************/
section aside.careers {
	float:left;
	width:960px;
}
section aside article.left-img {
	float:left;
	width:385px;
}
section aside article.left-img img {
	float:left;
	width:385px;
}
section aside article.left-img h3 {
	float:left;
	width:365px;
	height:80px;
	background:#333;
	color:#fff;
	line-height:36px;
	font-weight:normal;
	font-size:24px;
	padding:10px 0 0 20px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
}
section aside article.left-img h3 span {
	color:#ebaaab;
}
section aside article.right-img {
	float:right;
	width:575px;
}
section aside article.right-img img {
	float:left;
	width:575px;
}
section aside article.right-img ul {
	float:left;
	width:575px;
	list-style:none;
	height:90px;
	background:#333;
	padding:0;
	margin:0;
}
section aside article.right-img ul li {
	float:left;
	width:175px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:90px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
section aside article.right-img ul li a {
	float:left;
	width:175px;
	margin:0 30px;
	color:#fff;
}
section aside article.right-img ul li a:hover {
	color:#874451;
	background:#fff;
}
.career-box {
	float:left;
	width:555px;
	border:solid 1px #ccc;
	background:url(../images/gray-bg.png);
	color:#fff;
	font-size:11px;
	position:absolute;
	margin-top:405px;
	padding:5px 5px 5px 13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
/********************************************** Executive *************************************/

section aside section.executive-form {
	float:left;
	width:716px;
	margin:20px 0 0 15px;
}
section aside section.executive-form h4 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:dashed 1px #ccc;
	line-height:26px;
	margin-bottom:10px;
	font-weight:normal;
	color:#000;
}
section aside section.executive-form h4 a {
	color:#A7616E;
}
section aside section.executive-form p {
	float:left;
	width:700px;
	padding:0 8px;
	margin:5px 0;
	font-size:14px;
	color:#000;
}
section aside section.executive-form p label {
	float:left;
	width:150px;
}
section aside section.executive-form p label span {
	color:#f00;
}
section aside section.executive-form p input[type="text"] {
	width:300px;
	float:left;
	height:28px;
	border:solid 1px #d8d8d8;
	border-radius:5px;
	padding:0 5px;
	color:#555;
}
section aside section.executive-form p textarea {
	width:300px;
	float:left;
	height:80px;
	border:solid 1px #d8d8d8;
	border-radius:5px;
	padding:0 5px;
	color:#555;
}
section aside section.executive-form p input[type="submit"] {
	width:80px;
	float:left;
	height:30px;
	border:solid 1px #d8d8d8;
	background:#585148;
	color:#fff;
	cursor:pointer;
	line-height:30px;
}
section aside section.executive-form p input:hover[type="submit"] {
	color:#ebaaab;
}
section aside section.executive-form p select {
	width:312px;
	float:left;
	height:28px;
	border:solid 1px #d8d8d8;
	border-radius:5px;
	padding:4px;
	color:#555;
}
section aside section.executive-form p input:hover[type="text"] {
	border:solid 1px #aaa;
}
section aside section.executive-form p input:focus[type="text"] {
	border:solid 1px #ebaaab;
}
section aside section.executive-form p textarea:hover {
	border:solid 1px #aaa;
}
section aside section.executive-form p textarea:focus {
	border:solid 1px #ebaaab;
}
section.googlemap {
	width:718px;
	float:left;
	padding:5px;
	border:1px solid #ccc;
	margin-top:10px;
	margin-bottom:10px;
}
section.wealth-container {
	width:720px;
	float:left;
	padding-left:10px;
	padding-top:15px;
	position:relative;
}
aside.wealth-left {
	width:240px;
	float:left;
	height:400px;
}
aside.wealth-left ul {
	list-style-type:none;
}
aside.wealth-left ul li {
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}
aside.wealth-left ul li a {
	color:#000;
	background:#FFF;
	padding:6px 10px 6px 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
aside.wealth-left ul li a:hover {
	background:#b86e7c;
	color:#000;
}





aside.wealth-left2 {
	width:240px;
	float:left;
	height:380px;
}
aside.wealth-left2 ul {
	list-style-type:none;
}
aside.wealth-left2 ul li {
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
}
aside.wealth-left2 ul li a {
	color:#000;
	background:#FFF;
	padding:6px 10px 6px 10px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	line-height:22px;
}
aside.wealth-left2 ul li a:hover {
	background:#a7616e;
	color:#000;
}







aside.wealth-right {
	width:440px;
	float:right;
}
div.wealth-management {
	width:60px;
	float:right;
	height:382px;
	background:#b86e7c;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	text-align:center;
	padding-top:20px;
	position:absolute;
	right:0px;
	z-index:999;
}
div.TopHover {
	width:60px;
	float:right;
	height:370px;
	position:relative;
	right:0px;
	z-index:9999;
}
div.wealth-management:hover{ cursor:pointer;}
div.data-container{ width:0px; float:right; height:370px; color:#000; font-size:12px; padding:16px; background:#b86e7c;
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius:15px;
	-khtml-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px; position:absolute;
	right:0px; }
article.txt div.data-container p{ padding-left:0px; padding-bottom:4px;}	
div.data-container ul{ list-style-type:disc; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin-left:16px; line-height:17px;}	
div.data-container ul li{ padding-bottom:1px;}
aside.banner-inner{ width:952px; float:left;  border:1px solid #ccc; padding:3px; margin-top:10px; height:210px;}