@charset "utf-8";
/* CSS Document */

body{
	background:url(imgs/bg.jpg) top center repeat-x #262626;
	margin:30px 0px 0px 0px;
		font-family:Arial, Helvetica, sans-serif;
}

.header{
	background:url(imgs/00aHomeTopBannerNoArr.jpg) top center no-repeat;
}

.headerAbout{
	background:url(imgs/01AboutUsTopBanner.jpg) top center no-repeat;
}

.headerArticles{
	background:url(imgs/02ArticlesTopBanner.jpg) top center no-repeat;
}

.headerGold{
	background:url(imgs/03aGoldTopBanner.jpg) top center no-repeat;
}

.headerSilver{
	background:url(imgs/03bSilverTopBanner.jpg) top center no-repeat;
}

.headerPlatinum{
	background:url(imgs/03cPlatinumTopBanner.jpg) top center no-repeat;
}

.headerLogIn{
	background:url(imgs/00bLogInTopBanner.jpg) top center no-repeat;
}

.headerDownload{
	background:url(imgs/00cDownloadDocumentsTopBanner.jpg) top center no-repeat;
}

.headerPalladium{
	background:url(imgs/03dPalladiumTopBanner.jpg) top center no-repeat;
}

.headerIras{
	background:url(imgs/04IRAsTopBanner.jpg) top center no-repeat;
}

.headerClearing{
	background:url(imgs/05ClearingTopBanner.jpg) top center no-repeat;
}

.headerContact{
	background:url(imgs/06ContactTopBanner.jpg) top center no-repeat;
}



.logo{
	display:block;
	float:left;
	width:259px;
	height:185px;
	margin-left:35px;
}

.buttons  {
	display:block;
	float:right;
	width:186px;
	margin-right:20px;
	margin-top:6px;
	background:url(imgs/buttons-r.png) top center no-repeat;
	padding:13px 15px 15px 15px;
}
.buttons a{
	display:block;
	float:left;
	width:92px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
}

.buttons a:hover{
	color:#666;
}

.menu{
	background:url(imgs/nav.jpg) top left no-repeat;
}

.menu a{
/*	display:block;
	float:left;
	text-align:center;
	width:160px;
	margin-right:2px;
	font-size:14px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;*/
}

.menu a:hover{
	/*color:#666;*/
}

.firstRow{
}

.firstRow h2{
	font-size:14px;
	margin:0px;
	padding:0px;
}

.contact  .bold{
	font-size:13px;
	font-weight:bold;
	color:#333;
	line-height:18px;
}


.firstRow .text{
	padding:10px 15px 10px 15px;
	background:#FFF;
	color:#333;
	font-size:14px;
	line-height:24px;
}

.firstRow .text strong{
	color:#8A850C;
}

.firstRow .text a{
	color:#8A850C;
	text-decoration:none;
	font-weight:bold;
}

.firstRow .text a:hover{
	color:#333;
}

.firstRow .text h2{
	display:block;
	border-bottom:1px solid #8A850C;
	color:#8A850C;
}

.secondRow{
}

.secondRow .news{
	padding:8px 8px 8px 8px;
	background:#FFF;
	color:#333;
	font-size:13px;
	line-height:24px;
	border-right:1px solid #CCC;
}

.secondRow .news h1{
	display:block;
	float:left;
	width:228px;
	text-align:center;
	height:25px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#6E660B;
	background:#C7BD69;
}


.secondRow .news strong{
	color:#8A850C;
}

.secondRow .news a{
	color:#8A850C;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.secondRow .news a:hover{
	color:#333;
}

.thirdRow{
}

.thirdRow .charts{
	padding:0px 8px 8px 8px;
	color:#333;
	font-size:13px;
	line-height:24px;
	border-right:1px solid #535353;
	background:url(imgs/chartsBg.jpg) top center no-repeat;
}

.thirdRow .charts h1{
	display:block;
	float:left;
	width:220px;
	text-align:center;
	height:24px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
}

.thirdRow .charts h2{
	display:block;
	float:left;
	width:160px;
	text-align:center;
	height:24px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
}

.thirdRow .charts .imgHolder{
	display:block;
	float:left;
	width:160px;
	text-align:center;
	height:24px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
}

.inPageChart{
}

.inPageChart .charts{
	padding:0px 2px 8px 2px;
	color:#333;
	font-size:13px;
	line-height:24px;
	border-right:1px solid #535353;
	background:url(imgs/chartsBg.jpg) top center no-repeat;
}

.inPageChart .charts h2{
	display:block;
	float:left;
	width:160px;
	text-align:center;
	height:24px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
}

.inPageChart .charts .imgHolder{
	display:block;
	float:left;
	width:160px;
	text-align:center;
	height:104px;
	font-size:14px;
	margin:0px;
	font-weight:bold;
	color:#FFF;
}


.footer{
	background:#FFF;
	color:#999;
	font-size:12px;
}


.footer a{
	color:#999;
	text-decoration:none;
	padding:0px 4px 0px 4px;
	font-weight:bold;
}

.footer a:hover{
	color:#000;
	text-decoration:none;
}

.disclaimer{
	padding:10px 0px 10px 0px;
	color:#FFF;
	font-size:12px;
}

.disclaimer a{
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}

.disclaimer a:hover{
	color:#CCC;
	font-size:12px;
}

.btnForm{
	/*display:block;*/
	width:105px;
	height:35px;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#333;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	border:0px;
	margin:10px 0px;
}
.btnForm:hover{
	background-color:#000000;
}
#tbl_ctc td{
	padding:5px 0px 5px 0px;
}
#tbl_ctc td .input{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:13px;
	width:280px;
	height:25px;
	border:solid #FFFFFF 1px;
}
#tbl_ctc td textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:13px;
	width:280px;
	height:150px;
	border:solid #FFFFFF 1px;
}


/*articles*/

.art {
	padding:10px 15px 10px 15px;
	color:#333;
	background:#FFF;
		font-size:14px;
	line-height:24px;
}

.art .text{
	padding:10px 15px 10px 15px;
	color:#333;
	font-size:14px;
	line-height:24px;
}



.art a{
	color:#333;
	text-decoration:none;
	font-weight:bold;
}

.art .text a:hover{
	color:#333;
}
