@charset "utf-8";
/* CSS Document */
body{
	width:100%;
	height:auto;
	background:#141414 url(images/BG.jpg) repeat-x 0 488px;
	margin:0;
	padding:0;
	font-family:Verdana;
	color:#CCC;
}

#Warp{ width:900px; height:auto; margin:0 auto;}
.Header{ height:89px; padding:25px 18px 0 23px; overflow:hidden; }
.Logo{ float:left; margin:15px 0 0 0;}
.AppStore{ float:right;}
.AppStore p{ padding:0; margin:0;font-size:11px; font-weight:bold;}
.Clr{ clear:both;}

.Banner{ height:460px; width:510px; background:url(images/Iphone.png) no-repeat; margin:21px 0 0 0; padding:0 0 0 390px;}
.BannerContent{
	width:470px;
	height:160px;
	padding:190px 0 0 40px;
	background-image: url(images/Title.png);
	background-repeat: no-repeat;
	z-index: 2;
}
.BannerContent ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
	color: #666;
}
.BannerContent ul li{
	font-family:Myriad Pro;
	font-size:18px;
	color:#EDEDED;
	line-height:25px;
	background:url(images/Check.png) no-repeat;
	padding:0 0 0 40px;
	margin:5px 0 0 0;
}
.BannerSearch{width:470px; height:80px; margin:0 0 0 40px; padding:20px 0 0 0;}
.BannerSearch p{ margin:0 0 5px 0; padding:0 0 0 5px; font-size:12px; color:#FFF; font-weight:bold;}
.BannerSearchLeft{ width:470px; float:left;}
.BannerInput{float: left; width:300px;}
.BannerInputLeft { width:10px; height:43px; background:url(images/search-Left.png) no-repeat; float:left;}
.BannerInputCenter {
	width:272px;
	height:38px;
	background:url(images/search-Bg.png) repeat-x;
	float:left;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 3px;
}
.BannerInputCenter input{ width:260px; height:22px; background:none; border:none; color:#BBB; line-height:22px; font-size:18px;}
.BannerInputRight { width:10px; height:43px; background:url(images/search-Right.png) no-repeat;float:left;}
.BannerButton{float:left; margin-left:5px;}

.Content{width:887px; height:auto; padding:30px 0 35px 13px; border-bottom:1px solid #000; margin:0;}
h1 { font-family:"Times New Roman", Georgia; font-size:30px; color:#FFF; font-weight:lighter; margin:0 0 15px 0; padding:0;}
.Content1{ width:271px; height:44px; float:left; padding:160px 0 0 10px;}
.ContentMagin{ margin:0 15px;}
.Content .Pic1{
	background-image: url(images/Pic1.png);
	background-repeat: no-repeat;
	color: #999;
}
.Content .Pic2{
	background-image: url(images/Pic2.png);
	background-repeat: no-repeat;
}
.Content .Pic3{
	background-image: url(images/Pic3.png);
	background-repeat: no-repeat;
}
.Content1 p{
	margin:0;
	padding:0;
	font-size:11px;
	line-height:14px;
	color: #999;
}

.Content2{ width:281px; height:154px; float:left;}
.Content2Left{ width:10px; float:left; height:154px; background:url(images/Content-Left.png) no-repeat;}
.Content2Center{ width:245px; float:left; height:126px; background:url(images/Content-Bg.png) repeat-x; padding:14px 8px; text-align:left;}
.Content2Right{ width:10px; float:left; height:154px; background:url(images/Content-Right.png) no-repeat;}
.Content2 p{ margin:0; padding:0; font-size:12px; line-height:22px;}
.Content2 span{ color:#999;}

.GrayBorder{ border-top:1px solid #1c1c1c;}

.Footer{
	width:870px;
	height:170px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 15px;
}
.FooterLeft{
	width:10px;
	height:170px;
	float:left;
	background-repeat: no-repeat;
}
.FooterCenter{
	width:842px;
	height:147px;
	float:right;
	text-align:right;
	background-repeat: repeat-x;
	padding-top: 23px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 0;
}
.FooterCenter p{ margin:0; padding:0; font-size:12px; line-height:22px; color:#303030;}
.FooterCenter span{ color:#999;}
.FooterRight{
	width:10px;
	height:170px;
	float:left;
	background-repeat: no-repeat;
}
.facebook {
	float: right;
	top: 0px;
	margin-left: 7px;
}
#loader{
	position:absolute;
	top:25px;
	left:85px;
}
#thankyoudiv{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:10px;
	display:none;
}
#logoicon{
	float:left;
	margin-right:20px;
	margin-left:5px;
}
#thankyoutext{
	float:left;
	width:200px;
	height:100%;
	color:#000;
}