/**
    // global.css

    Written by LandRover
    Last modified 4nd November, 2008.
**/

/***************************************************/
/***************** GENERAL OBJECTS *****************/
/***************************************************/

* { padding: 0; }
html,body,ul,li,img,a,h1,h2,h3,h4,h5,h6,pre,script,form { margin: 0; }

body { font-family: Arial; font-size: 12px; color: black; direction: rtl; background: white url('') no-repeat fixed center top; }

img { border: none; }
iframe { overflow: hidden; }
object { overflow: hidden; }

a:active { outline: none; }
/* a:focus { -moz-outline-style: none; } */

.b2l { border-bottom: 3px double #dcdcdc; }
.s6 { font-size: 6px; }
.s4 { font-size: 4px; }
.pd5 { padding: 5px; }
.pd0 { padding: 0; }
.fl { float: left; }
.fr { float: right; }
.hd { display: none; }
.bld { font-weight: bolder; }
.blk { display: block; }
.m3 { margin: 3px; }
.m6 { margin: 6px; }
.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }
.clear { clear:both; }
.clear_trans { clear: both; display: block; font-size: 0px; }

div.box_header_gray { background: transparent url('../images/design_boxes_bg_gfx.gif') no-repeat right -5px; display: block; float: left; height: 14px; width: 350px; padding-right: 20px; }
div.box_header_gray span { background: transparent url('../images/design_boxes_bg_gfx.gif') no-repeat left -5px; display: block; height: 14px; }

#inner_mega_left {/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left:0px; top: 60px; width: 120px;
}

body > div#inner_mega_left {/* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

div#inner_mega_left {/* IE5.5+/Win - this is more specific than the IE 5.0 version */
  top: expression(ignoreMe=document.body.clientHeight<500?(document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop):(document.getElementById("v_f").offsetTop<document.body.scrollTop+475?document.getElementById("v_f").offsetTop-605:document.documentElement.scrollTop?document.documentElement.scrollTop+60:document.body.scrollTop+60)+'px');
}

.top_banner_inner{width:732px;margin-right:auto;margin-left:auto;}
.top_banner_inner a{text-decoration:none;}

.plasma{background-color:#E8EBEB;width:720px;padding-right:20px;}

