a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%;font-family: Tahoma;Tahoma,Geneva,sans-serif;}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}
/***************** Basics *********************/
@font-face {
  font-family: 'BRoya';
  src: url('fonts/BRoya.eot?#') format('eot'),  /* IE6�8 */
       url('fonts/BRoya.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BRoya.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6�8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
body{
	direction: rtl;
	text-align: right;
}
.wrapper{
	width: 960px;
	margin: 0 auto;
	font-family: Tahoma;
}
a:link{
	text-decoration: none;
}
/***************** Header *********************/
#header{
	background: #fff;
	height: 110px;
	width: 100%;
	box-shadow: 0px 2px 5px 0px rgba(133,133,133,1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(133,133,133,1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(133,133,133,1);
	border-bottom: 3px solid #e00f16;
}
#top-bar{
	height: 5px;
	width: 100%;
	background: #d71920;
}
#logo{
	width: 220px;
	height: 79px;
	background: url("images/logo.png") no-repeat;
	float:right;
	margin: 20px 0 0 0;
}
/****************** Slider ******************/
#sliders{
	width: 100%;
	height: 350px;
	margin: 20px 0 0 0;
}
#screen{
	width: 400px;
	height: 283px;
	float: left;
	background: url("images/screen.png") no-repeat;
	margin: 30px 0 0 40px;
}
ul#slides{
	float: right;
	margin: 45px 10px 0 0;
	width: 350px;
}
ul#slides li{
	float: right;
	color: #1a3e66;
	font-size: 35px;
	font-family: BRoya,  Tahoma;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	width: 400px;
	display: block;
}
ul#slides li .content{
	float: right;
	font-size: 20px;
	font-family: BRoya,  Tahoma;
	font-weight: bold;
	text-shadow: 1px 1px 2px #fff;
	width: 410px;
	margin: 10px 30px 0 0;
	background: #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
