 
 

/* =============================================================================
Links
========================================================================== */

/*
* Addresses outline displayed oddly in Chrome
*/

a:focus {
    outline: thin dotted;
}

/*
* Improves readability when focused and also mouse hovered in all browsers
* people.opera.com/patrickl/experiments/keyboard/test
*/

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
Typography
========================================================================== */

/*
* Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
*/

h1 {
    font-size: 2em;
}

/*
* Addresses styling not present in IE7/8/9, S5, Chrome
*/

abbr[title] {
    border-bottom: 1px dotted;
}

/*
* Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
* Addresses styling not present in S5, Chrome
*/

dfn {
    font-style: italic;
}

/*
* Addresses styling not present in IE6/7/8/9
*/

mark {
    background: #ff0;
    color: #000;
}

/*
* Corrects font family set oddly in IE6, S4/5, Chrome
* en.wikipedia.org/wiki/User:Davidgothberg/Test59
*/

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
* Improves readability of pre-formatted text in all browsers
*/

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* 1. Addresses CSS quotes not supported in IE6/7
* 2. Addresses quote property not supported in S4
*/

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
* Prevents sub and sup affecting line-height in all browsers
* gist.github.com/413930
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
Lists
========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
Embedded content
========================================================================== */

/*
* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
* 2. Improves image quality when scaled in IE7
* code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE9
*/

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
Figures
========================================================================== */

/*
* Addresses margin not present in IE6/7/8/9, S5, O11
*/

figure {
    margin: 0;
}


/* =============================================================================
Forms
========================================================================== */

/*
* Corrects margin displayed oddly in IE6/7
*/

form {
    margin: 0;
}

/*
* Define consistent border, margin, and padding
*/

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
* 1. Corrects color not being inherited in IE6/7/8/9
* 2. Corrects alignment displayed oddly in IE6/7
*/

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
* 1. Corrects font size not being inherited in all browsers
* 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
* 3. Improves appearance and consistency in all browsers
*/

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
*/

button,
input {
    line-height: normal; /* 1 */
}

/*
* 1. Improves usability and consistency of cursor style between image-type 'input' and others
* 2. Corrects inability to style clickable 'input' types in iOS
* 3. Removes inner spacing in IE7 without affecting normal text inputs
* Known issue: inner spacing remains in IE6
*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 3 */
}

/*
* 1. Addresses box sizing set to content-box in IE8/9
* 2. Removes excess padding in IE8/9
*/

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
* 1. Addresses appearance set to searchfield in S5, Chrome
* 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
*/

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
* Removes inner padding that is displayed in S5, Chrome on OS X
*/

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
* Removes inner padding and border in FF3+
* www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
*/

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
* 1. Removes default vertical scrollbar in IE6/7/8/9
* 2. Improves readability and alignment in all browsers
*/

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
Tables
========================================================================== */
 
/*
* Remove most spacing between table cells
*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, html {
    font-family:FbSocializm-Regular, sans-serif;
    font-size: 12px;
    background:#C0C0C0;
}

*{
    padding:0; 
    margin:0;
    border: 0;
}

div.wrapperForm{
    width: 1000px;
    margin: 0px auto;
    background: url(../images/bc3.jpg) top no-repeat;
    height: 664px;
    direction: rtl;
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-family:arial;
    
}
 .expert{
    background: url(../images/bc.jpg) top no-repeat !important; 
    
}

 .system{
    background: url(../images/bc_system.jpg) top no-repeat !important; 
    color: #FFFFFF;
}

div.wrapperForm .logoForm{
    height: 70px;
    display:block;
}

div.wrapperForm .logoForm img{
   /* padding: 14px 55px 0 0;*/
    margin: 14px 55px 0 0;
}

div.wrapperForm .main{
    height: 530px;
     color:#7F8286 ;   
}

div.wrapperForm .mainexpert{
    color: #FFF !important;
}

div.wrapperForm .footer{
    clear:both;
}

div.wrapperForm .main .upper_cont{
    height: 280px; 
}

div.wrapperForm .main .upper_cont h1{
    width:550px; 
    float:right;
    color:#F2F7FB;
    font-size:21px;
    font-weight:normal;
    padding:15px 42px 0 0;
    line-height:18px;
    letter-spacing:-1px;
}

