
/* COLOR INDEX
orange: #ff4800
darkblue: #102a2d
*/
/*---------------- Structure -----------------*/


*{
    outline:none;
    /*    -webkit-transform:translateZ(0px);*/
}
html,body,#mainHolder,#stage {
    min-height: 100%;
    width: 100%;
    height: 100%;
    /* overflow-x: hidden;  */

}

html>body,html>body #mainHolder {
    height: auto;
    width: 100%;
}

html{
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-x: hidden;
    width: 100%;
}

body {
    background:url(../images/mainBG.png) repeat center center #F7F4EF;
    margin:0;
    padding:0;
    font-size:12px;
    font-family: Arial, sans-serif;
    width: 100%;
}

p{
    margin-top:0;
    padding-top:0;
}

img{

    margin:0;
    padding:0;
    display:inline-block;
    zoom: 1;
    border:0;
    text-decoration: none;

}

a{
    color:#111;
}
a:hover{
    color:#114A5A;
}
.void,.clear {
    clear: both;
}

#mainHolder{
    background: url(../images/bg.jpg) repeat center 30px #FFF;
    position:absolute;
    top:0px;
    font-size:12px;
    padding-bottom:345px;
    width: 100%;
    overflow:hidden;
    min-width:980px;

}


#page_torso{
    border-top:0px solid #222;
    position:absolute;
    top:70px;
    padding-bottom:160px;
    width:960px;
    left:50%;
    margin-left:-480px;
}
.fullscreen{
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;

}

.bleed{
    width:980px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}

.shadow {
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}

.section{
    z-index:1;
    position:relative;
    /*    border-bottom:1px dashed white;*/
    overflow:hidden;
    padding-top:50px;
}


.langBT.selected{
        
}

/*=-=-=-===-=-==-=-=-=-* HEADER [START]*/

#header{
    background-color:#000; 
    position: fixed;
    width:100%;
    z-index:20000;
}
#logo{
    float:left;
}
#mainMenu{
    float:right;
    padding: 3px 18px 0px 0px
}


.langBT{
    color:white;
    font-size:0px;
    text-indent: 1000px;
    text-decoration: none;
    background: url(../images/langs.png) no-repeat;
    display:inline-block;
    width:31px;
    height:23px;
}
#langBT_he{background-position: -62px top;}
#langBT_he.selected,#langBT_he:hover{background-position: -62px top;}
#langBT{background-position: -31px top;}
#langBT.selected,#langBT:hover{background-position: -31px top;}
#langBT_cn{background-position: -0px top;}
#langBT_cn.selected,#langBT_cn:hover{background-position: -0px top;}

/*=-=-=-===-=-==-=-=-=-* HEADER [END]*/
/*=-=-=-===-=-==-=-=-=-* Animations[START]*/

.workMenu{
    margin-top:200px;
    padding-top:40px;

}
.baloon{
    position:absolute;
    width:131px;
    height:231px;
    cursor:pointer;
    background-repeat: no-repeat;
}


.baloon.selected a,
.baloon a:hover{
    color:white;
}

#logoPlane{
    position:absolute;
    width:1090px;
    height:200px;
    left:50%;
    background: url(../images/animes/logo_plane_bg.png) no-repeat left center;
}
#stripe1{
    position:absolute;
    width:1090px;
    height:200px;
    left:50%;
    margin-left:-170px;
    background: url(../images/animes/stripe1.png) no-repeat 270px center;
}
#clouds1{
    position:absolute;
    width:1215px;
    height:402px;
    left:50%;
    background: url(../images/animes/clouds1.png) no-repeat center center;
}
#clouds2{
    position:absolute;
    width:1215px;
    height:402px;
    left:50%;
    top:-40px;
    background: url(../images/animes/clouds2.png) no-repeat center center;
}

#dashedSpiral{
    position:absolute;
    bottom: 0;
    right:50%;
    margin-right:-247px;
    width:1180px;
    height:340px;

    background: url(../images/animes/dashed_2.png) no-repeat center center;
}
#spaceship1{
    position:absolute;
    bottom: 6px;
    left:0;
    width:104px;
    height:61px; 
    background: url(../images/animes/spaceship1.png) no-repeat center center;
}
#anime_sun{
    position:absolute;
    top: 0px;
    right:50%;
    margin-right:-500px;
    width:190px;
    height:190px; 
}

#anime_ufo{
    position:absolute;
    top: 90px;
    right:50%;
    margin-right:-490px;
}
#clouds3{
    background: url("../images/animes/clouds3.png") no-repeat scroll center center transparent;
    height: 292px;
    left: 50%;
    margin-left: -600px;
    margin-top: -105px;
    position: absolute;
    width: 1094px;
}

#clouds4{
    background: url("../images/animes/clouds4.png") no-repeat scroll center center transparent;
    left: 50%;
    margin-left: -600px;
    margin-top: -85px;
    position: absolute;
    width: 1170px;
    height: 331px;
}

#clouds5{
    background: url("../images/animes/clouds5.png") no-repeat scroll center center transparent;
    left: 50%;
    margin-left: -600px;
    margin-top: -85px;
    position: absolute;
    width: 1170px;
    height: 331px;
}
#dragonfly{
    background: url("../images/animes/dragonfly.png") no-repeat scroll center center transparent;
    position:absolute;
    top: 0px;
    left:50%;
    margin-left:-500px;
    width:240px;
    height:160px; 
}
#dashedBottom{
    background: url("../images/animes/dashed_bottom.png") no-repeat scroll center center transparent;
    height: 19px;
    margin-right: 250px;
    position: absolute;
    right: 50%;
    top: 560px;
    width: 573px;
}

#contactPlane{
    background: url("../images/animes/contact_plane.png") no-repeat scroll center center transparent;
    height: 82px;
    left: 50%;
    margin-left: -379px;
    position: absolute;
    top: 526px;
    width: 370px;
    cursor:pointer;
	line-height: 60px;
text-indent: 230px;
font-size: 20px;
color: yellow;
font-weight:bold;
}
#mountains{
    background: url("../images/animes/mountains.png") no-repeat scroll center bottom transparent;
    height: 100px;
    width: 100%;
    top: 0px;
    left: 0%;
    position: absolute;
}
#submarine{
    background: url("../images/animes/submarine.png") no-repeat scroll left top transparent;
    height: 200px;
    width: 188px;
    top: -20px;
    left: 0%;
    position: absolute;
    cursor:pointer;
}
#submarine.rev{
    background: url("../images/animes/submarine.png") no-repeat scroll right top transparent;
}
#maskCloud{
    background: url("../images/animes/mask_cloud.png") no-repeat scroll center center transparent;
    position: absolute;
    left:50%;
    top:900px;
    margin-left:300px;
    width:321px;
    height:120px;
    z-index:9;
}
#skyShade{
    width:100%;
    position:absolute;
    top:0px;
    height:202px;
    background: url("../images/inner_shade.png") repeat-x scroll center bottom transparent;

}
/*=-=-=-===-=-==-=-=-=-* Animations[END]*/

.backtotop{
    width:44px;
    height:38px;

    margin: 0 auto;
    display: block;
    background: url(../images/top.png) no-repeat center center;
}