/*
    Document   : layout
    Created on : 19.10.2009, 23:28:19
    Author     : Andreea Zbranca
    Description:
        Purpose of the stylesheet follows.
*/


html{
    height:100%;
}

body{
    margin:0;
    padding:0;
    height:100%;
    font-family: 'Arial';
    _text-align:center;
}

.clear{
    clear:both;
}

#wrap {
    margin:0 auto;
    width:980px;
    min-height:100%;    
}

#header{
    margin-top:10px;
    width:100%;
    height:35px;    
}

/* HEADER */

#menu_left{
    position:relative;
    float:left;
    width:335px;
    margin-top:-38px;
    _margin-top:-20px;
    margin-bottom:-42px;

}

.menu{
    position:relative;
    float:right;
    height:35px;
    width:721px;
    _widh:723px;
    margin-right:-1px;
    _margin-right:-3px;
    line-height:0;
}

.menu ul{
    font-size:17px;
    list-style-type:none;
    margin-left:80px;
    _margin-left:120px;
    

}

.menu li{
    display:inline;
}

.menu li a.menu_normal{
    background: url(../images/tabNormal.png) transparent bottom left repeat-x;
    height: 35px;
    line-height: 2em;
    float: left;
    width: 107px;
    display: block;
    border: 0em solid #dcdce9;
    color: black;
    text-decoration: none;
    text-align: center;
   

}

.menu li a.menu_left{
    background: url(../images/tabLeft.png) transparent bottom left repeat-x;
    height: 35px;
    line-height: 2em;
    float: left;
    width: 107px;
    display: block;
    border: 0em solid #dcdce9;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-left:-42px;
    _margin-left:-22px;
    
}

.menu li a.active_left{
    background: url(../images/tabLeftSelected.png) transparent bottom left repeat-x;
    height: 35px;
    line-height: 2em;
    float: left;
    width: 107px;
    display: block;
    border: 0em solid #dcdce9;
    color: black;
    text-decoration: none;
    text-align: center;
    margin-left:-42px;
    _margin-left:-22px;
   
}

.menu li a.active_normal{
    background: url(../images/tabSelected.png) transparent bottom left repeat-x;
    height: 35px;
    line-height: 2em;
    float: left;
    width: 107px;
    display: block;
    border: 0em solid #dcdce9;
    color: black;
    text-decoration: none;
    text-align: center;
   
}
.menu li a:hover{
    color:white;
}

#sub_menu{
    width:93%;
    margin-top:20px;
    margin-left:40px;
    height:28px;
}

#left_title{
    position:relative;
    float:left;
    margin-top:-10px;
}

#right_title2{
    position:relative;
    float:right;
    font-size:22px;
    color:white;
    line-height:2;
}

#content{
     width:980px;
     background-color:#CBCBCB;
    _background-color:#C5C5C5;
    _margin-top:-4px;
}

#home_presentation{  
    text-align:right;
    margin-right:29px;
    font-size:20px;
        
}



.first_text{
    margin-top:25px;
    margin-left:49px;
}

.second_text{
    
    margin-left:49px;
    margin-bottom:25px;
}

#content_menu_left{
    /*  margin-top:70px;
      _margin-top:20px;
      _text-align:left;*/
}

#content_menu_left li{
    padding-right:0px;
    display:inline;
}

#content_menu_left li a{
    text-decoration:none;
    color:#777777;
}

.text_right_footer{
    display:inline;;
}

.first_footer{
    display:inline;
    width:10px;
}

.second_footer{
    width:2px;

}

#text_right_footer{
    display:inline;
}

.name{
    font-size:14px;

}

#frame_left a:hover{
    text-decoration:underline;
}

#frame_right a:hover{
    text-decoration:underline;
}

#frame_center a:hover{
    text-decoration:underline;
}

.complex{
    font-size:12px;
    color:#777777;
    line-height:0;
}

.complex2{
    font-size:13px;
    color:#777777;
    margin-left:2px;
}

.complex2 a:hover{
    text-decoration:underline;
    color:black;
}

#phones_pics{
    position:relative;
    float:left;
    _text-align:left;
    width:190px;
    margin-left:-63px;
    _margin-left:30px;


}

.title_app{
    font-size:18px;
    color:#777777;
    text-align:center;
    margin-top:25px;
}

#description{
    _text-align:left;
    position:relative;
    float:left;
    margin-top:100px;
    font-size:12px;
    width:482px;
    margin-left:10px;
    _margin-left:10px;
}


#description li{
    margin-left:-40px;
    list-style-type:none;
}

.underline_txt{
    text-decoration:underline;
    margin-bottom:-11px;
    _margin-bottom:-19px;
}

#description a{
    color:black;
}

#information_text{
    font-size:13px;
    text-align:left;
    margin-left:100px;
    _margin-left:20px;
    margin-right:100px;
    line-height:1.5;
    width:540px;
}

#information_text a{
    text-decoration:none;
    color:black;
}

#information_text a:hover{
    text-decoration:underline;
}

.content_text{
    line-height:1;
}

#support{
    margin-top:-20px;
    width:600px;
    margin-left:240px;
    _margin-left:0px;
    text-align:left;
}

.contact label{
    position:relative;
    float:left;
    width:200px;
    _width:199px;
}

.contact input{    
    width:200px;
    margin-bottom:-2px;
}

.submit_button{
    margin-left:200px;
    margin-bottom:-30px;
}

#footer ul{
    list-style-type:none;
    margin-left:-42px;
    margin-top:-20px;

}

#footer li{
    display:inline;


}

#footer li div{


    position:relative;
    float:left;

}

#frame_left{
    background-image:url(../images/frame_left.png);
    width:325px;
    height:100px;
    margin-bottom:20px;
    margin-right:3px;
    text-align:center;

}

#frame_right{
    background-image:url(../images/frame_right.png);
    width:325px;
    height:100px;
    margin-bottom:20px;
    text-align:center;

}

#frame_center{
    background-image:url(../images/frame_center.png);
    width:325px;
    _width:323px;
    height:100px;
    margin-bottom:20px;
    margin-right:3px;
    text-align:center;
}

#frame_left a{
    color:#777777;
    text-decoration:none;
    margin-right:5px;
}

#frame_left p{
    color:#777777;
    margin-top:0px;
    margin-bottom:0px;
    font-size:13px;
}

#frame_center a{
    color:#777777;
    text-decoration:none;
    margin-right:5px;
}

#frame_center p{
    color:#777777;
    margin-top:0px;
    margin-bottom:0px;
    font-size:13px;
}

#frame_right a{
    color:#777777;
    text-decoration:none;
    margin-right:5px;
}

#frame_right p{
    color:#777777;
    margin-top:0px;
    margin-bottom:0px;
    font-size:13px;
}


