@charset "utf-8";
/* CSS Document */
*, li, ul {
    padding:0;
    margin:0;
}

body {
    /*background:url(../images/blue_bg.jpg) bottom center no-repeat #0C2A4C; */
    background:url(../images/bg.jpg) top center no-repeat #0C2A4C;
    background-attachment:fixed;
    color:#000;
    /* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
    font-family: Tahoma;
    font-size:small;
    LINE-HEIGHT: 1.22em;
    direction: rtl;
}

#container {
    /*background:url(../images/white_bg.png) top center no-repeat; */
    margin:0 auto;
    overflow:auto;
}

#header {
    background:url(../images/buildings.png) left 15px no-repeat;
    overflow: none;
    width:800px;
    margin:auto;
}

#news_bar {
    clear: both;
    float: none;
    height:24px;
    width:800px;
    overflow: hidden;
    margin:auto;
    list-style-type: none;
    font-weight: bold;
    color: #FFF;
}

#banner {
    width:800px;
    height:230px;
    background:url(../images/banner.jpg);
    margin:auto;
}

#logo {
    background: url(../images/logo.png) 10px 5px no-repeat;
    height:160px;
    padding-top:-5px;
    width:170px;
    float: right;
}

#logo h1{
    display: none;
}

#menu {
    float: right;
    margin: 0 130px 0 0;
}

#menu_left {
    background: url('../images/menu_left.png') no-repeat;
    width:15px;
    height: 28px;
    float: left;
}

.lavaLampBottomStyle {
    float: left;
    position: relative;
    height: 29px;
    /*width: 421px;*/
    background: url('../images/menu_bg.gif') repeat-x;
    padding: 5px 15px;
    overflow: hidden;
    /* border: 1px solid gray; */
}
    .lavaLampBottomStyle li {
        float: left;
        list-style: none;
    }
        .lavaLampBottomStyle li.back {
            border-bottom: 3px solid white;
            /* width: 9px; */
            height: 15px;
            z-index: 8;
            position: absolute;
        }
        .lavaLampBottomStyle li a {
            font: bold 11px tahoma;
            text-decoration: none;
            color: #FFF;
            outline: none;
            text-align: center;
            /*top: 7px;*/
            text-transform: uppercase;
            letter-spacing: 0;
            z-index: 10;
            display: block;
            float: left;
            height: 30px;
            position: relative;
            overflow: hidden;
            margin: auto 10px;
        }   
            .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                border: none;
            }

#menu_right {
    float: left;
    background: url('../images/menu_right.png') no-repeat;
    width:15px;
    height: 28px;
}

#lang_form {
    float: left;
    margin: 5px 0 0 20px;
}

#banner_bottom {
    width:800px;
    height:23px;
    background:url(../images/br.gif) repeat-x;
    margin:auto;
}

#content {
    width:800px;
    background:#fff url(../images/content_top.jpg) top repeat-x;
    margin:auto;
    overflow:auto;
    padding-bottom: 15px;
    min-height: 325px;
}

#latest_projects {
    width: 400px;
    float: right;
    overflow: hidden;
    margin: 20px 20px;
}

h3{
    color: orange;
    font-size: 14px;
    font-weight: bolder;
    padding-bottom: 10px;
}

h2{
    color: orange;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 30px;
}

#project li{
    margin: 8px 11px;
    padding: 5px 3px 0 3px;
    width: 130px;
    float: right;
    text-align: center;
    list-style: none;
    height: 190px;
    background:url('../images/project_bg.jpg') no-repeat;
}

#project a{
    text-decoration: none;
    color:#FF7C00;
    font-weight: bold;
}

#building_pics {
    background: #F2F2F2;
    padding: 5px;
    margin: 5px;
    list-style: none;
    width: 97%;
    float: none;
    clear: both;
    /* height: 150px; */
    overflow: auto;
    font-weight: bold;
    color: #144780;
}

#building_pics li {
    padding: 5px;
    list-style: none;
    float: right;
    text-align: center;
}

#featured_projects {
    width: 310px;
    float: left;
    overflow: hidden;
    padding: 20px 0 0 40px;
    /* border-left: 1px #999 dashed; */
}

#layers {
    background: url('../images/featured_bg.jpg') right top no-repeat;
    width: 300px;
    height: 233px;
    padding: 26px 26px 0 0;
}

#featured_name {
    text-align: center;
    margin:8px -24px 0 0;
    width: 100%;
}

#featured_name a, a:link, a:visited, a:hover, a:active {
    font-weight: bold;
    color: orange;
    text-decoration: none;
    
}


a.read_more {
    clear: both;
    float: right;
    background: url('../images/read_more_ar.png') center top;
    color: #FFF;
    /* font-weight: bold; */
    text-indent: -5000px;
    width: 84px;
    height: 21px;
}

