﻿body {
	background:#3a3e4c url(../images/background.png) repeat-x;
	font:12px/1.5 Arial;
	margin:0;
}
a {
	color:#508615;
	outline:none;
	text-decoration:none;
}
/* Added by XueZhiming*/
.download a{
	text-decoration: underline;
}
/* End of added*/
img {
	border:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
p, h1, h3, h4 {
	margin:0;
}
p {
	font:12px/20px Arial;
}
.clear {
	clear:both;
}
#header {
	margin:72px auto 0;
	position:relative;
	width:934px;
}
#logo {
	height:70px;
	width:335px;
}
#nav {
	font-weight:bold;
	position:absolute;
	right:15px;
	bottom:15px;
}
#nav li {
	float:left;
	margin-left:20px;
}
* html #nav li {
	display:inline;
}
#nav a {
	color:#fff;
}
#nav a:hover {
	color:#94d71a;
}
#nav li.current a {
	color:#94d71a;
}
#content {
	margin:0 auto;
	width:934px;
}
.contentTop {
	background:url(../images/content_top.png) no-repeat;
	height:275px;
	position:relative;
}
#slide li {
	height:243px;
	left:486px;
	overflow:hidden;
	position:absolute;
	top:16px;
	width:432px;
}
#slide img {
	height:243px;
	width:432px;
}
#slidePages {
	left:454px;
	bottom:14px;
	overflow:hidden;
	position:absolute;
	width:21px;
}
#slidePages li {
	background:url(../images/pages.gif) no-repeat;
	cursor:pointer;
	height:21px;
	margin-top:8px;
	overflow:hidden;
	width:21px;
}
#slidePages .page1 {
	background-position:0 -30px;
}
#slidePages .pageLight1 {
	background-position:0 0;
}
#slidePages .page2 {
	background-position:-30px -30px;
}
#slidePages .pageLight2 {
	background-position:-30px 0;
}
#slidePages .page3 {
	background-position:-60px -30px;
}
#slidePages .pageLight3 {
	background-position:-60px 0;
}
#slidePages .page4 {
	background-position:-90px -30px;
}
#slidePages .pageLight4 {
	background-position:-90px 0;
}
#slidePages .page5 {
	background-position:-120px -30px;
}
#slidePages .pageLight5 {
	background-position:-120px 0;
}
.contentBody {
	background:#fff url(../images/content_bottom.png) no-repeat left bottom;
	color:#444;
	padding:18px 20px 15px;
	overflow:auto;
}
#newsPanel {
	float:right;
	width:250px;
}
#partnersPanel {
	margin-top:24px;
}
.contentBody h3 {
	color:#4a4b48;
	font:bold 14px/20px Arial;
}
.contentBody h4 {
	color:#508615;
	font-size:12px;
	margin:3px 0;
}
.enTitle {
	color:#508615;
	font-style:italic;
	margin-left:5px;
}
.panel ul {
	margin-top:8px;
}
#newsList li {
	background:url(../images/list_dot.gif) no-repeat 0 center;
	padding-left:14px;
}
#featureList {
	margin-top:12px;
	width:600px;
}
#featureList li {
	float:left;
	margin-right:25px;
	width:170px;
}
#featureList li img {
	float:left;
	height:48px;
	margin:0 10px 8px 0;
	width:48px;
}
.contentBody .textLink {
	padding-right:12px;
}
.contentBody .textLink:hover {
	background:url(../images/link_bg.gif) no-repeat right center;
	text-decoration:underline;
}
#featureList p {
	margin-top:5px;
}
#partnersList li {
	display:inline;
	margin-right:10px;
}
#footer {
	color:#a2a2b3;
	margin:6px auto 0;
	height:36px;
	text-align:right;
	width:934px;
}
#copyright {
	font-style:italic;
	margin-right:10px;
}
.contentHead {
	background:url(../images/content_head.png) no-repeat;
	height:120px;
	position:relative;
}
.contentHead h1 {
	color:#fff;
	cursor:default;
	font-size:32px;
	font-style:italic;
	left:30px;
	position:absolute;
	text-align:center;
	top:68px;
	width:360px;
}
#sidePanel {
	float:left;
	width:192px;
}
#sideNav {
	padding-left:6px;
}
#sideNav li {
	background:url(../images/nav_list_arrow.gif) no-repeat 0 center;
	color:#4a4b48;
	font-size:13px;
	margin:8px 0;
	padding-left:20px;
}
#sideNav a {
	color:#467d1b;
}
#sideNav a:hover {
	color:#5fa014;
}
#sideNav li.current a {
	color:#467d1b;
	font-weight:bold;
}
#mainPanel {
	margin-left:192px;
	min-height:150px;
	padding:0 12px;
}
* html #mainPanel {
	height:150px;
}
dl {
	margin-top:15px;
}
dt {
	background:url(../images/list_dot.gif) no-repeat 0 center;
	color:#508615;
	font-weight:bold;
	margin:8px 0 6px;
	padding-left:15px;
}
dd {
	line-height:20px;
	margin-left:24px;
}
.contentBlock {
	margin-bottom:32px;
}
.contentBlock h3 {
	color:#508615;
	margin:8px 0;
}
.contentBlock p {
	margin:8px 0;
	text-indent:24px;
}
/* Added by XueZhiming */
.contentBlock .padding_left_35 {
	padding-left: 35px;
}
.contentBlock img {
	margin: 5px 0 3px 25px;
}
.contentBlock ul {
	margin: 0 0 20px 25px;
}

/*
	*** BEGIN of FAQ ***
*/
.toTop {
	text-align: right;
	margin: 5px 60px 5px 0;
	
}
.ContentFAQ dt{
	margin-left: 10px;
	padding-left: 35px;
	background: #FFF url(../images/list_faq.gif) no-repeat 10px 1px;
	background-position: 0 1px;
}
.ContentFAQ dd {
	margin-left: 10px;
	padding: 2px 60px 3px 35px;
	background: #FFF url(../images/list_faq.gif) no-repeat 10px 10px;
	background-position: 2px -50px;
}

.ContentFAQ textarea{
	margin: 5px;
	font-size: 11px;
	line-height: 16px;
	background-color: #EEF7FF;
}
.ContentFAQ input{
	margin: 6px 0 3px 5px;
	padding: 2px;
	padding-bottom: 0;
}
.ContentFAQ img {
	margin: 5px 0 3px 25px;
}
/* 
	*** END of FAQ ***
	*** END of added *** 
*/
.contentList li {
	margin-top:15px;
}
.contentList h4 {
	background:url(../images/list_dot.gif) no-repeat 0 center;
	padding-left:15px;
}
.contentList p {
	text-indent:0;
}
#demoList li {
	margin:8px 0 32px;
}
#demoList h4 {
	font-size:13px;
}
#demoList p {
	margin-top:8px;
}
#demoList img {
	border:solid 1px #ccc;
}
.screenshotList {
	margin:16px 0;
}
.screenshotList li {
	float:left;
	height:194px;
	margin:0 3px 5px 0;
	width:334px;
}
* html .screenshotList li {
	display:inline;
}
.screenshotList a {
	display:block;
	height:182px;
	padding:6px;
	width:322px;
}
.screenshotList a:hover {
	background:url(../images/imageview_bg.png) no-repeat;
}
.screenshotList img {
	background:#fff;
	border:solid 1px #ddd;
	height:180px;
	width:320px;
}
#siteStatus {
	height:1px;
	overflow:hidden;
}
#siteStatus img {
	visibility:hidden;
}