@charset "UTF-8";
/* Apps 界面样式 */
body{
	margin:0;
	padding:0;
}

img {
	border-width:0px 0px 0px 0px;
}

#header_bg{
	height:121px;
	background-image:url(../images/Home/nav_bg.png);
	background-repeat:no-repeat;
	text-align:center;
}

#header{
	width:1000px;
	height:121px;
	margin:0 auto;
	background-image:url(../images/Home/nav_bg.png);
}

#logo{
	float:left;
	margin-top:25px;
}

#navigation{
	float:right;
}

#header ul{
	list-style-type:none;
	margin-top:55px;
}

#header li{
	display:inline;
}

#home a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/home.png);
	margin:0 5px;
}

#home a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_home.png);
	margin:0 5px;
}

#apps a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/select_apps.png);
	margin:0 5px;
}

#faq a{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/faq.png);
	margin:0 5px;
}

#faq a:hover{
	float:left;
	width:98px;
	height:35px;
	background-image:url(../images/Home/hover_faq.png);
	margin:0 5px;
}

#contact a{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/contact.png);
	margin:0 5px;
}

#contact a:hover{
	float:left;
	width:140px;
	height:35px;
	background-image:url(../images/Home/hover_contact.png);
	margin:0 5px;
}

#content_bg{
	background-repeat:repeat;
	background-color:RGB(232, 239, 243);
	
}

#content{
	width:1000px;
	height:2846px;
    background-color:RGB(232, 239, 243);
	padding-top:190px;
	padding-bottom:110px;
	background-repeat:repeat;
	margin:0 auto;
}

/**			第一分类			**/
#apps_blank_1{
	position:absolute;
	margin-left: 10px;
	top: 139px;
	width:920px;
	height:53px;
	left: 53px;
	}
	
/**			Finance分类一共有 6 个应用			**/
#apps_finance{
	position:absolute;
    top:192px;
	margin-left:10px;
	background-image:url(../images/Apps/finance.png);
	background-repeat:no-repeat;
	width:1000px;
	height:550px;
}

/**		Fuel Monitor ----Finance的第一个应用		**/
#finace_fuelmonitor{
	position:absolute;
    margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#fuelmonitor_pic{
	position:absolute;
	margin-left:0px;
	top:82px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_fuel_monitor.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 37px;
}

#fuelmonitor_text{
	position:absolute;
	margin-left:0px;
	top:246px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 37px;
}

/**		Debts Break----Finance的第2个应用		**/
#finace_debtsbreak{
	position:absolute;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#debtsbreak_pic{
	position:absolute;
	margin-left:0px;
	top:83px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_debts_break.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 291px;
}

#debtsbreak_text{
	position:absolute;
	margin-left:0px;
	top:246px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 289px;
}

/**		Budget Wiz ----Finance的第三个应用		**/
#finace_budgetwiz{
	position:absolute;
	margin-top:0px;
	margin-left:500px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#budgetwiz_pic{
	position:absolute;
	margin-left:0px;
	top:83px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_budget_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 550px;
}

#budgetwiz_text{
	position:absolute;
	margin-left:0px;
	top:246px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 548px;
}
/**		Bill Watch----Finance的第四个应用		**/
#finace_billwatch{
	position:absolute;
	margin-top:0px;
	margin-left:740px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#billwatch_pic{
	position:absolute;
	margin-left:0px;
	top:84px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_bill_watch.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 796px;
}

#billwatch_text{
	position:absolute;
	margin-left:0px;
	top:246px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 799px;
}

/**		Checkbook Wiz----Finance的第5个应用		**/
#finace_checkbookwiz{
	position:absolute;
	top: 326px;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
}

#checkbookwiz_pic{
	position:absolute;
	margin-left:0px;
	top:326px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_checkbook_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 37px;
}

#checkbookwiz_text{
	position:absolute;
	margin-left:0px;
	top:491px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 37px;
}

/**		currency converter----Finance的第6个应用		**/
#finace_currencyconverter{
	position:absolute;
	top: 326px;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 18px;
}

#currencyconverter_pic{
	position:absolute;
	margin-left:0px;
	top:326px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_currency_converter.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 289px;
}

#currencyconverter_text{
	position:absolute;
	margin-left:0px;
	top:492px;
	width:173px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 281px;
}
/**			第二分类			**/
#apps_blank_2{
	position:absolute;
	margin-left: 10px;
	top: 742px;
	width:920px;
	height:53px;
	}
/**			Business分类一共有 4 个应用			**/
#apps_business{
	position:absolute;
    top:795px;
	margin-left:10px;
	background-image:url(../images/Apps/business.png);
	background-repeat:no-repeat;
	width:1000px;
	height:300px;
}

/**		Worktime Tracker ----Business的第一个应用		**/
#business_worktimetracker{
	position:absolute;
	top:83px;
	margin-top:0px;
	margin-left:20px;
	width:165px;
	height:190px;
	left: 17px;
}

#worktimetracker_pic{
	position:absolute;
	margin-left:0px;
	top:2px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_worktime_tracker.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 1px;
}

