@charset "utf-8";

body {
	margin: 0px;
	height: 800px;
	width: 495px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
#top {
	height: 70px;
	width: 495px;
}
#container {
	height: 690px;
	width: 495px;
	margin: 0px;
	padding: 0px;
}
#navlist
		{
	border-bottom: 1px solid #444;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 22.5px;
	margin-left: 22.5px;
		}
		
		#navlist ul, #navlist li
		{
			margin: 0;
			padding: 0;
			display: inline;
			list-style-type: none;
		}
		
		#navlist a:link, #navlist a:visited
		{
			float: left;
			line-height: 14px;
			margin: 0 10px 4px 10px;
			text-decoration: none;
			color: #999;
		}
		
		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
			border-bottom: 1px solid #76B41C;
			padding-bottom: 5px;
			background: transparent;
			color: #fff;
		}
		
		#navlist a:hover { color: #fff; }
#container table {
	background-image: url(../images/productFrame.png);
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 105px;
	width: 404px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 12px;
}
#container table h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: bolder;
}
#container table h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

#container table img {

}


#container table a:link img {
	opacity: .6; /* 透明度60% FireFox 的寫法 */
	filter: Alpha(Opacity=75); /* 透明度60% IE 的寫法 */

} 

#container table a:visited img {
	opacity: .6;
	filter: Alpha(Opacity=75);

} 

#container table a:hover img {
	opacity: 1; /* 透明度100% FireFox 的寫法 */
	filter: Alpha(Opacity=100); /* 透明度100% IE 的寫法 */

} 
