
/*body {
	background-image: url(../bg/bg11.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	margin:0; padding:0; 
	width:100%;
} */


body {
	background:#fff repeat-x center top;
	margin: 0px;
	margin:0; padding:0; 
	width:100%;
} 

#wraper{ width:100%; margin:0 auto; padding:0;}

/*Marquee img*/
div.slide-slow {
  width:100%;
  overflow:hidden;
}
div.slide-slow div.inner {
  animation: slide-slow 10s;
  margin-top:0%;
}

@keyframes slide-slow {
  from {
  margin-left: 100%;
  }

  to {margin-left: 0%;
  }
}

/*Marquee img*/



.Heading2 { font-family:Arial, Helvetica, sans-serif; 
font-size:30px ; 
font-weight:bold; 
color:#FFFFFF;
text-align:center; padding-top:10px; 
margin: 0px;}

	
.Heading1 { font-family:Arial, Helvetica, sans-serif; 
font-size:20px ; 
font-weight:bold; 
color:#FFFFFF;
text-align:center;  
margin: 0px;}
	

/* black*/
a.black:link {color: #AA8905; font-family:"Agency FB"; text-decoration: none; font-weight: bold; font-size:20px;}
a.black:hover {color: #AA8905; font-family:"Agency FB"; text-decoration: underline;  font-weight: bold; font-size:20px; }
/* black*/
	
/* black*/
a.black1:link {color: #e5b864; font-family:"Agency FB"; text-decoration: none; font-weight: normal; font-size:15px;}
a.black1:hover {color: #e5b864; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:15px; }
a.black1:visited{color: #e5b864; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:15px; }
/* black*/	
	
	
/* black*/
a.black2:link {color: #000000; font-family:"Agency FB"; text-decoration: none; font-weight: normal; font-size:13px;}
a.black2:hover {color: #000000; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:13px; }
a.black2:visited{color: #000000; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:13px; }
/* black*/	


/* black*/
a.black3:link {color: #000; font-family:"Agency FB"; text-decoration: none; font-size:18px;}
a.black3:hover {color: #000; font-family:"Agency FB"; text-decoration: underline;  font-bold: normal; font-size:18x; }
a.black3:visited{color: #000; font-family:"Agency FB"; text-decoration: underline;  font-bold: normal; font-size:18px; }
/* black*/	

/* black*/
a.black4:link {color: #AA8905; font-family:"Agency FB"; text-decoration: none; font-weight: normal; font-size:12px; text-align:justify;}
a.black4:hover {color: #000000; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:12px; text-align:justify; }
a.black4:visited{color: #AA8905; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:12px; text-align:justify; }
/* black*/	

/* black*/
a.black40:link {color: #AA8905; font-family:"Agency FB"; text-decoration: none; font-weight: normal; font-size:18px; text-align:center;}
a.black40:hover {color: #000000; font-family:"Agency FB";text-decoration: underline;  font-weight: normal; font-size:18px; text-align:center; }
a.black40:visited{color: #886E06; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:18px; text-align:center; }
/* black*/	



/* black*/
a.black5:link {color: #dc0500; font-family:"Agency FB"; text-decoration: none; font-weight: normal; font-size:12px;}
a.black5:hover {color: #AA8905; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:12px;}
a.black5:visited{color: #dc0500; font-family:"Agency FB"; text-decoration: underline;  font-weight: normal; font-size:12px;}
/* black*/	
	

			
			


 
 .bottomlink {
    font-family: arial;
    font-size: 100%;
    color: #FFF;
    font-weight: bold;
}
.bottomlink {
    font-family: arial;
    font-size: 90%;
    color: #FFF;
    font-weight: bold;
}
.bottomlink {
    font-family: arial;
    font-size: 100%;
    color: #FFF;
    font-weight: bold;
}
.bottomlink {
    font-family: arial;
    font-size: 90%;
    color: #FFF;
    font-weight: bold;
}
 
 
 .grad1 {
    height: 60px;
    background: -webkit-linear-gradient(0deg, red, blue); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, red, blue); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, red, blue); /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, red, blue); /* Standard syntax (must be last) */
}
 
 .border {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style:1px solid; border-color:#f9ce70; border-width:thin;
    border-left-style: none;
}
 
/*topmenu*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
  background-image:url(../bg/bg21.jpg);
  background-repeat: repeat-x;
  color:#000;
}
#cssmenu {
 /* border-bottom: 3px solid #333333;*/
  padding: 0 30px;
  width: auto;
  font-family: Helvetica, Arial, sans-serif;
   box-sizing: border-box; 
  background-color:#D0A42E;
  background-repeat: repeat-x;
  color:#a77f18;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: right;
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  display: inline-block;
}
#cssmenu.align-right ul li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}

/*font color*/

#cssmenu ul li a {
  font-size: 13px;
  padding: 15px; 
  text-decoration: none;
  color: #a77f18;
}
/*font color*/
/*font color*/
#cssmenu ul li:hover a,
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color:#a77f18; text-decoration:underline;
}
/*font color*/


@media all and (max-width:85%) {
  #cssmenu {
    padding: 0;
    border-radius: 0;
    border: 0;
  }
  #cssmenu ul li,
  #cssmenu.align-center,
  #cssmenu.align-right {
    display: block;
  }
}
/*topmenu*/

/*-------===========FOOTER======-------------*/

.footer{ width:100%; height:50px; margin:0 auto; padding:5px 0px 0px 0px; background:#fff; font-weight: normal; font-size:11px; color:#CC9900; font-family: "Source Code Pro"; }
/*-------===========FOOTER======-------------*/


