@charset "utf-8";
/* CSS Document */
body  {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
 #container {
	width: 1002px;
	margin: auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
 #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/icon-bg.jpg);
	background-repeat: repeat-x;
	height: 70px;
	margin: 0px;
	width: 1002px;
} 
#header img {
	float: left;
}



#banner{
	width: 1002px;
	height: 373px;
}

 #sidebar1 {
	float: left;
	width: 213px;
	background: url(../images/left-bg.jpg) no-repeat;
	height: 820px;
}
 #sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#subnav{
	font-size: 12px;
	font-weight: bold;
	margin: 0px 10px 0px 20px;
	text-align: left;
}
#subnav ul {
	margin: 10px 20px 20px 0px;
	text-align: left;
	display: block;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/left-line.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
}
#subnav ul li {
	list-style-type: none;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 0px 0px 22px;
	margin: 14px 0px 0px 0px;
	background: url(../images/ch-2.gif) no-repeat left top;
	font-size: 12px;
}
#subnav ul li a {
	color: #000;
	text-decoration: none;
	display: block;
	list-style-type: none;
}
#subnav ul li a:hover{
	color: #CC1C1C;
}
 #mainContent {
	margin: 0px 0px 0px  213px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
} 
.tittle{
	background: url(../images/h1-bg.jpg) no-repeat;
	height: 36px;
	width: 760px;
	padding: 10px;
	background-position: left bottom;
}
.tittle img {
	padding: 6px 0px 0px 30px;
}

.main{
	width: 767px;
	margin: auto;
	float: right;
}
.main p strong {
	color: #000;
	padding: 2px;
}

.main p {
	font-size: 13px;
	line-height: 22px;
	color: #000;
	padding: 20px 40px 10px 70px;
}

/*Example for a Menu Style*/
.tabmenu {
	color:#272727;
	margin-left: 50px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.tabmenu tr{
	height:26px;
}
.tabmenu ul {
	margin:0px;
	list-style:none;
	text-align:left;
}
.tabmenu li {
	display:inline;
	line-height:40px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
.tabmenu li a {
	color:#FFF;
	text-decoration:none;
	margin: 0px -2px 0px 0px;
	padding: 7px 8px 8px 18px;
	background-image: url(../images/icon-red-x.jpg);
	background-repeat: repeat-x;
}

.tabmenu li a.tabactive{
	position:relative;
	margin: 0px -2px 0px 0px;
	padding: 7px 8px 8px 18px;
	background-image: url(../images/icon-gray-over.jpg);
	background-repeat: repeat-x;

}
.tabmenu span a {
	color:#FFF;
	text-decoration:none;
	line-height:26px;
	margin: 0px 0px 0px 0px;
	padding: 7px 8px 8px 19px;
	background-image: url(../images/icon-red-x.jpg);
	background-repeat: repeat-x;
}

.tabmenu span a.tabactive{
	position:relative;
	text-decoration:none;
	line-height:26px;
	margin: 0px 0px 0px 0px;
	padding: 7px 8px 8px 19px;
	background-image: url(../images/icon-gray-over.jpg);
	background-repeat: repeat-x;

}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 ,#tabcontent5,#tabcontent6,#tabcontent7,#tabcontent8,#tabcontent9 ,#tabcontent10{
	width:500px;
	margin: 60px 0px 0px 0px;
}
.tittle-describe{
	padding: 28px 0px 50px 28px;
}

/*pro*/
#pro-list {
	margin: 20px;

}
#pro-list-pic {
	FLOAT: right;
	MARGIN: 0px;
	PADDING-TOP: 0px
}
/*img*/
img {
   border: 0;

}


#main .photoblock-many {		/* A general full-width photo block (that clears), for many thumbnails */
	margin:auto;
	padding:20px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #888888;
}
/*sprc*/
#gallery {
	font:11px verdana,arial,sans-serif;
	width:750px;
	line-height:15px;
	background-image: url(../images/tab-1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 10px 0px 0px 20px;
}
#gallery div.off {
	color:#000000;
	line-height:33px;
	float:left;
	cursor:pointer;
	position:relative;
	z-index:20;
	background-image: url(../images/tab-1.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	width: 146px;
	text-align: center;
}
#gallery div.off a,hover,active{
	color:#000000;
	text-decoration:none;
}
#gallery div.on {
	color:#FFFFFF;
	float:left;
	cursor:pointer;
	line-height:32px;
	position:relative;
	z-index:100;
	background: url(../images/tab-0.gif) repeat-x;
	padding: 0px 20px 0px 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-position: left bottom;
	width: 146px;
	text-align: center;
}
#gallery div.on a,hover,active{
	color:#FFFFFF;
	text-decoration:none;
}

div.hide {display:none; width:0; overflow:hidden;}
div.show {
	clear:left;
	width:700px;
	top:-220px;
	position:relative;
	z-index:50;
	font:11px verdana, arial, sans-serif;
	line-height:18px;
	padding: 0px 20px;
}
div.show img {
	float:left;
}
.clear {clear:both;
} 
.back{
	float: right;
	margin-top: -240px;
}
.datable{
	margin: 0px;
}
.datable h1{
	color: #FFF;
	font-size: 20px;
	margin: 10px 0px 10px 0px;
	display: block;
	padding: 5px;
	background-color: #F00;
	width: 50%;
	text-align: center;
}
.datable th{
	padding: 10px;

}
.datable  strong {
	font-weight: bold;
	color: #000;
	padding: 2px;
	margin: 0px 0px 20px 0px;
}

