/*structure of page*/
body {
    margin: 0px;
    padding: 10px 0px 0px 0px;
    direction: rtl;
    background-color: #dfdfdf;
    font-family: Tahoma,Arial,'Times New Roman';
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #000000;
}

a{
    text-decoration: none;
	color: #222222;
}

a:visited{
	color: #555555;
}

a:hover{
	color: #888888;
}

.page{
    margin: auto;
    background: #e4e4e4 url(../images/back.jpg) repeat-x top;
    width: 770px;
}

.container{
    margin: 0px 9px;
}

.content{
    text-align: right;
    float: left;
    width: 601px;
}

.side{
    text-align: right;
    width: 145px;
}

.footer{
    clear: both;
}
.logo{
    margin: 5px 18px 0px 0px;
    width: 108px;
    height: 107px;
}

.menu{
    margin-left: 105px;
    float: left;
    z-index: 1;
}

.main_menu{
    background-image: url(../images/main_menu.jpg);
    background-repeat: no-repeat;
    height: 201px;
    width: 145px;
    margin-top: 5px;
}

.main_menu ul {
	list-style-type: none;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 34px 0px 0px;
    padding: 13px 0px 0px 0px;
}

.headline {
    margin: 0px;
    padding-top: 5px;
    padding-right: 10px;
}

.sub_menu{
    background-image: url(../images/rectangle1.jpg);
    background-repeat: no-repeat;
    height: 383px;
    width: 145px;
    margin-top: 9px;
}

.sub_menu ul{
    list-style-type: none;
    font-weight: normal;
    line-height: 30px;
    padding-right: 5px;
    width: 125px;
}

.projects{
    float: left;
}

.project_content{
    width: 601px;
    background-image: url(../images/content_center.jpg);
    margin-top: 371px;
}

.project_content h1{
    background-image: url(../images/content_top.jpg);
    background-repeat: no-repeat;
    font-size: 16px;
    height: 39px;
    padding: 5px 10px 0px 0px;
    margin: 0px;
}

.project_content h2 {
    margin: 0px 10px;
}

.project_content p {
    font-weight: normal;
    text-indent: 5px;
    text-align: justify;
    margin: 0px 15px;
    line-height: 17px;
}

.project_content ul {
    font-weight: normal;
    margin: 0px 5px;
    line-height: 20px;
	padding-bottom: 72px;
}

.project_bottom{
    width: 601px;
    height: 18px;
}
/*end structure of page*/

/*display in custom pages*/
.jeddah{
	float: left;
	margin:-0px 15px;
}

.features{

}

.features2{
	padding-bottom: 3px;
}

.jawad_logo{
}
/*end display in custom pages*/

.album{
        padding: 0px 0px;
}