@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 20px 0;
	padding: 0px;
	border: none;
	cursor: default;

}
h1{
	font-family: "Times New Roman", Times, serif;
	color: #006699;
	font-size: xx-large;
	padding-right: 15px;
}
h2{
	font-family: "Times New Roman", Times, serif;
	color: #6699CC;
	font-size: 16pt;
	padding-right: 15px;
}
#pageHolder {
	position:relative;
	visibility: visible;
	z-index: 1;
	height: 100%;
	min-height:600px;
	width: 702px;
	top: 0px;
	margin: 0 auto;
	padding: 0px;
	border: none;
	background:url(../images/bg_pageHolder.png) repeat-y center;
	overflow: visible;
}
#pageHolder #Header {
	position: relative;
	height: 186px;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_header.jpg) no-repeat center top;
}
#pageHolder #Footer {
	position: relative;
	height: 125px;
	width: 100%;
	margin:0;
	padding: 0 0 7px;
	background:url(../images/bg_footer.jpg) no-repeat top center;
}
#Footer #copyright{ font-size:10px; color:#999999; text-align:center}
#pageHolder #mainPart {
	margin: 0px;
	min-height:400px;
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0px;
	overflow: visible;
	padding:10px 0 20px 0;
	background:url(../images/bg_main.jpg) top center no-repeat;
}
#pageHolder #mainPart #menuIndex {
	width: 670px;
	position: relative;
	overflow: visible;
	margin: 0 auto;
	height: auto;
}
#pageHolder #mainPart #menuIndex .items {
	height: 205px;
	width: 215px;
	position: relative;
	background-image: url(../images/indexMenuItemBg.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
	clear: none;
	float:left;
	margin: 2px;
}
.fa {
	text-align:right;
	direction:rtl;
}
.en{
	text-align:left;
	direction:ltr;

}
#pageHolder #mainPart #menuIndex .items .header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 36px;
	width: 90%;
	padding: 8px 10px 0 10px;
	overflow: hidden;
}
#pageHolder #mainPart #menuIndex .items .text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	padding:0px 7px 15px;
	overflow: auto;
	float: left;
	height: 130px;
	font-weight: bold;
}
#pageHolder .index_menu {
	position: relative;
	height: 25px;
	margin:0;
	padding: 0 0 7px;
}
a:link {
	text-decoration: underline;
	color: #00CCCC;

}
a:visited {
	text-decoration: none;
	color: #009999;
}
a:hover {
	text-decoration: none;
	color: #FF0000;

}