div.wrapperForm .main .upper_cont img{
    float:left; 
   /* padding: 20px 0 0 47px; */
    margin:20px 0 0 47px; 
}



div.wrapperForm .main form h1{
    color: #FFFFFF;
    float: right;
    font-size: 22px;
    padding: 30px 20px 0 0;
    text-shadow: 2px 2px #5F656B;
    width: 390px;
}



div.wrapperForm .main .right_column{
    width:586px;
    float: right;
    padding:10px 0 0 0;
}

div.wrapperForm .main .right_column h1{
    font-size:18px;
    padding: 0px 40px 20px 0;
    /*letter-spacing:-1px;*/  
}

div.wrapperForm .main .right_column h1 span{
    color:#ED1F24;  
}

div.wrapperForm .main .right_column_system{
    width:1000px;
    float: right;
    padding-right:30px;
    color: #FFFFFF;
}


div.wrapperForm .main .right_column_system ul.right_list{
    width:200px;
    float: right;
    padding-right: 18px;
}

div.wrapperForm .main .right_column_system ul li{
    list-style-type: none;
    background: url(../images/bulian.png) right 7px no-repeat;
    padding-right: 20px;
    line-height: 19px;
     font-weight: bold;
     font-size: 13px;
}



div.wrapperForm .main .right_column_system ul.left_list{
     float: left;
    padding-left: 17px;
    width: 215px;
}

div.wrapperForm .main .right_column_system p{
    width:287px;
    float: right;
    font-size:15pt;
}
div.wrapperForm .main .right_column_system p span{
font-size:17pt;
font-weight:bolder;
}
div.wrapperForm .main .right_column ul.right_list{
    width:260px;
    float: right;
    padding:0 15px 0 0;
}

div.wrapperForm .main .right_column ul li{
    list-style-type: none;
    background: url(../images/bulian.png) right 7px no-repeat;
    padding-right: 17px;
    line-height: 24px;
}

div.wrapperForm .main .right_column ul .boldi{
    color:#FCF023;
    font-weight: bold;
}

div.wrapperForm .main .right_column ul.left_list{
     float: left;
    padding:0 0 0 30px;
    width: 265px;
}

div.wrapperForm .main .left_column{
    /*width: 414px; */
    float: right;
    padding: 18px 120px 0 0;
}

div.wrapperForm .main ul.left_column li{
     list-style-type: none;
     padding-bottom: 20px;
     margin:0; 
}

div.wrapperForm .main .left_column input{
    height: 26px;
    width: 175px;
    background:transparent;
    color:#36B0D7;
}

div.wrapperForm .main .left_column_system{
    float: left;
    height: 90px;
    padding: 76px 810px 0 30px;
    margin-top: 27px;
}

div.wrapperForm .main ul.left_column_system li{
     list-style-type: none;
     padding-bottom: 9px;
     margin-top:1px;
}

div.wrapperForm .main .left_column_system input{
    background:transparent;
    color: #36B0D7;
    height: 20px;
    width: 110px;
}

.send_btn{
    padding:13px 25px 0 0;
}

.send2_btn{
    float:left;
    width:79px !important;
    background: url(../images/send2.png) center no-repeat;
    height:129px;
    margin:13px 0 0 24px;
}
.send2_btn_system{
    float:left;
    width:60px !important;
    background: transparent;
    height:50px;
    margin:5px 0 0 20px;
    display:block;
}
.send2_btn:hover{
    float:left;
    width:79px !important;
    background: url(../images/send2_hov.png) center no-repeat;
    height:129px;
    margin:13px 0 0 24px;
}

.clear{
    clear:both;
}

.dir{
    direction: rtl;
}

.dir_spacial{
    direction: ltr;
}



/*********************   THANKS  ***************************/


div.wrapper2{
    width: 1000px;
    margin: 0 auto;
    background: url(../images/bc4.jpg) center no-repeat;
    height: 600px;
    direction: rtl;
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-family:arial;
}
.expertsend{
    background: url(../images/bc2.jpg) center no-repeat !important;
}

.systemsend{
    background: url(../images/bc_system2.jpg) center no-repeat !important;
}


