﻿#overly
{
    width: 100%;
    height: 100%;
    z-index: 1999;
    left: 0;
    top: 0;
    position: fixed;
    background-color: black;
    opacity: 0.5;
    display: none;
}
/***navigation specific css*******/
.logo
{
    margin-left: 30px;
    float: left;
    text-align: left;
}
.links
{
    float: left;
    margin-left: 420px;
}

.logo-main img
{
    position: absolute;
    padding-top: 10px;
}
.logo-small img
{
    position: absolute;
    padding-top: 3px;
}
.menu-over
{
    top: 5px;
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #154592;
    opacity: 0;
}
/***slider*******/
#slider
{
    background-color: #f2f2f2;
    margin-bottom: 20px;
}
#slider-inner
{
    background-image: url('../Images/contact/slider.jpg');
    height: 315px;
    width: 1260px;
    margin: 0pt auto;
    margin-top: 89px;
}
.slider-product-img
{
    width: 120px;
    height: 427px;
    background-image: url('../Images/contact/slider-product-img.png');
    position: absolute;
    margin: 25px 0 0 850px;
}
/***content*******/
#content
{
}
#content-inner
{
    width: 1230px;
    margin: 0pt auto;
    margin-top: 120px;
}
#content-inner >div
{
    float:left;
}
#content-inner #video-content
{
    width:959px;
}
#content-inner #video-menu
{
     width: 271px;
    min-height: 377px;
    background-image: url('../Images/topics/topics-menu-bg.jpg');
    background-repeat:no-repeat;
   padding-top:20px;
   margin-top:30px;
}
#video-menu .menu-row
{
    text-align:right;
    float:right;
     width: 225px;
    height: 27px;
    margin-top:5px;
}
#video-menu .menu-row-over
{
    background-image: url('../Images/topics/topics-row-bg.png');
}
#video-menu .selected
{
    background-image: url('../Images/topics/topics-row-bg.png');
}
.menu-row>div
{
    float:left;
}
.video-group-title
{
    width:200px;
}
.video-group-title a
{
    font:12px tahoma;
    direction:rtl;
    text-align:right;
    color:#154592;
    line-height:25px;
    text-decoration:none;
}
.video-group-arrow img
{
    padding:8px 0 0 5px;
}
#video-content .content-row
{
    height:150px;
    text-align:right;
    float:right;
    margin-right:130px;
    margin-top:50px;
}
.content-row>div
{
    float:left;
}
.content-row .content-text
{
    width:435px;
    margin-right:15px;
}
.content-row .content-img
{
    width:275px;
}
.content-text span
{
    color: #154592; font: 18px 'byekan'; text-align: right; direction: rtl;
                            line-height: 20px;
}
.content-text p
{
    color: #818181; font: 12px tahoma; text-align: justify; direction: rtl;
                            line-height: 18px;
}
.video-more
{
    width: 213px;
    height: 194px;
    background-image: url('../Images/video/video-more-icon.png');
    background-repeat:no-repeat;
    position:absolute;
    margin:-25px 0 0 300px;
    cursor:pointer;
    opacity:0;
    z-index:200;
}
img.thumbnail
{
    position:absolute;
    margin-left:90px;
    margin-top:30px;
}