html
	{
	direction: rtl;
	font-size: 62.5%;
	}
body 
	{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.4em
	}
header
	{
	border-bottom: 2px dotted #023377;
	height: 120px;
	}
a  
	{
	color: #000;
	text-decoration: none;
	}
a img   
	{
	border: 0 none !important;
	}
#main a:hover
	{
	color: #ff6a00;
	}
nav
	{
	width: 100%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	}
ul  
	{
	padding: 0;
	margin: 0;
	}
fieldset
	{
	padding: 15px 20px 20px;
	border-radius: 5px;
	height: 50px;
	margin: 30px 0;
	}
legend
	{
	padding: 0 20px;
	font: bold 1.8rem arial;
	}
label
	{
	font:bold 1.6rem arial;
	}
select
	{
	margin: 0 10px 0 10px;
	font: normal 1.6rem arial;
	height: 30px;    
	}
section
	{
	clear: both;
	}
footer
	{
	clear: both;
	}
h1,h2,h3,h4,h5,h6,p
	{
	margin: 0;
	}
h1
	{
	color: #023377;
	}
input
	{
	font:normal 16px arial
	}
[type='tel'], [type='email']
	{
	direction: ltr;
	text-align: left;
	border:1px solid #ccc;
	}
[type='text']
	{
	direction:rtl;
	text-align:right;
	border:1px solid #ccc;
	}
#city
	{
	width:135px;
	height: 25px;
	}
input[type='submit'], .more-info
	{
	margin: 0 10px 0 0;
	font: bold 1.6rem arial;
	height: 30px;    
	color: #fff;
	background: #ff6a00;
	border: 1px solid #000;
	width:140px;
	cursor: pointer;
	}
.more-info
	{
	padding: 5px 0;
	font-size: 1.4rem;
	float: right;
	height: 20px;
	text-align: center;
	margin-top:7px;
	width: 80% !important;
	border: 1px solid #D07272;
	}
input[type='submit']:hover
	{
	background: #6196DF;
	}
.more-info:hover
	{
	color: #DA7707 !important;
	background: #F7D467;
	border: 1px solid #BDA464;
	}	
aside
	{
	clear: both;
	margin: 35px 0 0 0;
	display: block;
	overflow: hidden;
	}
#main, #cat-section, #sub-cat-section, #client-section
	{
	width: 100%;
	max-width: 990px;
	display: block;
	margin: 0 auto;
	background: #FFF;
	}
.right
	{
	float: right;
	}
.left
	{
	float: left;
	}
.w50
	{
	width: 49%
	}
.w100
	{
	width:100%;
	}
.w75
	{
	width:74%;
	}	
.w25
	{
	width:24%;
	}
.w30
	{
	width:29%;
	}	
.w70
	{
	width:69%;
	}	
.w45
	{
	width:44%;
	}	
.h-line
	{
	width: 1px;
	height:225px;
	background:rgba(0, 0, 0, 0);
	border: 0;
	border-right: 1px solid #CCC;
	float: right;
	}
.contact_us
	{
	float: left;
	margin-top: 20px;
	}
.contact_us a
	{
	display: block;
	direction: ltr;
	font-weight: bold;
	vertical-align:top;
	line-height:40px;
	height: 32px;
	}
.logo
	{
	margin-top:25px;
	display: inline-block;
	}
.logo img
	{
	margin-top: 25px;
	}
.logo span
	{
	display: inline-block;
	font: bold 18px arial;
	position: relative;
	top: -5px;
	right: -10px;
	color: #023377;
	}
.contact_us img
	{
	margin-right: 10px
	}
.contact_us a:hover
	{
	color:#f60;
	}	
.email_box
	{
	margin-top: 10px;
	}
/*.more-info
	{
	color: #fff;
	font: bold 14px arial;
	display: inline-block;
	margin: 10px 0;
	background:#f60;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #666;
	border: 1px solid #f66;
	text-align:center;	
	}
.more-info:hover
	{
	background:#f05;
	}*/	
	

	