div.wrapper2 .logo{
    height: 70px;
}

div.wrapper2 .logo img{
    padding: 14px 55px 0 0;
}

div.wrapper2 .main{
    height: 530px;
    color:#7F8286 ;
}

div.wrapper2 .footer{
    clear:both;
}

div.wrapper2 .main .upper_cont{
    height: 280px; 
}

div.wrapper2 .main .upper_cont h1{
    width:550px; 
    float:right;
    color:#F2F7FB;
    font-size:21px;
    font-weight:normal;
    padding:15px 42px 0 0;
    line-height:18px;
    letter-spacing:-1px;
}

div.wrapper2 .main .upper_cont img{
    float:left; 
    padding: 20px 0 0 47px; 
}

div.wrapper2 .main .right_column{
    width:586px;
    float: right;
}

div.wrapper2 .main .right_column h1{
    font-size:18px;
    padding: 0px 40px 20px 0;
    /*letter-spacing:-1px;*/  
}

div.wrapper2 .main .right_column h1 span{
    color:#ED1F24;  
}

div.wrapper2 .main .right_column ul.right_list{
    width:245px;
    float: right;
    padding-right: 25px;
}

div.wrapper2 .main .right_column ul li{
    list-style-type: none;
    background: url(../images/bulian.png) right 7px no-repeat;
    padding-right: 17px;
    line-height: 24px;
}

div.wrapper2 .main .right_column ul .boldi{
    color:#FCF023;
    font-weight: bold;
}

div.wrapper2 .main .right_column ul.left_list{
     float: left;
    padding-left: 45px;
    width: 230px;
}

div.wrapper2 .main .left_column{
    /*width: 414px; */
    float: right;
    padding: 34px 120px 0 0;
}

div.wrapper2 .main .thanks{
    padding:42px 30px 0 0;
    width:360px;
    float:right;
    color:#fff;
}

div.wrapper2 .main .thanks .boldi{
    font-weight:bold;
    
}

div.wrapper2 .main .thanks span{
    direction:rtl;
    text-align:right;
    font-size:22px;
}

div.wrapper2 .main .thanks span a{
    color:#fff;
}


/*** Contact form ***/
#contact_form {
    background: url(../images/slot.gif) no-repeat left top;
    padding-top: 6px;
    width: 164px;
    color: #FFFFFF;
    margin:20px 10px;
}
#contact_form .wrap {
    background: url(../images/slot.gif) no-repeat left bottom;
    padding: 0px 4px 15px 8px;
    height:180px;
}
#contact_form h2 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 6px;
    line-height: 1.5em;
}
#contact_form input.txtbox {
    width: 145px;
    margin-bottom: 10px;
    height: 21px;
    padding: 3px 3px 2px;
    color: #748C9B;
}
#contact_form input.button80 {margin-top:8px; margin-bottom: 0px;border: 0 none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 23px;
    padding-bottom: 1px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background: url("../images/button.azure.png") no-repeat scroll left bottom transparent;
    width: 80px;
     float: left;
   }
   
  /*ProjectManagement*/
  
  div.wrapperForm_ProjectManagement{
    width: 1000px; 
    margin: 0px 0 0 460px;
    background: url(../images/bc_ProjectManagement.jpg) top center no-repeat;
    height: 667px;
    direction: rtl;
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-family:arial; 
   
}

div.wrapperForm_ProjectManagement .logoForm{
    height: 98px;
}

div.wrapperForm_ProjectManagement .logoForm img{
    padding: 14px 55px 0 0;
    float:left;
}

div.wrapperForm_ProjectManagement .main{
    height: 514px;
}

div.wrapperForm_ProjectManagement .footer{
    clear:both;
}

div.wrapperForm_ProjectManagement .main .upper_cont{
    height: 231px; 
}  



div.wrapperForm_ProjectManagement .main .right_column{
    width:1000px;
    float: right;
    padding-top: 18px;
    padding-right:30px;
}

div.wrapperForm_ProjectManagement .main .right_column p{
    width:287px;
    float: right;
    font-size:15pt;
}
div.wrapperForm_ProjectManagement .main .right_column p span{
font-size:17pt;
font-weight:bolder;
}
div.wrapperForm_ProjectManagement .main .upper_cont .main form h1{
    color: #FFFFFF;
    float: right;
    font-size: 22px;
    padding: 30px 35px 0 0;
    text-shadow: 2px 2px #5F656B;
    width: 340px;
    letter-spacing: -1px;
}

