﻿body 
{
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;    
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
}
a
{
    direction:rtl;
}
h1,h2
{
    color:#c23836;
    padding:0px;
    margin:5px 0px 0px 0px;
}
hr
{
    color:#c23836;
    margin:10px 0px 10px 0px;
}
img
{
    border:solid 0px white;
}
marquee
{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    height:170px;
}
marquee a
{
    color:#c23836;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
}
marquee div
{
    
    direction:rtl;
}
/*****************************************  classes ********************************************************/
.wrapper
{
    position:absolute;
    width:1004;
}
.topHeader
{
    position:relative;
    width:1004px;
    height:147px;
    background-image:url('Images/header.jpg');
}
.menuStrip
{
    position:relative;
    width:1004px;
    height:26px;
    z-index:1;
}
.topDiv
{
    position:absolute;
    width:379px;
    height:26px;
    background-image:url('Images/topdiv.jpg');
    text-align:right;
    color:#c23836;
    font-size:14px;
    font-weight:bold;
    left:625px;
    top:0px;
}

.menu
{
    position:absolute;
    width:625px;
    height:26px;
    left:0px;
    top:0px;
    text-align:right;
    vertical-align:middle;
    background-image:url('Images/bgMenu.jpg');
    background-repeat:repeat-x;
}

.leftBox
{
    position:absolute;
    left:0px;
    width:620px;
    /*height:794px;*/
    text-align:right;
}
.leftBox div span
{
    cursor:auto;
}
.leftBox hr
{
    margin:0;
}
.leftBox a
{
    color:Black;
    text-decoration:underline;
}
.leftBox a:hover
{
    color:Black;
    text-decoration:none;
}
.leftBoxContent
{
    position:relative;
    width:600px;
    padding-top:20px;
    text-align:right;
    direction:rtl;
}

.leftBoxContent table td
{
   
    font-weight:bold;
}
.leftBoxContent input
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    direction:rtl;
    color:Black;
    border:solid 1px black;
}
.leftBoxContent p
{
    margin-top:0;
}
.leftBoxContent span
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    cursor:auto;
    display:block;
    margin-bottom:0px;
    color:#c23836;
}
.leftBoxContent a
{
    font-family:Arial;
    font-weight:bold;
    text-decoration:underline;
    margin-bottom:0px;
    color:#c23836;
}
.rightBox
{
    position:absolute;
    width:379px;
    /*height:794px;*/
    height:550px;
    margin-left:625px;
    text-align:right;
}
.rightBox a
{
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
    color:#c23836;
    text-decoration:none;
}
.folatDivLeft
{
    position:absolute;
    left:-1px;
    width:19px;
    height:550px;
    background-image: url('Images/floatDivLeft.jpg');
    background-repeat:repeat-y;
}
.folatDivMiddle
{
    position:absolute;
    left:17px;
    width:338px;
    height:550px;
    background-color:#E9E9E9;
    direction:rtl;
}
.folatDivMiddle table
{
    width:280px;
    text-align:center;
    border:solid 0px black;
}
.folatDivMiddle table td
{
    color:Black;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-align:right;
}
.folatDivMiddle table td img,span
{
    cursor:pointer;
}

.folatDivRight
{
    position:absolute;
    left:355px;
    width:24px;
    height:550px;
    background-image: url('Images/floatDivRight.jpg');
    background-repeat:repeat-y;
}
.floatDivBottom
{
    position:absolute;
    top:550px;
    left:-2px;
    width:382px;
    height:45px;
    background-image:url('Images/floatDivBottom.jpg');
    background-repeat:no-repeat;
}

span.header
{
    color:#c23836;
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
}
span.content
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    text-align:right;
    direction:rtl;
}
p.header
{
    color:#c23836;
    font-family:Arial;
    font-size:16px;
    padding:3px 20px 0px 0px;
    margin:0px 0px 0px 0px;
    font-weight:bold;
}
.custService
{
    text-align:center;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align:right;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 130px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float:right;
 display: block;
 position: relative;
 height:24px;
 /*border: 1px solid #330;*/
 margin-right: -1px;
 background-image:url('Images/bgMenu.jpg');
 background-repeat:repeat-x;
}

.delimiter{
 float:right;
 display: block;
 position: relative;
 height:15px;
 /*border: 1px solid #330;*/
 margin-right: -1px;
 margin-top:1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 border: 1px solid #330;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px;
 color: black;
 font-weight:bold;
 height:19px;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #c23836;
 /*background-color: #A64;*/
}
.menulist a.highlighted {
 color: #FFF;
 /*background-color: #C86;*/
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */