 

body {
	text-align: center;
	background: #f5f5f5;
	/*font-family: "Arial,Helvetica,Verdana,Century Gothic,San-serif";*/
	font-family: 'Century Gothic', Verdana, Arial,Helvetica,Sans-serif;
	color: #828282;
	padding: 0;
	margin: 0;
	min-width: 1120px;
}
input,textarea {
	font-family: 'Century Gothic', Verdana, Arial,Helvetica,sans-serif;
}
img {
	border: none;
}
a {
	color: #49abcf;
	text-decoration: none;
}
#top {
	width: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	/*background: lightpink;*/
}
.div_section {
	position: relative;
}
.section_title {
	font-size: 16px;
}
.button {
	cursor: pointer;
}

/* Menu */
#div_nav {
	position: fixed;
	margin-left: 30px;
	margin-top: 30px;
	width: 107px;
	height: 480px;
	background: url(../images/menu/bg_menu.png) no-repeat;
	z-index: 5;
	/*支持IE6*/
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
	/*支持IE6，防止抖动*/
*html{
background-image:url(about:blank);
background-attachment:fixed;
}

#table_nav {
	border-collapse: collapse;
	font-size: 12px;
	text-align: center;
	width: 100%;
	height: 100%;
}

/* Facebook Popup Box */
#fb_popup {
	position:fixed;
	bottom:50px;
	right:-310px;
	padding:5px;
	border:2px solid #ccc;
	border-right:0px;
	z-index: 5;
	background:white;
	font-size:12px;
     -moz-border-radius: 12px 0px 0px 12px;
    -webkit-border-radius: 12px 0px 0px 12px;
    -khtml-border-radius: 12px 0px 0px 12px;
    border-radius: 12px 0px 0px 12px;
	behavior:url(ie-css3.htc);
}
#fb_popup_msg{
	font-weight:bold;
	padding-left:10px;
}
#fb_popup_close {
	padding-right:10px;
}

/* Home */
#home_content {
	width: 1120px;
	height: 650px;
	background: url(../images/home/bg_main.jpg) no-repeat;
}
#home_msg{
	position: relative;
	left: 200px;
	top: 200px;
	width: 280px;
	font-size: 22px;
	color: #7f7f7f;
	text-shadow: white 1px 1px;
}
#social_links {
	position: relative;
	left: 180px;
	top: 250px;
	width: 300px;
	height: 50px;
}
#home_intro {
	position: relative;
	left: 120px;
	top: 2px;
	width: 900px;
	font-size: 18px;
	color: #49abcb;
	text-shadow: white 1px 1px;
}
#social_links  table{
	width:100%;
	height:100%;
	text-align:center;
}
#table_download {
	position: relative;
	top: 15px;
	width: 929px;
	margin: 0 auto;
	background: url(../images/home/bg_download.png) no-repeat;
	padding-top: 40px;
}
#table_download td {
	width: 20%;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}
.text_platform {
	color: #49abcb;
	font-size: 14px;
}

/* Features */
#section2 {
	background: url(../images/features/feature1.jpg) no-repeat right; 
	width: 100%;
	height: 711px;
	color: #49abcb;
	text-shadow: white 1px 1px;
}
#features_label {
	position: absolute;
	left: 120px;
	top: 100px;
	background: url(../images/features/label.png) no-repeat;
	width: 139px;
	height: 102px;
	font-size: 12px;
}
#features_msg {
	position: absolute;
	left: 650px;
	top: 80px;
	width: 400px;
}
.features_subtitle {
	font-size: 20px;
	color: #49abcb;
}
#section2b {
	background: url(../images/features/feature2.jpg) no-repeat right; 
	width: 100%;
	height: 711px;
	color: #49abcb;
	text-shadow: white 1px 1px;
}

