@charset "utf-8";

/* Code By Vahid Majidi
   Powered By ااسکریپت.com
*/

*{
	border:none;
	padding:0px;
	margin:0px;
	outline:none;
}

a:link{
	color:#33F;
	text-decoration:none;
}
a:hover{
	color:#33F;
	text-decoration:underline;
}
a:visited{
	color:#33F;
	text-decoration:none;
}
a:active{
	color:#33F;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	display:inline-block;
}
h3:after{
	content:' : ';
}
h1{
	font-size:17px;
	padding:10px;
	padding-right:0px;
	color:#F90;
}
h2{
	font-size:16px;
	padding:10px;
	color:#F90;
}
h3{
	font-size:15px;
	padding:10px;
	color:#F90;
	padding-right:5px;
}
h4{
	font-size:14px;
	padding:10px;
	color:#F90;
}
h5{
	font-size:13px;
	padding:0px 5px;
	color:#F90;
}
h6{
	font-size:12px;
	padding:10px;
	color:#F90;
}
P{
	font-size:13px;
	padding:6px 6px 6px 6px;
	color:#000;
	line-height:20px;
}
body{
	background:url(images/bf-b.png) repeat #222;
	font-family:tahoma;
	font-size:13px;
	color:#000;
	word-break:keep-all;
	word-wrap:break-word;
}
.main{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	direction:rtl;
}
#logo{
	width:250px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:100%;
	height:40px;
	background-color:#36b;
	margin-top:40px;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF;
}
.social{
	float:left;
}
.social img{
	float:left;
	margin-left:10px;
	margin-top:4px;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
.social img:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-mmoz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.social-home img{
	float:left;
	margin-left:110px;
	margin-top:4px;
	-webkit-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	-moz-transition:all 1s;
	transition:all 1s;
}
.social-home img:hover{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-mmoz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.primaryNavBar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	height:28px;
}
.primaryNavBar ul{
	float:right;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	overflow:hidden;	
}
.primaryNavBar li{
	padding:0px;
	margin:0px;
	width:130px;
	height:40px;
	text-align:center;
	position:relative;
	list-style-type: none;
}
.primaryNavBar > li{
	float:right;	
}
.primaryNavBar li a{
	font-family:tahoma;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	display:block;
	height:16px;
	padding-top:12px;
	padding-bottom:12px;
	background-color:#36b;
    border-left:1px solid #fff;
}
.primaryNavBar > li:first-child{
    border-right:1px solid #fff;
}
.primaryNavBar li a:hover{
	color:#000;
	background-color:#F90;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;

}
.primaryNavBar li > ul{
	visibility:hidden;
	position:absolute;
	top:100%;
	
}
.primaryNavBar li:hover ul{
	visibility:visible;
	z-index:100;
}
#content{
	height:400px;
	width:100%;
	background:#fff;
	margin-top:40px;
	border-top:5px dashed #369;
	border-bottom:5px dashed #369;
}
#content li{
	float:left;
	height:200px;
	width:200px;
	background-color:transparent;
	border-radius:1000px;
	list-style-type:none;
	margin:100px 20px;
	border:2px solid #369;
	box-shadow:inset 0px 0px 150px #369;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-moz-transition:all 0.5s;
	transition:all 0.5s;
}
#content img{
	padding:50px;
}
#content li:hover{
	border:2px solid #333;
	box-shadow:inset 0px 0px 150px #F90;
	margin:70px 20px;
	-webkit-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	transform:scale(1.2,1.2);
}
#content2{
	width:100%;
	background:#fff;
	margin-top:40px;
	border-top:5px dashed #369;
	border-bottom:5px dashed #369;
	overflow:auto;
	padding:20px 0px;
}
#content-page{
	float:right;
	min-height:400px;
	height:auto;
	width:550px;
	background:#fff;
	border-left:2px dashed #ccc;
	padding:0px 10px;
	word-break:break-all;
	word-wrap:break-word;
}
#sidebar{
	float:left;
	min-height:400px;
	height:auto;
	width:350px;
	background:#eee;
	border-radius:10px;
	padding:20px;
	word-break:break-all;
	word-wrap:break-word;
}
.sidebar-box{
	width:350px;
	padding:30px 0px;
}
.sidebar-box:first-child{
	width:350px;
	padding:0px 0px 30px 0px;
}
hr{
	width:100%;
	background-color:#000;
	height:1px;
	margin:auto auto;
}
#footer{
	width:100%;
	height:300px;
	border-bottom:3px dashed #555;
	margin-top:20px;
	padding-bottom:20px;
	color:#FFF;
}
#footer p{
	font-size:13px;
	padding:10px 10px 5px 10px;
	color:#FFF;
}
#footer a:link{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
#footer a:hover{
	color:#F90;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
#footer a:visited{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
#footer a:active{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
.footer-box{
	float:left;
	width:312px;
	height:300px;
	border-left:3px dashed #555;
	padding:0px 5px 10px 5px;
}
.footer-box:last-child{
	border-right:3px dashed #555;
}
.copy p{
	direction:ltr;
	color:#FFF;
	margin:25px auto 50px 5px;
}
.copy a:link{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
.copy a:hover{
	color:#F90;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
.copy a:visited{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}
.copy a:active{
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dashed #FFF;
	padding-bottom:3px;
}

	