.datable td{
	font-size: 13px;
	line-height: 20px;
	padding: 10px;
}
.agent{}
.agent td{
	font-size: 11px;
	line-height: 16px;
	padding: 4px;
}
.agent a {
	text-decoration: underline;
	color: #666;
}

.agent tr td strong {
	font-size: 11px;
	font-weight: bold;
}
.agent tr td img {
	padding: 0px 8px 0px 0px;
}

.agent th{}
#footer {
	float: none;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center -8px;
	margin: 0px;
} 
 #footer p {
	padding: 16px 0px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
	line-height: 22px;
}
#footer a {
	text-decoration: none;
	color: #333;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main ul{
	width: 80%;
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	margin: 20px auto;
	list-style-position: outside;
}
h1 {
	font-size: 22px;
	color: #333;
	margin: 20px 25px 10px 25px;
	font-style: italic;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #D7313D;
}
h2 {
	display: block;
	clear: both;
	width: 90%;
	margin: 10px 0px 10px 15px;
	font-size: 16px;
	font-style: italic;
	padding: 40px 0px 0px 0px;
}


.main li{
	padding: 5px 0px 10px 10px;
	list-style-type: decimal;
	margin: 0px;
}
.main ul li a {
	text-decoration: underline;
	color: #C60;
}
.news-member {
	height: 80px;
	width: 93%;
	margin: 2px 14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-color: #EBEBEB;
	padding: 10px;
}
.news-member  a {
	text-decoration: underline;
	color: #930;
}


.news-member img {
	padding: 5px;
	float: left;
	width: 100px;
	height: auto;
	}
	
.news-member h3 {
	font: 14px bold Helvetica, Arial, Verdana, san-serif;
	color: #09C;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	}
	
.news-member p {
	float: none;
	padding: 0px 0px 0px 140px;
	font-size: 12px;

	}
.team-member {
	height: auto;
	width: 170px;
	float: left;
	text-align: left;
	margin: 6px;
	padding: 2px;
}
.team-member table {
	font-size: 10px;
	line-height: 22px;
}

.team-member  a {
	text-decoration: underline;
	color: #666;
	font-size: 10px;
}


.team-member img {
	background: #FFFFFF;
	width: 150px;
	height: auto;
	padding: 5px;
	margin: 5px;
	text-align: center;
	}
	
.team-member h3 {
	font: 14px bold Helvetica, Arial, Verdana, san-serif;
	color: #09C;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	}
	
.team-member p {
	float: left;
	font-size: 10px;
	text-align: left;
	padding: 4px 8px;
	color: #333;
	background-color: #A5C3D2;
	margin: 4px 6px;
	width: 144px;
	line-height: 14px;

	}
.team-member p strong {
	font-size: 12px;
	font-weight: bold;
}


.intro-member {
	height: auto;
	width: 260px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
	background-color: #F6F6F6;
	float: left;
	text-align: left;
	margin: 10px;
	padding: 2px;
}
.intro-member table {
	font-size: 12px;
	line-height: 18px;
	padding: 2px;
	margin: 4px;
}

.intro-member  a {
	text-decoration: underline;
	color: #666;
	font-size: 12px;
}


.intro-member img {
	background: #FFFFFF;
	border: #DDD 1px solid;
	width: 150px;
	height: auto;
	padding: 5px;
	margin: 5px 25px;
	}
	
.intro-member h3 {
	font: 14px bold Helvetica, Arial, Verdana, san-serif;
	color: #09C;
	float: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09C;
	margin: 10px;
	}
	
.intro-member p {
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 0px 8px;
	color: #333;
	background-color: #DBDBDB;
	margin: 4px 6px;
	width: 144px;

}
.download{
	font-size: 12px;
	line-height: 22px;
	width: 90%;
	margin: 40px 15px;
}
.download a {
	color: #333;
	text-decoration: none;
}
.download a:hover{
	color: #F30;
	text-decoration: none;
}

.download  img {
}

.download td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding: 4px 8px;
}
#fla{
	height:365px;
	background-image: url(../images/main-flash-bg.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding-left: 11px;
	width: 1002px;
	}
#nav{
	height:70px;
	float: left;
}
#bottom{
	background: url(../images/main-bottom.jpg) no-repeat;
	height: 150px;
	float: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-bottom: -10px;
	clear: both;
}
.left{
	float: left;
	width: 220px;
	margin: 2px;
	padding: 0px 0px 0px 16px;
}
.main-news img {
	float: left;
	padding: 0px 10px 10px 0px;
}
.main-news a {
	text-decoration: none;
	font-size: 11px;
	color: #666;
}


.main-news{
	font-size: 12px;
	color: #000;
	width: 220px;
	display: block;
	float: left;
}
a 
{
	color: #00CCFF;
}

a:hover
{
	color: #66FF33;
}

title
{
	color:#FFFF00;
}

note
{
	color:#FFFF00;
}
