#inx {
	height: auto;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -15px;
	margin-left: auto;
	text-align: center;
	background: #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	box-shadow:1px 1px 5px #5D5A80;
}
#contenter {
	width: 970px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	text-align: left;
	position: relative;
	濾網安裝以及廢棄物清運clear: both;
	padding: 0px;
	height: auto;
	background: #FFF;
}
#contentLeft {
	background: #FFF;
	margin: 0px 5px;
	height: auto;
	width: 220px;
	float: left;
	text-align: left;
}
#contentRight {
	margin: 5px auto;
	height: auto;
	width: 720px;
	float: right;
	text-align: left;
}
#contentTitle {
	float: right;
	width: 720px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	text-align: left;
	height: 30px;
	background: url(../images/contentTitleBg.gif) no-repeat;
	font: bold 15px "微軟正黑體";
	color: #4379C1;
}
#indexcontentphoto {
	margin: 10px auto;
	height: 260px;
	width: 660px;
}
#indexADbox {
	width: 700px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#indexPromote {
	background: url(../images/indexADBG.jpg) no-repeat;
	height: 105px;
	width: 205px;
	float: left;
	font-family: "微軟正黑體";
	padding: 5px 10px 5px 15px;
}

#indexNewProd {
	width: 170px;
	float: left;
}





#footer {
	background: #FFF url(FootBG.png) no-repeat;
	height: 75px;
	width: 990px;
	bottom: 0;
	z-index: 5;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	font: 9pt "微軟正黑體";
	color: #666;
	padding-top: 30px;
	text-align: center;
}
#footer a:link {
	font: 9pt/20px "微軟正黑體";
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #069;
	text-decoration: none;
	background: #e7e7e7;
}
#contentPmenu {
	float: left;
	height: auto;
	width: 210px;
	margin: 5px;
	padding-left: 5px;
}




#header {
	background: url(topBG.png);
	height: 115px;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	clear: left;
	position: relative;
}

#logo {
	background: url(logo.png) no-repeat;
	height: 107px;
	width: 239px;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 30px;
	float: left;
}

#path {
	font: 12px "微軟正黑體";
	color: #666;
	height: 20px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-right: 30px;
	width: 955px;
}
#path a {
	color: #666;
	text-decoration: underline;
	font: 12px "微軟正黑體";
}
#path a:hover {
	color: #666;
	font: 12px "微軟正黑體";
	background: #e7e7e7;
	text-decoration: none;
}
#path a:visited{
	color: #666;
	text-decoration: underline;
	font: 12px "微軟正黑體";
}


#topmenu {
	height: 30px;
	text-align: right;
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	width: auto;
}
#navbox {
	font-size: 16px;
	color: #039;
	float: right;
	height: 30px;
	margin-top: 5px;
	clear: right;
	font-family: "微軟正黑體";
	padding-top: 5px;
	margin-right: 20px;
	width: 500px;
	margin-left: 30px;
	font-weight: bold;
}
#nav {
	margin: 0;
	padding: 0px 0px 0 30px;
	background: #4379c1 0 -110px;
	line-height: 100%;
	height: 28px;
	width: 480px;
	border-radius: 15px 0px 0px 15px;
	-moz-border-radius: 15px 0px 0px 15px;
	-webkit-border-radius: 15px 0px 0px 15px;
}
#nav li {
	margin: 0 3px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	list-style: none;
	height: 28px;
	z-index: 999;
}


/* main level link */
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding:  6px 10px;
	margin: 0;
	font-family: "微軟正黑體";
	font-size: 15px;
}
#nav a:hover {
	background: #FFF;
	color: #4379C1;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #F2F2F2 0 -40px;
	color: #4379C1;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

}
#nav ul a:hover {
	background: #0078ff repeat-x 0 -100px !important;
	color: #fff !important;

}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 28px;
	left: 0;
	background: #F7F7F7 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	z-index: 999;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul a {
	font-weight: normal;
	font-family: "微軟正黑體";
	font-size: 13px;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	font: 13px "微軟正黑體";
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;

	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-bottomright: 1px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}

#subMenu {
	width: 205px;
	float: left;
	margin-right: auto;
	margin-left: 5px;
	height: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
#productTitle {
	color: #0EB3F1;
	height: 35px;
	font: bold 17px/26px "微軟正黑體";
	float: left;
	width: 700px;
	margin: 5px;
}
#productlow {
	height: auto;
	width: 680px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	float: left;
}

/* #product table
================================================== */
#protable
{
	border-collapse:collapse;
	width:90%;
	margin-top: 30px;
	text-align: center;
}
#protable th 
{
	font-size:14px;
	padding-top:5px;
	padding-bottom:4px;
	color:#333;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: 22px;
	background-image: url(../images/protableBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

#protable td, #protable th 
{
	font-size:13px;
	border:1px solid #CCC;
	padding:3px 10px 2px;
	font-family: "微軟正黑體";
	line-height: 20px;
	color: #333;
	text-align: center;
}


#protable tr.alt td 
{
	color:#000;
	background-image: url(../images/protableBGalt.gif);
	font: 13px "微軟正黑體";
	text-align: center;
}

#protable td.alt
{
	color:#000;
	background-image: url(../images/protableBG3.jpg);
	background-repeat: repeat-y;
	font: 13px "微軟正黑體";
	text-align: center;
}


#protableSmall
{
	border-collapse:collapse;
	width:100%;
	border-collapse:collapse;
	margin-top: 30px;
}
#protableSmall td, #protableSmall th 
{
	font-size:12px;
	border:1px solid #CCC;
	font-family: "微軟正黑體";
	line-height: 20px;
	color: #333;
	text-align: center;
}
#protableSmall th 
{
	font-size:13px;
	padding-top:5px;
	padding-bottom:4px;
	color:#333;
	font-family: "微軟正黑體";
	line-height: 22px;
	background-image: url(../images/protableBG.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-weight: bold;
}

#protableSmall tr.alt td 
{
	color:#000;
	text-align: center;
	background-image: url(../images/protableBGalt.gif);
	font: 12px "微軟正黑體";
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

#protableSmall td.alt
{
	color:#000;
	background-image: url(../images/protableBG3.jpg);
	background-repeat: repeat-y;
	font: 13px "微軟正黑體";
	text-align: center;
}
#contenttextArea {
	margin: 5px auto;
	width: 95%;
	padding-top: 5px;
}

#serviceAD {
	margin: 5px;
	width: 660px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #BCC8D6;
	box-shadow:0px 2px 3px #6D7880;
	font-family: "微軟正黑體";
	padding: 10px 5px 5px 10px;
	background: url(../images/serviceAD.jpg) no-repeat;
	font-size: 15px;
	color: #006;
}

/* product image slideshow */
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:260px;
	height:260px;
	overflow:hidden;
}

#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
