@charset "utf-8";
/* CSS Document */

a:link{color:#333333; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:active{color:#333333; text-decoration:none;}
a:hover{color:#333333; text-decoration:none;}

body {
	background: url(images/bg.gif);
	font-size: 11px;
	color: #333333;
}

.wrap{
	background: url(images/c_bg.png) repeat-y;
	width: 800px;
	margin: auto;
}

.header{
	background: url(images/c_top.png) no-repeat;
	width: 800px;
	height: 16px;
	margin: auto;
}

.right_bar{
	position: relative;
	top: 5px;
	left: 800px;
	width: 70px;
	height: 140px;
}

.logo{
	background: url(images/logo.jpg) no-repeat;
	width: 765px;
	height: 150px;
	margin: auto;
}

.menu{
	text-align: center;
	width: 760px;
	margin: auto;
	margin-top: 10px;
}

.menu a{
	margin-right: 10px;
	padding-left: 13px;
	background: url(images/menu.gif) left no-repeat;
}

.footer{
	background: url(images/c_bottom.png)  no-repeat;
	width: 800px;
	height: 16px;
	margin: auto;
}

.content{
	padding: 0px 18px 18px 18px;
}

.title{
	background: url(images/title_bg.jpg) center no-repeat;
	padding-left: 30px;
	width: 735px;
	margin: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pic{
	
}

.pic p{
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.index_title{
	background: url(images/index_title.png) no-repeat;
	background-position: 0% 10%;
	margin-left: 115px;
	width: 625px;
	padding: 5px 5px 5px 25px;
	line-height: 19.5px;
}

.about{
	line-height: 1.5em;
}

.about h3{
	color: #CC0000;
	width: 700px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.video{
	margin-top: 15px;
	text-align: center;
}

.system{
	
}

.hero{
	
}

.hero i{
	color: #CC0000;
	font-style: normal;
}

.hero h3{
	color: #CC0000;
	margin-left: 6px;
	padding-left: 16px;
	background: url(images/hero_icon.gif) no-repeat;
}

.hero li{
	display: inline;
	margin-right: 10px;
}

.download li{
	display: inline;
	padding: 0px 10px 0px 10px;
	border-right: dotted 1px #333333;
}

.download h3{
	color: #CC0000;
	margin-left: 6px;
	padding-left: 16px;
	background: url(images/download_icon.gif) no-repeat;
}

.link{
	text-align: center;
	 margin: auto;
	 width: 710px;
}

.link p{
	margin: 10px;
}

.copyright{
	text-align: center;
}

.error{
	padding: 100px;
	margin: auto;
	text-align: center;
}