ul#slides li .content ul{
	float: right;
	height: auto;
	margin: 10px 0;
}
ul#slides li .content ul li{
	float: right;
	font-size: 13px;
	font-family: Tahoma;
	font-weight: normal;
	text-shadow: 1px 1px 2px #fff;
	width: 350px;
	display: block;
	margin: 0 15px 15px 15px;
	background: url("images/tick-color.png") center right no-repeat;
	padding: 0 30px 0 0;
}
ul#slides li img{
	float: right;
	margin: 22px 0 0 15px;
}
#coin-slider{
	border: 1px solid #ddd;
}
.blackline{
	width: 938px;
	height: 25px;
	background: #2d3133;
	border: 1px solid #dcdcdc;
	margin: 10px 0 0 0;
	color: #e51400;
	padding: 5px 10px;
}
.blackline a,.blackline a:link,.blackline a:visited{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.blackline span.blackbox{
	width: 5px;
	height: 25px;
	display: block;
	background: red;
	float:right;
	
}
.blackline ul{
	float: right;
	width: 700px;
	height: 35px;
}
.blackline ul li{
	float: right;
	width: 700px;
	height: 35px;
	color: #f1f1f1;
	font-size: 12px;
	margin: 5px 10px 0 0;
}
.text{
	float: right;
	width: 480px;
	height: 300px;
	margin: 20px 40px 0 0;
}
.text h2{
	color: #000;
	font-size: 25px;
	font-family: BYekan,  Tahoma;
	text-shadow: 1px 1px 1px #fff;
	Font-weight: normal;
	line-height: 45px;
	margin: 0 0 15px 0;
}
.text h4{
	color: #000;
	font-size: 20px;
	font-family: BYekan,  Tahoma;
	text-shadow: 2px 2px 1px #fff;
	margin: 0px 20px 20px 0;
	line-height: 1em;
	Font-weight: normal;
	}
/****************** main ***************/
#main{
	padding: 30px 0 30px 0;
}
#main.single{
	padding: 15px 0 30px 0;
}
.part{
	background: #fff;
	border: 1px solid #cbcbcb;
	width: 298px;
	float: right;
	margin: 0 10px 20px 10px;
	box-shadow: 0px 2px 2px 0px rgba(207,207,207,1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(207,207,207,1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(207,207,207,1);
}
.part-index{
	background: #fff;
	width: 198px;
	float: right;
	margin: 0 10px 20px 10px;
}
.single .part .part-title{
	font-size: 22px;
}
.part .top-line{
	height: 10px;
	width: 100%;
	float: right;
}
.part .top-line.red{ background: #e51400; }
.part .top-line.green{ background: #8cbf26; }
.part .top-line.orange{ background: #f09609; }
.part .top-line.gray{ background: #d4d4d4; }

.part-shape{
	height: 160px;
	width: 100%;
	float: right;
}
.part-shape.red{ background: #c93123 url("images/lines.png") -220px -70px; }
.part-shape.black{ background: #777 url("images/lines.png") -220px -70px; }
.part-shape.green{ background: #339933 url("images/lines.png") -60px -20px;; }
.part-shape.orange{ background: #e96d09 url("images/lines.png") -400px -80px;; }
.part-shape.gray{ background: #eaeaea url("images/lines.png") -400px -80px;; }

.part-shape2{
	height: 130px;
	width: 100%;
	float: right;
}

span.icons{
	width: 140px;
	height: 140px;
	margin: 10px auto 0 auto;
	background: url("images/icons.png");
	display: block;
}
span.icons.product{ background-position: -280px 0; }
span.icons.service{ background-position: -140px 0; }
span.icons.contact{ background-position: -420px 0; }
span.icons.productd{ background-position: -560px 0; }
span.icons.tool{ background-position: 0px -140px; }
span.icons.support{ background-position: -140px -140px; }
span.icons.form{ background-position: -560px -280px; }
span.icons.address{ background-position: -420px -280px; }
span.icons.photos{ background-position: -560px -140px; }
span.icons.gallery{ background-position: -560px 0px; }
span.icons.order{ background-position: -700px 0px; }
span.icons.flash{ background-position: -700px -140px; }

span.icons.product-1{ background-position: 0px -420px; }
span.icons.product-3{ background-position: -140px -420px; }
span.icons.product-2{ background-position: -280px -420px; }
span.icons.product-4{ background-position: -420px -420px; }
span.icons.product-5{ background-position: -560px -420px; }
span.icons.product-6{ background-position: -420px -140px; }
span.icons.product-down{ background-position: -700px -280px; }

span.icons.font{ background-position: -280px -140px; }
span.icons.dll{ background-position: -420px -140px; }
span.icons.dll64{ background-position: -560px -140px; }
span.icons.teamv{ background-position: 0 -280px; }
span.icons.winrar{ background-position: -140px -280px; }
span.icons.sql{ background-position: -280px -280px; }

span.apps {
	width: 140px;
	height: 140px;
	margin: 10px auto 0 auto;
	background: url("images/apps.png");
	display: block;
}
span.apps.froosh { background-position: 0 0; }
span.apps.acc { background-position: -140px 0; }
span.apps.anbar { background-position: -280px 0; }
span.apps.hgh { background-position: -420px 0; }
span.apps.amlak { background-position: -560px 0; }
div.download-link h2 { color: black !important; }
div.download-link h2:hover { color: #223bc5 !important; }

span.icons-125{
	width: 120px;
	height: 120px;
	margin: 10px auto 0 auto;
	background: url("images/icon-index.png");
	display: block;
}
span.icons-125.about{ background-position: -240px 0px; } span.icons-125.about:hover{ background-position: -240px -120px; }
span.icons-125.service{ background-position: -120px 0px; } span.icons-125.service:hover{ background-position: -120px -120px; }
span.icons-125.product{ background-position: 0px 0px; } span.icons-125.product:hover{ background-position: 0px -120px; }

h2.part-title{
	font-size: 30px;
	font-family: BRoya, Tahoma;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	float: right;
	width: 100%;
}
.download h2.part-title{
    text-decoration: underline;
    color: #c93123;
}
h2.part-title2{
	font-size: 18px;
	font-family: BYekan,  Tahoma;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
	float: right;
	width: 100%;
}
h2.single-title{
	font-size: 45px;
	font-family: BRoya,  Tahoma;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 0 0;
	padding: 0 100px 0 10px;
	float: right;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	background: #555;
}
.part p{
	width: 260px;
	float: right;
	margin: 0px 20px 0 0;
	text-align: justify;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	height: 200px;
	font-family: Tahoma;
}
.part-index p{
	width: 190px;
	float: right;
	margin: 0px 0 0 0;
	text-align: justify;
	font-size: 13px;
	line-height: 24px;
	color: #2d2d2d;
	font-family: Tahoma;
}
.single-tool .part p{
	height: 100px;
}
.single-contact .part p{
	width: 520px;
	height: 575px;
}
p.single{
	width: 900px;
	float: right;
	margin: 20px 20px 20px 0;
	text-align: justify;
	font-family: BRoya,  Tahoma;
	font-size: 18px;
	line-height: 28px;
	color: #000;
	height: auto;
}
p.single-product{
	line-height: 32px;
}
ul.single-product{
	float: right;
	margin: 20px 0;
	width: 630px;
}
ul.single-product li{
	float: right;
	margin: 0 20px 10px 0;
	width: 570px;
	background: url("images/tick-color.png") 580px 7px no-repeat;
	padding: 0 30px 0 0;
	line-height: 30px;
	text-align: justify;
	font-size: 14px;
}
.more{
	width: 100%;
	height: 30px;
	border-top: 1px solid #cbcbcb;
	float: left;
	background: #eaeaea;
}
.more a{
	font-size: 17px;
	font-family: BRoya,  Tahoma;
	color: #2d5da4;
	float: left;
	margin: 2px 0 0 10px;
	text-decoration: none;
	text-align: 1px 1px 1px #fff;
}
.more a:hover{
	text-decoration: underline;
}
.screenshot{
	width: 290px;
	float: left;
	margin: 10px 0 0 10px;
	border: 1px solid #CBCBCB;
}
img.shot{
	width: 125px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin: 5px 5px 5px 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border: 1px solid #CBCBCB;
	background: #fff;
	padding: 4px;
}
.screenshot img:hover{
	box-shadow: 0px 2px 5px 0px rgba(207, 207, 207, 1);
	-webkit-box-shadow: 0px 2px 5px 0px rgba(207, 207, 207, 1);
	-moz-box-shadow: 0px 2px 5px 0px rgba(207,207,207,1);
	border: 1px solid #e31f26;
}
img.thumb{
	width: 205px;
	height: 150px;
	float: right;
	margin: 5px 5px 5px 5px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border: 1px solid #CBCBCB;
	background: #fff;
	padding: 4px;
}
img.thumb:hover{
	box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 1);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(207, 207, 207, 1);
	-moz-box-shadow: 0px 5px 5px 0px rgba(207,207,207,1);
	border: 1px solid #e31f26;
}
.sidebar{
	width: 292px;
	float: left;
}
.page-title{
	float: right;
	margin: -15px 20px 10px 0;
	width: 940px;
	height: 90px;
	background: url("images/title-bg.png") 0px -3px no-repeat;
}
.page-title h3{
	float: right;
	font-size: 27px;
	font-family: BYekan;
	margin: 20px 20px;
}
.page-description p {
	text-align: justify;
	direction: rtl;
	margin: 5px 0 30px 0;
	font-family: BYekan;
	padding: 0 20px;
}
.page-description h4 {
	font-family: BYekan;
	padding: 0 10px;
	font-size: 14pt;
}
/**************************** Footer *******************/
footer{
	background: #3d3d3d;
	width: 100%;
	border-top: 1px solid #626262;
	padding: 0 0 20px 0;
}
footer .footer{
	border-bottom: 1px solid #626262;
}
footer .seprate{
	background: #3d3d3d;
	height: 55px;
	width: 100%;
}
footer .copyright{
	background: #3d3d3d;
	height: 60px;
	width: 100%;
	border-top: 1px solid #2f2f2f;
}
footer .copyright h4{
	font-size: 12px;
	font-weight: normal;
	font-family: Tahoma;
	color: #fff;
	text-align: center;
	margin: 10px 0 0 0;
}
footer .copyright h5{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color: #e4e4e4;
	text-align: center;
	margin: 10px 0 0 0;
}
footer .copyright h5 a:link,footer .copyright h5 a:visited{
	color: #fcffb1;
	text-decoration: none;
}
.subscribe{
	float: right;
	border-left: 1px solid #626262;
	padding: 0 0 0 20px;
	height: 100%;
}
footer .seprate h2{
	font-size: 20px;
	font-weight: bold;
	font-family: BRoya,  Tahoma;
	color: #fff;
	float: right;
	margin: 9px 20px 0 0;
}
.subscribe .input{
	width: 280px;
	padding: 0 10px;
	box-shadow: inset 0px 0px 1px 1px #777;
	-webkit-box-shadow: inset 0px 0px 1px 1px #777;
	-moz-box-shadow: inset 0px 0px 10px 1px #777;
	height: 30px;
	background: #272727;
	border: none;
	color: #eee;
	float: right;
	margin: 12px 10px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.input input{
	width: 170px;
	padding: 0 10px;
	float: right;
	height: 30px;
	background: none;
	border: none;
	color: #eee;
}
.rss a{
	width: 31px;
	height: 31px;
	float: left;
	background: url("images/rss.png");
	display: block;
	margin: 12px 0 0 10px;
}
.links{
	background: #3d3d3d;
	width: 210px;
	float: right;
	margin: 0 100px 0 0;

}
.links h4{
	font-size: 18px;
	font-weight: bold;
	font-family: BRoya,  Tahoma;
	color: #9b9b9b;
	float: right;
	margin: 10px 10px 0 0;
}
.links a:link,.links a:visited{
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	color: #d2d2d2;
	float: right;
	margin: 0 20px 10px 0;
	text-decoration: none;
}
.logo-bw{
	float: right;
	width: 260px;
	margin: 20px 20px 20px 0;
}
.logo-bw span{
	float: right;
	margin: 5px 0 5px 0;
	font-size: 10px;
	color: #9b9b96;
}
/**************** Form ****************/
form#contact.order label{
	width: 150px;
	text-align: left;
}
form#contact label{
	float: right;
	font-size: 16px;
	font-weight: bold;
	font-family: BRoya,  Tahoma;
	color: #2D5DA4;
	width: 80px;
	margin: 10px 20px 0 0;
}
form#contact.download label {
   /* width: auto;*/
}
form#contact fieldset{
	float: right;
}
form#contact.download fieldset{
	margin-right: 100px; 
    margin-top: 10px;
}
form#contact input{
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma;
	color: #555;
	width: 220px;
	padding: 5px 5px;
	margin: 10px 10px 0 10px;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(241,241,241) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(241,241,241)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */

}
form#contact textarea{
	float: left;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma;
	color: #555;
	width: 220px;
	padding: 5px 5px;
	margin: 20px 0 10px 13px;
	background-color: white;
	border: 1px solid #CCC;
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 150px;
	background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(241,241,241) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(241,241,241)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
form#contact.download textarea {
    float:right;
    width: 500px;
    height: 50px;
    min-height: 50px;
}
form#contact.order textarea{
	width: 350px;
}
form#contact input:focus,form#contact textarea:focus{
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);	
}
form#contact input.submit{
	display: inline-block;
	width: 335px;
padding: 4px 12px;
margin-bottom: 10px;
font-size: 14px;
line-height: 20px;
color: white;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #2F96B4;
background-image: -moz-linear-gradient(top, white, #E6E6E6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#E6E6E6));
background-image: -webkit-linear-gradient(top, white, #E6E6E6);
background-image: -o-linear-gradient(top, white, #E6E6E6);
background-image: linear-gradient(to bottom, white, #E6E6E6);
background-repeat: repeat-x;
border: 1px solid #BBB;
border-color: #E6E6E6 #E6E6E6 #BFBFBF;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #A2A2A2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
color: white;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
background-color: #49AFCD;
background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
background-repeat: repeat-x;
border-color: #2F96B4 #2F96B4 #1F6377;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
form#contact input.submit:hover{
	color: white;
background-color: #2F96B4;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
form#contact.order select{
	width: 230px;
	border: 1px solid #CCC;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: right;
	margin: 20px 10px 0 10px;
	background: rgb(241,241,241); /* Old browsers */
background: -moz-linear-gradient(top,  rgb(241,241,241) 0%, rgb(234,234,234) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(241,241,241)), color-stop(100%,rgb(234,234,234))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgb(241,241,241) 0%,rgb(234,234,234) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0px 5px rgba(0, 0, 0, 0.075);
}
form#contact.order input.submit{
	width: 230px;
	margin: 10px 180px 20px 0;
}
form#contact.order label.error{
	font-size: 13px;
	text-align: right;
	font-family: Tahoma;
	color: red;
	margin: 30px 0 0 0;
	width: 200px;
}
form#contact label.error{
	font-size: 13px;
	text-align: right;
	font-family: Tahoma;
	color: red;
	margin: 5px 110px 0 0;
	width: 100%;
}
form#contact.download label.error{	
	width: 0px;
    margin-top: 20px;
    margin-right: 0px;
    font-weight: bolder;
    font-size: 16px;
}
#mobile{
	text-align: left;
	direction: ltr;
}

