body {
	direction: rtl;
	font: 12px tahoma, arial;
	background: #fff;
	margin: 0 auto;
	
}

p {
	line-height: 25px;
	color: #8f8f8f;
}
.textright{text-align:right}
.textleft{text-align:left}
.textcenter{text-align:center}



img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: BYekan;
	font-weight: normal;
}
::-webkit-input-placeholder {
color:#acacac;
}
::-moz-placeholder {
color:#acacac;
} /* firefox 19+ */
:-ms-input-placeholder {
color:#acacac;
} /* ie */
input:-moz-placeholder {
color:#acacac;
}

input,select{font-family:tahoma;font-size:12px;padding:6px;border:1px solid #e4e4e4;border-radius:3px;}
input[type=text],input[type=password],input[type=email]{border:1px solid #e4e4e4;}
input[type=submit]{
	padding:10px;
	background:#28a417;
	border:0;
	color:#fff;
	font-family:tahoma;
	font-size:12px;
	border-bottom:4px solid #1b810e;
	transition: all 0.5s ease;
	
	}
	input[type=submit]:hover{
	background:#3dc32a;
	border-bottom:4px solid #28a417;
	}
	input[type=submit]:focus{
	background:#494949;
	border-bottom:4px solid #000;
	}


h1 {
	font-size: 36px;
	font-weight:normal;
}
h2 {
	font-size: 22px;
	font-weight:normal;
}
h3 {
	font-size: 17px;
	font-weight:normal;
}
h4 {
	font-size: 16px;
	font-weight:normal;
}
h5 {
	font-size: 14px;
	font-weight:normal;
}
h6 {
	font-size: 11px;
	font-weight:normal;
}
a {
	text-decoration: none;
	color: #696969;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@font-face {
    font-family: "BYekan";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/BYekan.woff") format("woff");}


@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}


[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}


.clear {
	clear: both;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.fivepx{padding:5px;}

.middle {
	width: 980px;
	margin: 0 auto;
}

h1,h2,h3,h4,h5,h6{font-family:BYekan;}

#header{
	height:140px;
	border-bottom:1px solid #e4e4e4;
}

#header .logo{
	background:url(../images/logo.png) no-repeat;
	width:315px;
	height:112px;
	margin:20px 0 0 0;
}
#nav ul {
	margin:40px 0 0 0;
}
#nav ul li{
	float:right;
	padding:8px 12px;
	margin-right:6px;
	font:16px BYekan;
}
#nav ul li:hover{
	background:#3b9bda;
	border-radius:3px;
	
}
#nav ul li:hover a{color:#fff;}

#staticslide{
	height:409px;
	background:#b7c6d5;
}

#staticslide .staticimage{
	background:url(../images/mainimage.png) bottom center no-repeat;
	height:409px;
	width:396px;
}

#staticslide .maindesc{
	width:560px;
	margin:25px 0 0 0;
	color:#fff;
}
#staticslide .maindesc p{
	color:#fff;
}

#staticslide .maindesc ul{
	margin:8px 5px;
}

#staticslide .maindesc ul li{
	list-style:inside disc;
	padding:3px;
}

#staticslide .maindesc .demourl{
	font-family:BYekan;
	font-size:16px;
	color:#fff;
	background:#5bb85d;
	padding:8px 12px;
	border-radius:3px;
	border-bottom:3px solid #379639;
	margin:15px;
}

#staticslide .maindesc .downloadplcms{
	font-family:BYekan;
	font-size:16px;
	color:#fff;
	background:#d9544f;
	padding:8px 12px;
	border-radius:3px;
	border-bottom:3px solid #a31a15;
	margin:15px;
}

#toppage{
	background:#899db0;
	height:120px;
}

#toppage .middle{
	background:url(../images/toppage.png) top left no-repeat;
	height:120px;
}

#toppage h1{
	font-size:26px;
	color:#fff;
	padding:30px 10px;
}

#content{
	border:1px solid #e4e4e4;
	padding:8px 6px;
	margin:20px 0;
}
#content ul{margin-right:5px;}

#content li{
	list-style:inside circle;
	padding:3px 2px;
}

#footer p{
	padding:8px 0;
}