/* General Styles */
@font-face {
    font-family: 'kstarorig';
    src: url('kstarorigb.eot');
    src: url('kstarorigb.eot?#iefix') format('embedded-opentype'),
         url('kstarorigb.woff') format('woff'),
         url('kstarorigb.ttf') format('truetype'),
         url('kstarorigb.svg#kstarorig') format('svg');
    font-weight: bold;
    font-style: normal;

}
body {
	color: #9d9fa2;
	margin: 0px;
	text-align:center;
}
#home{
width=100%;
}
#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 6px 6px 4px 6px;
  height: 40px;
  line-height: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 2px 2px 3px #666666;
  -webkit-box-shadow: 2px 2px 3px #666666;
  -moz-box-shadow: 2px 2px 3px #666666;
  background: #ffd03e;
  background: linear-gradient(top,  #CC7F0C,  #D9730D);
  background: -ms-linear-gradient(top,  #CC7F0C,  #D9730D);
  background: -webkit-gradient(linear, left top, left bottom, from(#CC7F0C), to(#D9730D));
  background: -moz-linear-gradient(top,  #CC7F0C,  #D9730D);
  border: solid 1px #914C06;
  position:relative;
  z-index:999;
}
#menu-bar li {
  margin: 0px 0px 6px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: arial;
  font-style: normal;
  font-size: 12px;
  color: #E7E5E5;
  text-decoration: none;
  display: block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: 2px 2px 3px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #03ADF0;
  background: linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -ms-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  background: -webkit-gradient(linear, left top, left bottom, from(#EBEBEB), to(#A1A1A1));
  background: -moz-linear-gradient(top,  #EBEBEB,  #A1A1A1);
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#menu-bar ul a:hover {
  background: #D9730D !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  background: linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -ms-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #FFFFFF,  #CFCFCF);
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 30px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 2px 2px 3px #222222;
  -moz-box-shadow: 2px 2px 3px #222222;
  box-shadow: 2px 2px 3px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 15px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
	display: list-item;
}
* html #menu-bar {
  height: 1%;
}

.btn {
	-webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
	text-shadow: 4px 1px 3px #000000;
	font-family: Arial;
	color: #ffffff;
	font-size: 49px;
	background: #ff5900;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	padding: 26px 26px 26px 26px;
}

.btn:hover {
  background: #fcbc3c;
  text-decoration: none;
}
#header * {
	font-family: "kstarorig";
  font-style: italic;
  font-weight: 700;
  font-size: 72px;
  margin-top: 50px;
  color: #fff;
  line-height: 120%;
  width: 100%;
  text-shadow: 4px 4px #345c6d;
}
li {
  list-style-type: none;
}

#heading{
	text-shadow: 3px 1px 3px #000000;
	font-family: Arial;
	color: #FF0000;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: bolder;
	padding-right: 20px;	
}

#tit{
	
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-weight: bolder;
	padding-right: 20px;
}