/* ---------------------- categories --- */
.module-categories {
		margin:-51px 0px 20px 0px;
		overflow:hidden;
		padding:0px 0 0px0px;
		background:none;
	}
	.module-categories h3 { color:#fff; letter-spacing:0; background:url(../images/title1-bg.png) left top no-repeat; font:normal 18px/24px Arial, Helvetica, sans-serif;font-family: 'Maven Pro', cursive; height:41px;  
	margin:0; padding:7px 0 0 19px; text-transform:none; }
		.module-categories .boxIndent {
			padding:2px 7px 0px 0px;
		}
		/* ------------------------ menu --- */
			.module-categories  ul {
				background:#FFF;
				border:1px solid #eaeaea;
				list-style:none;
				width:274px;
				margin:2px 0px 0px 8px;
				border-radius: 2px;
				 -moz-border-radius: 2px;
				 -webkit-border-radius: 2px;
				position:relative;
			}
			.module-categories ul li {
				background:none;
				font:normal 12px/31px Arial, Helvetica, sans-serif;
				background:url(../images/hor-line.gif) left top repeat-x;
				margin:0 0 0 0px;
				padding:0px 0 0px 8px;
				vertical-align:top;
				overflow:hidden;
			}
				.module-categories ul li:first-child { background:none; line-height:30px;}
			.module-categories ul li a {
				color:#a6a6a6;
				position:relative;
				padding-left:22px;
				display:inline-block;
				text-decoration:none;
				background:url(../images/cat-a.png) left 9px no-repeat;
			}
			.module-categories li.parent a span {
				padding-right:20px;
				background:url(../images/parent-point.gif) no-repeat right center;
				display:inline-block;
				cursor:pointer!important;
				
				
			}
			.module-categories ul.level2 li.level2.parent a.level2:hover span , .module-categories ul.level2  li.level2.parent a.level2.active span   {
				background:url(../images/Parent-point-active.png) no-repeat right center;
			}
			
			.module-categories ul.level2 li.level2.parent a.level2 span {
				padding-right:20px;
				background:url(../images/parent-point.gif) no-repeat right center;
				display:inline-block;
				
				
			}
			.module-categories li.parent a:hover span , .module-categories li.parent a.active span   {
				background:url(../images/Parent-point-active.png) no-repeat right center;
			}
			
			.module-categories ul.level2  {
				padding:0px 0 0px 0px;
				border:none;
				margin-left:-8px;
				
			}
			
			.module-categories ul.level2 li.level2 {
				padding:0px 0 0px 0px;
				margin: 0 0 0 0;
				
			}
				.module-categories ul.level2 li.level2:first-child , .module-categories ul.level3 li.level3:first-child {
					background:url(../images/hor-line.gif) left top repeat-x;
			}
			.module-categories ul.level2 li.level2 a.level2 {
				text-decoration:none;
				color:#252525;
				background:url(../images/cat-a.png) left 9px no-repeat;
				padding-left:22px;
				margin-left:16px;
			}
			.module-categories ul.level2 li.level2 a.level2 span { background:none; }
			
			.module-categories ul.level3  {
				padding:0px 0 0px 0px;
				border:none;
				margin-left:0px;
				
			}
			
			.module-categories ul.level3 li.level3 {
				padding:0px 0 0px 0px;
				margin: 0 0 0 0;
				
			}
			.module-categories ul.level2 ul.level3 li.level3 a.level3 {
				text-decoration:none;
				color:#252525;
				background:url(../images/cat-a.png) left 9px no-repeat;
				padding-left:22px;
				margin-left:25px;
			}
			.module-categories ul.level3 li.level3 a.level3 span { background:none; }
			/* ------------------- hover, active --- */
				.module-categories li a:hover,
				.module-categories li.active a,
				.module-categories li.active .level2 li a:hover,
				.module-categories li.active .level2 li.active a,
				.module-categories ul.level2 ul.level3 li.level3 a.level3:hover,
				.module-categories ul.level2 ul.level3 li.level3.active a.level3.active
				{
					text-decoration:none;
					background:url(../images/cat-a-active.png) left 9px no-repeat;
					color:#3ebacc;
				}
				
				/* ------------------------------------- footer --- */
	#footer { 
	background:url(../images/footerback.png) left top repeat-x;
	border-top:none;
	height:20px;
	margin:11px 0 0px 0px;
	position:relative;
	
	}
	#bfooter { 
	background-color:#303335;
	border-top:none;
	height:40px;
	color:white;
	
	}
	.inews
	{
		margin-top:-30px;
	 position:fixed;
    list-style: none outside none;
float:left;
margin-left:-20px;
 
   
}
	
.inews ul li 
{ list-style:none;
}
#page {
			
			
		}
		
		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #000000;
			background-color: rgba(235, 235, 235, 0.80);
			font-size: 12px;
			padding: 1em;
			display: none;
		}

		.back-to-top:hover {	
			background-color: rgba(135, 135, 135, 0.50);
		}	