@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/pattern.gif) #f4f4f4;
	font-size:13px;
	font-family:Tahoma, arial, Geneva, sans-serif;
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}


#container{
	background:#FFF url(../images/bg_top.jpg) top no-repeat;
	margin:0 auto;
	width:1003px;
	height:auto;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
		  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}
.clear {
	clear:both;
}


/* -------------------------------------------------
------------- NAV MENU START -------------------- */
.navigation{
    position:relative;
    margin:0px 0px 0px 50px;
    width:812px;
	height:47px;
	background-image:url(../images/top_nav.png);
	background-repeat:no-repeat;
}
ul.menu{
    list-style:none;
    font-family:tahoma, arial, sans-serif;
    margin:0px 50px 0px 0px;
    padding:0px;
    float:right;
}
ul.menu li{
    float:right;
    padding:10px 25px 10px 25px;
	background-image:url(../images/sep1.png);
	background-repeat:no-repeat;
	background-position:left;
}
ul.menu li a{
    text-decoration:none;
    color:#656565;
    float:right;
    text-shadow: 0 1px 1px #fff;
    text-align:center;
    font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;

}
ul.menu li a:hover{
	color:#007ad0;
	text-shadow:none;
}
ul.menu li.first{
	margin-right:-15px;
}
ul.menu li.last{
    background-image:none;
}

/* -------------------------------------------------
------------- CONTACT US STARTs -------------------- 
span.order_now{
    position:relative;
    margin-top:5px;
	margin-left:300px;
    width:303px;
	height:25px;
	text-align:center;
	float:left;
	padding-top:7px;
	cursor:pointer;
	
    color: #fff;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	
		-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
		  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
		  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
		  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);

}
.order_now:hover {
    border: solid 1px #ce7c00;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	
			    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);

}
.order_now:active {
    color: #fcd3a5;
    background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
    background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
}
*/

.order_now{
	float:left;
	background: url(../images/order.png) no-repeat;
	background-position:0 0;
	margin:-7px 0px 0px 300px;
	clear: both;
	position:relative;
	display:block;
	height: 37px;
	width: 309px;
	cursor: pointer;
	
}	
.order_now span.hover {
	position: absolute;
	display: block;
	height: 38px;
	width: 309px;
	background: url(../images/order.png) no-repeat;
	background-position: bottom;
}


.show_gate{
	float:left;
	background: url(../images/show.png) no-repeat;
	background-position:0 0;
	margin: -35px 0px -30px 250px;
	clear: both;
	position:relative;
	display:block;
	height: 78px;
	width: 189px;
	cursor: pointer;
	
}	
.show_gate span.hover {
	position: absolute;
	display: block;
	height: 78px;
	width: 189px;
	background: url(../images/show.png) no-repeat;
	background-position: bottom;
}

