﻿*
{
    padding:0;
    margin:0;
}
body
{
    font-size:12px;
    font-family:Arial;
    color:#333;
    direction:rtl;
    text-align:center;
    background:url(images/bodyBackground.png) top repeat-x #004a80;
}
img
{
    border:none;
}
.wrapper
{
    width:830px;
    margin:0 auto;
    overflow:hidden;
}
.header
{
    width:810px;
    padding:0 10px;
    height:110px;
    line-height:110px;
    background-image:url(images/headerBackground.png);
    overflow:hidden;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
}
.header ul
{
    margin-top:70px;
    margin-right:5px;
    overflow:hidden;
    list-style:none;
    height:27px;
    line-height:27px;
    border-right:1px solid #fff;
}
.header ul li
{
    display:block;
    float:right;
}
.header ul li a:link,
.header ul li a:active,
.header ul li a:visited
{
    display:block;
    height:27px;
    line-height:27px;
    width:87px;
    border-left:1px solid #fff;
    background-image:url(images/navigationLink.png);
    font-family:Arial;
    font-weight:bold;
    color:#fff;
}
.header ul li a:hover
{
    padding:0 !important;
    background-image:url(images/navigationHover.png);
}
.content
{
    width:790px;
    padding:15px 20px;
    text-align:right;
    background-image:url(images/contentBackground.png);
    overflow:hidden;
}
.footer
{
    width:800px;
    padding:40px 15px 0 15px;
    font-size:0.9em;
    font-weight:bold;
    color:#fff;
    background:url(images/footerBackground.png) top no-repeat #004a80;
    overflow:hidden;
}

h1
{
    font-family:Tahoma;
    font-size:1.4em;
    background-color:#0072bc;
    color:#fff;
    margin-bottom:10px;
    padding:2px;
}
ul
{
    list-style-type:square;
}
a:link,
a:active,
a:visited
{
    font-weight:bold;
    color:#004a80;
    text-decoration:none;
}
a:hover
{
    background-color:#004a80;
    color:#fff;
    padding:0 2px
}
.contentRight
{
    float:right;
    width:510px;
    padding-left:20px;
    margin-left:20px;
    border-left:1px dotted #6dcff6;
}
.contentRight p img
{
     vertical-align:text-bottom;
}
.content ul
{
    padding:1em;
}
.contentCenter
{
    padding:0 15px;
}
.contentLeft p
{
    background-color:#d9e6ff;
    padding:1em;
    margin-bottom:1px;
}
.contentRight p
{
    margin:1em;
    line-height:1.4em;
}
.contentLeft p span
{
    margin-top:1em;
    font-weight:bold;
    display:block;
    text-align:left;
}
.contentLeft
{
    float:left;
    width:239px;
}
.contentLeftTitle
{
    font-size:1.2em;
    font-weight:bold;
    color:#004a80;
    padding:2px;
    display:block;
    text-decoration:underline;
}
.orderLink:hover
{
    padding:0px !important;
    background:none;
}
.orderLink img
{
    margin:15px 10px;
}
.faqitem
{
    padding:1em;
    font-weight:bold;
    border:1px dotted #ccc;
    margin-bottom:1px;
}
.faqitem br
{
   margin-bottom:10px;
}

.mainpageTop
{
    width:520px;
    overflow:hidden;
}
.mainpageVideo
{
    float:right;
    width:230px;
    margin:5px;
}
.mainpageBanner
{
    float:left;
    width:280px;
    padding:0 !important;
    background:none !important;
}