/**************** Menu ****************/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
  font-family: BYekan,  Tahoma;
}
#cssmenu {
  height: 110px;
  float: left;
  margin: 0px 0 0 0;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #535353;
  display: inline-block;
  font-size: 20px;
  font-family: BRoya,  Tahoma;
  line-height: 170px;
  padding: 0 20px;
  text-decoration: none;  
  height: 110px;

}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: right;
}
#cssmenu > ul > li {
  float: right;
  border-right: 1px dotted #d1d1d1;
  height: 110px;
  background: url("images/red.png") bottom right no-repeat;
}
#cssmenu > ul > li:last-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:first-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #f8f8f8 url("images/red.png") bottom right no-repeat;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  right: 0;
  border-top: 3px solid #b6b6b6;
}
#cssmenu .has-sub:hover > ul {

}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  height: 44px;
   border-bottom: 1px dotted #d1d1d1;
}
#cssmenu .has-sub ul li a {
  background: #f8f8f8;
  height: 14px;
  border-bottom: 1px dotted #d1d1d1;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 15px 10px;
  -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}
#cssmenu .has-sub ul li a span{
	font-family: Tahoma;
	font-size: 13px;
}
#cssmenu .has-sub ul li:hover a {
  color: #fff;
  background: #d71e25;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  border-bottom: 1px dotted #d06d70;
  background: #f8f8f8;
  color: #535353;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #d71e25;
  color:#fff;
}
#cssmenu .has-sub ul li.second-sub{
	display: block;
	position: relative;
}
#cssmenu .has-sub ul li.second-sub > ul{
	display: block;
	position: absolute;
	right: 100%;
	top: 0;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
h2.part-title.btn{
	font-size: 30px;
	font-family: BRoya,  Tahoma;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	float: right;
	width: 83%;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #49AFCD;
	background-image: -moz-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5BC0DE), to(#2F96B4));
	background-image: -webkit-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: -o-linear-gradient(top, #5BC0DE, #2F96B4);
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: #2F96B4 #2F96B4 #1F6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

ol a {
	color: #252525;
	text-decoration: none;
	background: transparent;
}

ol li {
    display: list-item;
    unicode-bidi: isolate;
	line-height: 30px;
}

ol {
	list-style-type: decimal;
	padding-inline-start: 40px;
	margin-block-start: 1em;
}

.ul-style {
	list-style-type: disc;
	padding-inline-start: 40px;
	margin-block-start: 1em;
}

.image-block {
	text-align: center;
    padding-top: 30px;
	margin-bottom: 30px;
}