.sub-cat-box
	{
	margin-top: 0;
    border: 1px solid #DDD;
    border-radius: 5px;
    background: #FFE;
    display: inline-block;
    width: 100%; margin: auto;margin-bottom: 26px;
	  display: grid;
	  grid-template-columns: auto auto auto auto auto;
	  grid-template-rows: auto;
	  grid-gap: 4px;
    
	}
.sub-cat-box>a
	{
    padding-top: 9px;
    width: 100%;
    font: bold 14px arial;
    color: #444;
    height: 27px;
    text-align: center;
    background-color: #f1f1bf;
	}	
.sub-cat-box a:hover, .sub-cat-box .selected
	{
	color: #FFF;
	background: #F90;
	}
#search_box fieldset
	{
	background:#A1C5F7;
	}
#search_box legend
	{
	border-radius: 3px;
	border: 1px solid #333;
	text-align: right;
	background: #FFF;
	box-shadow: 0 2px 8px 0px #888;
	}
#search_box select
	{
	width:130px;
	margin-right: 5px;
	}
#slider_box
	{
	display: block;
	overflow: hidden;
	width: 990px;
	height: 300px;
	position: relative;
	}
#back_slide_btn, #next_slide_btn
	{
	position: absolute;
	top:140px;
	z-index: 5;    
	}
#back_slide_btn
	{
	right: 0;  
	}
#next_slide_btn
	{
	left: 0;
	}
#slider_box > div
	{
	position: relative;
	z-index: 1;
	margin-top:25px;
	}
#slider_box > div a
	{
	display: inline-block;
	overflow: hidden;
	width:910px;
	height: 300px;
	margin: 0 40px;
	}
#slider_box > div a:last-child
	{
	margin:0;
	}
/*---------------*/	
#categories
	{
	overflow: hidden;
	display: block;
	border-bottom: 1px dashed #CCC;
	padding-bottom:25px;
	}
.category
	{
	width: 200px;
	height:200px;
	display: inline-block;
	overflow: hidden;
	margin: 25px 0 0 58px;
	}
.category:hover
	{
	box-shadow: 0 4px 10px -2px #AAA;;
	}
.category:nth-child(4n+1)
	{
	margin-left: 0;
	}
.category div
	{
	background: url('../images_site/bg_200x150_bottom.png') no-repeat bottom right;
	width: 200px;
	height: 150px;
	padding-bottom: 15px;
	display: block;
	margin: 0 auto;
	}
.category img
	{
	display: block;
	margin: 0 auto 0;
	padding-top: 3px;
	width: 196px;
	max-height: 145px;
	}
.category span
	{
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	font-weight: bold;
	}
/*---------------*/	
#forms_section
	{
	margin-top:25px;
	}
/*---------------*/
#add_job_form, #add_to_club_form
	{
	width:450px;
	margin-bottom:20px;
	position: relative;
	float:right;
	}
#add_to_club_form
	{
	float:left;
	}
#add_job_form fieldset, #add_to_club_form fieldset
	{
	border: 1px solid #CCC;
	border-radius: 0;
	display: block;
	overflow: hidden;
	height:250px;
	box-shadow: 0 9px 15px 0px #888;
	padding:30px 40px;
	}
#add_to_club_form fieldset
	{
	height:275px;
	background: #ffe;
	}
#add_job_form fieldset
	{
	height:275px;
	background: #EEEFFF;
	}
#add_job_form label, #add_to_club_form label
	{
	width: 120px;
	display: inline-block;  
	}
#add_job_form input, #add_to_club_form input
	{
	margin-bottom: 15px;
	height: 25px;
	width:235px;
	}
#j_submit_btn, #c_submit_btn
	{
	float: left;
	margin-left:4px;
	margin-top: 10px; 
	}
#add_to_club_form p, #add_job_form p
	{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 25px;
	}
#add_to_club_form img
	{
	position: absolute;
	bottom: 30px;
	right: 0;
	}
/*---------------*/
#main #add_job_form, #main #add_to_club_form
	{
	width:95%;
	margin-bottom:20px;
	position: relative;
	margin-top: -32px;
	}
#main #add_to_club_form
	{
	float:left;
	}
#main [type='text'],	#main [type='email'], #main [type='tel']
	{
	width:70%
	}
