/*Design By Vahid Majidi */
*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
}
body,html{
	width:100%;
	height:100%;	
	overflow-y:hidden;
}
body{
	font-family:tahoma;
	font-size:13px;
	background-color:#fff;	
	line-height:25px;
	direction:rtl;
	word-wrap:break-word;
	word-break:keep-all;
}
a:link{
	text-decoration:none;
	color:#369;	
}
a:hover{
	text-decoration:none;
	color:#369;	
}
a:visited{
	text-decoration:none;
	color:#369;	
}
a:active{
	text-decoration:none;
	color:#369;	
}
p{
	color:#000;
	margin:10px 0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:14px;
	color:#000;
	margin:10px 0px;
}
hr{
	width:70%;
	margin:20px auto;
	height:1px;
	background-color:#999;	
}
label{
	text-align:center;
	float:right;
	width:100px;
	margin:10px 0px;
	clear:right;
}
input{
	float:right;
	width:40%;
	padding:8px;
	margin:10px 0px;
	border:1px solid #bbb;
	clear:left;
}
#header{
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	height:35px;
	background-color:#369;
	border-bottom:2px solid #000;
}
#in-header h1{
	font-size:14px;
	color:#FFF;
	margin-top:5px;	
	float:right;
	margin-right:20px;
}
#social{
	float:left;	
	margin-left:40px;
}
#social img{
	float:left;
	margin-top:3px;
	margin-left:20px;	
}
#ads-top{
	width:468px;
	position:absolute;
	top:60px;
	left:50%;
	margin-left:-234px;
}
#ads-bottom{
	width:468px;
	position:absolute;
	bottom:50px;
	left:50%;
	margin-left:-234px;
}
#ads-top img,#ads-bottom img{
	border:1px solid #aaa;
}
#box1{
	position:absolute;
	top:120px;
	left:0px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
#box2{
	position:absolute;
	top:120px;
	right:0px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
#box3{
	position:absolute;
	bottom:120px;
	left:0px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
#box4{
	position:absolute;
	bottom:120px;
	right:0px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.box{
	width:223px;
	height:35px;
	background-color:#eee;
	border:1px solid #aaa;
	text-align:center;
}
#box1:hover,#box2:hover,#box3:hover,#box4:hover{
	border:1px solid #369;
	cursor:pointer;
	box-shadow:0px 0px 20px 0px #369;
}
.box p{
	padding:5px 0;
	margin:0px;
	font-size:15px;
	letter-spacing:1px;
}
#content1{
	position:absolute;
	top:100%;
	bottom:100%;
	left:100%;
	right:100%;
	background-color:#eee;
	border:1px solid #aaa;	
	border-radius:3px;
	padding:20px;
	overflow-x:auto;
	overflow-y:hidden;
}
#content2{
	position:absolute;
	top:100%;
	bottom:100%;
	left:100%;
	right:100%;
	background-color:#eee;
	border:1px solid #aaa;	
	border-radius:3px;
	padding:10px 40px 10px 20px;
	overflow-x:auto;
	overflow-y:hidden;
}
#content3{
	position:absolute;
	top:100%;
	bottom:100%;
	left:100%;
	right:100%;
	background-color:#eee;
	border:1px solid #aaa;	
	border-radius:3px;
	padding:10px 40px 10px 20px;
	overflow-x:auto;
	overflow-y:hidden;
}
#content4{
	position:absolute;
	top:100%;
	bottom:100%;
	left:100%;
	right:100%;
	background-color:#eee;
	border:1px solid #aaa;	
	border-radius:3px;
	padding:10px 40px 10px 20px;
	overflow-x:auto;
	overflow-y:hidden;
}
#content1,#content2,#content3,#content4{
	-webkit-column-count:2;
	-webkit-column-gap:50px;
	-webkit-column-rule:1px solid #999;
	-o-column-count:2;
	-o-column-gap:50px;
	-o-column-rule:1px solid #999;
	-moz-column-count:2;
	-moz-column-gap:50px;
	-moz-column-rule:1px solid #999;
	-ms-column-count:2;
	-ms-column-gap:50px;
	-ms-column-rule:1px solid #999;
	column-count:2;
	column-gap:50px;
	column-rule:1px solid #999;	
}
#footer{
	position:fixed;
	bottom:0px;
	right:0px;
	left:0px;
	width:100%;
	height:35px;
	background-color:#369;
	border-top:2px solid #000;
	direction:ltr;
}
#in-footer h1{
	font-size:13px;
	color:#FFF;
	margin-top:5px;	
	letter-spacing:1px;
	font-weight:normal;
	margin-left:20px;
}
#in-footer a{
	color:#FFF;
	text-decoration:none;	
}
@media all and (max-width:900px){
	#ads-top{
		display:none;	
	}
	#ads-bottom{
		display:none;	
	}
}
@media all and (max-width:600px){
	#social{
		display:none;	
	}
}
/*Design By Vahid Majidi | Powered By اسکریپت.com*/