/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #777 url(../images/BgBody.gif) repeat-y center top;
}

img {
	border: none;
}

a.BtnLink01 {
	background: #738b00;
	border-top: 1px solid #e4ff65;
	border-left: 1px solid #e4ff65;
	border-right: 1px solid #465500;
	border-bottom: 1px solid #465500;
	padding: 4px 8px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-family:"微软雅黑", Arial;
	font-size: 14px;
}
a:hover.BtnLink01 {
	background: #93b200;
	border-top: 1px solid #e4ff65;
	border-left: 1px solid #e4ff65;
	border-right: 1px solid #465500;
	border-bottom: 1px solid #465500;
	color: #FFF;	
}


.SiteLogo {
	width: 205px;
	height: 113px;
	background: url(../images/SiteLogo.gif) no-repeat left top;
	position: relative;
	top: 0;
	left: 0;
}
.SiteLogo h1 {
	position: absolute;
	left: -999px;
	top 0;
}
.SiteLogo a {
	text-decoration: none;
	width: 100%;
	height: 113px;
	display: block;
}
.SiteLogo a:hover {
	text-decoration: none;
}

.HotLine {
	position: absolute;
	right: 135px;
	top: 17px;
}

.HotLine2 {
	position: absolute;
	right: 15px;
	top: 35px;
}

.HotIcon {
	position: absolute;
	right: 15px;
	top: 70px;
}

.ChangeLang {
	position: absolute;
	right: 15px;
	top: 5px;
}
.ChangeLang a{
	text-decoration: none;
}

.LoginBtnInHeader {
	position: absolute;
	right: 10px;
	top: 20px;
}
.LoginAreainHeader {
	position: absolute;
	left: 260px;
	top: 15px;
	background: #5b7e9e url(../images/BgLoginInHead.gif) repeat-x left top;
	height: 46px;
	padding: 0 25px 0 60px;
	color: #dce9f4;
}
.LoginAreainHeader .LCorner {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/BgLoginInHeadLCorner.gif) no-repeat left top;
	width: 54px;
	height: 46px;
}
.LoginAreainHeader .RCorner {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/BgLoginInHeadRCorner.gif) no-repeat left top;
	width: 23px;
	height: 46px;
}
.LoginAreainHeader .NeedLogin {
	margin: 15px 20px 0 10px;
}
.LoginAreainHeader .NeedLogin a {
	color: #FFF;
}

.MainNav {
	width: 749px;
	height: 38px;
	background: url(../images/BgMainNav.gif) no-repeat right bottom;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
}
.MainNav ul {
	margin: 0;
	padding: 0;
}
.MainNav li {
	float: right;
	list-style-type: none;
}

.MainBanner {
	position: relative;
}
.ADBanner01 {
	background: #099da6 url(../images/ADBanner01.jpg) no-repeat left top;
	height: 122px;
}
.ADBanner02 {
	background: #FFF url(../images/ADBanner02.jpg) no-repeat left top;
	height: 106px;
}
.MainBanner h2 {
	position: absolute;
	top: 0;
	left: -9999px;
}
.MainBanner .LearnMore {
	position: absolute;
	top: 30px;
	right: 150px;
}

.MainContent{
}

.WatchDemo {
	width: 426px;
	height: 486px;
	background: url(../images/BgWatchDemo.gif) no-repeat left top;
	float: left;
	margin-left: 20px;
}
* html .WatchDemo {
	margin-left: 10px;
}
.WatchDemo .FlashDemo {
	margin: 14px;
}
.WatchDemo .Testiminals {
	font-family:"微软雅黑", Arial;
	font-size: 14px;
	font-style:italic;
	margin: 15px;
	margin-top: 25px;
}
.WatchDemo .Testiminals .Author {
	text-align: right;
	margin-top: 10px;
}

.FeaturesIntro {
	padding: 15px 35px 0 0;
	width: 457px;
	float: right;
}
.FeaturesIntro .FeatureCell {
	font-size: 14px;
	color: #666;
}
.FeaturesIntro .FeatureCell h3 {
	font-family:"微软雅黑", Arial;
	color: #4B7092;
	font-size: 21px;
	margin: 0 0 15px 0;
}
.FeaturesIntro .FeatureCell ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.FeaturesIntro .FeatureCell li {
	margin-bottom: 8px;
}
.FeaturesIntro .FeatureCell .LearnMore {
	text-align: right;
	margin-top: 12px;
}

.LeftNav {
	width: 129px;
}
.LeftNavBg01 {
	background: #e9e9e9 url(../images/BgLeftNav01.gif) no-repeat left bottom;
}
.LeftNav .NavList {
	margin: 15px;
	font-size; 12px;
}
.LeftNav .NavList .ListCell a:link {
	color: #000;
	text-decoration: none;
}
.LeftNav .NavList .ListCell a:visited {
	color: #000;
	text-decoration: none;
}
.LeftNav .NavList .ListCell a:hover {
	color: #F60;
	text-decoration: underline;
}
.LeftNav .NavList .ListCell a:active {
	color: #F60;
	text-decoration: underline;
}

.LeftNav .NavList .ListCell a.Sel:link {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
.LeftNav .NavList .ListCell a.Sel:visited {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
.LeftNav .NavList .ListCell a.Sel:hover {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}
.LeftNav .NavList .ListCell a.Sel:active {
	color: #F60;
	font-weight: bold;
	text-decoration: none;
}


.ContentArea h2 {
	font-family:"微软雅黑", Arial;
	color: #1d6bac;
	font-size: 18px;
	margin: 10px 25px 15px 25px;
	width: 560px;
	background:url(../images/PageTitleBorder.gif) no-repeat left bottom;
	padding-bottom: 3px;
}
.ContentArea .Content {
	margin: 0 25px 0 25px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.RightBar {
	width: 193px;
}
.OtherDownload {
	margin-top: 15px;
}
.OtherDownload .DownloadList {
	margin: 10px 20px;
}

.WelcomeContent {
	font-size: 14px;
	color: #888;
	margin: 20px 0 0 20px;
	float: left;
	width: 600px;
	line-height: 22px;
}
* html .WelcomeContent {
	margin-left: 12px;
}
.WelcomeContent h1 {
	font-size: 21px;
	font-weight: normal;
	color: #000;
	font-family: "微软雅黑", Arial;
	line-height: 25px;
}

.LoginArea {
	float: right;
	width: 290px;
	background: #e9e9e9;
	border: 1px solid #CCC;
	margin: 15px 20px 0 0;
}
* html .LoginArea {
	margin-right: 10px;
}
.LoginArea h3 {
	font-size: 17px;
	margin: 10px;
	color: #436c9e;
}
.LoginArea .LoginForm {
	margin: 20px;
}
.LoginArea .LoginForm .FormLine {
	margin-bottom: 5px;
	font-size: 14px;

}
.LoginArea .LoginForm .FormLine input {
	height: 20px;
	font-size: 14px;
}
.LoginArea .LoginForm .ErrorTip {
	color: #F00;
}
.LoginArea .LoginForm .HowToGetAccount {
	margin: 20px 0;
	padding: 15px 0;
	border-top: 1px dotted #CCC;
	font-size: 14px;
}



.Copyright {
	text-align: center;
	color: #666;
	margin: 15px auto 0 auto;
	clear: both;
}
* html .Copyright {
	text-align: center;
	color: #666;
	margin: 25px auto 0 auto;
	clear: both;
}
*+html .Copyright {
	text-align: center;
	color: #666;
	margin: 25px auto 0 auto;
	clear: both;
}
.Copyright a {
	color: #666;
}
