﻿body 
{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	direction: rtl;
	text-align: center;
	color: #5e5e5e;
	font-size: 14px;
}
/*html, body, form
{
	min-height:100%;
	height:100%;
}*/
a 
{
	color: #5e5e5e;
}
img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    /*width: 269px;
    height: 69px;*/
}
h1
{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    display: inline;
    padding: 20px 28px 0 0;
    float: right;
}
h2
{
    font-size: 16px;
    font-weight: bold;
}
h3
{
    font-size: 14px;
    font-weight: bold;
}
.wrapper
{
    margin: 0 auto;
    width: 992px;
    background: url(Images/Bg.jpg) repeat-y;
    /*height:100%;*/
}
.divMenu
{
    width: 850px;
    height: 31px;
    float: right;
    padding: 10px 110px 5px 0;
}
ul.Menu
{
    width: 850px;
    display: block;
    height: 31px;
    text-align: right;
    padding: 0;
    margin: 0;
}
ul.Menu li
{
    list-style: none;
    width: 109px;/*93px*/
    height: 31px;
    background: url(Images/MenuButton2.png) no-repeat;
    text-align: center;
    padding-left: 1px;
    line-height: 27px;
    float: right;
}
ul.Menu li a
{
    display: inline;
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    color: White;
    text-decoration: none;
}
.divLogo
{
    float: left;
    width: 850px;
    height: 84px;
    padding: 20px 0 0 110px;
    text-align: left;
}
.divContentTop
{
    width: 770px;
    height: 4px;
    background: #ffffff url(Images/ContentBgTop.png) no-repeat;
    float: right;
    clear: both;
    margin-right: 110px;
}
.divContentTitle
{
    width: 790px;
    height: 70px;
    background: url(Images/ContentBgTitle.png) no-repeat;
    float: right;
    clear: both;
    margin-right: 100px;
}
.divContentMiddle
{
    width: 710px;
    background: #ffffff url(Images/ContentBgMiddle.png) repeat-y;
    float: right;
    clear: both;
    margin-right: 100px;
    text-align: right;
    padding: 10px 40px 20px 40px;
}
.divContentContactUs
{
    width: 710px;
    height: 90px;
    background: url(Images/ContentBgCotactUs.png) no-repeat;
    float: right;
    clear: both;
    margin-right: 110px;
    text-align: right;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 12px;
}
.divContentContactUs .divContactDetails
{
    float: right;
    width: 450px;
}
.divContentContactUs .divContactDetails span
{
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}
.divContentContactUs .divFacebookButton
{
    float: left;
    width: 90px;
    text-align: left;
}
.divContentContactUs hr
{
    color: #DFDFDF;
}
.divContentBottom
{
    width: 770px;
    height: 20px;
    background: url(Images/ContentBgBottom.png) no-repeat;
    float: right;
    clear: both;
    margin-right: 110px;
    padding-top: 15px;
	color: #000000;
	font-size: 12px;
	text-align: center;
}
.divFooter
{
    width: 992px;
    height: 15px;
    background: url(Images/BgBottom.png) no-repeat;
    clear: both;	
}

/* Projects */
.projects img {
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
}

.projects {
    width: 607px;
    direction: rtl; 
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-right: 90px;
}

.projects .right {
    width: 155px;
    vertical-align: top;
    text-align: center;
    float: right;
    font-size: 13px;
    color: #5E5E5E; /*#29A1AC*/
    font-weight: normal;
    padding: 0px 0px 25px 30px;
    clear: right;
}

.projects .middle {
    width: 155px;
    vertical-align: top;
    text-align: center;
    float: right;
    font-size: 13px;
    color: #5E5E5E;
    font-weight: normal;
    padding: 0px 0px 25px 30px;
    cursor: pointer;
}
.projects .middle:hover { text-decoration: none; }

.projects .left {
    width: 155px;
    vertical-align: top;
    text-align: center;
    float: right;
    font-size: 13px;
    color: #5E5E5E;
    font-weight: normal;
    padding: 0px 0px 25px 0px;
    clear: left;
}

.project_box_top {
    width: 150px;
    height: 14px;
    background-image: url(Images/ProjectsThumbnails/ThumbnailBG_Top.gif);
    background-repeat: no-repeat;
}

.project_box_middle {
    width: 140px;
    background-image: url(Images/ProjectsThumbnails/ThumbnailBG_Middle.gif);
    background-repeat: repeat-y;
    padding: 0px 5px;
}

.project_box_bottom {
    width: 150px;
    height: 14px;
    background-image: url(Images/ProjectsThumbnails/ThumbnailBG_Bottom.gif);
    background-repeat: no-repeat;
}

.FacebookDiv {
    width: 290px;
    float: right;
    text-align: center;
    margin: 20px 30px;
}

.clear {
    clear: both;
}
