﻿BODY{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "Web Hebrew AD", Globes, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background-image: url("/images/bg_site.png");
	background-attachment: fixed;
}

INPUT, .inp1{
	border: 1px solid #58595b;
	width: 200px;
}

.textarea1{
	border: 1px solid #58595b;
	width: 200px;
	height: 50px;
}

H1{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 20px;
	color: #f15a29;
}

A, A:Link, A:Visited, A:Active{
	color: #000000;
}

A:Hover{
	color: #006BA9;
}

UL{
	margin: 0;
	margin-right: 15px;
	padding: 0;
	list-style-image: url("/images/b1.png");
}

LI{
	margin-bottom: 5px;
}

#container{
	width: 800px;
}

#languages{
	position: absolute;
	top: -20px;
	left: 0;
}

#main_top{
	position: relative;
	height: 75px;
	background-image:  url("/images/bg_top.png");
	margin-top: 40px;
}

#logo{
	position: absolute;
	bottom: 0px;
	right: 45px;
}

.URHERE{
	padding: 0 3px;
	direction: rtl;
}

.URHERE a, .URHERE a:link, .URHERE a:visited, .URHERE a:active{
	text-decoration: none;
	direction: rtl;
} 

.URHERE_current{
	padding: 0 3px;
	font-weight: bold;
	direction: rtl;
}

.URHERE_title{
	padding: 0 3px;
	color: #008ac1;
	direction: rtl;
}

#toc1_holder{
	position: relative;
}

#toc1{
	width: 800px;
	height: 24px;
	background-color: #008AC1;
	margin: 1px 0;
	
}

#toc1 ul{
margin: 0;
padding: 0;
float: right;
margin: 2px 2px;
}

* html #toc1 ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#toc1 ul li{
display: inline;
}

#toc1 ul li a{
float: right;
color: #ffffff;
padding: 2px 12px;
text-decoration: none;
}

#toc1 ul li a:visited{
color: #ffffff;
}

#toc1 ul li a:hover{
color: #006ba9;
background-color: #ffffff;
}

#doctors{
	position: absolute;
	top: 21px;
	right: 350px;
	color: #8AB9D2;
	font-size: 14px;
	text-align: right;
	direction: rtl;
}

.drName{
	font-weight: bold;
	color: #F15A29;
	font-size: 16px;
}

#main_body{
	background-image:  url("/images/bg_main_body.png");
	text-align: right;
	direction: rtl;
	padding-top: 5px;
}

.arrow1{
	float: left;
	margin: 10px 5px;
}
.toc2{
	position: relative;
	margin-top: 5px;
	font-size: 14px;
}

.toc2 a{
	display: block;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #008AC1;
	padding: 5px;
}

.toc2sub{
	background-color: #8AB9D2;	
	padding: 5px;
}

.toc2sub ul{
	padding: 0;
	margin: 0;
	padding-right: 15px;
	list-style-image:url("/images/arrow2.png");
}


.toc2sub ul li{
	color: #ffffff;
	margin-bottom: 2px;
	text-indent: -3px;
}

.toc2sub ul li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	width: 100%;
	padding: 3px;
}

.toc2sub ul li a:hover{
	text-decoration: underline;
}

.toc2sub ul li a.current{
	color: #ffffff;
	background-color: #f15a29;
	text-decoration: none;
	font-size: 12px;
	padding: 1px;
}

.left_td{
	width: 200px;
	background-color: #f2f6fa;

}

.pic_holder{
	text-align: center;
	/*background-color: #d4d9dd;*/
}

.pic_holder_gallry{
	text-align: center;
	float: right;
	margin: 0 0 10px 10px;
	/*background-color: #d4d9dd;*/
}

.pic_src{
	padding: 4px;
	border: 1px solid #d4d9dd;
	width: 170px;
	margin-right: 10px;
}

.pic_src_Gallry{
	padding: 4px;
	border: 1px solid #d4d9dd;
	width: 130px;
}

.pic_title{
	color: #006ba9;
}

.picDisplay{
	width: 160px;
	border: 0;
}

.picDisplayGallery{
	height: 80px;
	border: 0;
}

#main_img{
	position: relative;
}

#fadeshow1{
	width: 408px;
	height: 243px;
	overflow: hidden;
}

#txtonpic{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 408px;
	color: #F15A29;
	background-image: url("/images/w80.png");
	z-index:2000;
}

.right_col_box{
	height: 119px;
	background-color: #f2f6fa;
	margin: 0 0 5px 0;
	text-align: center;
}

.black1{
	color: #000000;
}

.blue1, .blue1 a, .blue1 a:visited, .blue1 a:active{
	color: #006BA9;
}

#main_bot{
	height: 10px;
	background-image:  url("/images/bg_bot.png");
	margin-bottom: 10px;
}

#bot_links{
	font-size: 12px;
	direction: rtl;
}

#bot_links a{
	margin: 0 5px;
}

#credits{
	color: #4D4D4D;
}

#contactForm{
	position: relative;
}

#err_contact_holder{
	position: absolute;
	bottom: 45px;
	left: 10px;
}

#err_contact{
	text-align: right;
	padding: 10px;
	background-color: #e7f3fe;
}

#bbl_bot{
	position: absolute;
	bottom: -12px;
	right: 10px;
	width: 31px;
	height: 12px;
	background-image:  url("/images/bbl_bot.png");
}

#sbmSearch{
	position: absolute;
	top: 2px;
	left: 3px;
	border: 0;
	width: 15px;
	height: 19px;
}		

#txtSearch{
	font-family: Arial, "Web Hebrew AD", Globes, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	top: 2px;
	left: 3px;
	border: 0;
	width: 170px;
	padding: 3px 0;
	text-align: right;
}

#search, #search_box{
	position: absolute;
	top: 0;
	left: 0;
}

#search_box_on{
	position: absolute;
	top: 0;
	left: 0;
}

#search_results{
	position: absolute;
	top: 24px;
	left: 0;
	border: 0;
	width: 176px;
	text-align: right;
	padding: 0;
	background-color: #008ac1;
	color: #ffffff;
	direction: rtl;
}

#search_results UL{
	width: 170px;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	margin-right: 3px;
	padding: 0;
}

#search_results li {
	list-style-type: none;
	margin-bottom: 3px;

}

#search_results li a{
	font-size: 12px;
	display: block;
	width: auto;
	padding: 3px 3px; 
	text-align: right;
	color: #1A1A1A;
	text-decoration: none;
	background-color: #e2f5fa;
}


#search_results li a:hover{	
	background-color: #ffffff;
}

.searchFound{
	font-weight: bold;
	color: #4395c3;
}

#searchResults  li a{
	font-size: 16px;
	color: #008ac1;
	text-decoration: none;
}

.search_foundin, #searchResults  li .foundin a{
	font-size: 11px;
	color: #000000;
}

#ifrm_search{
	display: none;
}

#back{
	
}

#back A{
	font-size: 11px;
	color: #008ac1;
	text-decoration: none;
}
