@charset "utf-8";
/* CSS Document */

body, div, h1, h2, h3, h4, h5, h6, h7, p, ul, ol, li, form, input, select, dd, dt {
	margin: 0;
	padding: 0;
}
body {
	background-color: #1f1f1f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 18px;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
	display: block;
	width: 100%;
}
#wrapper {
	background: url(../img/main_bg.png) repeat left top #545454;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	line-height: 35px;
	margin: 0 0 25px;
	color: #fff;
}
p {
	padding: 0 0 15px;
}
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 250px;
}
#top {
	background: url(../img/bg_top.jpg) no-repeat top center;
	width: 100%;
	height: 151px;
}
a#logo {
	background: url(../img/logo_am.jpg) no-repeat top center;
	position: relative;
	top: 14px;
	margin: 0 auto;
	display: block;
	width: 170px;
	height: 68px;
}
#assetManagement, #capital, #fx, #joint {
	background: url(../img/bg_products.jpg) no-repeat;
	width: 980px;
	height: 339px;
}
#assetManagement {
	background-position: 0 0;
}
#capital {
	background-position: 0 -339px;
}

#fx{
	background-position: 0 -678px;
}
#joint {
	background-position: 0 -1017px;
}

#menu {
	display: block;
	padding: 0 0 0 157px;
	height: 83px;
	text-align: center;
}
#menu ul, #menu li {
	float: left;
	list-style: none;
}
a#tabCapital {
	background: url(../img/a_capital.png) no-repeat;
	background-position: 0 0;
	width: 196px;
	height: 83px;
	display: block;
}
a#tabCapital:hover {
	background-position: 0 -83px;
}
a#tabCapital.selected, a#tabCapital.selected:hover {
	background-position: 0 -166px;
}


a#tabFx {
	background: url(../img/a_fx.png) no-repeat;
	background-position: 0 0;
	width: 241px;
	height: 83px;
	display: block;
}
a#tabFx:hover {
	background-position: 0 -83px;
}
a#tabFx.selected, a#tabFx.selected:hover {
	background-position: 0 -166px;
}

a#tabJoint {
	background: url(../img/a_joint.png) no-repeat;
	background-position: 0 0;
	width: 241px;
	height: 83px;
	display: block;
}
a#tabJoint:hover {
	background-position: 0 -83px;
}
a#tabJoint.selected, a#tabJoint.selected:hover {
	background-position: 0 -166px;
}



.inBox {
	position: relative;
	top: 25px;
	left: 25px;
	width: 460px;
}
.inBoxLeft {
	float: left;
	padding: 25px 0 0 25px;
	width: 460px;
}
.boxLeft {
	float: left;
	padding: 0 0 0 25px;
	width: 460px;
	color: #999;
}
p.energy {
	color: #4f6a82;
}
p.visit {
	padding: 40px 0 0;
}
p.visit a {
	color: #fff;
	background: url(../img/a_arrow.gif) no-repeat 90% 8px;
	padding: 2px 40px 2px 5px;
	display: block;
	width: 90px;
	font-size: 12px;  
}
p.visit a.capital {
	background-color: #3e0400;
}
p.visit a.property {
	background-color: #3d7398;
}
p.visit a.energy {
	background-color: #4f6a82;
}
p.visit a.fx {
	background-color: #544027;
}
p.visit a.joint {
	background-color: #83bb40;
}

ul.services {
	width: 210px;
	float: left;
	margin: 0 0 0 15px;
}
ul.services li {
	color: #fff;
}
ul.services li span {
	color: #999;
}

.tabOn {
	display: block;
}
.tabOff {
	display: none;
}
.flLeft {
	float: left;
}
.flRight {
	float: right;
}
.space15 {
	padding: 0 0 15px;
}
.rowBox {
	padding: 25px 25px 0 25px;
}








#footer {
	font-family: Verdana, Geneva, sans-serif;
	color: #3d3d3d;
	font-size: 11px;
	border-top: 1px solid #686868;
	padding: 20px 0 20px;
	line-height: 18px;
	height: 100%;
	position: relative ;
	bottom: 0;
}
#footer p {
	padding: 0;
}
#footer a {
	color: #545454;	
}
#footer a:hover {
	color: #fff;	
}
#footer .footerContent {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 20px;
	border-bottom: 1px solid #171717;
}
#footer .footerLeft {
	width: 220px;
	float: left;
}
#footer .footerRight {
	width: 400px;
	float: right;
	text-align: right;
}

#footer .footerMenu {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 20px;
	border-top: 1px solid #282828;
	text-align: center;
}
