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

body, html {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	line-height:150%;
	text-align:justify;
	color:#333333;
	font-size:12px;
	background-color: #037F8C;
}
h1 {
	font-size:16px;
	font-weight:bold;
	padding-top:20px;
	font-style: italic;
}
h2 {
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
}
p.footer {
	color:#FFC
}
p.quote {
	font-size:16px;
	font-style:italic;
	color:#333;
	text-align:center;
	font-family:"Times New Roman", Times, serif
}
#wrap {
	width:960px;
	margin:0 auto;
	background-color: #AEC844;
	border: solid 1px;
	border-color: #18608C;
	height: auto;
}
#logo {
	clear:both;
	height:80px;
	border-bottom: solid #18608C 1px;
	margin-bottom: 4px;
	background-color: #0A2140;
	padding-left: 12px;
	padding-right: 30px;
	margin-top: 2px;
}
#logo img.logo {
	float:left;
}
#logo img.langflag {
	margin-left:10px;
	margin-top:24px;
	float:right;
}
#top { 
	clear:both;
	height:280px;
	border-left: solid #AEC844 1px;
	border-right: solid #AEC844 1px;	
}
#navbar {
	clear:both;
	margin: 4px 4px 1px 4px;
	border: solid #18608C 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	height:50px;
	padding-top:1px;
	padding-left:11px;
	padding-right:11px;
	background-color: #33332D;
}
#main {
	padding:20px 60px;
	width:533px;
	height:1835px;
	background-color: #EEF1D9;
	float:left;
	margin: 4px 0px 4px 4px;
	border: solid #18608C 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#main h1 {
	color: #0A2140;
	font-size:16px;
	font-weight: bold;
}
#main p {
	color: #0A2140;
	font-size:12px;
	font-weight: bold;
}
#main a:link {
	color: #A60201;
	text-decoration: none;
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px;
}
#main a:visited {
	color: #A60201;
	text-decoration: none;
	font-size: 14px;
	margin-left: 2px;
	margin-right: 2px;
}
#main a:hover {
	color: #02707B;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 2px 2px 0px #cff;
	margin-left: 2px;
	margin-right: 2px;
}
#main a:active {
	color: #02707B;
	text-decoration: none;
	font-size: 14px;
	text-shadow: 2px 2px 0px #cff;
	margin-left: 2px;
	margin-right: 2px;
}
#main ul.star {
	list-style-position: inside;
	list-style-image: url(../_image/buttons/star2.gif);
}
#main li.star {
	margin: 6px 1px 0px 0px;
}
#sidebar {
	float:right;
	margin: 4px 4px 4px 0px;
	border: solid #18608C 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px 40px;
	width:210px;
	height:1835px;
	color:#CFF;
	background-color: #A60201;
}
#sidebar a:link {
	color: #CFF;
	text-decoration: none;
	vertical-align: super;
	font-size: 14px;
	text-shadow: 1px 1px 1px #760101;
}
#sidebar a:visited {
	color: #CFF;
	text-decoration: none;
	vertical-align: super;
	font-size: 14px;
	text-shadow: 1px 1px 1px #760101;
}
#sidebar a:hover {
	color: #FFC;
	text-decoration: none;
	vertical-align: super;
	font-size: 16px;
	text-shadow: 2px 2px 3px #FC6;
}
#sidebar a:active {
	color: #FFC;
	text-decoration: none;
	vertical-align: super;
	font-size: 14px;
	text-shadow: 2px 2px 3px #FC6;
}
#sidebar ul {
	display: inline;
	list-style-position: inside;
	list-style-image: url(../_image/buttons/star.gif);
}
#sidebar li {
	margin: 10px 1px 0px 0px;
}
#footer {
	clear:both;
	margin: 4px;
	border: solid #18608C 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	height:56px;
	padding-top:4px;
	text-align:center;
	background:#33332D;
}
#footer a {
	color: #EEE;
}
#design {
	clear:both;
	height:18px;
	padding: 4px 0px;
	text-align:center
}
#design a {
	color: #333333;
	font-size:12px;
}
#menu-bar {	
  width:930px;
  clear:both;
  margin: 4px 4px 1px 4px;
  padding: 14px 10px 0px 10px;
  height: 46px;
  line-height: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 0px #666666;
  -webkit-box-shadow: 0px 0px 0px #666666;
  -moz-box-shadow: 0px 0px 0px #666666;
  background: #33332D;
  border: solid 1px #18608C;
}
#menu-bar li {
  margin: 0px 5px 0px 5px;
  padding: 0px 0px 6px 0px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: bold;
  font-family: verdana;
  font-style: normal;
  font-size: 14px;
  color: #FFFFCC;
  text-decoration: none;
  display: block;
  padding: 10px 18px 10px 18px;
  margin: 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  text-shadow: 0px 0px 0px #DEDEDE;
}
#menu-bar .current a, #menu-bar li:hover > a {
  background: #AEC844;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2BD, endColorstr=#808080);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2BD), to(#808080));
  background: -moz-linear-gradient(top,  #F2F2BD,  #808080);
  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: 1px 1px 2px #F7F7C1;
}
#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: #AEC844 !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#AEC844, endColorstr=#566323);
  background: -webkit-gradient(linear, left top, left bottom, from(#AEC844), to(#566323)) !important;
  background: -moz-linear-gradient(top,  #AEC844,  #566323) !important;
  color: #FFFFCC !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 0px 0px 1px #FFFFFF;
}
#menu-bar ul {
  background: #e7edbf;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2BD, endColorstr=#bfbfbf);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2BD), to(#bfbfbf));
  background: -moz-linear-gradient(top,  #F2F2BD,  #bfbfbf);
  display: none;
  margin: 0;
  padding: 0;
  width: 162px;
  position: absolute;
  top: 34px;
  left: 0;
  border: solid 1px #18608C;
  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 li:hover > ul {
  display: block;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0;
}
#menu-bar ul a {
  padding:10px 0px 10px 10px;
  color:#242424 !important;
  font-size:12px;
  font-style:normal;
  font-family:verdana;
  font-weight: bold;
  text-shadow: 1px 1px 1px #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: block;
}
* html #menu-bar {
  height: 1%;
}

	
