
/*************PARTS****************/
/*secondary*/
.secondary .uc { margin-bottom:15px; }
/* lists */
.list .a0 { background: #f4f8ed; }
.list,
.list .a1 { background: #fff; }
.list { padding-bottom:6px; background-position:50% 100%; }
.list .item { padding:5px; }
/* path */
.path { margin-bottom:10px; }
.path .current { color:#414141; }
.path a.current:hover { cursor:default; text-decoration:none; }
/* sitemap */
#main ul { list-style:circle; margin:0 10px 0 10px; }
#main ol { margin:0 10px 0 10px; }
/* content */
.introduction { font-size:1.1em; font-style:italic; }
/* date */
.date { font-size:small; color:#414141; display:block; }
/* intro */
.intro { font-style:italic; font-size:1.2em; }
.list .intro { font-style:normal; font-size:1em; }
/*columns*/
.columns .left { float:left; width:48%; padding-left:15px; }
.columns .right { float:right; width:48%; }
.socialBookmarks a { white-space:nowrap; text-align:right; direction:rtl; }
.socialBookmarks { text-align:right; direction:ltr; }
/* login */
.login .tb { width:100px; }
.login .ff { margin-bottom:5px; }
.register td { padding:0; }
/* gallery */
#thumbnails {padding-bottom:10px;}
#thumbnails .text { display:none; }
.thumbnail {margin-bottom:10px;margin-right:5px;}
/* comments */
.commentInput .box { display:none; }
.commentList { border-top:solid 1px #D0CFCB; margin-top:10px;}
/* calendar */
.calendar { }
/* login */
.login { padding-right: 10px;}
/* languageMenu */
.languageMenu  { position:absolute; top:203px; left:0px; padding-left:30px; vertical-align:middle; padding-top:5px; z-index:2000; }
.languageMenu a { padding-left:15px; }
/* menu */
.menu,.menu ul { list-style-type:none;}
/* Form */
.inputForm { margin:10px; }
.inputForm .row { margin-bottom:5px; height: 100%; width:100%; }
.inputForm .label { width:120px; float:right; }
.secondary .label { display:block; }
.inputForm .alternatives * { vertical-align:middle }
.inputForm .alternatives label { margin-right:10px; }
.inputForm input { border-style:solid; border-width:1px; border-color:#777777; }
.inputForm input[type="checkbox"] { border-style:solid; border-width:0px; border-color:#777777; }
.inputForm textarea { border-style:solid; border-width:1px;  border-color:#777777; }
.inputForm .tb { width:240px; }
.inputForm .validator { margin-right:10px; }
.form_btnSubmit { background:url(../../Upload/Design/form_btnSubmit.jpg); background-repeat:no-repeat; 	background-position:top right; width:41px; 
height:20px; cursor:pointer; margin-right:130px; border:none; }
.eng .form_btnSubmit { background:url(../../Upload/Design/form_btnSubmit_en.jpg); margin-left:130px; }
/* Form EN*/
.eng .inputForm .label { float:left; }
.eng .inputForm .alternatives label { margin-left:10px; }
.eng .inputForm .validator { margin-left:10px; }

/* SmallForm */
.small_box_middle { margin:5px 10px 5px 0; }
.smallForm .inputForm { margin:0px; }
.smallForm .inputForm .row { margin-bottom:5px; }
.smallForm .inputForm .label { width:45px; float:right; color:#000000; }
.smallForm .secondary .label { display:block; }
.smallForm .inputForm .alternatives * { vertical-align:middle }
.smallForm .inputForm .alternatives label { margin-right:10px; }
.smallForm .inputForm input , .smallForm .inputForm  textarea { border-style:solid; border-width:1px; 	width:106px; }
.smallForm .inputForm .tb { width:240px; }
.smallForm .inputForm .validator { margin-right:10px; width:2px; overflow:hidden; }
.form_btnSubmit_small { background:url(../../Upload/Design/btn_send.jpg); background-repeat:no-repeat; background-position:top right; width:41px; height:20px; cursor:pointer; border:0px; margin-right:112px; }
.en .smallForm .inputForm {  }
.en .smallForm .inputForm .label { float:left; }
.en .smallForm .inputForm .alternatives label { margin-left:10px; }
.en .smallForm .inputForm .validator { margin-left:10px; }
.en .small_box_middle { margin:5px 0 5px 10px; }
.en .form_btnSubmit_small { background:url(../../Upload/Design/btn_send.jpg); margin-left:112px; }

/********* GLOBALS VAR *********/
a img,table, iframe {border:0}
a { text-decoration:none; color:#000; }
a img{vertical-align:middle;}
div { overflow:hidden; }
p {}
button,select,textarea,input { }
table {border-collapse:collapse}
caption,th,td {}
/********* GLOBALS CLASES *********/
.nodicor { text-decoration:none; }
.clear {clear:both; height:0; line-height:0;}
.fr {float:right; }
.fl {float:left; }
.ac { text-align:center; }
.ar { text-align:right; }
.al { text-align:left; }
.rtl { direction:rtl; }
.ltr { direction:ltr; }
.rh { position:relative; }
.p10 { padding:10px; }
.dn { display:none; }
/*********** H1 ***********/
h1 { font-size:16px; padding:0; margin:0 0 15px 0; font-weight:bold; color:#a20000; }
h2 { font-size:16px; padding:0; margin:0 0 15px 0; font-weight:normal; color:#a7100f; }
h3 { font-size:14px; padding:0; margin:0 0 10px 0; font-weight:bold; color:#201a17; }
h4 { font-size:12px; padding:0; margin:0; font-weight:bold; color:#156aaa; }
h5 { font-size:12px; padding:0; margin:0; font-weight:bold; color:#156aaa; }


/********* LAYOUT *********/
body {
	font-family: Arial, Helvetica, sans-serif; margin:0; padding:0; color:#000; font-size:12px; background-color:#f5f5f5;
}
/*************Holders****************/
#main_holder {
	width:100%;
    text-align:center;
    background-color:#f5f5f5;

}
#site_holder {
	width:980px;
	height:100%;
	margin:0 auto;
	background-color:#fff;
	border-right:1px solid #d4d4d4;
	border-left:1px solid #d4d4d4;
}


#site_holder.en {
	text-align:left;
	direction:ltr;
}

#header
{
    height:125px;
    width:980px;
}

             
.eng #header
{
    height:125px;
    width:980px;
	
}
#menu 
{
	height: 40px;
	background: url('/Upload/Design/brushLine.gif') no-repeat;
	background-position:bottom;
	
}
.hebrew 
{

	margin-left:10px;
	margin-top:5px;
}
.russian 
{

	margin-left:5px;
	margin-top:5px;
	
}

.eng .hebrew 
{

	margin-left:10px;
	margin-top:18px;
}
.eng .russian 
{

	margin-left:5px;
	margin-top:18px;
	
}

#menu ul 
{
	list-style:none;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight:bold;
	margin-top:0;
	
}
#menu li
{
	float:right;
}


#menu li a 
{
	line-height:35px;
	padding-left: 10px;
	display:inline;

	margin-right: 10px;
	float:left;
}

#menu li a:hover,  #menu li.current a, #menu li.trail a
{
	background: url('/Upload/Design/linkHover.gif') no-repeat;
	background-position:top center ;
}


#page 
{
	width:980px;
    height:100%;
	margin:0;
	padding-top:10px;
}
#content 
{
    float:right;
    width:575px;
    height:100%;
	margin-top:10px;
	padding-right:5px;
	
}
#content h1 
{
	font-family:Arial,SansSerif;
	font-weight:bold;
	font-size:x-large;
	color:#333333;
	text-align: center;
}
#content p
{
	font-family:Arial,SansSerif;
	font-size:14px;
	color:#333;
	text-align:right;
}
#right 
{
	float:right;
	width:200px;
	height:100%;
	margin:0;
	padding:0;
	min-height:1px;
}

#right ul
{
	padding:0;
	margin:0;
	list-style:none;
	margin-right:10px;
	width:175px;
	
}


#right li 
{	
	display: block;
	min-height:35px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

#right li a 
{
	background:url('/Upload/Design/menuPic.gif') no-repeat;
	background-position: 155px 8px;
	padding-right:28px;	
	line-height:35px;
	width: 147px;
	font-family:Arial,SansSerif;
	font-size: 14px;
	height:30px;
	padding:0 0 0 5px;
	display:block;
	padding-right:28px;
}


#right li a:hover, #right li.current a, #right li.trail a
{
	background: url('/Upload/Design/menuPic_hover.gif') no-repeat;
	background-position: 155px 8px;
	padding-right:28px;
	color:#666666;
}

#right li:hover ul {display:block;}

#right li li
{	
	min-height:25px;
	width:90px;	
	border:none;
}

#right li li a:link, #right li li a:visited 
{background: url('/Upload/Design/menuPicSmall.gif') no-repeat;
 background-position: 155px 8px;
 font-size:12px;
 }
#right li li a:hover, #right li li a:active,  #right li li.current a, #right li li.trail a 
{	
	background: url('/Upload/Design/menuPicSmall_hover.gif') no-repeat;
	background-position: 155px 8px;
	color:Black;
	
 }
 #right li.current ul, #right li.trail ul, #right li a:hover ul
{	
	display:block;
 }
#right ul ul, #right ul li.show  ul{display:none;}



#left 
{
	float:left;
	width:200px;
	height:100%;
	margin:0;
	padding:0;
	min-height:1px;
}

#left ul
{
	padding:0;
	margin:0;
	list-style:none;
	margin-right:10px;
	width:175px;
	
}


#left li 
{	
	display: block;
	min-height:35px;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}

#left li a 
{
	background:url('/Upload/Design/menuPic.gif') no-repeat;
	background-position: 10px 8px;
	padding-right:28px;	
	line-height:35px;
	width: 147px;
	font-family:Arial,SansSerif;
	font-size: 12px;
	height:30px;
	padding:0 0 0 36px;
	display:block;
}


#left li a:hover, #left li.current a, #left li.trail a
{
	background: url('/Upload/Design/menuPic_hover.gif') no-repeat;
	background-position: 10px 8px;
	padding-left:36px;
	color:#666666;
}

#left ul ul, #left ul li.show  ul{display:none;}

#left li:hover ul {display:block;}

#left li li
{	
	min-height:25px;
	width:90px;	
	border:none;
}

#left li li a:link, #left li li a:visited 
{background: url('/Upload/Design/menuPicSmall.gif') no-repeat;
background-position: 10px 8px;
 font-size:11px;
 margin-left: 15px;
 }
#left li li a:hover, #left li li a:active,  #left li li.current a, #left li li.trail a 
{	
	background: url('/Upload/Design/menuPicSmall_hover.gif') no-repeat;
	background-position: 10px 8px;
	color:Black;
	
 }
 #left li.current ul, #left li.trail ul, #left li a:hover ul
{	
	display:block;
 }

#footer {
	width:980px;
	height:100%;
	min-height:45px;
	background:white;
	color:#000;
	text-align:center;
	margin:6px 0 0px 0;
	background-image : url(/Upload/Design/bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	
}

#footer p
{
	padding-bottom:20px;
}

/*************Page****************/
#page_content{
	padding:15px 25px 25px 25px;
	background-color:#eae6db;
}
#page_top
{
    background-image:url(../../Upload/Design/page_top.jpg);
	background-repeat:no-repeat;
	height:8px;
	width:557px;
}
#page_center
{
    background-color:#eaeaea;
    padding:0px 25px;
}
#page_bottom
{
    background-image:url(../../Upload/Design/page_bottom.jpg);
	background-repeat:no-repeat;
	height:13px;
	width:557px;
}
.gallery_images img
{
	margin:10px;
}
.copyright
{
	padding:0 30px;
}

