/*Design By Vahid Majidi | Powered By اسکریپت.com*/
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;	
}
p,li,ul,ol,table,form,h1,h2,h3,h4,h5,h6,pre,video,audio,br,hr,img{
	margin:10px 0;	
}
body{
	font-family:tahoma;
	font-size:13px;
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	line-height:25px;
	word-break:keep-all;
	word-wrap:break-word;
	direction:rtl;
}
a:link{
	color:#0C32AD;
	text-decoration:none;
}
a:visited{
	color:#0C32AD;
	text-decoration:none;
}
a:hover{
	color:#0C32AD;
	text-decoration:none;
}
a:active{
	color:#0C32AD;
	text-decoration:none;
}
#main{
	width:980px;
	margin-left:auto;
	margin-right:auto;	
}
#header,#navbar,#sidebar,#content,#footer{
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;	
	-o-transition:all 0.5s;	
	-ms-transition:all 0.5s;	
	transition:all 0.5s;	
}
#header{
	width:978px;
	height:120px;
	background-color:rgba(255,255,255,0.7);
	float:right;
	clear:both;	
	margin:10px 0;
	border:1px solid #333;
	border-radius:0 100px;
	overflow:hidden;
}
#header:hover{
	background-color:rgba(255,255,255,1);
}
#header img{
	float:left;
	margin:10px 60px;
}
#navbar{
	width:980px;	
	height:40px;
	background-color:rgba(51,71,191,0.7);
	float:right;
	clear:both;
	margin-bottom:10px;
	border-top-left-radius:100px;
	border-top-right-radius:100px;
	overflow:hidden;

}
#navbar:hover{
	background-color:rgba(51,71,191,1);
}
#navbar ul{
	float:right;
	margin:0px;
}
#navbar li{
	float:right;
	width:244px;
	text-align:center;
	height:40px;
	border-left:1px solid #fff;
	list-style-type:none;
	margin:0px;
}
#navbar li:last-child{
	border-left:none;
}
#navbar a{
	color:#fff;
	text-decoration:none;
	width:100%;
	height:32px;
	display:block;
	padding-top:8px;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	transition:all 0.5s;
}
#navbar a:hover{
	background-color:#eee;
	color:#000;	
}
#sidebar{
	width:228px;
	height:auto;
	min-height:300px;
	background-color:rgba(255,255,255,0.7);
	float:right;
	clear:right;	
	margin-left:10px;
	border:1px solid #333;
	border-radius:5px;
	overflow:hidden;
	padding:0px 10px;
}
#sidebar:hover{
	background-color:rgba(255,255,255,1);
}
.in-sidebar{
	width:100%;
	height:auto;
	min-height:200px;
	margin:10px 0px;
	float:right;
	clear:both;
}
.title{
	width:100%;
	height:28px;
	background-color:rgba(51,71,191,0.7);
	margin-bottom:10px;	
	float:right;
	clear:both;
}
.title h1{
	font-size:14px;
	text-align:center;
	color:#fff;
	margin:0px;
}
.in-content2{
	width:100%;
	height:auto;
	float:right;
	clear:both;	
}
#content{
	width:698px;
	height:auto;
	min-height:300px;
	background-color:rgba(255,255,255,0.7);
	float:right;
	clear:left;	
	border:1px solid #333;
	border-radius:5px;
	overflow:hidden;
	padding:0px 10px;
}
#content:hover{
	background-color:rgba(255,255,255,1);
}
.in-content{
	width:100%;
	height:auto;
	min-height:200px;
	margin:10px 0px;
	float:right;
	clear:both;
}
#footer{
	width:978px;
	height:120px;
	background-color:rgba(255,255,255,0.7);
	float:right;
	clear:both;	
	margin:10px 0;
	border:1px solid #333;
	border-radius:100px 0;
	overflow:hidden;
}
#footer:hover{
	background-color:rgba(255,255,255,1);
}
#footer p{
	text-align:center;
	direction:ltr;	
	margin-top:50px;
}
/*Design By Vahid Majidi | Powered By اسکریپت.com*/