/*sec3*/
#section3 {
	height: 650px;
	color: #49abcb;
}
#manual_label {
	position: absolute;
	left: 120px;
	top: 180px;
	/*background: url(../images/manual/label.png) no-repeat;*/
	width: 126px;
	height: 102px;
}
#manual_android_btn {
	position: absolute;
	left: 200px;
	top: 400px;
	z-index: 3;
}
#manual_ios_btn {
	position: absolute;
	left: 800px;
	top: 850px;
	z-index: 3;
}
#manual_ios {
	position: absolute;
	left: 400px;
	top: 50px;
	width: 550px;
	font-size: 14px;
}
.highlight_ios {
	font-size: 18px;
	color: #dd5728;
}
#manual_separator {
	background: url(../images/manual/separator.png) no-repeat center;
	width: 100%;
	height: 84px;
	margin: 0 auto;
	position: absolute;
	top: 600px;
}
/* FAQ */
#section4 {
	height: 900px;
	background: url(../images/paper_shadow.png) no-repeat bottom right;
}
#faq_label {
	position: absolute;
	left: 120px;
	top: 260px;
	background: url(../images/faq/label.png) 
	no-repeat;
	width: 88px;
	height: 102px;
}
#faq_content {
	position: absolute;
	left: 300px;
	top: 50px;
	width: 700px;
	height: 600px;
}
.faq_question {
	color: #dd5728;
	font-size: 14px;
}
.faq_answer {
	font-size: 12px;
	color: #49abcf;
}

/* Contact */
#section5 {
	height: 600px;
	color: #dd5728;
	background: url(../images/paper_shadow.png) no-repeat bottom right;
}
#contact_label {
	position: absolute;
	left: 120px;
	top: 280px;
	background: url(../images/contact/label.png) no-repeat;
	width: 149px;
	height: 102px;
}
#contact_content {
	position: absolute;
	left: 420px;
	top: 300px;
	width: 550px;
	text-align: right;
}
#contact_popup {
	width: 615px;
	height: 502px;
	background: url(../images/contact/popup_window.png) no-repeat;
	padding: 50px;
}
#contact_form {
	width: 100%;
	margin-top: 20px;
}
#contact_form td {
	/*border: 1px solid black;*/
	padding-bottom: 20px;
	text-align: center;
}
#contact_form input {
	width: 550px;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #aaa;
}
.placeholder {
	color: #aaa;
}
.mandatory_fields {
	color: red;
	padding-left: auto;
	font-size: 16px;
}
#form_msg {
	background: #F06B66;
	color: white;
	width: 550px;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	text-align: left;
	display: none;
}
.form_textarea {
	width: 550px;
	border: 1px solid #aaa;
	font-size: 14px;
	padding: 10px;
	resize: none;
}

/* Reviews */
#section6 {
	height: 600px;
	background: url(../images/paper_shadow.png) no-repeat bottom right;
}
#reviews_label {
	position: absolute;
	left: 120px;
	top: 120px;
	background: url(../images/reviews/label.png) no-repeat;
	width: 135px;
	height: 102px;
}
#reviews_team_msg {
	position: absolute;
	left: 200px;
	top: 860px;
	width: 435px;
	height: 179px;
	background: url(../images/reviews/bubble_team.png) no-repeat;
}
.reviews_comment {
	position: absolute;
	left: 550px;
	width: 475px;
	height: 259px;
	background: url(../images/reviews/bubble_bg.png) no-repeat;
	padding: 30px 40px 30px 40px;
	color: black;
	font-size: 12px;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.review_content {
	margin-top: 12px;
	height: 140px;
}
.review_author {
	height: 40px;
	font-size: 10px;
	margin-bottom: 10px;
	text-align: right;
}


/* Footer */
#div_footer_edge {
	background: url(../images/footer/edge.png) center;
	width: 100%;
	height: 156px;
}
#div_footer {
	background: url(../images/footer/bg_texture.png);
	width: 100%;
	height: 80px;
	margin-top: -60px;
	font-size: 14px;
}
#table_footer {
	width: 1000px;
	margin: 0 auto;
	color: black;
}