@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;
	right:0;
	display:block;
	width:150px;
}
.searchBg{
	position:absolute;
	margin-top:10px;
	width:118px;
	height:22px;
	padding:2px 0 0 5px;
	background-image:url(../img/index/serach_bg.gif);
	background-repeat:no-repeat;
	_background-image:none;
	*background-image:none;
}
.searchText{
	width:100px; /*文字欄位的寬度*/
	border:none; /*不顯示文字欄位的框邊*/
	color:#666; /*文字欄位裡面文字的顏色*/
	padding:2px 0 0 0px; /*文字欄位裡面文字的位置*/
}
.searchBtn{
	position:absolute;
	margin:10px 0 0 110px;
	margin:10px 0 0 108px\9;
	_margin:13px 0 0 108px;
	*margin:13px 0 0 108px;
	cursor:pointer;
	
	border:none; /*不顯示按鈕預設的邊框*/
	background:none; /*不顯示按鈕預設的背景*/
	background-image:url(../img/index/search_btn.gif);
	background-repeat:no-repeat;
	font-size:0px; /*把按鈕文字大小設為 0 */
	width:22px; /*送出按鈕的寬度*/
	height:22px; /*送出按鈕的高度*/
}
.searchBtn:hover{
	background-position:bottom left;	
}

.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;
	*margin-top:-1px;
	margin-top:-2px\9;
}
.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========================================== */
/* =========================================================================================== */
.flash{
	height:640px;
	width:100%;	
}
.MENU{
	position:absolute;
	height:280px;
	width:100%;
	margin-top:360px;
}
.MenuWidth{
	position:relative;
	display:block;
	margin:0 auto;
	width:960px;
	height:280px;
}
.MenuBox{
	float:left;
	*display:block;
	_display:block;
	width:321px;
	height:264px;
}
.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:44px; /* ===62高-25文字對齊=37px=== */
	width:100%;
	background-image:url(../img/index/bottom_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
	text-align:center;
	padding-top:18px;
	font-size:12px;
}
.FOOTER h2{
	font-weight:200;
	margin-bottom:5px;
}
.FOOTER p{
	margin:0 auto;	
}
.FOOTER span{
}
.FOOTER a{
	color:#FFF;
}
.FOOTER a:hover{
	text-decoration:underline;
}