#main #add_job_form fieldset, #main  #add_to_club_form fieldset
	{
	border: 1px solid #CCC;
	border-radius: 0;
	display: block;
	overflow: hidden;
	height:250px;
	box-shadow: 0 9px 15px 0px #888;	
	padding: 20px;
	}
#main #add_to_club_form fieldset
	{
	height:275px;
	background: #ffe;
	}
#main #add_job_form fieldset
	{
	height:275px;
	background: #EEEFFF;
	}
#main #add_job_form label, #main #add_to_club_form label
	{
	width: 110px;
	display: inline-block;  
	}
#main #add_job_form input, #main #add_to_club_form input
	{
	margin-bottom: 15px;
	height: 25px;
	}
#main #j_submit_btn, #main #c_submit_btn
	{
	float: left;
	margin-left:4px;
	margin-top: 10px; 
	width:120px;
	}
#main #add_to_club_form p, #main #add_job_form p
	{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 25px;
	line-height:22px;
	}
#main #add_to_club_form img
	{
	position: absolute;
	bottom: 30px;
	right: 0;
	}
/*---------------*/
#send_email_course
	{
	width: 400px;
	position: relative;
	margin-right: 35px;
	margin-top: -15px;
	}
#send_email_course fieldset
	{
	border: 1px solid #CCC;
	border-radius: 0;
	overflow: hidden;
	box-shadow: 0 9px 15px 0px #888;
	padding: 20px 30px;
	height:170px;
	background: #FFF;
	margin:5px 0 0 0 ;
	}
#send_email_course label
	{
	width: 45px;
	display: inline-block;  
	}
#send_email_course input
	{
	margin-bottom: 15px;
	height: 25px;
	width: 100px;
	margin-left: 14px;
	}
#course_submit_btn
	{
	float: left;
	margin-left:15px;
	margin-top: 10px; 
	}
#send_email_course p
	{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	margin: 0 0 25px;
	}
/*---------------*/
.ad_job_box
	{
	border: 1px solid #CCC;
	padding:10px 10px 10px 10px;
	box-shadow: 0 10px 15px -5px #888;
	margin-bottom: 20px;
	overflow:hidden;
	}	
.couse-box .ad_job_box
	{
	padding-bottom:35px;
	}
.ad_job_box .client-logo
	{
    float: right;
    height: 169px;
    margin: 0 0 10px 10px;
    border: 0 none;
	}
#cat-section .ad_job_box .client-logo	
	{

	}
.ad_job_box > div
	{
	float: right;
	padding: 0;
	border: 0 none;
	border-left: 1px solid #CCC;
	min-height:170px;
	width:73%;
	}
.ad_job_box p
	{
	line-height: 22px;
	padding-left: 20px;
	}
.ad_job_box h3
	{
	margin-bottom: 20px;
	font-size:24px;
	}
.ad_job_box aside
	{
	padding: 0;
	float: left;
	width: 25%;
	clear: none;
	margin: 0;
	}
.ad_job_box aside a, .ad_job_box aside span
	{
	display: block; 
	width: 100%;	
	}
.c_phone, .c_email, .c_site, .c_fb, .c_ezor
	{
	vertical-align: top;
	font-size: 1.2rem !important;
	line-height:24px;
	float: right;
	margin:1px 0;
	font-weight:bold;	
	width: 49%;
	}
.couse-box  aside .right
	{
	margin-top: 20px;
	}
.c_phone img, .c_email img, .c_site img, .c_fb img
	{
	margin-left: 10px 
	}	
.couse-box .c_phone, .couse-box .c_email, .couse-box .c_site, .couse-box .c_fb, .couse-box .c_ezor	
	{
	width:90%;
	}
.couse-box .text
	{
	padding-bottom:0
	}
.client-details
	{
	margin: 30px 0;
	padding: 10px;
	background: #fff;
	display: block;
	overflow: hidden;
	width: 75%;
	border: 1px solid #FE9;
	border-radius: 5px;
	box-shadow: 0px 2px 9px 0px #AAA;	
	}
.client-details img
	{
	max-width:175px;
	display:block;
	margin:20px auto;
	}	
