﻿body
{
    margin: 0px;
    padding: 0px;
    background: url(../_images/body_bg.png) no-repeat top #c4a671;
    height: auto;
    font-family: 'DroidSansArabic' !important;
}
@font-face
{
    src: url('../_fonts/DroidSansArabic.eot');
    src: url('../_fonts/DroidSansArabic.eot?#iefix') format('embedded-opentype'), url('../_fonts/DroidSansArabic.woff') format('woff'), url('../_fonts/DroidSansArabic.ttf') format('truetype'), url('../_fonts/DroidSansArabic.svg#DroidSansArabic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-family: 'DroidSansArabic' !important;
}
img
{
    border: none;
}
/*Main Container Start*/
.mainContainer
{
    width: 1028px;
    height: auto;
    margin: 0px auto 0px auto;
}
/*Main Container End*/

/*Header Start*/
.header
{
    width: 1028px;
    height: 88px;
    float: left;
    margin: 34px 0px 0px 0px;
}
.mainNav
{
    width: 826px;
    height: 62px;
    float: left;
}
.mainNav ul
{
    width: 826px;
    height: 62px;
    list-style-type: none;
    margin: 10px 0px 0px 10px;
    overflow: hidden;
    padding: 0px;
}
.mainNav ul li
{
    float: right;
    list-style-type: none;
}
.mainNav ul li a img:hover
{
    margin-top: -62px;
}
.logo
{
    width: 130px;
    height: 88px;
    float: right;
}
/*Header End*/

/*Search Box Start*/
.searchBox
{
    width: 1028px;
    height: 168px;
    float: left;
    margin: 16px 0px 0px 0px;
}
.searchFields
{
    width: 268px;
    height: 168px;
    float: right;
    margin: 0px 240px 0px 0px;
}
.dropDownList
{
    width: 268px;
    height: 32px;
    background: url(../_images/search_field_bg.png) no-repeat;
    direction: rtl;
    border: none;
    padding: 3px 15px 0px 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    outline: none;
    font-family: 'DroidSansArabic';
    font-size: 13px;
    color: #3b3b3b;
    margin-bottom: 10px;
}
#searchBtn
{
    width: 124px;
    height: 50px;
    padding: 0px;
    margin: 2px 0px 0px 0px;
    float: left;
    background-color: transparent;
    border: none;
    color: transparent;
    cursor: pointer;
}
.telephones
{
    width: 348px;
    height: 64px;
    float: left;
    margin: 20px 0px 0px 80px;
}
/*Search Box End*/

/*Social Start*/
.social
{
    width: 1028px;
    height: 54px;
    float: left;
}
.socialStart
{
    width: 35px;
    height: 54px; /*background: url(../_images/social_00_start.png) no-repeat;*/
    float: left;
}
.socialFacebook
{
    width: 66px;
    height: 54px;
    float: left;
    margin-top: -17px;
}
.socialTwitter
{
    width: 66px;
    height: 54px;
    float: left;
    margin-top: -17px;
}
.socialYoutube
{
    width: 66px;
    height: 54px;
    float: left;
    margin-top: -17px;
}
.socialInstagram
{
    width: 66px;
    height: 54px;
    float: left;
    margin-top: -17px;
}
.socialEnd
{
    width: 729px;
    height: 54px;
    background: url(../_images/social_05_end.png) no-repeat;
    float: right;
}
/*Social End*/

/*News Bar Start*/
.newsBar
{
    width: 1028px;
    height: 52px;
    background: url(../_images/news_bar_bg.png) no-repeat;
    float: left;
}
.newsBar marquee
{
    width: 880px;
    float: right;
    margin: 15px 112px 0px 0px;
    direction: rtl;
    font-family: Tahoma;
    font-size: 14px;
    color: #48433c;
}
/*News Bar End*/

/*Special Slider Start*/
.specialSlider
{
    width: 1028px;
    height: 238px;
    background: url(../_images/speical_slider_bg.png) no-repeat;
    float: left;
}
.specialItem
{
    width: 210px;
    height: 212px;
    background: url(../_images/special_slider_bg.png) no-repeat;
}
/*Special Slider End*/

/*Main Content Start*/
.mainContent
{
    width: 1028px;
    height: auto;
    float: left;
}
.mainContentStart
{
    width: 1028px;
    height: 21px;
    background: url(../_images/mainContent_start.png) no-repeat;
    float: left;
}
.mainContentMiddle
{
    width: 1028px;
    background: url(../_images/mainContent_middle.png) repeat-y;
    float: left;
}
.mainContentEnd
{
    width: 1028px;
    height: 21px;
    background: url(../_images/mainContent_end.png) no-repeat;
    float: left;
}
.sideBar
{
    width: 256px;
    float: right;
    margin: 12px 54px 0px 0px;
}
.adSpace
{
    width: 285px;
    height: 385px;
    float: left;
    margin: 0px 0px 34px 0px;
    max-height: 100%;
    max-width: 100%;
    /*overflow: auto;*/
}
.news
{
    width: 256px;
    float: left;
}
.newsTitle
{
    width: 256px;
    height: 34px;
    float: right;
    background: url(../_images/newsTitle.png) no-repeat;
}
.newsStory
{
    width: 256px;
    float: right;
    border-bottom: 1px dotted #9b958b;
    min-height: 150px;
}
.newsStoryTitle
{
    width: 256px;
    float: right;
    margin: 20px 0px 0px 0px;
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #b99459;
}
.newsStoryDetails
{
    width: 256px;
    float: right;
    margin: 8px 0px 0px 0px;
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
    font-size: 11px;
    color: #6c655e;
}
.newsStoryMore
{
    width: 256px;
    float: right;
    margin: 20px 0px 10px 0px;
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #207c9e;
}
.newsStoryMore a
{
    text-decoration: none;
    color: #207c9e;
}
.newsStoryMore a:hover
{
    text-decoration: underline;
    color: #b99459;
}
/*Main Content End*/

/* Bottom Links Start*/
.bottomLinks
{
    width: 100%;
    height: 63px;
    background: url(../_images/bottomLinks_bg.png);
    float: left;
    margin: 28px 0px 0px 0px;
}
.bottomLinksNav
{
    width: 1028px;
    height: 24px;
    margin: 20px auto 0px auto;
}
.bottomLinks ul
{
    width: 780px;
    height: 24px;
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    padding: 0px;
}
.bottomLinks ul li
{
    float: right;
    list-style-type: none;
    margin: 0px 0px 0px 38px;
    font-family: 'DroidSansArabic';
    font-size: 18px;
    color: #efe8da;
}
.bottomLinks ul li a
{
    text-decoration: none;
    color: #efe8da;
}
.bottomLinks ul li a:hover
{
    color: #207c9e;
}
/*Bottom Links End*/

/*Footer Start*/
.footer
{
    width: 100%;
    height: 66px;
    background: url(../_images/footer_bg.png);
    float: left;
}
.footerContent
{
    width: 934px;
    height: 46px;
    margin: 14px auto 0px auto;
}
.copyRight
{
    width: 134px;
    height: 11px;
    margin: 12px 0px 0px 0px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #69625a;
}
.footerLogo
{
    width: 70px;
    height: 46px;
    margin: 0px 300px 0px 296px;
    float: left;
}
.hardtask
{
    width: 120px;
    height: 19px;
    margin: 12px 0px 0px 0px;
    float: left;
}
/*Footer End*/

.mainContentStory
{
    width: 630px;
    height: auto;
    float: right;
    margin: 0px 44px 0px 0px;
}
/*Inner Pages Start*/
.mainContentStoryHeader
{
    width: 630px;
    height: 32px;
    background: url(../_images/mainContentTitle_line.png) no-repeat; /*float:right;*/
    margin: 12px -40px 20px 0px;
}
.mainContentStoryTitle
{
    float: right;
    margin: -6px 22px 0px 0px;
    font-size: 20px;
    color: #207c9e;
    text-align: justify;
    direction: rtl;
}
/* ----------------------Default---------------------- */
.todayOffers
{
    width: 630px;
    float: right;
}
.offerBlock
{
    width: 630px;
    min-height: 142px;
    float: right;
    border-bottom: 1px dotted #9b958b;
}
.offerImageContainer
{
    width: 138px;
    height: 117px;
    background: url(../_images/image_bg.png) no-repeat;
    float: right;
    margin: 24px 0px 0px 0px;
}
.offerImage
{
    width: 130px;
    height: 96px;
    margin: 3px 0px 0px 0px;
}
.offerImage a
{
    display: inline-block;
    min-width: 100%;
    min-height: 100%;
}
.offerImage img
{
    width:130px;
    height:96px;
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
}
.offerDetails
{
    width: 370px;
    float: right;
    margin: 24px 18px 0px 0px;
}
.offerTitle
{
    float: right;
    margin: 0px 0px 0px 0px;
}
.offerTitle a
{
    font-size: 18px;
    color: #207c9e;
    text-decoration: none;
}
.offerPlace
{
    float: right;
    margin: 2px 0px 0px 0px;
    font-family: Tahoma;
    font-size: 13px;
    color: #48433c;
    direction: rtl;
    line-height: 22px;
    clear: both;
    text-align: right;
}
.offerArea
{
    float: right;
    margin: 4px 0px 0px 0px;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #48433c;
    direction: rtl;
    clear: both;
}
.offerMore
{
    width: 102px;
    height: 43px;
    float: right;
    margin: 50px 0px 0px 0px;
}

.Validation
{
    display: inline-block;
    color: Red;
}

/* ----------------------About---------------------- */

/* ----------------------News---------------------- */
.Story
{
    border-bottom: 1px dotted #9b958b;
    min-height: 100px;
}
.StoryTitle
{
    margin: 10px 0;
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #b99459;
    text-decoration: none;
    display: block;
}
.StoryAuthor
{
    font-size: 20px;
    color: #207c9e;
    text-align: justify;
    text-decoration: none;
    direction: rtl;
}
.StoryDetails
{
    margin: 8px 0px 0px 0px;
    text-align: justify;
    direction: rtl;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    color: #6c655e;
}
/*-----------------------Details-----------------------*/
.DetailTitle
{
    font-size: 14px;
    color: #207c9e;
    text-align: justify;
    direction: rtl;
}
/* ----------------------Articles---------------------- */

/* ----------------------Sale---------------------- */

/* ----------------------Outside---------------------- */

/* ----------------------Contact---------------------- */
#tblContactUS input[type="text"], #tblContactUS textarea
{
    width: 95%;
    padding: 2px;
}

/*-----------------------Pager---------------------------*/
.pages
{
    color: #999;
    text-align: center;
    margin: 15px 0px;
}
.pages a, .pages .cpb
{
    text-align: center;
    text-decoration: none;
    float: none;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 6px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    margin: 0 2px;
    color: #4f2e1c;
    font-family: Tahoma;
    font-size: 13px;
    display: inline;
}
.pages a:hover
{
    background-color: #586172;
    color: #fff;
    border: 1px solid #B7B7B7;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 13px;
}
.pages .cpb
{
    text-align: center;
    color: #fff;
    background: #b99459;
    border: 1px solid #B7B7B7;
    font-family: Tahoma;
    font-size: 12px;
}
/*Inner Pages End*/


.BackStyle
{
     background: url('../_images/Back.png');
  background-repeat: no-repeat;
  width:64px;
  height: 30px;
  border: 0px;
  font-size: 0px;
  cursor:pointer;
 
  
}