@charset "utf-8";

/*====================================================================================
	Globals
====================================================================================*/

*
{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}

/*	Tags	*/

body
{
	background:#fff;
}

ul
{
	list-style:none;
}

p
{
	font-size:12px;
	color:#666;
	padding-bottom:10px;
}

img
{
	border:none;
}

h1
{
	font-size:16px;
	margin-top:20px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:12px;
}

a
{
	outline:none;
}

a,p,h1,h2,h3,h4,h5,input,textarea,label,.comment
{
	direction:rtl;
	text-align:right;
}
.row
{
	float:right;
	width:100%;
	clear:both;
}

a,input,li,h1,h2,h3,h4,.title
{
	color:#1a5b50;
}

input,textarea
{
	font-size:12px;
}

/*	Classes	*/

.readmore
{
	font-size:12px;
}

.image
{
	width:161px;
	height:123px;
	float:right;
	padding:15px;
	background:url(../images/pic_frame.jpg) left top no-repeat;
}

.image_israel
{
	width:161px;
	height:123px;
	float:right;
	padding:15px;
	background:url(../images/pic_frame_israel.jpg) left top no-repeat;
}

.green
{
	color:#1a5b50;
}

.red
{
	color:#f00;
}

.gray
{
	color:#666;
}

.gray2
{
	color:#444;
}

.size11
{
	font-size:11px;
}

.arrow_yello
{
	display:block;
	width:20px;
	height:21px;
	background:url(../images/top_menu_icon.gif) left top no-repeat;
}

.arrow_yello:hover
{
	display:block;
	width:20px;
	height:21px;
	background:url(../images/top_menu_icon_active.gif) left top no-repeat;
}

.arrow_left,.arrow_right
{
	display:block;
	width:24px;
	height:24px;
}

.arrow_left
{
	background:url(../images/arrow_left.jpg) left top no-repeat;
}

.arrow_right
{
	background:url(../images/arrow_right.jpg) left top no-repeat;
}

.arrow_left:hover
{
	background:url(../images/arrow_left_active.jpg) left top no-repeat;
}

.arrow_right:hover
{
	background:url(../images/arrow_right_active.jpg) left top no-repeat;
}

/*====================================================================================
	Stracture
====================================================================================*/

#site_wrap
{
	width:900px;
	height:auto;
	margin:0px auto;
}

#header
{
	width:100%;
	height:296px;
}

#middle_wrap
{
	width:100%;
	height:auto;
}

#middle_col
{
	width:673px;
	float:left;
}

#right_col
{
	width:227px;
	float:right;
	padding-top:20px;
	background:url(../images/menu_shadow.jpg) left top no-repeat;
}

#footer
{
	width:100%;
	height:30px;
	padding-top:20px;
	overflow:hidden;
	float:left;
}

#logo
{
	float:left;
	margin-top:8px;
	margin-left:15px;
}

/*====================================================================================
	Headers
====================================================================================*/

.header_index
{
	background:url(../images/header_index.jpg) left top no-repeat;
}

.header_text
{
	background:url(../images/header_text.jpg) left top no-repeat;
}

.header_contacts
{
	background:url(../images/header_contacts.jpg) left top no-repeat;
}

.header_team
{
	background:url(../images/header_team.jpg) left top no-repeat;
}

.header_schedule
{
	background:url(../images/header_schedule.jpg) left top no-repeat;
}

.header_faq
{
	background:url(../images/header_faq.jpg) left top no-repeat;
}

.header_trip
{
	background:url(../images/header_trip.jpg) left top no-repeat;
}

/*====================================================================================
	Form
====================================================================================*/

.labels
{
	float:right;
	line-height:20px;
	color:#444;
	font-size:12px;
}

.inputs
{
	width:160px;
	height:18px;
	margin-bottom:5px;
	padding:0px 5px;
	
	border:none;
	background:#f2f2f2;
	border-top:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
}

.textarea
{
	width:160px;
	height:70px;
	margin-bottom:5px;
	padding:0px 5px;
	
	border:none;
	background:#f2f2f2;
	border-top:1px solid #bdbdbd;
	border-left:1px solid #bdbdbd;
	overflow:auto;
}

.submit
{
	line-height:17px;
	text-align:center;
	text-decoration:none;
	padding:0px 10px;
	
	border:none;
	background:#ffdb30;
	cursor:pointer;
}

.submit:hover
{
	background:#29907f;
	color:#fff;
}

.submit_close
{
	line-height:17px;
	text-align:center;
	text-decoration:none;
	padding:0px 10px;
	
	border:none;
	background:#ffdb30;
	cursor:pointer;
}

.submit_close:hover
{
	background:#29907f;
	color:#fff;
}


.submit2
{
	color:#fff;
	background:#1a5b50;
}

