nav,header,section,aside,article{
	display:block;
	}
html{
	background-image:url(../WebImages/UP_back.jpg);
	background-repeat:repeat-x;
	}
body{
	width:100%;
	margin:0px auto;
	padding:0px;
	font-size:100%;
	background-image:url(../WebImages/Down_back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
.B_cont{
	max-width:1200px;
	margin:0px auto;
	}
#Continer{
	max-width:75em;
	min-width:50em;
	margin:0px auto;
	direction:rtl;
	}
	/*--------------------------------------------------------------------------------------------------------BilBoard------------------------*/
#BilBord{
	width:100%;
	height:100px;
	//background-image:url(../WebImages/HeadBJ.jpg);
	}
#HeadLogo{
	position:absolute;
	width:120px;
	height:auto;
	margin-left:.5em;
	margin-top:.5em;
	}
#DateShow{
	float:left;
	width:auto;
	color:#FFF;
	font-family:'BTraffic';
	margin:1em 0em 0em 10em;
	}
#BILrightBox{
	float:right;
	width:24em;
	}
#Social{
	float:right;
	width:10em;
	height:1.5em;
	margin:1.1em;
	text-align:center;
	}
#googleIcon{
	color:#999;
	display:inline-block;
	width:21px;
	text-align:left;
	text-decoration:none;
	}
#googleIcon:hover{
	transition-duration:.5s;
	color:#DC5C52;
	}
#facebookIcon{
	color:#999;
	display:inline-block;
	width:21px;
	text-align:left;
	text-decoration:none;
	}
#facebookIcon:hover{
	transition-duration:.5s;
	color:#8FA5CD;
	}
#instaIcon{
	color:#999;
	display:inline-block;
	width:21px;
	text-align:left;
	text-decoration:none;
	}
#instaIcon:hover{
	transition-duration:.5s;
	color:#B48878;
	}
#twittIcon{
	color:#999;
	display:inline-block;
	width:21px;
	text-align:left;
	text-decoration:none;
	}
#twittIcon:hover{
	transition-duration:.5s;
	color:#64A8F2;
	}
#SearchBox{
	float:left;
	width:11.5em;
	height:1.7em;
	background-color:#999;
	border:1px solid #000;
	border-radius:10px;
	box-shadow:0px 0px 3px rgba(0,0,0,1) inset;
	margin-top:1em;
	padding:0px;
	}
#SearchTextBox{
	background-color:transparent;
	font-size:1em;
	border:none;
	color:#FFF;
	margin:2px 6px 0px 0px;
	}
#SerchIcone{
	color:#444;
	display:inline-block;
	width:21px;
	text-align:left;
	text-decoration:none;
	float:left;
	margin-left:5px;
	}
#SerchIcone:hover{
	color:#FFF;
	transition-duration:.5s;
	}
	/*-----------------------------------------------------------------------------------------------------------------Header-----------------*/
#Header{
	width:100%;
	height:46px;
	}
	/*--------------------------------------------------------------------------------------------------------------Navigation-------------*/


/*----------------------------------------------------------------------------------------------------------------SlideShow----------------*/
#SlideShow{
	width:100%;
	height:auto;
	margin:0em auto;
	}

/*----------------------------------------------------------------------------------------------------------------Content Article----------------*/
#rightAS{
	width:28%;
	height:auto;
	float:right;
	font-family:'BNazanin';
	background-color:#E6E7E8;
	margin-bottom:15px;
	padding:.5em;
	}
.IMGLink{
	border:none;
	}
#Right_M_Content{
	float:left;
	width:70%;
	height:auto;
	text-align:center;
	}
.Box_Content{
	float:right;
	width:23%;
	min-height:18em;
	//border:1px solid #E2E2E2;
	border-radius:3px;
	margin:.5em .2em .2em .2em;
	display:inline-block;
	overflow:hidden;
	}
.Box_In_Cont{
	margin:0px auto;
	width:80%;
	height:auto;
	min-height:8em;
	border-radius:10px;
	}

/*----------------------------------------------------------------------------------------------------------------main page Content----------------*/
.AboutTest{
	clear:both;
	direction:rtl;
	width:100%;
	height:auto;
	font-family:'BNazanin';
	}
.AboutTest h1{
	color:#E33D13;
	font-family:'BTraffic';
	margin-right:1em;
	}
.Ptest{
	font-size:.9em;
	text-align:justify;
	}
.Head{
	color:#BA2B3D;
	}
.Head_Title{
	text-align:center;
	color:#F00;
	font-family:'BNazanin';
	}


/*----------------------------------------------------------------------------------------------------------------Footer----------------*/

#footer{
	height:5em;
	width:100%;
	direction:rtl;
	padding:.5em;
	}
#footer span{
	color:#777576;
	margin:0em 1em 0em .5em;
	font-size:2em;
	}
#footer span:hover{
	color:#267FCC;
	}
#footer h3{
	color:#777576;
	display:inline;
	font-family:'BNazanin';
	font-size:1em;
	}