﻿* {
    margin: 0;
    padding: 0;
}

a {
    color: #ffffff;
    text-decoration:none;
}

a:hover {
    color: #ffffff;
    text-decoration:underline;
}

body#Home {
    background-color: #002147;
    color: #ffffff;
    font: normal 12px tahoma;
    margin: 0;
    direction: ltr;
}

div#HomeMain {
    width: 940px;
    margin: auto;
}

div#head {
    margin: auto;
    width: 940px;
    height: 150px;
    margin-top: 25px;
}

div#head a#logo {
    float: left;
    width: 500px;
    height: 90px;
    background: url(images/logo.gif) no-repeat;
    outline-style: none;
}

div#head a#SubLogo {
    float: left;
    clear: left;
    width: 500px;
    height: 30px;
    background: url(images/logo.gif) no-repeat;
    background-position: 0 -90px;
    outline-style: none;
}

div#head div#intro {
    width: 400px;
    height: 137px;
    float: right;
}

div#head div#intro a {
    color: #8097b2;
    text-decoration: none;
}
div#head div#intro a:hover {
    color: #fff;
    text-decoration: none;
}

div#head div#intro #tools {
    width: 250px;
    height: 75px;
    float: right;
    border-left: 1px dashed #2e4c6f;
    border-bottom: 1px dashed #2e4c6f;
    padding-left: 20px;
}

div#head div#intro #tools input[type=text] {
    font-size: 12px;
    width: 90px;
    margin: 2px 0 0 4px;
    border: 0px solid #fff;
    text-align: left;
}

div#head div#intro #tools table {
    clear: both;
}

div#head div#intro #QuickLinks {
    width: 250px;
    height: 30px;
    float: right;
    border-left: 1px dashed #2e4c6f;
    padding: 12px 0 0 20px;
}

div#head div#intro #SearchInputWraper {
    background: url(images/search-input-bg.gif) no-repeat;
    width: 101px;
    height: 19px;
    display: inline-block;
}


div#HeaderBar {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
div.HeaderBarImgae {
    background-image: url(images/block1-bkgd.jpg);
    background-repeat: no-repeat;
    width: 940px;
    height: 196px;
}
div.HeaderBarDetails {
    background-image: url(images/header-bar-bkgd.jpg);
    background-repeat: repeat-x;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 232px;
    height: 196px;
    padding: 10px;
}

div#Block1 .HeaderBarImgae {
    background-image: url(images/block1-bkgd.jpg);
}

div#Block2 .HeaderBarImgae {
    background-image: url(images/block2-bkgd.jpg);
}

div#Block3 .HeaderBarImgae {
    background-image: url(images/block3-bkgd.jpg);
}

div#Block4 .HeaderBarImgae {
    background-image: url(images/block4-bkgd.jpg);
}

div#Block5 .HeaderBarImgae {
    background-image: url(images/block5-bkgd.jpg);
}

div#Block6 .HeaderBarImgae {
    background-image: url(images/block6-bkgd.jpg);
}

div#Block1 a.PhotoInfo {
    background-image: url(images/photo-info.gif);
    display: block;
    width: 132px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: .9;
    text-decoration: none;
}

div#Block1 a.PhotoInfo:hover {
    background-position: 0 -18px;
}

div#HomeMenu {
    width: 100%;
    height: 37px;
    background-image: url(images/menu-bkgd.gif);
    background-repeat: repeat-x;
}
div#HomeMenu a.Menu {
    text-align: center;
    padding-top: 10px;
    float: left;
    width: 180px;
    height: 27px;
    color: #e3eefb;
    text-decoration: none;
    outline: none;
}

div#HomeMenu a.Menu:hover, div#HomeMenu a.Menu.Selected {
    background-image: url(images/menu-bkgd-hover.gif);
    background-repeat: repeat-x;
    text-decoration: none;
}

div#HomeMenu .Separator {
    float: left;
    width: 2px;
    height: 37px;
    background-image: url(images/menu-line.gif);
    background-repeat: no-repeat;
    background-position: left;
}
div#HomeContent {
    width: 100%;
    margin-top: 25px;
}

ul.LinkList li {
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/chevron_ltr.gif) no-repeat scroll left 0.4em;
    float: none;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 7px;
    padding: 0 0 0 10px;
    width: auto;
}

li.LinkTitle {
    color: #dbdfe5;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 30px 0;
    display: block;
    width: 310px;
    float: left;
}

li.LinkTitle > a {
    color: #dbdfe5;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}

ul.LinkList li a, div#HomeFoot a {
    font-size: 11px;
    color: #c0d6ee;
    text-decoration: none;
    font-weight:normal;
}
ul.LinkList li a:hover, div#HomeFoot a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
 

ul.LinkList li a.inactive, div#HomeFoot a.inactive {
    color: #c0d6ee;
    text-decoration: none;
    cursor:default;
    outline:none;
}

ul.LinkList li a.inactive:hover, div#HomeFoot a.inactive:hover {
    color: #c0d6ee;
    text-decoration: none;
}

div#HomeFoot {
    margin: 30px auto 10px auto;
    padding: 10px;
    border-style: dashed;
    border-width: 1px 0px 1px 0px;
    border-color: #2e4c6f;
    width: 940px;
}

div#HomeFoot #links {
    float: left;
}

div#HomeFoot #copy {
    float: right;
}

#DevByOpenwebIr {
    margin: auto;
    width: 930px;
    height: 30px;
}

#DevByOpenwebIr a, #DevByOpenwebIr img {
    border: 0px;
    text-decoration: none;
    float: right;
}


/* Manshur news */
.news_withImage_wrapper {
    margin-bottom: 20px;
    width: 460px;
    float: left;
}

.news_withImage_wrapper img {
    width: 30%;
    display: block;
    height: 115px;
    width: 156px;
    padding: 5px 5px 13px 5px;
    margin-bottom: 4px;
    float: left;
    background-image: url(images/imageBorder.jpg);
    background-position: 0 135px;
    border: 1px solid #d9d9d9;
    padding: 3px;
}

.news_withImage_wrapper img:hover {
    background-position: 0 0px;
}

.news_withImage_abstract {
    width: 240px;
    margin-right: 40px;
    display: block;
    float: right;
}

.news_withImage_abstract h1 {
    font-size: 12px;
    font-weight: bold;
    color: #ed6332;
    padding-top: 3px;
    font-family: Tahoma !important;
}

.news_withImage_date {
}


.newsOlder {
    margin: 0px 0 10px 0px;
    clear: both;
}

.newsOlder li {
    list-style-type: none;
    -moz-background-clip: border;
    -moz-background-inline-policy: continuous;
    -moz-background-origin: padding;
    background: transparent url(images/chevron_ltr.gif) no-repeat scroll left 0.4em;
    float: none;
    font-size: 1em;
    line-height: 1.3em;
    margin: 0 0 7px;
    padding: 0 0 0 10px;
    width: auto;
}

.newsOlder ul a {
    font-size: 11px;
    color: #c0d6ee;
    text-decoration: none;
    font-weight: bold;
}

.newsOlder ul a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

p a {
    font-size: 11px;
    color: #c0d6ee;
    text-decoration: none;
    font-weight: bold;
}
p a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 30px 0;
    display: block;
    width: 310px;
    float: left;
    color: #dbdfe5;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: inline-block;
}