/*====================================================================================
	Pagging
====================================================================================*/

#pagging
{
	margin-left:10px;
	padding-top:10px;
}

#pagging li
{
	float:left;
	padding:0px 3px;
	line-height:24px;
	font-size:12px;
}

#pagging li a
{
	text-decoration:none;
}

/*====================================================================================
	Top menu
====================================================================================*/

#top_menu
{
	margin-right:15px;
	padding-top:20px;
}

#top_menu li
{
	direction:rtl;
	text-align:right;
	padding-right:22px;
	padding-left:20px;
	background:url(../images/top_menu_icon.gif) right center no-repeat;
	float:right;
}

#top_menu li a
{
	font-size:14px;
	line-height:24px;
	text-decoration:none;
}

#top_menu li:hover
{
	background:url(../images/top_menu_icon_active.gif) right center no-repeat;
}

#top_menu li a:hover
{
	color:#29907f;
}

/*====================================================================================
	Side Menu
====================================================================================*/

#side_menu
{
	margin-right:12px;
}

#side_menu li
{
	direction:rtl;
	text-align:right;
	padding-right:18px;
	background:url(../images/menu_icon.jpg) right center no-repeat;
}

#side_menu li a
{
	font-size:14px;
	line-height:24px;
	text-decoration:none;
	
	width:170px;
	display:block;
	border-bottom:1px solid #e4ebea;
}

#side_menu li:hover
{
	direction:rtl;
	text-align:right;
	padding-right:18px;
	background:url(../images/menu_icon_active.jpg) right center no-repeat;
}

#side_menu li a:hover
{
	color:#29907f;
}

#side_menu li#active
{
	background:url(../images/menu_icon_active.jpg) right center no-repeat;
}

#side_menu li#active a
{
	color:#29907f;
}

/*====================================================================================
	Newsteller
====================================================================================*/

#newsteller
{
	width:171px;	
	margin:20px auto 0px;
	
}

.newsteller_phone
{
	width:171px;
	height:80px;
	background:url(../images/newsteller_phone.jpg) center top no-repeat;
}

/*====================================================================================
	Footer
====================================================================================*/

#footer_menu
{
	width:450px;
	margin-right:17px;
	text-align:right;
	float:right;
}

#footer_menu li
{
	direction:rtl;
	text-align:right;
	display:inline;
}

#footer_menu li a
{
	font-size:12px;
	text-decoration:none;
}

#footer_menu li a:hover
{
	
}

#copyright
{
	float:left;
	font-size:12px;
	color:#1a5b50;
	margin-left:17px;
	margin-top:3px;
}

/*====================================================================================
	Index
====================================================================================*/

#content_index
{
	width:271px;
	min-height:400px;
	float:right;
	padding:0px 20px;
}

#left_index
{
	width:362px;
	float:left;
}

.latest_top,.latest_mid,.latest_bottom
{
	height:95px;
	padding:10px 20px 0px;
	overflow:hidden;
}

.latest_top
{
	height:111px;
	background:url(../images/index_latest_top.jpg) left top no-repeat;
}

.latest_mid
{
	height:105px;
	background:url(../images/index_latest_mid.jpg) left top no-repeat;
}

.latest_bottom
{
	height:119px;
	background:url(../images/index_latest_bottom.jpg) left top no-repeat;
}

.latest_top .date,.latest_mid .date,.latest_bottom .date
{
	font-size:12px;
	color:#1a5b50;
	text-align:right;
	direction:rtl;
}

.latest_top .pic,.latest_mid .pic,.latest_bottom .pic
{
	float:right;
	margin-left:10px;
	margin-top:5px;
}

.latest_top p,.latest_mid p,.latest_bottom p
{
	color:#444;
	padding-top:5px;
	padding-bottom:5px;
}

/*====================================================================================
	Text
====================================================================================*/