#worktimetracker_text{
	position:absolute;
	margin-left:0px;
	top:165px;
	width:165px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -5px;
}

/**		My Myleage----Business的第2个应用		**/
#business_mymileage{
	position:absolute;
	margin-top:0px;
	margin-left:260px;
	width:170px;
	height:190px;
	left: 18px;
	top: 85px;
}

#mymileage_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_my_mileage.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 12px;
}

#mymileage_text{
	position:absolute;
	margin-left:0px;
	top:164px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 11px;
}

/**		Quick Resume ----Business的第3个应用		**/
#business_quickresume{
	position:absolute;
	margin-top:0px;
	margin-left:500px;
	width:152px;
	height:190px;
	left: 18px;
	top: 85px;
}

#quickresume_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_quick_resume.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 31px;
}

#quickresume_text{
	position:absolute;
	margin-left:0px;
	top:163px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 30px;
}

/**		Scan MAster----business的第四个应用		**/
#business_scanmaster{
	position:absolute;
	margin-top:0px;
	margin-left:740px;
	width:152px;
	height:149px;
	left: 57px;
	top: 86px;
}

#scanmaster_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_scan_master.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#scanmaster_text{
	position:absolute;
	margin-left:0px;
	top:163px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 1px;
}

/**		Invoice Wiz----Business的第5个应用		**/
#business_invoicewiz{
	position:absolute;
	top:326px;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 19px;
}

#invoicewiz_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_invoice_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#invoicewiz_text{
	position:absolute;
	margin-left:0px;
	top:159px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -2px;
}

/**			第三分类			**/
#apps_blank_3{
	position:absolute;
	margin-left: 10px;
	top: 1345px;
	width:920px;
	height:53px;
	}
/**			Health & Fitness分类一共有10 个应用			**/
#apps_health{
	position:absolute;
    top:1398px;
	margin-left:10px;
	background-image:url(../images/Apps/health_fitness.png);
	background-repeat:no-repeat;
	width:1000px;
	height:800px;
}



/**		Run Coach 5K----Health的第1个应用		**/
#health_runcoach5k{
	position:absolute;
	top: 84px;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
	
}

#runcoach5k_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_run_coach_5k.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#runcoach5k_text{
	position:absolute;
	margin-left:0px;
	top:163px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -1px;
}

/**		Run Coach 10K----Health的第2个应用		**/
#health_runcoach10k{
	position:absolute;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#runcoach10k_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_run_coach_10k.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 12px;
}

#runcoach10k_text{
	position:absolute;
	margin-left:0px;
	top:162px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 12px;
}

/**		Run Coach Half Marathon----Health的第3个应用		**/
#health_runhalfmarathon{
	position:absolute;
	margin-top:0px;
	margin-left:500px;
	width:152px;
	height:190px;
	left: 18px;
	top: 86px;
}

#runhalfmarathon_pic{
	position:absolute;
	margin-left:0px;
	top:-1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_run_coach_half_marathon.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 31px;
}

#runhalfmarathon_text{
	position:absolute;
	margin-left:0px;
	top:160px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 30px;
}

/**		Run Coach  Marathon----Health的第4个应用		**/
#health_runmarathon{
	position:absolute;
	margin-top:0px;
	margin-left:740px;
	width:152px;
	height:190px;
	left: 21px;
	top: 0px;
}

#runmarathon_pic{
	position:absolute;
	margin-left:0px;
	top:85px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_run_coach_marathon.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 35px;
}

#runmarathon_text{
	position:absolute;
	margin-left:0px;
	top:245px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 35px;
}

/**		Restaurants Calorie Tracker----Health的第5个应用		**/
#health_calorietracker{
	position:absolute;
	top:326px;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 19px;
}

#calorietracker_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_restaurants_calorie_tracker.png);
	background-position:center;
	background-repeat:no-repeat;
	left: -1px;
}

#calorietracker_text{
	position:absolute;
	margin-left:0px;
	top:159px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 0px;
}


/**		Restaurants Points Tracker----Health的第6个应用		**/
#health_pointstracker{
	position:absolute;
	top:328px;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 16px;
}

#pointstracker_pic{
	position:absolute;
	margin-left:0px;
	top:-1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_restaurants_points_tracker.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 13px;
}

#pointstracker_text{
	position:absolute;
	margin-left:0px;
	top:159px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 14px;
}

/**		water alert----Health的第7个应用		**/
#health_wateralert{
	position:absolute;
	top:328px;
	margin-top:0px;
	margin-left:500px;
	width:152px;
	height:190px;
	left: 17px;
}

#wateralert_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_water_alert.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 33px;
}

#wateralert_text{
	position:absolute;
	margin-left:0px;
	top:161px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 32px;
}

/**		My Conttractions----Health的第8个应用		**/
#health_mycontractions{
	position:absolute;
	top:328px;
	margin-top:0px;
	margin-left:740px;
	width:152px;
	height:190px;
	left: 22px;
}

#mycontractions_pic{
	position:absolute;
	margin-left:0px;
	top:0px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_my_contractions.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 35px;
}