/* ----------------- Help ICON ----------------- */
.helpico{
    position:relative;
    margin-top:1px;
	margin-left:15px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	height:25px;
	width:30px;
	float:left;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
	
    color: #0082b9;
    border: solid 3px #dfa548;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
    background: -moz-linear-gradient(top,  #ffffff,  #ededed);

    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;	
	
		    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
		  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}
.helpico:hover{
    margin-top:1px;
	
    color: #fff;
    border: solid 3px #dfa548;
    background: #000;
    background: -webkit-gradient(linear, left top, left bottom, from(#6e4200), to(#b96f00));
    background: -webkit-gradient(linear, left top, left bottom, from(#6e4200), to(#b96f00));
	box-shadow:none;
}

/* ----------------- SIDE MENU ----------------- */
.menu_logo{
	float:right;
	height:auto;
	width:140px;
}
.menu_logo img{
	float:right;
	margin-top:-25px;
	margin-right:10px;
	
}

#side_menu{
    width:140px;
	float:right;
	margin-right:2px;
}
ul.menutow{
    list-style:none;
    font-family:tahoma, arial, sans-serif;
    margin:0px 0px 0px -25px;
    padding:5px;
    float:left;
}
ul.menutow h6{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:16px;
	margin:4px 10px 2px 0px;
    text-shadow: 0 1px 1px #784800;
	
}
ul.menutow li{
    float:right;
}
ul.menutow li a{
    text-decoration:none;
	margin:2px;
    background:#c17807 url(../images/l_sm.png) no-repeat left center;
    padding:3px 10px 4px 0px;
    width:130px;
    color:#ffffff;
    float:right;
    text-align:right;
    font-size:13px;
	    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;	
	


}
ul.menutow li a:hover{
    background:#a36302;
		    background: -webkit-gradient(linear, left top, left bottom, from(#c17807), to(#a36302));
    background: -webkit-gradient(linear, left top, left bottom, from(#c17807), to(#a36302));

}
.gateinfo{
	width:480px;
	color:#706f6f;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	direction:rtl;
	text-align:justify;
	float:right;
	margin:30px 23px 0px 0px;
	padding:15px;
	background:#fff url(../images/text_bg.png) bottom repeat-x;
		    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;	

}
.gateinfo h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#f09000;
}
.buttonone{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	padding:4px 10px 6px 10px;
	background-color:#9d9d9c;
	border:none;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	cursor:pointer;	
}
.buttonone:hover{
	background-color:#f09000;
}
.lastnews{
	width:410px;
	float:left;
	margin:65px 0px 0px 26px;
	font-family:Tahoma, Geneva, sans-serif;
}
.lastnews span.lastnews_h{
	direction:rtl;
	float:right;
	padding:10px 32px 10px 60px;
	color:#693915;
	border:#cdcdcd solid 1px;
	border-bottom:none;
	font-size:13px;
	font-weight:bold;
	background:url(../images/+.png) no-repeat right;
}
.lastnews span.viewall{
	direction:ltr;
	float:right;
	padding:14px 32px 10px 0px;
	width:170px;
	color:#693915;
	border-bottom:#cdcdcd solid 1px;
	font-size:13px;
	font-weight:bold;
}
.viewall a{
	font-weight:bold;
	width:200px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#fc7d00;
	text-decoration:none;
	background:url(../images/+.png) no-repeat right;
	padding:0px 30px 2px 10px;
}
.viewall a:hover{
	background:url(../images/+_hover.png) no-repeat right;
	color:#e84e0f;
	text-decoration:underline;
}

.lastnews p{
	float:right;
	direction:rtl;
	text-align:justify;
	color:#575756;
}

.lastnews p img{
	float:right;
	margin-left:10px;
	padding:3px;
	background-color:#fff;
	border:#ededed solid 1px;
}
.head_2{
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	color:#fc7d00;
	font-size:15px;
	line-height:25px
}

.othernews a{
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#706f6f;
	text-align:right;
	direction:rtl;
	text-decoration:none;
}
.othernews{
	width:410px;
	float:right;
	margin-top:0px;
	margin-bottom:30px;
}
.othernews li:hover{
	background-color:#f6f6f6;
}
.othernews a:hover{
	color:#fc7d00;
	text-decoration:underline;
}
.othernews li{
	border-bottom:#dadada dashed 1px;
	border-top:#dadada dashed 1px;
	direction:rtl;
	list-style:none;
	font-size:14px;
	text-align:right;
	padding:5px 5px 7px 0px;
	margin-top:-1px;
}
.othernews li p{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:2px 0px 2px 4px;
}

.big_shadow{
	background:url(../images/big_shadow.png) no-repeat center;
	width:773px;
	height:50px;
	margin-left:100px;
	margin-top:70px;
	margin-bottom:40px;
	clear:both;
}

.big_shadow p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#9d9d9c;
	padding:8px 0px 20px 0px;
	margin:7px 250px 0px 0px;
}



.container_acc {
	width: 250px;
	margin: 0px 18px 30px 0px;
	float:right;
}
.img_titl{
	float:right;
	margin-bottom:10px;
}
h2.acc_trigger , h2.acc_trigger2 , h2.acc_trigger3 {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(../images/h2_trigger_a.png) no-repeat;
	height: 31px;
	line-height: 31px;
	width: 250px;
	float: right;
}
h2.acc_trigger a , h2.acc_trigger2 a  , h2.acc_trigger3 a {
	color: #0476d2;
	text-decoration: none;
	display: block;
	padding: 0 20px 0 50px;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	direction:rtl;
	text-align:right;
}
h2.acc_trigger a:hover , h2.acc_trigger2 a:hover , h2.acc_trigger3 a:hover {
	color: #0059a3;
}
h2.active {background-position: left bottom;}
.acc_container , .acc_container2 , .acc_container3 {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	font-size: 14px;
	width: 250px;
	clear: both;
	background: #fff;
	border: 1px solid #f5f5f5;
	font-family:Tahoma, Geneva, sans-serif;
	color:#706f6f;
	text-align:justify;
	direction:rtl;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container .block , .acc_container2 .block , .acc_container3 .block {
	padding: 10px;
	
}



.acc_container .block p , .acc_container2 .block p , .acc_container3 .block p {
	margin: 5px 0;
}
.acc_container h3 , .acc_container2 h3 , .acc_container3 h3 {
	font: 18px normal arial, Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #b2b2b2;
	color:#f39200;
}

.acc_container h3:hover{
	color:#036;
}


.acc_container img , .acc_container2 img , .acc_container3 img {
	float: right;
	margin: 10px 0px 15px 15px;
	background: #f8f8f8;
}

.shadow_2{
	background:url(../images/shadow_2.png) no-repeat ;
	width:773px;
	height:16px;
	margin:0 auto;
}
.footer{
	height:140px;
	background-color:#f7f7f7;
	border-top:#e6e6e6 solid 2px;
}
.footer .logo_footer{
	float:right;
	margin:30px 22px 0px 30px;
}
.copyright{
	background-color:#e9e9e9;
	width:445px;
	height:65px;
	float:right;
	margin-top:10px;
	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;	

}
.copyright p.crrec{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin:12px 15px 0px 0px;
	font-weight:bold;
	color:#878787;
	font-size:17px;
}
.copyright p{
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin:5px 15px 0px 0px;
	font-weight:normal;
	color:#0476d2;
	font-size:17px;
}
.copyright a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#0476d2;
	font-size:17px;
}
.footer_contain{
	width:445px;
	height:85px;
	float:right;
	margin-top:20px;

}
ul.footer_menu{
    list-style:none;
    font-family:tahoma, arial, sans-serif;
    margin:0px 10px 0px 0px;
    padding:0px;
    float:right;
}
ul.footer_menu li{
    float:right;
    padding:0px 10px 0px 10px;
	background-image:url(../images/sep1.png);
	background-repeat:no-repeat;
	background-position:left;
}
ul.footer_menu li a{
    text-decoration:none;
    color:#656565;
    float:right;
    text-shadow: 0 1px 1px #fff;
    text-align:center;
    font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;

}
ul.footer_menu li a:hover{
	color:#007ad0;
	text-shadow:none;
}
ul.footer_menu li.first{
	margin-right:-15px;
}
ul.footer_menu li.last{
    background-image:none;
}

.maillist{
	border-right:#dedede solid 1px;
	height:85px;
	float:right;
	margin-top:20px;
	margin-right:15px;
}
.maillist img{
	float:right;
	direction:rtl;
	padding-right:15px;
}
.maillist p{
	direction:rtl;
	padding-right:15px;
	margin-top:5px;
	color:#878787;
}
#mailBoxs{
	width:240px;
	border:#dadada solid 1px;
	height:17px;
	padding:6px 5px 8px 5px;
	float:right;
	margin-right:15px;
	direction:rtl;
	color:#878787;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	background:#fff url(../images/input_bg.jpg) repeat-x top;

}


#leftcontentheader{
	float:right; 
	margin-right:35px; 
	width:680px;  
	height:auto;
}

.leftcontentheadertext{
	font-family:Arial, Helvetica, sans-serif;
	color:#7c4b00;
	font-weight:bold;
	text-align:justify;
	direction:rtl;
	background-color:#fff;
	margin-right:0px;
	margin-top:3px;
	float:right;
	text-shadow:#ccc 1px 1px;
	font-size:20px;
}
	




#leftcontent{
	background-color:#f7f6f4;
	border:1px solid #e7e6e5;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	float:left; 
	margin-right:35px; 
	width:680px;  
	height:auto;
}
	
.articleheader{
	width:630px;
	height:auto;
	font-family:Tahoma, Geneva, sans-serif;
	color:#7c4b00;
	font-weight:bold;
	text-align:justify;
	direction:rtl;
	padding:10px;
	background-color:#fff;
	margin-top:-1px;
	margin-right:10px;
	float:right;
	border:1px solid #e7e6e5;
	border-top:1px  dashed #e7e6e5;
	text-shadow:#ccc 1px 1px;
	font-size:14px;
}


.articletext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0476D2;
	width:640px;
	padding:10px;
	float:right;
	text-align:justify;
	direction:rtl;
	line-height:1.5em;
}
	
