* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font: normal 12px Arial, Helvetica, sans-serif;
	/*color: #999999;*/
}

h2, h3, h4{
	margin: 0;
	color: #11A6D4;
}

h2 {
	font-size: 18px;/*em是相对当前对象内的字体大小*/
	background-position: center;
	text-align: center;
}

h3 {
	margin-bottom: 12px;
	font-size: 12px;
}
h4 {
	margin-bottom: 8px;
	font-size: 12px;
	margin-top: 8px;
	font-weight: normal;
}

p, blockquote, ul, ol {
	margin-bottom: 18px;
	line-height: 21px;
}

p {
	text-indent: 24px;
}

blockquote {
}

ul {
	margin-left: 24px;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 24px;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #FF7700; 
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #11A6D4;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
	margin-bottom: 12px;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(images/img08.gif);
	background-repeat: no-repeat;
	background-position: 10px 40%;
}

.boxed .content {
	padding: 10px;
}

/*function.html > box*/
.functionbox {
	margin-bottom: 12px;
	border: 3px solid #6DCBEB;
	background-color: #F7F7F7;
	background-repeat: no-repeat;
}

.functionbox .title {
	height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	color: #600303;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FBC25F;
	background-image: url(images/img10.gif);
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.functionbox .content {
	padding: 0px;
	background-color: #F7f7f7;
}



/* Header */

#header {
	width: 700px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}


/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	color: #FF7700; 
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}
#menu a:hover{
	color: #11A6D4;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Content > Main */

#main {
	float: right;
	width: 380px;
}


/* Content > Main > Backdrop */

#backdrop {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#backdrop p {
	margin-bottom: 0px;
	line-height: 21px;
	text-indent: 0px;
}


/* Content > Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

/* Content > Sidebar > Ppt*/

#ppt {
	
}

#ppt ul {
	margin: 0;
	list-style: none;
}

#ppt li {
	margin-bottom: 10px;
	list-style-image: none;
	list-style-type: none;
}

#ppt h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(images/img03.gif) no-repeat left center;
	font-weight: normal;
}

#ppt p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: 10px;
}

#ppt a {
	text-decoration: none;
}
#ppt h2{
	text-align: left;
	vertical-align: middle;
}
/* Content > Sidebar > Example*/

#example {
	color: #11A6D4;
}

#example h2{
	text-align: left;
	vertical-align: middle;
}
#example ul {
	margin-bottom: 18px;
	line-height: 21px;
	list-style-image: none;
	list-style-type: none;

}

#example li {
	margin-bottom: 5px;
	list-style-type: disc;
	color: #FF7700;
}
/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: auto auto 24px auto;
	background: #F7F7F7 url(images/img07.gif) repeat-x;
	border: 1px solid #CCCCCC;
	text-decoration: none;
}
#footer a {
	color: #FF7700; 
	text-decoration: none;
}
#footer a:hover {
	color: #11A6D4; 
	text-decoration: none;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
}
/*


/*download.html >down */
#downcontent{
	width: 700px;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #6DCBEB;
}
#downmain{
	margin-right: 20px;
	margin-left: 20px;
}
#downmain ul {
	list-style: none;
}
#downmain li{
	font-weight: normal;
}

#img{
margin: -20px 0 16px 30px;
}
/*function.html > function*/
#function{
	width: 700px;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border: 1px solid #6DCBEB;
}
/*function.html > list*/
#list{
	float: left;
	width: 220px;
}
#list h2{
	text-align: left;
	vertical-align: middle;
}
#list h3 {
	margin-bottom: 0px;
	font-size: 12px;
}
#list p, ul, ol {
	margin-bottom: 0px;
	line-height: 15px;
	list-style-image: none;
	list-style-type: none;
}
#list  a{
	color: #11A6D4; 	
}
#list  a:hover{
	color: #FF7700; 	
}



/*function.html*/
#funcontent{
	margin: 20 0 36px 0;
	padding: 10px 0 18px 0;
	border-bottom: 1px solid #CCCCCC;
}
#funmain{
	float: right;
	width: 450px;
	padding: 30px 0 0px 0;
	border-bottom-style: solid;
	border-bottom-color: #6DCBEB;
}
#funmain  ul{
	list-style-image:none;
	list-style-type: none;
}
#funmain  h2{
	color: #11A6D4;
	text-align: left;
	text-indent: 80px;
}
#funload {
	float: right;
	width: 450px;
	padding: 30px 0 0px 0;
}
#funload  ul{
	list-style-image:none;
	list-style-type: none;
}

/*use.html */
#usecontent{
	width: 700px;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #6DCBEB;
}
#usemain{
	margin-right: 20px;
	margin-left: 20px;
}
#usemain ul{
	list-style-image: url(images/img09.gif);
}
#usemain img{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -11px;
}

/*index.html*/
#indexcontent{
	width: 700px;
	background-color: #f7f7f7;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #6DCBEB;
}
#indexmain{
	margin-right: 20px;
	margin-left: 20px;
}
#indexmain p {
	text-indent: 0px;
}
