
/* ======= DIVs CSS =======*/
#MainBG					{ background:url(images/bg_red_inner2.jpg) left top repeat-x; width:100%; }
#MainWrapper			{ background:url(images/bg_red_inner.jpg) center top no-repeat; width:1007px; margin:0 auto; /*overflow:auto;*/ }
	.FixedWidth				{ /*float:left;*/ width:100%; }
		.LogoWrapper		{ width:224px; float:left; margin:18px 0 0 10px; }
		.TopMenuWrapper		{ width:773px; float:left; padding:80px 0 0 0px; }
		
		.BannerWrapper		{ float:left; width:801px; padding-top:18px; }
		.SideMenuWrapper	{ float:left; width:206px; padding-top:20px; }
		.SubMenusWrapper	{ /*float:left;*/ width:1007px; }

	#ContentWrapper		{ /*float:left;*/ width:1007px; margin-top:60px; /*background:#990000;*/ }		
		.ContPane		{ float:left; width:588px; }
		.RigtPane		{ float:left; width:375px; padding-left:40px; }

		
	#FooterWrapper		{ float:left; width:1007px; background:url(images/footer_line.gif) center top no-repeat; margin-top:5px; padding:10px 0; }
		.CopyArea		{ float:left; width:400px; text-align:left; }
		.LinksArea		{ float:right; width:607px; text-align:right; }



/* -- CONTENTS DIVs CSS --*/
#text { float: left; }

/* ------ CLOSE DIVs CSS ------ */



.SubLinks2, A.SubLinks2, A.SubLinks2:link, A.SubLinks2:visited, A.SubLinks2:active {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	/*background-color:#f8941d;*/
	text-decoration:none;
	line-height:40px;
	padding:0 10px;	
}

a.SubLinks2:hover {
	text-decoration:underline;
}