#mycontractions_text{
	position:absolute;
	margin-left:0px;
	top:161px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 34px;
}
/**		Pocket Timer----Health的第9个应用		**/
#health_pockettimer{
	position:absolute;
	top:568px;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 19px;
}

#pockettimer_pic{
	position:absolute;
	margin-left:0px;
	top:3px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_pocket_timer.png);
	background-position:center;
	background-repeat:no-repeat;
	left: -1px;
}

#pockettimer_text{
	position:absolute;
	margin-left:0px;
	top:163px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -3px;
}


/**		Zen Timer----Health的第10个应用		**/
#health_zentimer{
	position:absolute;
	top:568px;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 16px;
}

#zentimer_pic{
	position:absolute;
	margin-left:0px;
	top:2px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_zen_timer.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 14px;
}

#zentimer_text{
	position:absolute;
	margin-left:0px;
	top:162px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 13px;
}

/**			第四分类			**/
#apps_blank_4{
	position:absolute;
	margin-left: 10px;
	top: 2198px;
	width:920px;
	height:53px;
	}
	
/**			Medical分类一共有4个应用			**/
#apps_medical{
	position:absolute;
	top:2251px;
	margin-left:10px;
	background-image:url(../images/Apps/medical.png);
	background-repeat:no-repeat;
	width:1000px;
	height:300px;
}



/**		BP Wiz----Medical的第1个应用		**/
#medical_bpwiz{
	position:absolute;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#bpwiz_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_bp_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#bpwiz_text{
	position:absolute;
	margin-left:0px;
	top:164px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 1px;
}

/**		Glucose Wiz----Medical的第2个应用		**/
#medical_glucosewiz{
	position:absolute;
	margin-top:0px;
	margin-left:260px;
	width:152px;
	height:190px;
	left: 29px;
	top: 89px;
}

#glucosewiz_pic{
	position:absolute;
	margin-left:0px;
	top:-3px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_glucose_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 1px;
}

#glucosewiz_text{
	position:absolute;
	margin-left:0px;
	top:161px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 1px;
}
	
/**		Pill Alert---Medical的第3个应用		**/
#medical_pillalert{
	position:absolute;
	margin-top:0px;
	margin-left:500px;
	width:149px;
	height:190px;
	left: 20px;
	top: 86px;
}

#pillalert_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_pill_alert.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 31px;
}

#pillalert_text{
	position:absolute;
	margin-left:0px;
	top:163px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 30px;
}
/**		medical wiz----Health的第4个应用		**/
#medical_medicalwiz{
	position:absolute;
	margin-top:0px;
	margin-left:740px;
	width:152px;
	height:190px;
	left: 64px;
	top: 87px;
}

#medicalwiz_pic{
	position:absolute;
	margin-left:0px;
	top:-2px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_medical_wiz.png);
	background-position:center;
	background-repeat:no-repeat;
	left: -7px;
}

#medicalwiz_text{
	position:absolute;
	margin-left:0px;
	top:162px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -7px;
}

/**			第五分类			**/
#apps_blank_5{
	position:absolute;
	margin-left: 10px;
	top: 2548px;
	width:920px;
	height:53px;
	left: 76px;
	}
	
/**			Lifestyle分类一共有1个应用			**/
#apps_lifestyle{
	position:absolute;
    top:2604px;
	margin-left:10px;
	background-image:url(../images/Apps/lifestyle.png);
	background-repeat:no-repeat;
	width:1000px;
	height:300px;
}



/**		christmas planner----lifestyle的第1个应用		**/
#lifestyle_christmasplanner{
	position:absolute;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#christmasplanner_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_christmas_planner.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#christmasplanner_text{
	position:absolute;
	margin-left:0px;
	top:161px;
	width:163px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: -7px;
}

/**			第六五分类			**/
#apps_blank_6{
	position:absolute;
	margin-left: 10px;
	top: 2904px;
	width:920px;
	height:53px;
	}
	
/**			Utilities分类一共有1个应用			**/
#apps_utilities{
	position:absolute;
    top:2957px;
	margin-left:10px;
	background-image:url(../images/Apps/utilities.png);
	background-repeat:no-repeat;
	width:1000px;
	height:300px;
}



/**		Unit Converter----utilities的第1个应用		**/
#utilities_unitconverter{
	position:absolute;
	margin-top:0px;
	margin-left:20px;
	width:152px;
	height:190px;
	left: 18px;
	top: 84px;
}

#unitconverter_pic{
	position:absolute;
	margin-left:0px;
	top:1px;
	width:152px;
	height:152px;
	background-image:url(../images/Apps/logo_unit_converter.png);
	background-position:center;
	background-repeat:no-repeat;
	left: 0px;
}

#unitconverter_text{
	position:absolute;
	margin-left:0px;
	top:161px;
	width:152px;
	height:38px;
	text-align:center;
	vertical-align:top;
	line-height:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666;
	left: 0px;
}


#footer_bg{
	position:relative;
	background-image:url(../images/Home/bottom_bg.png);
}

#footer{
	background-image:url(../images/Home/bottom_bg.png);
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:40px;
	width:1280px;
	margin:0 auto;
	text-align:center;

}