a.read_more:hover, a.read_more:active {
    background: url('../images/read_more_ar.png') center bottom;
    color: orange;
}

#project-details {
    padding: 0 20px 0 20px;
    overflow: auto;
}

#footer {
    background:url(../images/footer.png) top center no-repeat;
    height: 70px;
    /* margin-top: -50px; */
}

#copyrights {
    width: 800px;
    margin: 25px auto 0 auto;
    color: white;
    font-size: 10px;
    text-align: left;
}


/******************
*** UI TABS ****
*****************/
/* Caution! Ensure accessibility in print and other media types... */
.ui-tabs-hide {
    display: none;
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    /*font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; 
    font-size: 10px; */
    margin: 0;
    padding: 0;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    /* float: left; */
    /* margin: 0 0 0 1px; */
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    /* font-weight: bold; */
    width: 125px; /* be nice to Opera */
    /* text-align: center; */
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    margin: 0;
    padding: 0;
}
.ui-tabs-nav a {
    /*margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    border: 1px solid #DCDCDC;
    background: #F2F2F2;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #999;
    /*font-weight: bold;
    text-align: center; */
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    /* top: 1px; */
    z-index: 2;
    margin: 0;
    color: #ff7c00;
    background: url('../images/orange_bullet_ar.gif') no-repeat right center #FFF;
    padding-right: 10px;
    width: 115px;
    border-left: none;
}
.ui-tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
/*
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    background-position: 100% -150px;
}
.ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -100px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:hover span, .ui-tabs-nav a:focus span, .ui-tabs-nav a:active span {
    background-position: 0 -50px;
}
.ui-tabs-nav a span, .ui-tabs-nav .ui-tabs-disabled a:hover span, .ui-tabs-nav .ui-tabs-disabled a:focus span, .ui-tabs-nav .ui-tabs-disabled a:active span {
    background-position: 0 0;
}
*/
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... 
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    color: #000;
    font-size: 10px;
    float: left;
    width: 250px;
    border: 1px solid #DCDCDC;
    border-right: 0;
    padding: 1em 8px;
    height: 202px;
    background: url('../images/gray_gradient.png') bottom repeat-x #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/loading.gif) no-repeat 0 50%;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 - IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/****************************
******** END OF MENU ********
*****************************/

#screenshot{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:2px;
    display:none;
    color:#fff;
}

.screenshot {
    display: block;
}

.price-plans {
}
.price-plans h4 {
  margin: 0;
  padding: .25em;
  background: #F2F2F2;
  border: 1px solid #999;
  cursor: pointer;
}
.price-plans div {
  padding: .5em .25em;
}

#search-form {
    text-align: center;
    float: none;
    clear: both;
    width: 100%;
    /* background: url('../images/search_bg.png') no-repeat; */
    padding: 5px 0 5px 0;
}

#search-form select{
    margin-top: 5px;
    width: 150px;
    border: 1px solid #F2F2F2;
    color: blue;
}

#search-form input{
    width: 50px;
    border: 1px solid #FFF;
    background: orange;
    color: #FFF;
    font-weight: bold;
}

#newsletter {
    float: none;
    clear: both;
    text-align: center;
    margin-top: 30px;
}

#newsletter fieldset {
    width:270px;
    padding:10px;
    margin:0 25px;
    background-color: #F2F2F2;
    border: 1px solid #DCDCDC;
    text-align: center;
    float: right;
}

#newsletter legend, #contact_form legend {
    color: #fff;
    background: #FF9900;
    border: 1px solid #DCDCDC;
    padding: 2px 6px;
    font-size: 12px;  
    font-weight: bold;
}

#newsletter p {
    float: left;
    padding-bottom: 5px;
}


#contact_form p {
    float: none;
    padding: 3px 0;
}

#contact_form textarea {
    float: none;
    padding: 3px 0;
}

.input_label {
    width: 110px;
    float: right;
}

#contact_form {
    float: none;
    clear: both;
    color: #000;
    margin-bottom: 30px;
}

#contact_form fieldset {
    width:650px;
    padding:20px;
    margin:0 auto 0 auto;
    background-color: #F2F2F2;
    border: 1px solid #DCDCDC;
}

#tape {
    width: 78px;
    height: 28px;
    position: absolute;
    z-index: 1;
    background: url('../images/tape.png') no-repeat;
    margin: -15px 25px 0 0;
}

#bottom_banner {
    /* margin-top: 10px; */
    float: right;
    padding: 2px;
    border: 2px solid #CCCCCC;
}

#shadowbox_container * {
    direction: ltr;
}

#regions{
    text-align: center;
}

#regions img{
    border: none;
}
    
#regions a{
    margin: 10px;
}

#price-plans table {
    border: 1px solid #FF0000;
}