@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Arial, Tahoma, Verdana,Helvetica, sans-serif;
		color: #ffffff;
		background: #ffffff url(../images/bg.gif) center repeat-y;
	}
	a{text-decoration: none;color: #5599a7;}
	a:hover{color: #bb800f;}
	#tabs a span.current{background-position:100% -42px;color:#ffffff;}
	#tabs a.current{background-position:0% -42px;}
	.hide,hr{display: none;}
	strong{font-weight: bold;}
	
	.p {
		font-family : tahoma;
		font-size : 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		direction: rtl;
	}
	.text{
		font-family : tahoma;
		font-size : 12px;
	}
	.p_en {
		font-family : tahoma;
		font-size : 12px;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		direction: ltr;
	}
	
	.flags {width:350px; position:absolute; z-index:2; margin:25px 0 0 0; margin-left:550px;margin-top:13px;}
	.flags ul {float:right; padding:0 20px 0 0;}
	.flags li {display:inline; list-style:none;}
	.flags li a {padding:0 0 0 3px;}
	.flags a:hover {text-decoration:none;}
	.flags a img {height:17px; border:none;}	

/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	#containertop{
		position: absolute;
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top.jpg) left bottom no-repeat;
	}
	* html #containertop{behavior: url(../common/stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	#containertop2{
		width: 902px;
		margin: -10px auto 0 auto;
		height: 10px;
		margin-left:0;
		font-size:0.1em;
		background:url(../images/container_top.jpg) left bottom no-repeat;
	}
	* html #containertop2{behavior: url(../common/stylesheets/iepngfix.htc);} /* to correct transparent png in IE */
	#containertopr{
		width: 902px;
		margin: 10px auto 0 auto ;
		margin-left:0 ;
		height: 10px;
		font-size:0.1em;
		background:url(../images/container_top_r.jpg) left bottom no-repeat;
	}
	* html #containertopr{behavior: url(../common/stylesheets/iepngfix.htc);} /* to correct transparent png in IE 
	/* container */
	#container{
		width: 902px;
		margin: 44px auto 0 auto;
		background: #293122 url(../images/bg_container.jpg);
		padding-bottom:10px;
	}


/* =HEADER */
	/* Logo and Site Title */
	h1{
		font-size: 2.4em;
		text-transform: uppercase;
	}
	h1 a,h1 a:hover{
		display: block;
		width: 300px;
		height: 30px;
		padding-top:10px;
		margin-left:18px;
		background: url(../images/logo.jpg) 0 0 no-repeat;
		padding-left:52px;
		color: #7b8266;
	}

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #c0a987;
		height: 39px;
		width: 100%;
		margin: 0 auto 10px auto;
	}
	/**/
	#tabs {
		float:left;
		width:895px;
		margin-top:0;
		background:#c0a987;
		padding-left:7px;
		height: 38px;
		font-size:93%;
		line-height:normal;
	}
	#tabs ul {
		margin:0;
		padding:10px 10px 0 50px;
		list-style:none;
	}

	#tabs li {
		display:inline;
		margin:0;
		padding:0;font-family:Tahoma;
	}

	#tabs a {
		float:right;
		background:url("tableft.gif") no-repeat left top;
		margin-top:18px;
		padding:0 2px 0 5px;
		text-decoration:none;
	}

	#tabs a span {
		float:left;
		display:block;
		background:url("tabright.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#353917;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}

	/* End IE5-Mac hack */
	#tabs a:hover span {
		color:#ffffff;
	}

	#tabs a:hover {
		background-position:0% -42px;
	}
	
	#tabs a .current {
		background-position:0% -42px;
	}
	
	#tabs a:hover span {
		background-position:100% -42px;
	}
	
	/********************************************English Tabs****************************************/
	#tabs_en {
		float:left;
		width:895px;
		margin-top:5px;
		background:#c0a987;
		padding-left:7px;
		height: 42px;
		font-size:93%;
		line-height:normal;
		border-bottom:2px solid #353917;
	}
	#tabs_en  ul {
		margin:0;
		padding:10px 10px 0 50px;
		list-style:none;
	}

	#tabs_en  li {
		display:inline;
		margin:0;
		padding:0;font-family:Tahoma;
	}

	#tabs_en  a {
		float:left;
		background:url("tableft.gif") no-repeat left top;
		margin-top:18px;
		padding:0 2px 0 5px;
		text-decoration:none;
	}

	#tabs_en  a span {
		float:left;
		display:block;
		background:url("tabright.gif") no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#353917;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs_en  a span {float:none;}

	/* End IE5-Mac hack */
	#tabs_en  a:hover span {
		color:#ffffff;
	}

	#tabs_en  a:hover {
		background-position:0% -42px;
	}
	#tabs_en  a span.current{background-position:100% -42px;color:#ffffff;}
	#tabs_en  a.current{background-position:0% -42px;}
	#tabs_en  a:hover span {
		background-position:100% -42px;
	}


	/* search */
	#search_wrapper{
		float: left;
		height: 30px;
		padding:7px 10px 0 0;
		background: url(../images/navigation_left.gif) left top no-repeat;
	}
	.search{
		background: #696D5F;
		border: 1px solid #212417;
		width: 160px;
		height: 18px;
		padding: 3px 2px 0 3px;
		color: #474A40;
	}