.client-details h3	
	{
	color: #F60;
	}	
.client-details span	
	{
	display:block;
	margin-bottom:10px;
	font-size:14px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
.client-details span:last-child
	{
	border-bottom:0;
	}	
.client-details strong
	{
	display:block;
	margin-bottom:10px;
	}	
/*-----------------------------*/
footer
	{
	background: #EDEDED;
	width: 940px;
	height:235px;
	padding: 25px;
	}
footer .logo-footer
	{
	margin-bottom:15px;
	float: right;
	}
footer .contact_us
	{ 
	float: right;
	width: 240px;
	border-left: 1px solid #CCC;
	clear: right;
	margin: 0 0 0 40px;
	}
footer .contact_us img
	{ 
	width: 24px;
	height: 24px;
	float: right;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 7px;
	}
footer .contact_us a
	{ 
	font-size:14px;
	text-align: right;
	}
footer .contact_us address
	{ 
	font-size: 14px;
	text-align: right;
	font-style: normal;
	font: bold 14px arial;
	margin: 20px 0;
	}
footer .catagory_list
	{
	width:630px;
	font-size: 14px;
	font-weight: bold;
	float: right;
	}
footer .catagory_list li
	{
	margin-bottom: 15px;
	list-style-position: inside;
	width: 170px;
	float: right;
	}
footer h2
	{
	font: bold 16px arial;
	margin: 0 0 20px 0;
	}
#facebook_like_box
	{
	width: 450px;
	float: left;
	text-align: left;
	}
#QLP_credit
	{
	font-size: 11px;
	width: 100%;
	display: block;
	margin: 20px auto;
	text-align: center;
	direction: ltr;  
	}
#line-path
	{
	margin:20px 0 0;
	display: block;
	overflow: hidden;	
	}
#line-path a
	{
	font-size: 12px;
	color: #666;
	}
#line-path a:last-child
	{
	font-size: 12px;
	color:#c00;
	}	
#home-page-icon
	{
	margin-left:5px;
	vertical-align:bottom;
	}
.sub_title
	{
	font-weight:bold;
	margin-bottom:20px;
	font-size:16px;
	}
.text
	{
	font:normal 16px/20px arial;
	padding-top:20px !important;
	}
.text li
	{
	list-style-position:inside;
	margin:10px;
	}	
.ad_job_box aside span
	{
	font-size:14px;
	display:block;
	}
.ad_job_box aside span img
	{
	vertical-align: middle;
	margin: 0 4px 0 14px;
	}	
#client-section .ad_job_box > div
	{
	border-right:0;
	float:none;
	width:95%;
	min-height:1px;
	border:0 none;
	}
#client-section .ad_job_box > img	
	{
	margin: 0 0 0px 30px;
	}
#client-section .ad_job_box aside
	{
	width:100%;
	}
.btn	
	{
	background: #F0EEEE;
	padding: 5px 10px;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
	margin-left: 20px;
	font-size: 14px;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #BBB;
	text-align:center;
	}	
.off_deal
	{
	display: block;
	background: url('../images_site/gif.png') no-repeat 99% center #F9F9E8;
	min-height:18px;
	padding: 10px 40px 10px 0;
	margin: 25px 0;
	font:bold 14px arial;
	text-align: right;
	direction: rtl;
	color: #545406;
	border-radius: 3px;
	border: 1px dashed #939369;
	width:85%;
	overflow:hidden;
	}
.w50 .off_deal
	{
	width: 85%;
	}
.titelbar	
	{
	background: #FDEFE2;
	padding: 10px 20px 10px 0;
	color: #F60;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	}
#main #city
	{
	width:135px;
	}
.sent
	{
	color:green !important;
	}
.SentMessage
	{
	color:red;
	width:230px;
	text-align:center;
	font: bold 16px arial;
	display:block;
	margin:15px 40px 0 0;
	}
.Error
	{
	background:#FFCFBF;
	border:1px solid #c00;	
	}
#send_email_course .SentMessage 
	{
	margin: 0;
	float: left;
	}	
#client-section .SentMessage, #cat-section .SentMessage {
margin: 5px 0 0 0;
clear: both;
float: left;
}	