@charset "utf-8";
/* CSS Document */
.page.home {margin:43px auto 84px auto;}

.page.home .main-feature { background:url(android_tablet.png) center center no-repeat; width:100%; height:493px; margin:40px auto 0 auto;} 


.page.home .tagline h1 {display:block; overflow:hidden; text-indent:-9999px; width:100%; height:128px; margin:auto;}
.page.home .tagline p {display:none;}


.en .page.home .tagline h1 {background:url(en/tagline.png?20120928) top center no-repeat; }
.zh .page.home .tagline h1 {background:url(zh/tagline.png?20120928) top center no-repeat; }
.cn .page.home .tagline h1 {background:url(cn/tagline.png?20120928) top center no-repeat; }


.page.home .article { width:820px; margin:40px auto 200px auto; overflow:hidden;}
.page.home .article .item {width:264px; height:134px; float:left; border:1px solid #343434; overflow:hidden; cursor:pointer; }
.page.home .article .item ,
.page.home .article .item * { transition:all 0.1s linear; -webkit-transition:all 0.1s linear; -moz-transition:all 0.1s linear;}
.page.home .article .item { -moz-border-radius:12px;  -webkit-border-radius:12px; border-radius:12px; background:url(article_bg.gif) no-repeat;     }
.page.home .article .item.hover {border:1px solid #666; }
.page.home .article .item.hover a {color:#9dbfe0;}
.page.home .article .gettingStarted,
.page.home .article .jobs {margin-right:10px;}
.page.home .article a {display:block; width:150px; margin:15px 5px 0 15px; font-size:18px; font-weight:bold; color:#FFF; text-decoration:none;  text-shadow:1px 1px 2px rgba(0,0,0,0.9); }
.page.home .article p {display:block; width:150px; margin: 10px 5px 0 15px; color:#dbdbdbd; font-size:14px; line-height:16px; } 
.page.home .article .icon { width:98px; height:134px; float:right; }
.page.home .article .gettingStarted .icon { background:url(gettingStarted.png) center -60px no-repeat;}

.page.home .article .latestVideo { background:url(latest-video.jpg) no-repeat; margin-right:10px; }
.page.home .article .prizeWinningApp .icon { background:url(prize.png) no-repeat ; float:right; width:103px; height:137px; margin-right:10px; }


.msie6 .page.home .download { background:url(en/download_ie6.jpg) center center no-repeat; zoom:1; margin-top:20px;}
.msie6 .page.home .download * { filter: alpha(opacity=0); }
.msie6 .page.home .article {margin-bottom:20px;}
.msie6 .page.home .article .icon { width:95px;  }
.msie6 .page.home .article .gettingStarted .icon { background-image:url(gettingStarted.jpg)}



.msie7 .page.home .download .iphone.out .bubble {margin-left:185px; top:280px;}
.msie7 .page.home .download .iphone .bubble { margin-left:60px; top:420px;}
.msie7 .page.home .tagline {margin-top:-80px;}
.msie7 .page.home .article .jobs p{margin-top:-20px;}