/* =MAIN IMAGE */
	#main_image{
		width:860px;
		position: relative;
		margin: 0 auto;
	}
	/* frame: the small rounded image in the corner picture (top,right,bottom,left) */
	#frame_image_top,#frame_image_bottom{
		position: absolute;
		width: 860px;
		height: 7px;
		font-size:0.1em;
		top:0;left:0;
		background: url(../images/frame_image_top.png) top no-repeat;
	}
	#frame_image_bottom{
		bottom:0;top:auto;
		background: url(../images/frame_image_bottom.png) bottom no-repeat;
	}
	* html #frame_image_top,* html #frame_image_bottom{behavior: url(../common/stylesheets/iepngfix.htc);} /* to correct transparent png in IE */

/* =BANNER */
	#banner_wrapper{
		width: 874px;
		overflow: hidden;
		padding:15px 0 0 28px;
	}
	.banner{
		float: left;
		width: 245px;
		float: left;
		background: #353C2C url(../images/banner_bg.gif) left repeat-y;
		margin-right:54px;
		padding-bottom:6px;
		position: relative;
	}
	.image_wrapper{text-align: center;}
	.banner img{border: 3px solid #ecf1a6;}
	.banner_last{margin-right:0;}
	.banner h2{
		height: 38px;
		background: url(../images/banner_top.gif) left no-repeat;
		font:1.9em "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		color: #7c7c58;
		padding: 15px 0 0 17px;
	}
	/* for the rounded bottom */
	.image_wrapper span{
		position: absolute;
		width: 245px;
		height: 6px;
		font-size:.1em;
		left:0;bottom:-1px;
		background: #353C2C url(../images/banner_bottom.gif) bottom no-repeat;
	}
	
/* =SERVICES */
	#services {
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	}
	#services_en {
		width: 858px;
		margin:26px auto 0 auto;
		position: relative;
		border: 2px solid #3B3F2D;
	
	}
	#servicescontent{
		width: 838px;
		margin: 0 auto;
		overflow: hidden;
		background: #39442B url(../images/services_bg.jpg) bottom repeat-x;
		padding: 10px;
	}
	/* sevices header */
	#services h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 39px;
		font-size:2.5em;
		color: #7C7C58;
		padding: 12px 0 0 40px;
		border-bottom: 1px solid #2b2e1f;
		font-family: arial;
		text-align: right;
	}
	#services_en h2{
		background: #2d3622 url(../images/services_top_bg.jpg);
		height: 39px;
		font-size:2.5em;
		color: #7C7C58;
		padding: 12px 0 0 0px;
		border-bottom: 1px solid #2b2e1f;
		font-family: arial;
		text-align: left;
	}
	/* top rounded image */
	#services  h2 span{
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	 #services_en h2 span {
		position: absolute;
		display: block;
		height: 8px;
		width: 862px;
		left:0;top:0;
		font-size:0.1em;
		background: url(../images/services_top.jpg) left top no-repeat;
		margin: -2px;
	}
	/* bottom rounded image */
	.bottom_rounded{
		position: absolute;
		display: block;
		width: 862px;
		height: 7px;
		font-size:0.1em;
		right:0;bottom:0;
		background: url(../images/services_bottom.jpg) no-repeat;
		margin: -2px;
	}
	/* big image on the right bottom */
	.bottom_pic{
		z-index:2;
		position: absolute;
		padding-right: 28px;
		bottom:2px;right:0;
		width: 287px;
		height: 224px;
		margin-bottom:-2px;
		background: url(../images/services_bg_pic.jpg) left top no-repeat;
	}
	/* list of services */
	.serviceslist{
		padding-left: 30px;
		float: left;
		font-size:1.3em;
		line-height:1em;
	}
	.serviceslist li a{
		display: block;
		padding: 10px;
		width: 197px;
		font-family: "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing:-.03em;
		color: #7B8266;
		background: #323C26 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	.serviceslist li a:hover{
		color: #7B8266;
		background: #2C3421 url(../images/list_dotted_border.gif) bottom repeat-x;
	}
	
/* =FOOTER */
	#footer_wrapper{
		width: 871px;
		padding-left:31px;
		padding-bottom:25px;
		margin: 0 auto;
		text-transform:uppercase;
		font-size: 1.2em;
		background: url(../images/footer_left.jpg) 0 0 no-repeat;
	}
	#footer{
		position: relative;
		width: 840px;
		height: 67px;
		background: #313B24 url(../images/footer_bg.jpg) 0 bottom repeat-x;
	}
	#footer .logo{
		padding: 34px 0 0 10px;
		width: 300px;
		float: left;
		/*background: url(../images/logo_small.jpg) left bottom no-repeat;*/
	}
	#footer .logo span{
		position: absolute;
		display: block;
		right:-31px;top:0;
		width: 31px;
		height: 67px;
		background: url(../images/footer_right.jpg) right bottom no-repeat;
	}
	* html #footer .logo span, * html #footer_wrapper{behavior: url(../common/stylesheets/iepngfix.htc);}
	#footer ul{
		padding-top: 34px;
		padding-right: 5px;
		float: right;
	}
	#footer ul li{
		float: left;
		padding-left:10px;
	}
	#footer a{
		color: #7B8266;
	}
	#footer li a:hover{
		color: #AFBB4F;
	}
