﻿/******** Start Default ************/
* {
	padding:0px;
	margin:0px;
}
body{
	font-family:"fx", "ie";
	font-size:12px;
	line-height:18px;
}
a {
	text-decoration:none;
	color:#26398e;
}
a:hover {
	text-decoration:none;
	color:#78a51f;
}
a img {
	border:0;
}
.clear {
	clear:both;
}
.font_text_1 {
	color: #595858;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
.font_text_1 a {
	color: #595858;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
.font_text_2 {
	color: #eec43d;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
.font_text_2 a {
	color: #eec43d;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
.font_text_3 {
	color: #eec43d;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
.font_text_3 a {
	color: #eec43d;
	text-Decoration: none;
	font-family:"fx", "ie";
	font-size: 10pt;
	line-height: 140%
}
h1, h2, h3, h4 {
	color: #595858;	
}
h2 a {
	color: #595858;
	text-decoration: none;
}
h2 a:hover {
	text-decoration: none;
	color:#eec43d;
}
/******** End Default ************/



/******** Start Site & Body ************/
.Site_Layout {
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}
.Body_Layout {
	width:990px;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto;
}
/******** End Site & Body ************/



/******** Start NavBar ************/
.NavBar_Layout {
	width:100%;
	height:104px;
	margin:0 auto;
	position:relative;
	background:#FFF;
}
.NavBar_Content {
	width:950px;
	height:104px;
	margin:0 auto;
	position:relative;
}
.Langs_Layout {
	width:45px;
	height:17px;
	float:left;
	margin:21px 0 0 5px;
}
.Langs_Home {
	background-image:url(../images/Home_Bttn.jpg);
	background-repeat:no-repeat;
	width:18px;
	height:16px;
	float:left;
	margin:0 0 0 0;
}
.Langs_Home:hover {
	background-image:url(../images/Home_Bttn_Over.jpg);
}
.Langs_Lang {
	background:#6e7683;
	width:18px;
	height:16px;
	float:right;
	margin:0 0 0 0;
	behavior: url(js/PIE.htc);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
    overflow:hidden;
	text-align:center;
	line-height:14px;
	font-family:"fx", "ie";
	font-weight:bold;
	color:#FFF;
}
.Langs_Lang:hover {
	background:#3d485a;
	color:#FFF;
}
.NavBar_Bottom {
	width:100%;
	height:580px;
	margin:0 auto;
	position:relative;
	/*background-image:url(../images/Navbar_Bg.png);*/
}
.NavBar_Bottom_Layout {
	width:100%;
	height:187px;
	margin:0 auto;
	position:relative;
	top:230px;
}
.NavBar_Bottom_Left {
	width:15%;
	height:187px;
	position:relative;
	float:left;
	background-image:url(../images/NavBar_Bottom_Bg.jpg);
}
.NavBar_Bottom_Content {
	width:950px;
	height:187px;
	position:relative;
	float:left;
	margin:0 auto;
}
.NavBar_Bottom_Div {
	width:541px;
	height:187px;
	position:relative;
	float:left;
	background:#505968;
}
.Search_Nav_Layout {
	width:168px;
	height:18px;
	float:left;
	margin:21px 0 0 10px;
}
.Search_Nav_Input {
	width:110px;
	height:16px;
	float:left;
	padding:0 15px;
	border:1px #92959c solid;
	background-color:transparent;
	text-align:left;
	direction:rtl;
	font-size:12px;
	color:#485364;
	font-family:"fx", "ie";
	font-weight:bold;
	margin-top:0;
	margin-right:0;
}
.Search_Nav_Search_Bttn {
	width:18px;
	height:18px;
	float:right;
}
@font-face {
    font-family: "fx";
    src: url(GE_Dinar_Two_Medium.otf) format("truetype");
}
@font-face {
    font-family: "ie";
    src: url(GE_Dinar_Two_Medium.eot);
}
/******** End NavBar ************/



/******** Start Top Menu Layout ************/
.TopMenu_Layout {
	width:560px;
	height:48px;
	margin:0 auto;
	position:absolute;
	bottom:0;
	left:0;
}
.TopMenu_Content {
	width:575px;
	height:48px;
	margin:0 auto;
	position:relative;
}
.TopMenu_Content ul {
	margin:0 auto;
	position:relative;
	list-style:none;
}
.TopMenu_Content ul li {
	position:relative;
	list-style:none;
	float:right;
	display:block;
	padding:0 13px;
	color:#3d485a;
	text-align:center;
	font-family:"fx", "ie";
	font-size:13px;
	font-weight:600;
	line-height:22px;
	height:48px;
}
.TopMenu_Content ul li:hover a {
	color:#f85029;
	border-bottom:3px #f85029 solid;
}
.TopMenu_Content ul li a {
	color:#3d485a;
}
.TopMenu_Content ul li a:hover {
	color:#f85029;
	border-bottom:3px #f85029 solid;
}
.TopMenu_Content ul li a.select {
	color:#f85029;
	border-bottom:3px #f85029 solid;
}
.TopMenu_Content ul li.select {
	color:#f85029;
	border-bottom:3px #f85029 solid;
}
.NavBar_Sub_Menu_Div {
	width:165px;
	height:auto;
	background-image:url(../images/Top_Menu_Bg.png);
	padding:5px 10px 10px 10px;
	border-top:3px #f85029 solid;
	display:none;
	position:absolute;
	top:48px;
	right:10px;
	z-index:999;
}
.NavBar_Sub_Menu_Div p {
	display:block;
	border-bottom:1px #8599a6 solid;
	text-align:right;
	direction:rtl;
	line-height:30px;
	padding:0 5px;
	color:#3d485a;
	font-family:"fx", "ie";
	font-weight:600;
}
.NavBar_Sub_Menu_Div p:hover {
	border-bottom:1px #f85029 solid;
	color:#f85029;
}
/******** End Top Menu Layout ************/



/******** Start Logo ************/
.Logo_1 {
	background-image:url('../images/New_Logo_1.png');
	background-repeat:no-repeat;
	width:218px;
	height:75px;
	float:right;
	margin:18px 90px 0 0;
}
.Logo_2 {
	background-image:url('../images/Logo_22.png');
	background-repeat:no-repeat;
	width:218px;
	height:75px;
	float:right;
	margin:18px 20px 0 0;
}
/******** End Logo ************/




/**
 *  Home Page  *
**/

/******** Start Home Page ************/
.Home_Page {
	width:980px;
	height:auto;
	margin:0 auto;
}
.Home_Page_Left {
	width:322px;
	float:right;
}
.Home_Page_Right {
	width:652px;
	float:left;
}
/******** End Home Page ************/




/**
 *  Home JCarousel Layout  *
**/

/******** Start Home JCarousel Layout ************/
.Home_JCarousel_Title {
	width:475px;
	height:25px;
	margin:10px auto 20px;
}
.Home_JCarousel_Title h6 {
	width:130px;
	height:1px;
	float:left;
	background:#d7d7d7;
	margin-top:13px;
}
.Home_JCarousel_Title h5 {
	font-family:"fx", "ie";
	font-size:28px;
	font-weight:500;
	line-height:25px;
	color:#4bbcde;
	text-align:center;
	direction:ltr;
	float:left;
	margin-left:20px;
}
.Home_JCarousel_Title h4 {
	width:130px;
	height:1px;
	float:right;
	background:#d7d7d7;
	margin-top:13px;
}
.Home_JCarousel_Layout {
	width:870px;
	height:200px;
	margin:0 auto;
}
.Home_Page_Layout {
	width:990px;
	height:auto;
	margin:5px auto 0;
	background:#3d485a;
	padding:54px 0;
}
.Home_Page_Content {
	width:890px;
	height:auto;
	margin:0 auto;
}
.Home_Page_Image {
	width:314px;
	height:215px;
	float:right;
	overflow:hidden;
}
.Home_Page_Image img {
	width:312px;
	height:213px;
	border:1px #FFF solid;
	overflow:hidden;
	-webkit-border-radius:10px;  
    -moz-border-radius:10px;  
    border-radius:10px;
    behavior: url(js/PIE.htc);
}
.Home_WelcomePage_Des {
	width:550px;
	height:auto;
	float:left;
	overflow:hidden;
	text-align:right;
	direction:rtl;
}
.Home_WelcomePage_Des h6 {
	font-family:"fx", "ie";
	font-size:26px;
	font-weight:500;
	line-height:35px;
	color:#FFF;
	text-align:right;
	direction:rtl;
	margin-bottom:7px;
}
.Home_WelcomePage_Des p {
	font-family:"fx", "ie";
	font-size:13px;
	font-weight:500;
	line-height:18px;
	color:#9ea4ad;
	text-align:justify;
	direction:rtl;
}
.Home_WelcomePage_Des .Home_WelcomePage_More {
	font-family:"fx", "ie";
	font-size:12px;
	font-weight:600;
	line-height:25px;
	color:#FFF;
	text-align:justify;
	direction:ltr;
	float:left;
	display:block;
	margin-top:20px;
}
.Home_WelcomePage_More:hover {
	text-decoration:underline;
}
/******** End Home JCarousel Layout ************/




/**
 *  Page  *
**/

/******** Start Page ************/
.Page_Layout_All {
	width:100%;
	height:auto;
	margin:15px auto 0;
	position:relative;
	padding:35px 0;
	background:#eaeaea;
}
.Page_Layout_Center {
	width:950px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.Page_Div_Layout {
	width:940px;
	height:auto;
	margin:0 auto;
	padding:30px 20px;
	background:#FFF;
	border:1px #dbdbdb solid;
}
.Page_Div_Img {
	float:right;
	position:relative;
	margin-left:10px;
}
.Page_Div_Img img {
	position:relative;
	top:0;
}
.Page_Div_Img div {
	position:relative;
	bottom:0;
	height:28px;
	background:#e1e1e1;
	line-height:28px;
}
.Page_Div_Img div a img {
	float:right;
	margin:5px 10px;
	line-height:28px;
}
.Page_Div_Title {
	color:#393939;
	font-size:14px;
	font-family:"fx", "ie";
	font-weight:normal;
	text-align:left;
	direction:ltr;
	line-height:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.Page_Div_Des {
	color:#6f6f6f;
	font-size:13px;
	font-family:"fx", "ie";
	font-weight:normal;
	text-align:justify;
	direction:ltr;
	line-height:20px;
}
.Page_Div_Des ul {
	margin:20px;
}
.Page_Div_Map {
	width:522px;
	height:392px;
	float:right;
	position:relative;
	margin-left:10px;
}
.Page_Layout_Left {
	width:290px;
	height:auto;
	float:right;
	position:relative;
}
.Page_Left_Menu_Layout {
	width:290px;
	height:auto;
	position:relative;
	margin:60px auto 0;
	padding:20px 0;
	background:#252b39;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
}
.Page_Layout_Right {
	width:648px;
	height:auto;
	float:left;
	position:relative;
}
.Page_Body_Layout {
	width:950px;
	height:auto;
	margin:0 auto;
	position:relative;
	direction:rtl;
	color:#6c727e;
	font-family:"fx", "ie";
	font-size:14px;
	text-align:right;
	line-height:19px;
}
.Page_Body_Layout h6 {
	direction:rtl;
	color:#252b39;
	font-family:"fx", "ie";
	font-size:28px;
	text-align:right;
	font-weight:bold;
	line-height:38px;
	margin-bottom:20px;
}
.Page_Body_Layout p {
	direction:rtl;
	color:#8a8c90;
	font-family:"fx", "ie";
	font-size:15px;
	text-align:justify;
	font-weight:normal;
	line-height:22px;
}
.Page_Body_Layout a {
	color:#6c727e;
}
.Page_Body_Layout a:hover {
	color:#4bbcde;
}
.Page_Body_Layout ul {
	position:relative;
	margin:10px 20px;
	text-align:left;
	direction:ltr;
}
.Page_Body_Layout ol {
	position:relative;
	margin:10px 20px;
	text-align:left;
	direction:ltr;
}
.Page_Body_Image {
	float:right;
}
.Page_Body_Image img {
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	border:1px #252b39 solid;
	margin-left:25px;
	margin-bottom:5px;
}
.Certificates_Content_Layout {
	width:950px;
	height:auto;
	margin:70px auto;
	position:relative;
}
.Certificates_Div {
	width:210px;
	height:285px;
	position:relative;
	float:right;
	margin:0 0 40px 27.5px;
}
.Certificates_Div_L_1 {
	width:208px;
	height:275px;
	position:relative;
	border:1px #717986 solid;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	background:#fafafa;
	text-align:center;
}
.Certificates_Div_L_1 img {
	width:170px;
	height:240px;
	padding:10px 12px;
	position:relative;
	border:1px #252b39 solid;
	-webkit-border-radius:6px;  
    -moz-border-radius:6px;  
    border-radius:6px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	background:#fafafa;
	margin:6.5px auto;
	text-align:center;
}
.Certificates_Div h5 {
	color:#252b39;
	font-size:14px;
	font-family:"fx", "ie";
	font-weight:normal;
	text-align:center;
	direction:ltr;
	line-height:24px;
	margin-top:6px;
}
.Catalogs_Title_Layout {
	width:950px;
	height:auto;
	margin:0 auto;
	position:relative;
}
.Catalogs_Title_Layout h5 {
	font-family:"fx", "ie";
	font-size:28px;
	font-weight:500;
	line-height:25px;
	color:#4bbcde;
	text-align:right;
	direction:rtl;
}
.Catalogs_Content_Layout {
	width:950px;
	height:auto;
	margin:50px auto;
	position:relative;
}
.Catalogs_Div {
	width:368px;
	height:280px;
	position:relative;
	float:right;
	margin:0 45px 45px;
}
.Catalogs_Div_Image {
	width:203px;
	height:250px;
	position:absolute;
	top:0;
	right:0;
	border:1px #707884 solid;
	background:#FFF;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
}
.Catalogs_Div_Image img {
	width:130px;
	height:200px;
	margin:22px 35px;
}
.Catalogs_Div_Download {
	width:133px;
	height:33px;
	position:absolute;
	top:70px;
	left:0;
	background-image:url(../images/arDownload_Bttn_1.png);
	background-repeat:no-repeat;
}
.Catalogs_Div_Download:hover {
	background-image:url(../images/arDownload_Bttn_1_Over.png);
	background-repeat:no-repeat;
}
.Catalogs_Div_Title {
	width:203px;
	height:20px;
	position:absolute;
	bottom:0;
	right:0;
}
.Catalogs_Div_Title h6 {
	font-family:"fx", "ie";
	font-size:15px;
	font-weight:500;
	line-height:20px;
	color:#323845;
	text-align:center;
	direction:ltr;
	overflow:hidden;
}
.Clients_Left_Layout {
	float:right;
	width:295px;
	height:auto;
}
.Clients_Select_Layout {
	width:295px;
	height:33px;
	margin:0 auto;	
}
.Clients_Select_Layout h5 {
	font-family:"fx", "ie";
	font-size:20px;
	font-weight:500;
	line-height:20px;
	color:#262c38;
	text-align:center;
	direction:ltr;
	overflow:hidden;
	float:left;
	line-height:33px;
}
.Clients_Select_Layout .Clients_Select_Div {
	float:right;	
	width:133px;
	height:18px;
	background: transparent url(../images/enbor.png) left center no-repeat;
}
.Clients_Map_Layout {
	width:295px;
	height:490px;
	margin:25px auto;
	border:1px #707884 solid;
	background:#FFF;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
}
.Clients_Right_Layout {
	float:left;
	width:610px;
	height:auto;
	color:#6c727e;
	font-family:"fx", "ie";
	font-size:14px;
	text-align:right;
	direction:rtl;
	margin-top:60px;
	line-height:19px;
}
.Clients_Right_Layout table {
	text-align:right;
	direction:rtl;
}
.Clients_Right_Layout a {
	color:#6c727e;
}
.Clients_Right_Layout a:hover {
	color:#4bbcde;
}
.Print_Layout {
	width:60px;
	height:20px;
	float:right;
	margin-top:25px;
	margin-right:25px;
}
.Print_Layout img {
	width:19px;
	height:15px;
	float:left;
	margin-right:8px;
}
/******** End Page ************/



/**
 *  Products  *
**/


/******** Start Products Page ************/
.Products_Page_Layout {
	width:648px;
	height:auto;
	margin:18px auto 0;
}
.Products_Page_Div {
	width:200px;
	height:220px;
	float:right;
	margin:0 0 9px 9px;
	border:1px #3d485a solid;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	position:relative;
	background:#FFF;
}
.Products_Page_Div img {
	width:200px;
	height:180px;
	-webkit-border-radius:8px 8px 0 0;  
    -moz-border-radius:8px 8px 0 0;  
    border-radius:8px 8px 0 0;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	position:absolute;
	top:0;
}
.Products_Page_Div .Products_Page_Des {
	width:190px;
	height:30px;
	overflow:hidden;
	position:absolute;
	bottom:5px;
	right:5px;
	line-height:14px;
	text-align:right;
	direction:rtl;
}
.Products_Page_Des h6 {
	font-family:"fx", "ie";
	font-size:15px;
	font-weight:normal;
	color:#545860;
	text-align:right;
	direction:rtl;
}
.Products_Page_Des h5 {
	font-family:"fx", "ie";
	font-size:13px;
	font-weight:normal;
	color:#7d7c81;
	text-align:right;
	direction:rtl;
}
.Products_Page_Div .Products_Page_Link_Layout {
	width:130px;
	height:55px;
	overflow:hidden;
	position:absolute;
	top:52px;
	left:37px;
	display:none;
}
.Products_Page_Link_Layout h2 {
	width:52px;
	height:53px;
	background-image:url(../images/Products_Page_Link_1.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 6px;
}
.Products_Page_Link_Layout h1 {
	width:53px;
	height:53px;
	background-image:url(../images/Products_Page_Link_2.png);
	background-repeat:no-repeat;
	float:left;
	margin:0 6px;
}
.Products_Page_Div:hover .Products_Page_Link_Layout {
	display:block;
}
.Products_Page_Div:hover img {
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
}
.Products_Page_Div_Table {
	width:400px;
	height:auto;
	float:right;
	margin:0 0 45px 0;
	position:relative;
}
.Products_Page_Div_Table img {
	max-width:400px;
	height:auto;
	position:relative;
}
.Products_Specifications_Table_Layout {
	width:550px;
	height:auto;
	float:right;
}
.Products_Specifications_Table_Layout table {
	width:550px;
	height:auto;
	float:right;
	padding:0 0;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	padding-bottom:5px;
	direction:rtl;
}
.Products_Specifications_Table_Layout table p {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#02001e;
	line-height:22px;
}
.Products_Specifications_Table_Layout table span {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#02001e;
	line-height:20px;
}
.Products_Specifications_Table_Layout table .Order_Cart_Input {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#02001e;
	text-align:center;
	line-height:15px;
	width:40px;
	height:15px;
	border:1px #abadb3 solid;
}
.Order_Cart_Submit {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:center;
	line-height:25px;
	width:auto;
	height:25px;
	padding:0 10px;
	margin:15px 15PX 0 0;
	float:right;
}
.Products_Cart_Table_Layout {
	width:57px;
	height:auto;
	float:left;
	margin-left:10px;
}
.Products_Cart_Table_Layout table {
	width:57px;
	height:auto;
	padding:0 0;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	padding-bottom:5px;
}
.Products_Cart_Table_Layout table p {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#02001e;
	line-height:22px;
}
.Products_Cart_Table_Layout table img {
	margin:2px auto;
}
.OrderCart_Title {
	position:relative;
	margin:15PX 0 20PX 15PX;
}
.OrderCart_Title h6 {
	font-family:"fx", "ie";
	font-size:12px;
	font-weight:bold;
	color:#000000;
	line-height:22px;
	text-align:right;
	direction:rtl;
}
/******** End Products Page ************/





/**
 *  Article Page  *
**/


/******** Start Article Page ************/
.Article_Div {
	width:900px;
	height:160px;
	margin:5px auto 40px;
	-webkit-border-radius:8px;  
    -moz-border-radius:8px;  
    border-radius:8px;
    behavior: url(js/PIE.htc);
	overflow:hidden;
	position:relative;
}
.Article_Div_Image {
	width:250px;
	height:150px;
	float:right;
	overflow:hidden;
	margin:5px;
	margin-left:15px;
}
.Article_Div_Image img {
	width:248px;
	height:148px;
	border:1px #3d3b3e solid;
	overflow:hidden;
	-webkit-border-radius:10px;  
    -moz-border-radius:10px;  
    border-radius:10px;
    behavior: url(js/PIE.htc);
}
.Article_Div_Des {
	width:600px;
	height:120px;
	float:right;
	overflow:hidden;
	margin-top:10px;
}
.Article_Div_Des h6 {
	font-family:"fx", "ie";
	font-size:26px;
	font-weight:500;;
	line-height:31px;
	color:#4bbcde;
	text-align:right;
	direction:rtl;
	margin-bottom:4px;
}
.Article_Div_Des p {
	font-family:"fx", "ie";
	font-size:13px;
	font-weight:500;
	line-height:17px;
	color:#3d3b3e;
	text-align:justify;
	direction:rtl;
}
.Article_More {
	font-family:"fx", "ie";
	font-size:12px;
	font-weight:600;
	line-height:25px;
	color:#3d3b3e;
	text-align:justify;
	direction:ltr;
	float:right;
	display:block;
	margin-top:20px;
	position:absolute;
	bottom:5px;
	right:30px;
}
.Article_More:hover {
	text-decoration:underline;
	color:#4bbcde;
}
/******** End Article Page ************/




/**
 *  Category *
**/



/******** Start Category ************/
.Products_Category_Layout {
	width:648px;
	height:30px;
	margin:10px auto 0;
}
.Products_Category_Layout h6 {
	font-family:"fx", "ie";
	font-size:30px;
	font-weight:normal;
	color:#4bbcde;
	float:right;
	line-height:30px;
}
.Products_Category_Layout h6:hover {
	color:#f85029;
}
.Products_Category_Layout p {
	font-family:"fx", "ie";
	font-size:15px;
	font-weight:normal;
	color:#4bbcde;
	float:right;
	line-height:35px;
	margin:0 10px;
}
.Products_Category_Layout p:hover {
	color:#f85029;
}
.Products_Category_Layout h1 {
	font-family:"fx", "ie";
	font-size:15px;
	font-weight:normal;
	color:#4bbcde;
	float:right;
	line-height:35px;
}
.Products_Category_Layout h1:hover {
	color:#f85029;
}
/******** End Category ************/




/**
 *  Contact Us Form  *
**/
/******** Start Contact Us Form ************/
.Contact_Layout_All {
	width: 950px;
	height:auto;
	margin:35px auto 15px;
}
.Contact_Layout_All img {
	float:right;
	margin-left:20px;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;  
    border-radius:5px;
    overflow:hidden;
    behavior:url(js/PIE.htc);
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.75);
}
.Contact_Layout {
	width: 550px;
	height:auto;
	margin:0 auto;
	margin-top:20px;
	float:left;
}
.Contact_Layout table {
	direction:rtl;
}
.inputform {
	font-family:"fx", "ie";
	font-size:14px;
	font-weight:normal;
	color:#595858;
	background-color:#FFF;
	border:#939598 1px solid;
	width: 280px;
	padding:0 10px;
	height:20px;
	direction:rtl;
	float:right;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;  
    border-radius:5px;
    overflow:hidden;
    behavior:url(js/PIE.htc);
}
.inputform:hover {
	border:#145a9d 1px solid;
}
.textarea {
	font-family:"fx", "ie";
	font-size:14px ;
	font-weight:normal;
	color:#595858;
	background-color:#FFF;
	border:#939598 1px solid;
	width: 280px;
	padding:0 10px;
	direction:rtl;
	overflow:auto;
	float:right;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;  
    border-radius:5px;
    overflow:hidden;
    behavior:url(js/PIE.htc);
}
.textarea:hover {
	border:#145a9d 1px solid;
}
.verification_inputform {
	font-family:"fx", "ie";
	font-size:14px;
	font-weight:normal;
	color:#687078;
	background-color:#FFF;
	border:#939598 1px solid;
	width: 160px;
	padding:0 10px;
	height:20px;
	direction:rtl;
	float:right;
	margin-left:15px;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;  
    border-radius:5px;
    overflow:hidden;
    behavior:url(js/PIE.htc);
}
.verification_inputform:hover {
	border: #145a9d 1px solid;
}
.title_contact_td {
	color:#595858;
	font-family:"fx", "ie";
	font-size:14px;
	text-align:right;
	direction:rtl;
}
.star_contact {
	color:#c40000;
	font-family:"fx", "ie";
	font-size:12px;
}
.StandardBtn {
	border:none;
	background-color:#939598;
	color:#FFFFFF;
	cursor:pointer;
	height:1.6667em;
	overflow:visible;
	font-size:9pt;
	margin:20px 10px 20px 10px;
	font-family:"fx", "ie";
	font-weight:normal;
	-webkit-border-radius:5px;  
    -moz-border-radius:5px;  
    border-radius:5px;
    overflow:hidden;
    behavior:url(js/PIE.htc);
}
.StandardBtn:hover {
	color:#FFFFFF;
	background-color:#145a9d;
}
.StandardBtn.SubmitBtn {
	width:80px;
}
.Radio_Botton_Layout {
	position:relative;
}
.Radio_Botton_Layout input {
	float:right;
	margin-right:5px;
}
.Radio_Botton_Layout span {
	float:right;
	line-height:16px;
	margin-right:15px;
}
/******** End Contact Us Form ************/







/**
 *  Footer  *
**/

/******** Start Footer ************/
.Footer_Layout {
	width:100%;
	height:auto;
	padding-top:10px;
	background:#FFF;
	border-top:49px #252b39 solid;
	position:relative;
}
.Catalogs_Footer_Layout {
	width:990px;
	height:173px;
	margin:0 auto 31px;
	background-image:url(../images/arCatalogs_Footer_Bg.png);
	position:relative;
	overflow:hidden;
}
.Catalogs_Footer_Layout h6 {
	text-align:center;
	direction:ltr;
	line-height:173px;
	color:#FFF;
	font-family:"fx", "ie";
	font-size:25px;
	font-weight:500;
}
.Catalogs_Footer_Layout .Catalogs_Footer_Download {
	width:133px;
	height:33px;
	background-image:url(../images/arDownload_Bttn_1.png);
	background-repeat:no-repeat;
	position:absolute;
	z-index:9999;
	left:25px;
	bottom:25px;
}
.Catalogs_Footer_Download:hover {
	background-image:url(../images/arDownload_Bttn_1_Over.png);
}
.Footer_Content {
	width:990px;
	height:115px;
	position:relative;
	margin:0 auto;
}
.Footer_Menu {
	width:660px;
	height:20px;
	position:relative;
	overflow:hidden;
	float:left;
	margin-top:25px;
}
.Footer_Menu a {
	display:block;
	float:right;
	padding:0 18px;
	text-align:center;
	direction:ltr;
	line-height:20px;
	color:#252b39;
	font-family:"fx", "ie";
	font-size:12px;
	font-weight:600;
}
.Footer_Menu a:hover {
	color:#92959c;
}
.Footer_Search {
	width:420px;
	height:32px;
	position:absolute;
	overflow:hidden;
	left:220px;
	top:55px;
}
.Footer_Search_Div {
	width:290px;
	height:32px;
	position:relative;
	overflow:hidden;
	float:right;
}
.Search_Div_Input {
	width:215px;
	height:25px;
	float:left;
	padding:0 15px;
	border:1px #92959c solid;
	background-color:transparent;
	text-align:left;
	direction:rtl;
	font-size:13px;
	color:#485364;
	font-family:"fx", "ie";
	font-weight:bold;
	margin-top:3px;
	margin-right:3px;
}
.Search_Div_Search_Bttn {
	width:28px;
	height:32px;
	float:right;
}
.Footer_Social {
	width:110px;
	height:31px;
	position:relative;
	overflow:hidden;
	float:left;
}
.Footer_Social .Facebook_Social {
	width:31px;
	height:31px;
	position:relative;
	overflow:hidden;
	float:left;
	background:#575757;
	-webkit-border-radius:30px;  
    -moz-border-radius:30px;  
    border-radius:30px;
    behavior: url(js/PIE.htc);
}
.Facebook_Social:hover {
	background:#3b5998;
}
.Facebook_Social img {
	width:20px;
	height:20px;
	margin:5px 4.3px;
	text-align:center;
}
.Footer_Social .Twitter_Social {
	width:31px;
	height:31px;
	position:relative;
	overflow:hidden;
	float:left;
	background:#a8a8a8;
	-webkit-border-radius:30px;  
    -moz-border-radius:30px;  
    border-radius:30px;
    behavior: url(js/PIE.htc);
	margin-left:8px;
}
.Twitter_Social:hover {
	background:#44ccf6;
}
.Twitter_Social img {
	width:20px;
	height:20px;
	margin:5.7px 5px;
	text-align:center;
}
.Footer_Social .Google_Social {
	width:31px;
	height:31px;
	position:relative;
	overflow:hidden;
	float:right;
	background:#a8a8a8;
	-webkit-border-radius:30px;  
    -moz-border-radius:30px;  
    border-radius:30px;
    behavior: url(js/PIE.htc);
}
.Google_Social:hover {
	background:#e04006;
}
.Google_Social img {
	width:20px;
	height:20px;
	margin:5.7px 5px;
	text-align:center;
}
/******** End Footer  ************/



/******** Start Copyright ************/
.Copyright_Layout {
	width:990px;
	height:50px;
	position:relative;
	bottom:0;
	background:#3d485a;
	margin:0 auto;
	text-align:center;
	line-height:50px;
}
.Copyright_Layout p {
	text-decoration:none;
	color:#FFF;
	font-family:"fx", "ie";
	font-size:10px;
	font-weight:normal;
}
.Copyright_Layout a {
	text-decoration:none;
	color:#FFF;
}
.Copyright_Layout a:hover {
	text-decoration:none;
	color:#4bbcde;
}
/******** End Copyright ************/






/**
 *  Pagging  *
**/

/******** Start Contact Us Form ************/
.Pagging_Layout {
	width:980px;
	height:34px;
	margin:10px auto;
	direction:ltr;
	background-image:url('../images/Category_Bg.png');
	background-repeat:repeat-x;
	border:1px #e2e1e1 solid;
	text-align:center;
}
.Pagging_Title {
	font-family:"fx", "ie";
	font-size:14px;
	color:#e41521;
	float:left;
	margin:7px;
}
.Pagging_Content {
	margin:0 auto;
	width:100%;
	text-align:center;
}
.pagingFCT {
	width:100%;
	padding-top:6px;
	padding-bottom:2px;
	font-size:9px;
	height:20px;
	text-align:center;
}
div.pagingFCT a.PrevNext, a:visited.PrevNext {
	color:#595959;
	text-decoration:none;
	width:36px;
	height:16px;
	font-size:12px;
	padding-left:5px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:4px;
}
div.pagingFCT a.activePrevNext {
	color:#ffffff;
	text-decoration:none;
	background-color:#760707;
	width:36px;
	height:16px;
	font-size:12px;
	padding-left:5px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:4px;
}
div.pagingFCT a:hover.PrevNext {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#2f2f2f;
	width:36px;
	height:16px;
	font-size:12px;
	padding-left:5px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:4px;
}
/******** Start Contact Us Form ************/
