.container {
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 194px;
	background-color: #fff;
	background-image: url(images/header-bg2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	background: url(images/bg.jpg) left top repeat-x #e9f8ff;/* background-repeat:repeat-x;
	background-color:#e9f8ff;*/
}
#footer {
	background: url(images/footerbg2.jpg) left top repeat-x #0d67bd;
}
#header, #content, #extra-content, #footer {
	font-size: 10pt;
	line-height: 19px;
}
.col-1, .col-2 {
	float: left;
}
li {
	list-style-type: square;
}
.pro li {
	margin-left: 30px;
}
#proCatergory, #table_pro, .pro table {
	width: 100%;
	border-collapse: collapse;
	border: none;
}
#table_pro {
	background-color: #C1CFFF;
}
#table_pro td, #table_pro th, .pro td, .pro th {
	border: solid #000 1px;
}
#tableCatergory {
	margin-left: 10px;
}
#catergory {
	border-radius: 5px;
	background: #EFEFEF;
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 10px 10px 10px 10px;
}
#catergory ul {
	padding-left: 20px;
}
#tableCatergory img {

	width: 250px;
	height: 185px;
}
/*======= index.html =======*/
#content .col-1 {
	width: 480px;/*火狐*/
 *width:490px;/*ie 7*/
	margin-right: 22px;
}
#content .col-2 {
	width: 400px;
}
h1, h2, h3 {
	text-align: center;
	margin-top: 20px;
}
#boxes img {
	width: 150px;
	height: 133px;
}
