body,body * {
    margin:0px;
    padding:0px;
}
body{
    
    font-family: tahoma,sans-serif;
    font-size: 12px;
    color: #000;
    
}
img{
    border: none;
}
#main{
    width:1280px;
    color: #fff;
    margin: 0 auto;
    display: block;
}
body .bg{
    height:100%;
    left:0;
    position:absolute;
    width:100%;
    z-index:-1;    
    background:url('bg.jpg') repeat;
}
#logo{
    cursor:default;
    left:25%;
    position:absolute;
    top:-200px;
    width:50%;
}
#logo a{
    text-align: center;
    widows: 135px;
}
#logo img{
 display:block;
    margin: 0 auto;
}
#left{
    float:right;
    margin-right:60px;
    margin-top:165px;
    width:115px;
}
#right{
    width:685px;
    float: right;
    margin-top: 150px;
}
#left .nav{
    display: block;
 
}
#left a{
    background-image:url(button.png);
background-position:center bottom;
color:#067835;
display:block;
font-size:12px;
font-weight:bold;
margin-bottom:15px;
padding:7px 0;
text-align:center;
text-decoration:none;
vertical-align:bottom;
width:115px;
}
#left a:hover,#left a.active{
    background-position: center top;
}
#right .salad_icecream{
    float:right;
margin-right:35px;
}

a.salad_1, a.salad_2{
   cursor:pointer;
display:inline-block;
font-size:16px;
font-weight:bold;
margin:3px 20px;
   
}
div.pager{
    float:right;
    width:450px;
color:#067835;
}
#right .contact{
    color:#067835;
direction:rtl;
display:block;
font-size:20px;
font-weight:bold;
line-height:45px;
margin-right:70px;
}
#right .contact .ltr{
    direction:ltr;
    width:155px;
}