@charset "utf-8";
/* Index */
a:hover{
text-decoration:underline;
}
.PAGE{	/* ===整頁=== */
	width:100%;
	mim-width:990px;
}
/* =========================================================================================== */
/* =========================================首頁上方=========================================== */
/* =========================================================================================== */
.TOP{	
	width:100%;
	background-image:url(../img/index/top_bg_02.jpg);
	background-repeat:repeat-x;
	height:154px;
}
.TopLogo{      /* ===LOGO IMAGE=== */
	position:absolute;
	background-image:url(../img/index/dino-lite_logo.png);
	width:208px;
	height:74px;
	margin:0 0 0 35px;
	text-indent:-99999px;
}
#searchForm{   /* ===SEARCH === */
	position:absolute;
	display:block;
	padding-left:10px;
	width:200px;
	height:30px;
	top:25px;
	right:0px;
	background-image:url(../img/index/red_dot_2.gif);
	background-repeat:no-repeat;
}
#searchInput{
}

.TopNewsWork{
	position:relative;
	top:80px;
	margin:0 auto;
	background-repeat:no-repeat;
	width:670px;
	color:#FFFFFF;
	font-size:12px;
	padding-left:18px;
	display:block;
}
.rssIcon{
	position:absolute;
	display:block;
	background-image:url(../img/index/rss_icon.png);
	background-repeat:no-repeat;
	text-indent:-99999px;
	width:14px;
	height:14px;
	margin-top:1px;
}
.rssIcon:hover{
	background-image:url(../img/index/rss_icon_hover.png);
}
.ann{
	margin-left:15px;
	overflow:hidden;
	height:12px;
} /* NEWS選單空間高度 */
.ann a{
	color:#CCC;
	display:block;
}
.ann a:hover{
	text-decoration:underline;
}
/* =========================================================================================== */
/* ==========================================上方按鈕========================================== */
/* =========================================================================================== */
.TopButton{
	display:block;
	zoom:1;
	overflow:hidden;
	width:680px;
	margin:0 auto;
	margin-top:104px;
}
.TopButton li{
	float:left;
	text-indent:-99999px;
}
.TopButton li a{
	display:block;
	width:136px;
	height:38px;
	background-position:center;
}
.TopButton li a:hover{
	background-position:top;
	background-repeat:no-repeat;
}
.buttonProducts{
	background-image:url(../img/button/products_color_button.gif);
}
.buttonDemoImage{
	background-image:url(../img/button/demo_color_button.gif);
}
.buttonSupport{
	background-image:url(../img/button/download.gif);
}
.buttonContact{
	background-image:url(../img/button/contact_color_button.gif);
}
.buttonNews{
	background-image:url(../img/button/news_color_button.gif);
}

.Title{
	height:640px;
}
/* =========================================================================================== */
/* ======================================Flash與MENU========================================== */
/* =========================================================================================== */

.MENU{
	position:absolute;
	height:280px;
	width:100%;
	margin-top:360px;
}
.MenuWidth{
	position:relative;
	display:block;
	margin:0 auto;
	width:960px;
	height:280px;
}
.MenuBoxA{
	float:right;
	*display:block;
	_display:block;
	position:absolute;
	width:321px;
	height:264px;
	
}
.MenuBoxB{
	position:absolute;
	margin-left:310px;
	float:right;
	width:321px;
	height:264px;
	
}
.foo, x:-moz-any-link, x:default { } /* FireFox 3 */
.MenuStudio{
	margin-left:5px;
}
/* =========================================================================================== */
/* ==========================================FOOTER=========================================== */
/* =========================================================================================== */
.FOOTER{
	height:37px; /* ===62高-25文字對齊=37px=== */
	width:100%;
	background-image:url(../img/index/bottom_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	padding-top:25px;
	font-size:12px;
}
.FOOTER a{
	color:#FFF;
}
.FOOTER a:hover{
	color:#C00;
}











