﻿/* ================ DOCK 1 ===== font =========== */
#dock { position: absolute;display: block;  top: 25; left=150px;float:center;}*/
.dock-container { position: fixed; top:  60px; height: 60px;  }
a.dock-item { display: block; width: 50px; position: absolute; bottom: 0; text-align: center; text-decoration: none; color: #E2FF3C; }
.dock-item span { display: none; padding-left: 0px; }
.dock-item img { border: 0; margin: 5px  0px 0px 0px;padding:5px  20px 20px 20px; width: 80%; }

/* ================ DOCK 2 ================ */
/*
#dockContainer { position: fixed; top: 60px; left: 6px; }
#jqDock { position: relative; bottom: 48px; }
#jqDock li { list-style: none; }
.jqDockLabel { background: #333; color: #fff; padding: 3px 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; }
*/

/* ================ STACK #1 ================ */
.stack { position: fixed; bottom: 28px; right: 40px; }
.stack > img { position: relative; cursor: pointer; padding-top: 35px; z-index: 100; }
.stack ul { list-style: none; position: absolute; top: 5px; cursor: pointer; z-index: 100; }
.stack ul li { position: absolute; }
.stack ul li img { border: 0; }
.stack ul li span { display: none; }
.stack .openStack li span { 
	font-family: "Times New Roman", "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}

/* IE Fixes */
.stack { _position: absolute; }
.stack ul { _z-index:100; _top:-15px; }
.stack ul li { *right:5px; }

/* ================ STACK #2 ================ */
/*
.stack2 { position: fixed; top: 28px; right: 40px; }
.stack2 > img { position: relative; cursor: pointer; padding-bottom: 35px; z-index: 100; }
.stack2 ul { list-style: none; position: absolute; top: 7px; cursor: pointer; z-index: 100; }
.stack2 ul li { position: absolute; }
.stack2 ul li img { border: 0; }
.stack2 ul li span { display: none; }
.stack2 .openStack li span { 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display:block;
	height: 14px;
	position:absolute;
	top: 17px;
	right:60px;
	line-height: 14px;
	border: 0;
	background-color:#000;
	padding: 3px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fcfcfc;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
	opacity: .85;
	filter: alpha(opacity = 85);
}
*/

/* IE Fixes */
/*   
.stack2 { _position: absolute; }
.stack2 ul { _z-index:-1; _top:-15px; }
.stack2 ul li { *right:5px; }
*/
 
body {  
	font-family: "Times New Roman",Georgia,Serif; 
	background-image:url('../image/light_2.jpg'); 
	background-repeat:repeat;
	background-position: 0px -50px; 
	/*background-attachment:fixed;*/
	/*background-size:100% 100%; */
}
 
#title{ /* 公司名稱宣告 */ 
	position : absolute;
	top : 15px;
	left : 50px;
	 z-index: -1;
	/*border:1px solid #f00;*/
}

#serviceTel{ /* 服務熱線 */ 
	position : relative;
	/* float : right;  */
	top : 5px;
	left : 420px;
	 z-index: -1; /* 圖層順序 */
	/*border:1px solid #f00;*/
}
#title_right{ /* 解析度 */ 
	position : relative;
	/* float : right;  */
	top : 5px;
	left : 420px;
	 z-index: -1; /* 圖層順序 */
	/*border:1px solid #f00;*/
}
 


