@charset "utf-8";
body {
	margin: 0px;
	background-image:url(../images/BG.gif);
	background-position:0px 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00499C;
}
a:link {
	color:#00499C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00499C;
}
a:hover {
	text-decoration: underline;
	color: #00499C;
}
a:active {
	text-decoration: none;
}
li {
	list-style:none;
}
ul {
	list-style:none;
}
.main {
	width:980px;
	margin:auto;
	clip:auto;
}
.product {
	width:239px;
	height:320px;
	float:left;
	padding-right:8px;
	background-image:url(../images/product_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.index_info {
	padding-left:15px;
	width:222px;
	text-align:left;
	letter-spacing:4px;
	line-height:18px;
}
.title {
	background-image:url(../images/title_bg.gif);
	background-repeat:repeat-x;
}
.title_link {
	width:625px;
	float:right;
	margin-top:54px;
	padding-right:60px;
}
.title_link li {
	width:125px;
	height:41px;
	float:left;
	margin-top:0px;
	padding-right:0px;
	background-position:0px -41px;
	cursor:pointer;
}
.ptitle {
	width:920px;
	height:150px;
	padding-left:30px;
	padding-right:30px;
	cursor:pointer;
	background-image:url(../images/products_bg1.gif);
	background-position:0px 150px;
	border-bottom:1px solid #aaa;
}
.ptitle li {
	width:712px;
	padding-left:10px;
	float:left;
}
.ptitle2 {
	width:920px;
	height:150px;
	padding-left:30px;
	padding-right:30px;
	cursor:pointer;
	background-image:url(../images/products_bg1.gif);
	background-position:0px 0px;
	border-bottom:0px;
}
.ptitle2 li {
	width:712px;
	padding-left:10px;
	float:left;
}
.pinfo {
	height:269px;
	width:920px;
	padding-left:30px;
	padding-right:30px;
	display:none;
	text-align:center;
	background-image:url(../images/products_bg2.gif);
	background-position:0px 0px;
}
.footer {
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	width:100%;
}
