﻿/* ********************************כללי******************************   */
body {margin:0px;padding:0px;font-family:Arial;}
td{font-family:Arial;}
div{font-family:Arial;}
h1{font-size:20px;font-family:Arial;color:#4c4d4f;}
/* ********************************ראשי******************************   */
#container
{
    margin:0 auto;
    text-align:right;
     background:url('images/bgallnew.jpg') repeat-x;
     background-color:#4c4d4f;
}
/* ********************************עליון******************************   */
#topdiv
{
    margin:0 auto;
    background-color:White;
    width:995px;
    height: 141px;
    text-align:right;
}
#headerdiv
{
    margin:0 auto;
    background-image:url('images/vibit_02.jpg');
    width:995px;
    height: 185px;
    text-align:right;
}
#headermenu
{   
    float:right;
    margin-right:174px;
    margin-top:25px;
    width:672px;
    text-align:center;
}
#headermenu-li
{
   float:right;
   display:inline;
   width:105px;
   text-align:center;
   color:White;
   font-family:Arial;
   font-size:14px;
   font-weight:bold;
}
#logodiv
{
    float:left;
    margin-top:10px;
    width:156px;
    height: 113px;
    align:left;
}
#menutopdiv
{   
    margin-top:8px;
    float:right;
    width:462px;
    height: 105px;
    text-align:right;
}

#menutopdiv-li
{
   float:right;
   display:inline;
   width:50px;
   text-align:center;
   font-family:Arial;
   font-size:10px;
   color:Black;
   font-weight:bold;
}
#menutopdiv-li2
{
    margin-top:28px;
   width:240px;
   text-align:center;
}
#sendiv  /* משפט עליון + טלפון   */
{
   height:43px;
   text-align:center;
}
/* ********************************מרכז******************************   */
#centerdiv
{
    background-color:#4c4d4f;
    width:995px;
    height: 280px;
    text-align:right;
    margin:0 auto;
    
}
/* *************************תפריט******מרכז******************************   */
#menuleft
{
    background-color:#4c4d4f;
    margin:0 auto;
    width:180px;
    text-align:right;
    float:left;
    list-style-type: none;
    margin-left:-18px;
    margin-top:-10px;
   
}
ul.none {list-style-type: none; height:42px;} 

#menuright
{
    margin:0 auto;
    background-color:#4c4d4f;
    width:500px;
    text-align:right;
    float:right;
    
}
/* ********************************תחתון******************************   */
#footerdiv
{
    background-image:url('images/vibit_04.jpg');
    margin:0 auto;
    width:100%;
    height: 140px;
    text-align:right;
    background-color:#4c4d4f;
}
/* ********************************------------******************************   */

#wrap {
    color: #404040;
     margin:0 auto;
    width:790px;
    padding-left:110px;
    text-align:right;
}

#menu{
    margin:0 auto;
    width:107px;
    text-align:right;
    float:left;
    list-style-type: none;
	cursor:pointer;
}
#menu a{
 background-image: url(images/menubg.jpg);
 background-repeat: no-repeat;
 background-position:left;
 padding: 1px;
 height: 162px;
}
#menu a:hover{
 background-image: url(images/menubgoff.jpg);
 height: 162px;
}
/*
.ulist{
	list-type: none;
	list-style:none;
	font-size:11px;
	text-decoration:none;
	color:#fff;
}

A.ulist:link {text-decoration: none;color:#ffffff;font-size:11px;font-weight:bold}
A.ulist:visited {text-decoration: none;color:#ffffff;font-size:11px;font-weight:bold}
A.ulist:active {text-decoration: none;color:#ffffff;font-size:11px;font-weight:bold}
A.ulist:hover {text-decoration: none; color:#f4f4f4;font-size:11px;font-weight:bold}


*{ 
margin:0; 
padding:0; 
} 
ul#menuList{ 
list-style-type:none;*/ /*remove bullets*/ 
/*
} 
li{ 
display:inline; /*fix IE whitespace in lists bug*/ 
/*
} 
li a:link, li a:visited{*/ 
/*display:block; /*allows anchor to take width and height*/ 
/*width:108px; /*equal to image width*/ 
/*height:42px;/*equal to image height*/ 
/*background:url(images/menubg.jpg) 0 0 no-repeat; /*the image*/ 
/*text-indent:-3000px; /*moves text out of the way*/ 
/*overflow:hidden; 
text-decoration:none;
/*text-align:center;*/
/*} 
li a:link:hover, li a:visited:hover{ 
background:url(images/menubgoff.jpg) 0 0 no-repeat; /*you can also swap the image on hover to get a rollover effect if desired*/ 
/*color: #FFF;
} */



