@charset "utf-8";
/* CSS Document */
/***普通通用*********************************************************/
p {margin: 0px;padding: 0px;}
img {border: 0px;}
.clear {zoom: 1;clear: both;}
.clear:after {content: '';display: block;clear: both;visibility: hidden;height: 0;}
.bold{font-weight:bold;}
/***普通通用*********************************************************/
body {
	margin: 0px;
	padding: 0px;
	
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #DCDCDC;
}
#wrapper100 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000033;
}
#wrapper {
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	line-height: 18px;
	letter-spacing: 1px;
	font-size: 13px;
	font-family: Verdana, "新細明體", "微軟正黑體";
	
	}
#header {
	width: 1000px;
	height: 82px;
	background-image:url(header.jpg);
}
#breadcrumbs {
	width: 231px;
	height: auto;
	text-align: right;
	position: absolute;
	z-index: 1;
	top: 423px;
	right: 57px;
	color: #646464;
}
#breadcrumbs  A:link{
	color: #b95656;
	TEXT-DECORATION: none;	
	}
#breadcrumbs  A:visited{
	color: #b95656;
	TEXT-DECORATION: none;	
	}	
#breadcrumbs  A:hover{
	color: #b95656 ;
	TEXT-DECORATION: underline;
	}
#main {
	width: 1000px;
	height: auto;
	background-image: url(main_bg2.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	
	
}
#leftsidebar {
	width: 275px;
	height: 174px;
	float: left;
	margin: 0px 0px 0px 25px;
	
}
#container{
	width: 700px;
	height: auto;
	min-height:300px;
	float: left;
	margin: 20px 0px 20px 0px;
	
}
#title{
	width: 700px;
	height: auto;
	float: left;	
	
	}
#footer100 {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
}
#footer {
	width: 1000px;
	height: 100px;
	margin:0 auto;
	background-image:url(footer.jpg);
}
/***商標*********************************************************/
#logo {
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 100px;
	left: 25px;
	top: 26px;
	
}
/*-廣告主視圖----------------------------------------*/
#AD {
	width: 1000px;
	height: 324px;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(ad02.jpg);
	
}
/*-導航--------------------------------------------------------*/
#leftnav {
	height: auto;
	width: 275px;
	float: left;
}
#leftnav .title {
	height: auto;
	width: 275px;
}
#leftnav .menu {
	height: auto;
	width: 275px;
	letter-spacing:2px;
	background-image: url(product_menu_center.jpg);
}
#leftnav .menu_bottom {
	height: auto;
	width: 242px;
	color: #000;
}
#subnav {
	width: 275px;
	height: auto;
	float: right;
	color: #000;
	font-size: 13px;
	line-height: 20px;
}
#subnav .bold {
	font-weight:bold;
}
#subnav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#subnav ul A:link {
	color: #ffd800;
	TEXT-DECORATION: none;
}
#subnav ul A:visited {
	color: #ffd800;
	TEXT-DECORATION: none;
}
#subnav ul A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
#subnav li {
	width: 225px;
	height: 25px;
	padding: 10px 0px 0px 60px;
	background-image: url(../leftnav/product_menu_btn.jpg);
}
#footer .info{
	width: 960px;
	height: auto;
	padding: 5px 20px 0px 20px;
	float: left;
	line-height: 18px;
	letter-spacing:1px;
	text-align: right;
	color: #777777;
	}
#footer .menu{
	width: 450px;
	height: auto;
	padding: 5px 20px 5px 0px;
	float: right;
	letter-spacing:2px;
	text-align: right;
	color: #e6e6e6;
	}
#footer .menu A:link {
	color: #e6e6e6;
	TEXT-DECORATION: none;
}
#footer .menu A:visited {
	color: #e6e6e6;
	TEXT-DECORATION: none;
}
#footer .menu A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}


#footer .copyright{
	width: 500px;
	height: auto;
	float: left;
	padding: 5px 20px 5px 0px;
	text-align: right;
	color: #D4D3CE;
	}
#footer .copyright A:link {
	color: #D4D3CE;
	TEXT-DECORATION: none;
}
#footer .copyright A:visited {
	color: #D4D3CE;
	TEXT-DECORATION: none;
}
#footer .copyright A:hover {
	COLOR: red;
	TEXT-DECORATION: underline;
}
