@charset "utf-8";
/* CSS Document */
.doc {
	margin: 0 auto;
	padding: 0;
}
.head {
	margin: 0 auto;
	padding: 0;
	width: 964px;
}
.main-menu {
	color: #999;
	direction: rtl;
	display: block;
  	width:600px;
	text-align: left;
  	height: 40px;
  	margin-top:35px;
}
.main-menu ul{
	margin: 0;
	padding: 0;
}
.main-menu ul li{
	list-style-type: none;
	display: inline;
}
.main-menu ul li a {
	/*display: block;*/
	padding: 1em 2em;
	/*width: 25%;*/
	/*height: 40px;*/
	/*line-height: 40px;*/
	/*float:right;*/
	color: white;
	text-align: center;
	/*cursor: pointer;*/
	text-decoration: none;
}
.main-menu ul li a:hover {
	background-color: #3F3F3F;
	background-color: rgba(255,255,255,0.2);
}
.menu-box-line {
	width: 498px;
	height: 20px;
	text-align: left; /* align left for IE */
	margin: 0 auto 0 0;/*align for fireFox */
	background-image: url(../images/bg-border-tile.png);
	background-repeat: repeat-x;
	border: none;
}
/* content of page */
.content {
	margin: 0 auto;
	padding: 0;
	width: 964px;
}
.content .main-content {
	text-align: center;
}
.logo {
	margin: 1.2em;
	background-color: #CCC;
}
.box-text {
	color: #666;
	direction: rtl;
	text-align: justify;
	margin-top: 1.5em;
	padding: 1.5em;
}
.box-text .link {
	color: #999;
	text-align: left;
	font-weight: bold;
	direction: ltr;
}
.ami-box h1 {
	margin: 0;
	padding: 0.6em 0;
}
.content-box .close {
	left: 642px;
	position: absolute;
	bottom: 367px;
}
.content-box .ami-box {
	display: none;
	direction: rtl;
}
.content-box .ami-box img {
	padding-right: 0.6em;
}
/* footer */
.line-divider {
	width: 964px;
	height: 20px;
	background-image: url(../images/bg-border-tile.png);
	background-repeat: repeat-x;
	border: none;
}
.footer {
	margin: 0 auto;
	padding: 0;
	width: 964px;
	color: #666;
}
.footer a, .footer a:hover {
	text-decoration: none;
	color: #666;
}
.design {
	float: left;
	clear: right;
	color: 444;
}
.copyright {
	float: right;
	direction: rtl;
}

/* certificates */

.certificate img {
	padding: 2em;
}