#content_text
{
	width:653px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

#content_text #image
{
	width:320px;
	height:230px;
	float:left;
	padding:13px 14px 0px;
	background:url(../images/text_pic_bg.jpg) left top no-repeat;
}

#content_text p
{
	/*text-align:justify;*/
}

/*====================================================================================
	Contacts
====================================================================================*/

#content_contacts
{
	width:653px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

#content_contacts #info
{
	margin:20px 0px;
	overflow:hidden;
}

#content_contacts .title
{
	font-weight:bold;
	padding-left:10px;
	float:right;
}

#content_contacts .text
{
	float:right;
}

#content_contacts .comment
{
	font-size:10px;
	float:right;
	clear:both;
}

#content_contacts #form
{
	width:235px;
	float:right;
	clear:both;
}

/*====================================================================================
	Team
====================================================================================*/

#content_team
{
	width:653px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

#content_team h2
{
	padding-top:10px;
}

#content_team .pic
{
	width:100%;
	margin-bottom:15px;
	clear:both;
	overflow:hidden;
}

#content_team .image
{
	margin-left:10px;
}

#content_team p {
	
    width:445px;
    vertical-align:top;
    overflow:hidden; 
}

/*====================================================================================
	Schedule
====================================================================================*/

#content_schedule
{
	width:651px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

#content_schedule #pagging
{
	width:643px;
	float:left;
}

#content_schedule .pic
{
	width:191px;
	float:right;
	margin-left:36px;
	margin-bottom:10px;
}

#content_schedule .marg_none
{
	margin-left:0px;
}

#content_schedule .image
{
	margin-bottom:10px;
}

#content_schedule p
{
	text-align:center;
}


#content_schedule2
{
	width:687px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}



#content_schedule2 #pagging
{
	width:653px;
	float:left;
}

#content_schedule2 .pic
{
	width:191px;
	float:right;
	margin-left:36px;
	margin-bottom:10px;
}

#content_schedule2 .marg_none
{
	margin-left:0px;
}

#content_schedule2 .image
{
	margin-bottom:10px;
}

#content_schedule2 p
{
	text-align:center;
}



/*====================================================================================
	Faq
====================================================================================*/

#content_faq
{
	width:653px;
	min-height:400px;
	float:right;
	padding-right:20px;
	padding-top:20px;
}

#faq
{
}

#faq li
{
	direction:rtl;
	text-align:right;
	padding-right:15px;
	background:url(../images/faq_icon.gif) right 9px no-repeat;
	min-height:24px;
}

#faq li p
{
	display:none;
}

#faq li a
{
	font-size:12px;
	line-height:22px;
	text-decoration:none;
	
	width:560px;
	display:block;
	border-bottom:1px solid #e4ebea;
	float:right;
}

#faq li a.submit
{	
	width:55px;
	line-height:19px;
	float:left;
	padding:0px;
}

#faq li.open
{
	background:url(../images/faq_icon_open.gif) right 9px no-repeat;
	overflow:hidden;
}

#faq li.open p
{
	width:623px;
	padding-right:15px;
	padding-top:10px;
	float:right;
	display:block;
}

#faq li.open a
{
	font-weight:bold;
}






/*====================================================================================
	Trip
====================================================================================*/

/*	content	*/

#content_trip
{
	width:405px;
	min-height:400px;
	float:right;
	padding:0px 20px;
}

#content_trip h1
{
	font-size:20px;
}

#content_trip h2
{
	margin:10px 0px;
}

#content_trip #faq li a
{	
	width:385px;
}

#content_trip #faq li.buttons
{
	background:none;
	padding:20px 0px;
}

#content_trip #faq li a.submit
{	
	width:55px;
	margin-left:5px;
}

#content_trip #faq li.open p
{
	width:370px;
}


/*	left	*/

#left_trip
{
	width:228px;
	float:left;
}

#trip_info
{
	width:178px;
	height:238px;
	margin-top:20px;
	margin-bottom:40px;
	padding:20px 30px 20px 20px;
	background:url(../images/trip_left_frame.jpg) left top no-repeat;
}

#trip_info a.submit
{	
	width:55px;
	display:block;
	float:left;
	
	padding:0px;
	margin-top:10px;
	font-size:12px;
	line-height:19px;
}

#rating
{
	float:right;
	text-align:right;
	margin-bottom:10px;
}

#rating li
{
	float:left;
	height:20px;
	margin-left:15px;
}

#rating li a
{
	display:block;
	line-height:20px;
	font-size:14px;
	text-align:center;
	text-decoration:none;
	color:#444;
}

#rating li.selected
{
	background:#1a5b50;
	width:20px;
}

#rating li.selected a
{
	color:#fff;
}

.link
{
	width:140px;
	padding-right:30px;
	float:right;
	direction:rtl;
	margin-bottom:5px;
	background:url(../images/trip_arrow.gif) right center no-repeat;
}

.link2
{
	width:150px;
	padding-left:20px;
	float:left;
	direction:rtl;
	text-align:left;
	margin:10px 0px 5px 7px;
	background:url(../images/trip_arrow2.gif) left center no-repeat;
}

.link a,.link2 a
{
	line-height:17px;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.link2 a
{
	font-size:12px;
}

.trip_pic
{
	width:84px;
	height:67px;
	padding:7px;
	background:url(../images/trip_pic_bg.jpg) left top no-repeat;
	float:left;
	margin:10px 5px 0px;
	display:block;
}

.trip_pic_israel
{
	width:84px;
	height:67px;
	padding:7px;
	background:url(../images/trip_pic_bg.jpg) left top no-repeat;
	float:left;
	margin:10px 5px 0px;
	display:block;
}