@font-face {
 font-family: 'Droid Arabic Kufi';
 font-style: normal;
 font-weight: 400;
 src: url(DroidKufi-Regular.eot);
 src: url(DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),  url(DroidKufi-Regular.woff2) format('woff2'),  url(DroidKufi-Regular.woff) format('woff'),  url(DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
 font-family: 'Droid Arabic Kufi';
 font-style: normal;
 font-weight: 700;
 src: url(DroidKufi-Bold.eot);
 src: url(DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),  url(DroidKufi-Bold.woff2) format('woff2'),  url(DroidKufi-Bold.woff) format('woff'),  url(DroidKufi-Bold.ttf) format('truetype');
}
@font-face {
 font-family: 'frutiger';
 src: url('fonts/FrutigerLTArabic55Roman.eot');
 src: url('fonts/FrutigerLTArabic55Roman.eot') format('embedded-opentype'), url('fonts/FrutigerLTArabic55Roman.woff2') format('woff2'), url('fonts/FrutigerLTArabic55Roman.woff') format('woff'), url('fonts/FrutigerLTArabic55Roman.ttf') format('truetype'), url('fonts/FrutigerLTArabic55Roman.svg#FrutigerLTArabic55Roman') format('svg');
}
/* general style */
body {
	background-image:url(../images/bg-battern.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#ff0000;
	margin:0 auto;
	font-family:  tahoma, Arial;
	font-size:12px;
	text-align:center;
	color:#fff;
}
.mywrapper {
	margin:0 auto;
	width:990px;
}
a {
	text-decoration:none;
	color:#1f2c6a;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
ul, li {
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	width:100%;
	line-height:18px;
}
ul li {
	margin-bottom:4px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
}
h1 {
	color: #27367A;
	line-height: 20px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}
h2 {
	color: #06F;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	color: #477f90;
	font-family: tahoma;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	color:#939393;
	font-size: 12px;
}
.box-wrapper {
	margin:30px auto 0;
	width:96%;
}
.lesswidth {
	width:90% !important;
}
.lessmargin {
	margin-top:10px !important;
}
.no-margin {
	margin-top:0 !important;
}
.no-marginbtm {
	margin-bottom:0 !important;
}
.red-txt {
	color:#8c212d;
}
.yellow-txt {
	color:#ead121;
}
.grey-txt {
	color:#999;
}
.small-txt {
	font:11px;
}
.margin-bottom {
	margin-bottom:19px !important;
}
.margin-left {
	margin-left:15px !important;
}
.margin-right {
	margin-right:15px !important;
}
.header {
	width: 100%;
}
.banner {
	background-color: #170010;
	background-image: url("../images/banner.jpg");
	background-position: center top;
	background-repeat:no-repeat;
	height: 244px;
	margin: 17px 0;
	width: 100%;
}
.logo {
  float: right !important;
    margin-top: 62px;
    position: relative;
    width: 177px;
    z-index: 2;
}
.box-container {
	width:100%;
}
.working-area {
	
	width: 100%;
}
.red-alert, .green-alert, .yellow-alert {
	  background-position: left 10px;
    background-repeat: no-repeat;
    direction: ltr !important;
    font-weight: bold;
    margin-bottom: 13px;
    padding: 10px 0;
    text-align: left !important;
    text-indent: 56px;
    width: 94%;
}
.red-alert {
	background-image:url(../images/red.png);
	background-color:#ffeaea;
	border:1px solid #ef8181;
	color:#990000;
}
.green-alert {
	background-image:url(../images/yes.png);
	background-color:#dcfdc9;
	border:1px solid #8fce6d;
	color:#006600;
}
.yellow-alert {
	background-image:url(../images/warning.png);
	background-color:#fafdc9;
	border:1px solid #d2d86f;
	color:#554814;
}
.div-right {
	float:right !important;
}
.div-left {
	float:left !important;
}
.news-img {
	float:left;
	margin-right:20px;
}
.news-imginer {
	float:right;
	margin-left:20px;
}
.prod-img {
	border: 1px solid #495ea6;
}
a .prod-img:hover {
	border: 1px solid #8190e2;
}.g-btn, input[type="button"], input[type="submit"], input[type="reset"] {
      background: url("../images/g-btn.png") repeat-x scroll center top #1BABF1;
    border-radius: 5px 5px 5px 5px;
    color: #aecfe3;
    cursor: pointer;
    float: left;
    font-family: tahoma;
    font-size: 11px;
    padding: 7px 19px;
    text-align: center;
    text-shadow: -1px -1px 0 #333333;
    width: auto;
}
.g-btn:hover {
    background: url("../images/g-btn.png") repeat-x scroll center bottom #68E5FF;
    color: #FFFFFF;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    border: medium none;
    cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus {
    background-position: center bottom;
    border: medium none;
    box-shadow: 0 0 0;
}
.g-btn2 {
	background-color:#333;
	border:1px solid #333333;
	color:#FFFFFF;
	float:left;
	padding:3px 7px;
}
.g-btn2:hover {
	background-color:#06F;
	color:#FFF;
}
.gnrl-ul {
	border-bottom: 1px dotted #cfcece;
	margin-bottom: 19px;
	padding-bottom: 16px;
}
.gnrl-ul, .gnrl-ul li {
	width:100%;
}
.gnrl-ul li {
	margin-bottom:10px;
}
.prod-cont {
	font-size: 12px;
	height: 161px;
	margin: 0 3px;
	overflow: hidden;
	width: 190px;
}
.item-ul li {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 0;
	padding: 10px 0;
}
.item-ul li:last-child {
	border-bottom:none;
}
.h-sep {
	background-image:url(../images/h-sep.png);
	background-repeat:repeat-x;
	background-position:top;
	width:100% !important;
	height:1px;
	margin-bottom:17px;
	background-color:#f3f3f3;
}
.radius {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.footer {
	color: #f09494;
	font-size: 11px;
	padding: 20px 0;
	width: 100%;
}
.footer a {
	color:#acacac;
}
.no-border {
	border-bottom:none;
}
.textcenter {
	text-align:center !important;
}
/** Navi bar **/
.navi-bar {
	background: url("../images/navi-px.png") repeat-x scroll left bottom #494949;
	color: #FFFFFF;
	height: 47px;
	width: 100%;
}
.navi-bar li {
	color: #FFFFFF;
	height: 100%;
	line-height: 40px;
	margin: 0 10px;
	text-align: center;
	width:auto;
}
.navi-bar a {
	color: #FFFFFF;
	font-family: trebuchet MS;
	font-size: 14px;
	height: 100%;
	line-height: 43px;
	padding: 0 29px;
	text-align: center;
 *float:left !important;
}
.navi-bar a:hover {
	background: url("../images/blue-hdr.png") repeat top #039;
	text-decoration:none;
}
.navi-mdl {
	background-image: url("../images/navi-px.png");
	background-position: center -11px;
	background-repeat: repeat-x;
	height: 100%;
	width: 741px;
}
.navi-r, .navi-l {
	background-image: url("../images/navi-crvs.png");
	background-repeat: no-repeat;
	height: 48px;
	position:absolute;
	width: 14px !important;
}
.navi-r {
	background-position:right;
	top:0;
	right:0;
}
.navi-l {
	background-position:left;
	top:0;
	left:0;
}
.navi-sep {
	background-image: url("../images/navi-sep.png");
	background-repeat: no-repeat;
	height: 100%;
	width: 2px;
}
/** sub menu **/
			.navi-bar li ul {
	display:none;
	margin-top:31px;
	width:200px;
	position:absolute;
	z-index:30;
	background-color:#1d5179;
}
.navi-bar li:hover ul {
	display:block;
 *left:0;
}
.navi-bar li:hover ul li {
	width:100%;
	color:#fff;
	text-align:left;
	text-indent:15px;
}
.navi-bar li:hover ul li a:hover {
	background-color:#107ebb;
	display:block;
	left:0;
}
.navi-bar li:hover ul li a {
	color:#fff;
	font-weight:normal !important;
}
.navi-bar li:hover ul li ul {
	display:none;
	width:200px;
	position:absolute;
	z-index:30;
	margin-top:0;
	margin-left:200px;
}
.navi-bar li:hover ul li:hover ul {
	display:block;
}
/** end sub sub menu **/

.right-pane {
	background-color:#03C;
	height:300px;
	float: right;
	width: 267px;
}
.left-pane {
	background-color:#66C;
	height:300px;
	float: left;
	width: 647px;
}
input, select, textarea {
  background-color: #000000;
    border: 1px solid #444444;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    padding: 8px 3px;
    width: 97%;
	-moz-border-radius:3px;
	
	-webkit-border-radius:3px;
}
select {
	width:100%;
}
input:hover, select:hover, textarea:hover {
	border:1px solid #6CF;
	box-shadow: 0 0 4px #6CF;
}
input:focus, select:focus, textarea:focus {
	border:1px solid #3a7091;
	box-shadow: 0 0 4px #3a7091;
}
input[type="radio"], input[type="checkbox"] {
	width:auto !important;
	border:0 !important;
	background:none transparent !important;
}
.error-input {
	background-color: #FFEAEA;
	border: 1px solid #EF8181;
	color: #000000;
}
.prelative {
	position:relative;
}
.crv-rt, .crv-rb, .crv-lt, .crv-lb {
	background-image: url("../images/crvs.png");
	background-repeat: no-repeat;
	height: 5px;
	position: absolute;
	width: 5px;
}
.crv-rt {
	background-position: right top;
	right: -1px;
	top: -1px;
}
.crv-rb {
	background-position: right bottom;
	bottom: -1px;
	right: -1px;
}
.crv-lt {
	background-position: left top;
	left: -1px;
	top: -1px;
}
.crv-lb {
	background-position: left bottom;
	bottom: -1px;
	left: -1px;
}
.page-hdr {
	background: url("../images/page-hdr.png") repeat-x top right;
	padding:10px 0;
	width:100%;
	margin-bottom:30px;
}
.page-hdr h1 {
	margin-left:20px;
	margin-bottom:0;
}
.thumb-wizard-over {
	background: none;
	height: 91px;
	margin-bottom: 9px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}
.thumb-wizard-over img {
	height: 100%;
	text-align: center;
}
.working-area, .red-alert, h1, h2, h3, h4, h5, h6, .page-hdr h1, .page-hdr, .green-alert, .yellow-alert, .header, .gnrl-hdr, .logo, .banner, .navi-bar, .navi-bar a, .navi-sep, .navi-mdl, .navi-bar li a, .gnrl-box-hdr, .gnrl-box, .footer, .h-sep, .prod-cont, .gnrl-ul, .box-container, table, ul, li, .thumb-wizard-over, .page-hdr {
	float:right;
	direction:rtl;
	text-align:right;
}
/*** end of general style ***/

.navi {
	background:url(../images/navi-bar.png) repeat-x top;
	padding:20px 0;
}
.navi a {
	float:left;
	margin:0 10px;
	font-size:12px;
	color:#adcbdd;
}
.navi a:hover {
color:#fff;	
	}
.blurbg {
	   background: url("../images/light.png") no-repeat scroll right top transparent;
    height: 417px;
    position: absolute;
    right: -100px;
    top: -56px;
    width: 508px;
}
.nav-seps {
	background: url("../images/navsepsp.png") no-repeat scroll center center transparent;
	float: left;
	height: 16px;
	margin: 0 5px;
	width: 2px;
}
.texto {
	  float: right;
    font-family: "frutiger",tahoma,Arial;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 31px;
    width: 100%;
}
.t7t{
	    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.bluetxt{
	color:yellow;
	}
.anrobtn {
	    /*background: url("../images/download-android-market.png") no-repeat scroll right top rgba(0, 0, 0, 0);*/
	  background: url(../images/anns.png) no-repeat 180px center #6cb722;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    float: right;
    font-size: 17px;
    
    height: 73px;
    margin-left: 11px;
    padding: 12px 21px;
    text-align: left;
    width: 235px;
}
.anrobtn:hover {
/*	background:url(../images/download-android-market.png) bottom  right no-repeat;*/
background:url(../images/anns.png) no-repeat 180px center #73cf18;
color:#fff;
}
.ioss {
	/*background:url(../images/download-ios.png) no-repeat top right;margin-right:10px;*/
	background:url(../images/apple.png)  no-repeat 180px center #464646;

}
.ioss:hover {
/*	background:url(../images/download-ios.png) bottom right no-repeat;*/
background:url(../images/apple.png)  no-repeat 180px center  #707070;
color:#fff;
}
.rigpane {
	float:right;
	width:495px;
	z-index:1;
	position:	relative;
}
.leftpne {
	    float: left;
    margin-top: 40px;
    width: 460px;
}
.box-containergogle {
	margin-top:30px;
	margin-bottom:40px;
	    margin-left: 28px;
	float:left;
	width:200px;
}
.div-rightc {
	float:right;
	width:300px;
	line-height: 24px;
	direction:rtl;
}
.div-leftc {
	float:left;
	width:300px;
}
.fb {
	background: url("../images/facebook-icn.png") no-repeat scroll right top transparent;
	float: right;
	height: 26px;
	margin-left: 7px;
	width: 26px;
}
.gg {
	background: url("../images/ggplus.png") no-repeat scroll right top transparent;
	float: right;
	height: 26px;
	margin-left: 7px;
	width: 26px;
}
.fb:hover {
	background: url("../images/facebook-icn.png") no-repeat scroll right bottom transparent;
}
.tw {
	background: url("../images/twitter.png") no-repeat scroll right top transparent;
	float: right;
	height: 26px;
	margin-left: 14px;
	width: 26px;
}
.tw:hover {
	background: url("../images/twitter.png") no-repeat scroll right bottom transparent;
}

.sharethiss{
	width:300px;
	float:left;
	margin-left:30px;
	z-index:1;
	position:relative;
	}
	.homba{margin-left:39px !important;}
	.conta-div{
	   float: left;
    margin-bottom: 34px;
    margin-right: 2px;
    margin-top: 130px;
      width: 119px;
		}
		.conta-div li{
			text-align:center;
			direction:ltr;
			}
		.conta-div li	.bluetxt{
			color:#6bb0dc;
			}
			.tblform{
				direction:ltr;
				text-align:left;
				
			  margin-bottom: 60px;
				}
				.ebb{
				    border-bottom: 2px dotted #686868;
    color: #6BB0DC;
    direction: ltr;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 23px;
    margin-left: 31px;
    margin-top: 34px;
    padding-bottom: 16px;
    text-align: left;
					}
					.bonza{margin-left:26px;}
					.margin-top{margin-top:40px;}