@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Tahoma, Arial, sans-serif;
	background:#fff;
	font-size:11px;
	text-align:right;
}

/*------------------------------------------------*/
/*----------------------links---------------------*/
/*------------------------------------------------*/

a{
	text-decoration:none;
	color:#990033;
}

a:hover{
	color:#999900;
}

a:active{
	color:#990099;
}


/*------------------------------------------------*/
/*----------------------images--------------------*/
/*------------------------------------------------*/

img{
	border:0;
}

/*------------------------------------------------*/
/*------------------other classes-----------------*/
/*------------------------------------------------*/

.clear{
	font-size:1px;
	line-height:1px;
	clear:both;
}

/*------------------------------------------------*/
/*----------------------div id--------------------*/
/*------------------------------------------------*/

#wrapper{
	width:741px;
	margin:0 auto;
	clear:both;
}

/*------------------------------------------------*/
/*-----------------------main---------------------*/
/*------------------------------------------------*/

#main{
	width:741px;
	clear:both;
}

.main-top{
	width:741px;
	height:15px;
	background:url(../images/bg-main-intro-top.jpg) no-repeat;
	clear:both;
}

.main-content{
	width:711px;
	background:url(../images/bg-main-intro.jpg) repeat-y;
	padding:50px 15px;
	clear:both;
}

.main-bottom{
	width:741px;
	height:13px;
	background:url(../images/bg-main-intro-bottom.jpg) no-repeat;
	clear:both;
}

/*------------------------------------------------*/
/*---------------------left box-------------------*/
/*------------------------------------------------*/

#nav-left{
	width:237px;
	height:414px;
	float:left;
}

.top-left{
	width:233px;
	height:16px;
	background:url(../images/top1.jpg) no-repeat;
	clear:both;
}

.main-left{
	width:233px;
	background:url(../images/bg-nav-left-intro.jpg) repeat-y;
	padding-top:0px;
	text-align:left;
	clear:both;
    height: 378px;
}

.title{
	width:211px;
	height:34px;
	background:url(../images/title.jpg) no-repeat;
	margin:0 auto;
	margin-left:7px;
	clear:both;
}

.logoEn{
	width:169px;
	height:81px;
	background:url(../images/logointroEn.jpg) no-repeat;
	margin:0 auto;
	margin-left:25px;
	clear:both;
}
	
.content-en{
	width:203px;
	background:url('../images/bg3.jpg') no-repeat 50% bottom;
	text-align:left;
	direction:ltr;
	line-height:19px;
	padding:0 15px 92px 15px;
	clear:both;
    height: 155px;
}

.enter-en{
	text-align:center;
	color:#a7120e;
	font-weight:bold;
	font-size:13px;
	clear:both;
}


/*------------------------------------------------*/
/*---------------------right box------------------*/
/*------------------------------------------------*/

#nav-right{
	width:237px;
	height:411px;
	float:left;
}

.title-fa{
	width:211px;
	height:34px;
	background:url(../images/title2.jpg) no-repeat;
	margin:0 auto;
	clear:both;
}

.top-right{
	width:233px;
	height:18px;
	background:url(../images/top2.jpg) no-repeat;
	clear:both;
}

.main-right{
	width:233px;
	background:url(../images/bg-nav-right-intro.jpg) repeat-y;
	clear:both;
}

.bottom-right{
	width:233px;
	height:19px;
	background:url(../images/bottom2.jpg) no-repeat;
	clear:both;
}

.logo{
	width:169px;
	height:81px;
	background:url(../images/logointro.jpg) no-repeat;
	margin:0 auto;
	clear:both;
}

.content-fa{
	width:203px;
	background:url('../images/bg4.jpg') no-repeat 50% bottom;
	text-align:right;
	direction:rtl;
	line-height:19px;
	padding:0 15px 78px 15px;
	clear:both;
    height: 169px;
}

.enter-fa{
	text-align:center;
	color:#a7120e;
	font-weight:bold;
	font-size:12px;
	clear:both;
}

.bottom-left{
	width:233px;
	height:19px;
	background:url(../images/bottom1.jpg) no-repeat;
	clear:both;
}

/*------------------------------------------------*/
/*--------------------center box------------------*/
/*------------------------------------------------*/

#nav-center{
	width:232px;
	margin-right:2px;
	margin-left:3px;
	float:left;
}




