html
{
    width: 100%;
	direction: rtl;
	overflow-y: scroll;
}

body
{
    direction: rtl;
	font-size: 13px;
	font-family: arial;
    border-color: #cacaca;
}

a
{
    text-decoration: none;
    font-weight: bold;
    color: #013668;
}

a:hover
{
    text-decoration: none;
    font-weight: bold;
    background-color: #013668; 
    color: #ffffff;
}

a.orange
{
    color: #ea7f00;   
}

a.orange:hover
{
    background-color: #ea7f00; 
    color: #ffffff;
}

h1
{
    font-size: 18px;
    color: #013668;
    font-weight: bold;
    margin-bottom: 10px;
}

h2
{
    font-size: 16px;
    margin-top: 10px;
    color:  #013668;
    font-weight: bold;
    margin-bottom: 10px;
}

h3
{
    font-size: 14px;
    margin-top: 15px;
    color:  #013668;
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 5px;
}

ul
{
    line-height: 18px;
    font-size: 13px;
}

p
{
    line-height: 18px;
    margin-bottom: 10px;
}

ul.bullet
{
    margin-right: 30px;
    margin-bottom: 10px;
}

ul.bullet li
{
    margin-bottom: 3px;
    list-style-type: disc;
}

.wsi
{
    font-weight: bold;
    color: #0254a1;
}

.clear
{
    clear: both;
}

.gray_line
{
    width: 100%;
    background-image: url(../images/doublegrayline.jpg);
    height: 18px;
}

.gray_line_thin
{
    width: 635px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
    height: 1px;
    font-size: 1px;
}

.bold
{
    font-weight: bold;
}

.font_14
{
    font-size: 14px;
}

#main_pic
{
    float: left;
}

#container
{
    margin-right: auto;
    margin-left: auto;
    width: 950px;
}
    #container #top
    {
        width: 100%;
        height: 100%;
    }

        #container #top #home_title
        {
            width: 100%;
            height: 100%;
            border-top: 5px solid #cccfc8;
            overflow: auto;
        }

            #container #top #home_title #text
            {
                float: right;
            }

            #container #top #home_title #logo
            {
                float: left;
                margin-top: 15px;
            }

            #container #top #menu_hor
            {
                width: 100%;
                margin-top: 10px;
            }

                #container #top #menu_hor a
                {
                    display: inline-block;
                    width: 110px;
                    padding-left: 22px;
                    padding-right: 22px;
                    padding-top: 4px;
                    height: 20px;
                    color: #013668;
                    text-align: center;
                    border-left: 1px solid #cacaca;
                    vertical-align: middle;
                    font-size: 13px;
                }
                #container #top #menu_hor a#last
                {
                    border: none;
                }
                #container #top #menu_hor a:hover
                {
                    color: orange;
                    background-color: #ffffff;
                }

    #container #middle
    {
        height: 100%;
    }
        #container #middle #right_con
        {
            float: right;
            margin-top: 20px;
        }

            #container #middle #right_con #menu_ver
            {

            }

                #container #middle #right_con #menu_ver a
                {
                    display: block;
                    background-image: url(../images/menubtn.jpg);
                    width: 148px;
                    height: 19px;
                    color: white;
                    padding-top: 3px;
                    padding-right: 3px;
                    margin-top: 2px;
                    font-size: 13px;
                }
                #container #middle #right_con #menu_ver a:hover
                {
                    background-image: url(../images/menubtnhover.jpg);
                }

            #container #middle #right_con #banner
            {
                margin-top: 20px;
            }
            #container #middle #right_con #banner a:hover{background-color: #ffffff;}

        #container #middle #center_con
        {
            float: right;
            margin-top: 25px;
            margin-right: 20px;
            padding-left: 20px;
            width: 635px;
            min-height: 400px;
            border-left: 1px solid #cacaca;
        }
        * html #container #middle #center_con {height: 400px;}

        #container #middle #left_con
        {
            float: left;
            margin-top: 20px;
            width: 100px;
            text-align: center;
            height: 100%;
            margin-left: 10px;
        }
        * html #container #middle #left_con {margin-left: 2px;}

            #container #middle #left_con .customer
            {
                margin-top: 20px;
            }


    #container #bottom
    {
        border-top: 1px solid #cacaca;
        text-align: center;
        height: 20px;
        font-size: 11px;
        margin-top: 20px;
    }

        #container #bottom #copy
        {
            margin-bottom: 5px;
            margin-top: 5px;
            width: 100%;
        }
        
/*inner pages style----------------------------------------*/

#wsi_movie
{
    float: left;
}

ul.bullet_big
{
    margin-right: 30px;
    margin-bottom: 10px;
}

ul.bullet_big li
{
    margin-bottom: 10px;
    list-style-type: disc;
}