div.wrapperForm_ProjectManagement .main .right_column ul.right_list{
    width:200px;
    float: right;
    margin:0;
    padding:0 18px 0 0;
}

div.wrapperForm_ProjectManagement .main .right_column ul li{
    list-style-type: none;
    background: url(../images/bulian_ProjectManagement.png) right center no-repeat;
    padding:3px 20px 0 0;
    line-height: 20px;
     font-weight: bold;
     font-size: 13px;
     margin:0;
}



div.wrapperForm_ProjectManagement .main .right_column ul.left_list{
     float: left;
    padding:0 0 0 35px;
    width: 242px;
    margin:0;
}

div.wrapperForm_ProjectManagement .main .left_column{
    float: left;
    height: 90px;
    padding: 76px 810px 0 30px;
    margin:0;
}

div.wrapperForm_ProjectManagement .main ul.left_column li{
     list-style-type: none;
     padding:0 0 13px 0;
     margin:0;
     
}

div.wrapperForm_ProjectManagement .main .left_column input{
    background:transparent;
    color: #36B0D7;
    height: 20px;
    width: 110px;
}

.send_btn{
    padding:13px 25px 0 0;
}

.send3_btn{
    float:left;
    width:60px !important;
    background: transparent;
    height:50px;
    margin:5px 0 0 20px;
    display:block;
}


.clear{
    clear:both;
}

.dir{
    direction: rtl;
}

.dir_spacial{
    direction: ltr;
}



/*********************   THANKS  ***************************/


div.wrapperForm_ProjectManagement2{
    width: 1000px;
    margin: 0 auto;
    background: url(../images/bc2_ProjectManagement.jpg) top center no-repeat;
    height: 6670px;
    direction: rtl;
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-family:arial;
    float:right;
}

div.wrapperForm_ProjectManagement2 .logoForm{
    height: 70px;
}

div.wrapperForm_ProjectManagement2 .logoForm img{
    padding: 14px 55px 0 0;
}

div.wrapperForm_ProjectManagement2 .main{
    height: 530px;
}

div.wrapperForm_ProjectManagement2 .footer{
    clear:both;
}

div.wrapperForm_ProjectManagement2 .main .upper_cont{
    height: 320px; 
}

div.wrapperForm_ProjectManagement2 .main .upper_cont h1{
    width:550px; 
    float:right;
    color:#F2F7FB;
    font-size:26px;
    font-weight:normal;
    padding:28px 42px 0 0;
}

div.wrapperForm_ProjectManagement2 .main .upper_cont img{
    float:left; 
    padding: 20px 0 0 47px; 
}

div.wrapperForm_ProjectManagement2 .main .right_column{
    width:586px;
    float: right;
}

div.wrapperForm_ProjectManagement2 .main .right_column ul.right_list{
    width:245px;
    float: right;
    padding-right: 25px;
}

div.wrapperForm_ProjectManagement2 .main .right_column ul li{
    list-style-type: none;
    background: url(../images/bulian_ProjectManagement.png) right 7px no-repeat;
    padding-right: 17px;
    line-height: 24px;
}

div.wrapperForm_ProjectManagement2 .main .right_column ul .boldi{
    color:#FCF023;
    font-weight: bold;
}

div.wrapperForm_ProjectManagement2 .main .right_column ul.left_list{
     float: left;
    padding-left: 45px;
    width: 230px;
}

div.wrapperForm_ProjectManagement2 .main .left_column{
    /*width: 414px; */
    float: right;
    padding: 34px 120px 0 0;
}

div.wrapperForm_ProjectManagement2 .main .thanks{
    padding:270px 30px 0 0;
    /*width:360px;*/
    float:right;
    
}

div.wrapperForm_ProjectManagement2 .main .thanks .boldi{
    font-weight:bold;
    
}

div.wrapperForm_ProjectManagement2 .main .thanks span{
    direction:rtl;
    text-align:right;
    font-size:22px;
}

