@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
} 

p,div,span,td,th,li	{font:12px Arial;color:#666;line-Height:16px;}
body { background-color:#FFF; font-family:Arial, Helvetica, sans-serif;}
a:link {text-decoration: none; color: #0082d1;}
a:visited {text-decoration: none; color: #0082d1;}
a:hover {text-decoration: none;color:#999;}
a:active {text-decoration: none;color: #0082d1;}
/* ========標題/選單========*/
#Wrapper {
	width:780px;
	margin: 0px auto;}

#header{height:238px;}

#Menu{width:780px; height:37px; margin-top:10px; 
overflow:hidden; border-bottom:#CCC 1px solid;}

#Menu ul{ list-style-type:none; margin:0;}
#Menu ul li{float:left;}
#Menu li a{
	color:#FFF;
	display: block;
	text-align: center;
	width:169px; height:27px;
	background-image:url(../images/bt_gray.jpg);
	margin-left:2px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	}
#Menu li a:link{
	color:#FFF;
	display: block;
	text-align: center;
	width:169px; height:27px;
	background-image:url(../images/bt_gray.jpg);
	margin-left:2px;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	}
#Menu li a:hover{background-image:url(../images/bt_blue.jpg);}
#Menu ul li .select{background-image:url(../images/bt_blue.jpg);}

/* =========fooetr/圖片=========*/

#ContentCC{ width:780px; padding-top:20px; clear:both; margin:0 auto;}

#ContentCC #advert_1{ width:780px; height:188px; background-image:url(../images/bg_advert.jpg); position:relative;}

#ContentCC #advert_2{ width:780px; height:188px; background-image:url(../images/bg_advert_2.jpg); position:relative;}

#ContentCC #advert_1 #mainBU{
	display:block;
	width:94px;
	height:28px;
	position:absolute;
	background-image:url(../images/bu_advert_1.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:126px;
	right:406px;
	cursor:pointer;
}

#ContentCC #advert_1 #remoteBU{
	display:block;
	width:108px;
	height:86px;
	position:absolute;
	background-image:url(../images/remote_bt01.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:382px;
	top:7px;
}

#ContentCC #advert_1 #monitorBU{
	display:block;
	width:117px;
	height:86px;
	position:absolute;
	background-image:url(../images/remote_bt02.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:500px;
	top:7px;
}





#ContentCC #advert_1 #noteBU{
	display:block;
	width:105px;
	height:86px;
	position:absolute;
	background-image:url(../images/remote_bt03.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:620px;
	top:7px;
}

#ContentCC #advert_1 #protectBU{
	display:block;
	width:108px;
	height:84px;
	position:absolute;
	background-image:url(../images/remote_bt04.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:382px;
	top:95px;
}

#ContentCC #advert_1 #kvmBU{
	display:block;
	width:117px;
	height:84px;
	position:absolute;
	background-image:url(../images/remote_bt05.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:500px;
	top:95px;
}

#ContentCC #advert_1 #on_offBU{
	display:block;
	width:105px;
	height:84px;
	position:absolute;
	background-image:url(../images/remote_bt06.jpg);
	background-repeat:no-repeat;
	background-position:0px top;
	cursor:pointer;
	left:620px;
	top:95px;
}


#ContentCC #advert_2 #mainBU{
	width:168px;
	height:42px;
	position:absolute;
	background-image:url(../images/bu_advert_2.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:81px;
	right:28px;
	cursor:pointer;
}
#ContentCC #advert_2 #fbBU{
	width:33px;
	height:33px;
	position:absolute;
	background-image:url(../images/bu_fb.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:35px;
	right:160px;
	cursor:pointer;
}
#ContentCC #advert_2 #inBU{
	width:33px;
	height:33px;
	position:absolute;
	background-image:url(../images/bu_in.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:35px;
	right:119px;
	cursor:pointer;
}
#ContentCC #advert_2 #twBU{
	width:33px;
	height:33px;
	position:absolute;
	background-image:url(../images/bu_tw.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:35px;
	right:79px;
	cursor:pointer;
}
#ContentCC #advert_2 #youBU{
	width:33px;
	height:33px;
	position:absolute;
	background-image:url(../images/bu_you.png);
	background-repeat:no-repeat;
	background-position:0px top;
	top:35px;
	right:36px;
	cursor:pointer;
}
