@charset "utf-8";
/* CSS Document */








/*---------------------------------Html標籤樣式設定------------------------------------------*/
/*設定頁面共用樣式*/
body {
	font-family: Arial, Helvetica, "Times New Roman",  "Century Gothic", Verdana, Geneva, "新細明體";
	margin: 0; /* 比較好的做法是將 Body 元素的邊界與欄位間隔調整為零，以處理不同的瀏覽器預設值 */
	padding: 0;
	text-align: center; /* 這樣會讓容器在 IE 5* 瀏覽器內置中對齊。然後，文字會在 #container 選取器中設定為靠左對齊預設值 */
	background-color:#fff;
	behavior:url("css/csshover.htc"); 
}
/*設定內文段落樣式*/
h2 {
	font-size:1em;
	font-weight:bold;
	}
h3 {
	font-size:0.9em;
	font-weight:bold;
	}
h4 {
	color:#333333;
	font-size:0.8em;
	font-weight:100;
	}
table {
	}
th {
	font-size:0.8em;
	color:#000;
	font-weight:bold;
	background:#ddd;
	text-align:left;
	padding:0.5em 1em;
	}
tr {
	
	}
td {
	font-size:0.8em;
	color:#000;
	text-align:left;
	padding:0.5em 1em;
	border-bottom:solid 1px #ddd;
	}
p {
	font-size:0.8em;
	padding:0em 1em 0em 0em;
	color:#333;
	/*text-indent:2em;*/
	line-height:1.5em;
	letter-spacing:0.1em;
	margin-top:0em;
	
}

/*設定圖片顯示取消外框*/
img {
	border:0px;

}


a:link {
	text-decoration: none;
	color: #6699FF;
}
a:visited {
	text-decoration: none;
	color: #6666FF;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #000000;
}


.spanlink a:link {
	color:#66F;
	font-weight:100;
	text-decoration:none;
}
.spanlink a:visited {
	color:#66F;
	text-decoration:none;
}
.spanlink a:hover {
	color:#F90;
	/*text-decoration:underline;*/
	border-bottom:dotted 1px #999;
}

ol li {
	color:#333333;
	font-size:0.8em;
	margin-left:-1.5em;
	line-height:20px;
	}
ul {
	font-size:0.8em;
	list-style:url(images/bullet.gif);
	color:#333333;
	line-height:20px;
	}
ul li {
	color:#333333;
	font-size:1em;
	
	}
/**
ul li a:link {
	color:#66F;
	text-decoration:none;
	font-weight:bold;
}
ul li a:visited {
	color:#66F;
	font-weight:bold;
	text-decoration:none;
}
ul li a:hover {
	color:#F90;
	font-weight:bold;
	/*text-decoration:underline;*/
/*	border-bottom:dotted 1px #999;
}
*/


/*設定頁面內容標題*/
.title {
	height:40px;
	/*background-image:url(images/title_bar.jpg);*/
	background-repeat:no-repeat;
	padding:0.5em 0 0 0em;
	font-size:1.4em;
	color:#39F;
	font-weight:100;
	letter-spacing:0.1em;
	
}
.Minor_heading {
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
#paragraph_inset {
	width: 600px;
	padding-left: 40px;
	padding-top:40px;
	padding-bottom:40px;
}
.Normal_light {

	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
.Main_heading {
	color: #0099FF;
	font-size: 22px;
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-weight: normal;
}
.Minor_heading_padded {
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
	background-color:#F0F0F0;
	line-height: 35px;
	vertical-align: middle;
	position: relative;
	text-indent: 20px;
}
.Minor_heading {
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
.Minor_heading14 {

	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #0099FF;
}
.Normal_bold {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.Normal_text {
	font-family: Arial, Tahoma, "Arial Narrow", "Swis721 Lt BT";
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}
.heading_bold {
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.head_page {
	font-size: 22px;
	font-style: normal;
	color: #0099FF;
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
}
.head_grey_minor {

	font-size: 16px;
	font-style: normal;
	color: #666666;
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
}
.caption1 {
	padding-top: 10px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}

.redbold {
	font-weight: bold;
	color: #FF0000;
}
.heading_section {
	background-color: #EFEFEF;
	height: 30px;
	font-family: "Swis721 Lt BT", "Abadi MT Condensed Light", Arial, Garamond, Tahoma, Verdana;
	font-size: 16px;
	color: #0099FF;
	padding-left: 20px;
	padding-top:0.5em;
	width: 98%;
}
.style1 {
	color: #0099FF;
	font-weight: bold;
}

.learn_more{
color:#000;
font-size:0.9em;
font-weight:bold;
}

.top a{
	background-image:url(images/arrow_top.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:1em;
	color:#6CF;
	text-decoration:none;
	}
	
#review_block {
	width:650px;
	background-color:#eee;
	padding:1em;
	}
	#review_block_title{
	font-size: 24px;
	color:#aaa;
	line-height:35px;

	}
	.bg_product {
	background-image: url(images/products.jpg);
	background-repeat: no-repeat;
	width:800px;
	height:250px
}
	.prod_textbox {
	padding-top:70px;
	margin-left: 350px;
	width: 420px;
	
}

#contact{
	clear:both;
	}
	
	#contact_information{
		width:320px;
		float:left;
	}
	#contact_difference {
		width:470px;
		float:left;
		padding:0.5em 0 0.5em 0.5em;
		background-color:#eee;
		}

#F15_overview{
	padding:0.5em 1.5em;
	background-image:url(images/F15_overview.jpg);
	background-repeat:no-repeat;
	}
	
#Options_Features_div{
clear:both;
		}
	
	#Options_Features_div_image{
		width:300px;
		float:left;
	}
	#Options_Features_div_info {
		width:500px;
		float:left;
		padding:0.5em 0 0.5em 0.5em;
		}	
fieldset {
	width:680px;
	color:#0099FF;
	}
label {
	line-height:35px;
	font-size:1em;
	vertical-align:central;
	padding-left:1em;
	color:#333;
	}
input {background-color:#EfEfEf;
		border:1px solid #CCC;
		}

textarea {background-color:#EcEcEc;
			border:1px solid #CCC;
		}

.required_label {
	font-size:1.2em;
	color:#F00;
	vertical-align:sub;
	}
	
.clear {                /*清除div浮動，撐開父容器用*/
  clear : left;
  height:0px;
}
/*---------------------------------版面樣式設定------------------------------------------*/
/*主版面設定*/
#wrapper {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:#999;
	

}
/*內版面設定*/	
#wrapper_inner {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	background:#fff;
}

/*頁首標頭區塊設定*/
#header {
	width:1000px;
	height:120px;
	background:url(images/header_bg.jpg) no-repeat;
}

#header_link {
	font-size:0.8em;
	text-align:right;
	padding:1.5em 0 1.5em 0;
	margin-right:10em;
	vertical-align: baseline;
	height:80px;
}
#header_link a:link {
	color:#fff;
	text-decoration:none;
}
#header_link a:visited {
	color:#fff;
	text-decoration:none;
}
#header_link a:hover {
	color: #CCC;
	text-decoration:underline;
}
#header_link li {
	display:inline;
	padding-right:0.5em;
}
.header_bar {
	color:#999;
}

#menu_empty {
	height:32px;
	width:240px;
	background:#ddd;
	float:left;
	text-align:right;
	color:#666;
	font-weight:bold;
	font-size:0.8em;
	}
.menu_empty_font{
	padding:0.5em 0.5em 0 0;
	}

#menu {
	height:32px;
	width:760px;
	background:#ddd;
	float:left;
	
	/*background-image:url(images/menu.jpg);
	background-repeat:no-repeat; */
	
	}


#container{
clear:both;
}

#site_name{
	width:220px;
	height:50px;
	float:left;
	}
#site_name .chinese_name{
	font-size:24px;
	color:#369;
	padding-left:0.5em;
	font-weight:bold;
	}
#site_name .english_name{
	font-size:12px;
	padding-left:1em;
	color:#999;
	}

.menu_item {
padding:0 1em;
font-size:12px;
color:#069;
line-height:20px;
}

#menu .menu_item a:link {
	color:#09C;
	text-decoration:none;
}
#menu .menu_item a:visited {
	color:#09C;
	text-decoration:none;
}
#menu .menu_item a:hover {
	color:#F60;
	/*text-decoration:underline;*/
	border-bottom:dotted 1px #999;
}

#left_navigate_menu_item {
	padding-left:2em;
	text-align:left;
	
	}

.left_navigate_menu_item {
padding:0 1em;
font-size:12px;
color:#666;
line-height:30px;
}

#left_navigate .left_navigate_menu_item a:link {
	color:#09C;
	text-decoration:none;
}
#left_navigate .left_navigate_menu_item a:visited {
	color:#09C;
	text-decoration:none;
}
#left_navigate .left_navigate_menu_item a:hover {
	color:#F60;
	/*text-decoration:underline;*/
	border-bottom:dotted 1px #999;
}

#footer_menu{
	height:25px;
	width:680px;
	background:#F0F0F0;
	/*background-image:url(images/menu.jpg);
	background-repeat:no-repeat; */
	float:left;
	}

.footer_menu_item {

padding:0 0.3em;
font-size:12px;
color:#666;
line-height:25px;
}

#footer_menu .footer_menu_item a:link {
	color:#09C;
	text-decoration:none;
}
#footer_menu .footer_menu_item a:visited {
	color:#669;
	text-decoration:none;
}
#footer_menu .footer_menu_item a:hover {
	color:#F60;
	/*text-decoration:underline;*/
	border-bottom:dotted 1px #999;
}

#banner {
	height:350px;
	width:1000px;
	padding:0px;
	vertical-align:middle;
	text-align:center;
clear:both;

}
/*網站主內容區塊設定*/
#conainer {
	background-color:#fff;
	height:100%;
	width:1000px


}

/*網站左導覽區塊設定*/
#left_navigate {
	width:180px;
	height:100%;
	padding:0.5em 0 0.5em 0;
	float:left;
	background-color:#FFF;
}

#login{
	width:220px;
	height:180px;
	padding:0em 0.5em 0 1em;
	font-size:0.8em;
	color:#666;
	background-image:url(images/Login.jpg); background-repeat:no-repeat;
	
}
#login .input{
/*background-color:#EfEfEf;*/
background-image:url(images/input_bg.jpg);
background-repeat:no-repeat;
		border:1px solid #ccc;
		margin:0 0 0.2em 0;
	}
	#login .button{
/*background-color:#EfEfEf;*/
	background-image:url(images/input_bg.jpg);
	background-repeat:no-repeat;
	height:22px;
	border:1px solid #ccc;
	margin:0.5em 0.5em 0.2em 0em;

	}

/*網站內容呈現區塊設定*/
#content {
	width:810px;
	height:100%;
	float:left;
	text-align:left;
	padding:0.5em 0 0.5em 0;
	background-color:#FFF;

}




#product1_content{
	padding-top:1em;
	background-image:url(images/product1_content_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
#product1_content_left{
	width:360px;
	float:left;
	margin:0.5em;
	background-color:#fff;
}
#product1_content_left_block {
	padding:0.5em 0 0.5em 0;
	float:left;
}
#product1_content_left_block_image{
	float:left;
	width:115px;
	}
#product1_content_left_block_content{
	font-size:0.8em;
	float:left;
	width:230px;
	padding:0.3em 0 0.3em 0.8em;;
	}
#product1_content_right{
	width:392px;
	padding:0.5em;
	margin:0.5em;
	float:left;
	background-color:#fff;
	}
#product1_content_right_howtophase{
	width:380px;
	padding:0.5em;
	background-color:#eee;
	}


#product2_content{
	padding-top:0em;
	background-image:url(images/product1_content_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	}
	
#product2_content_left{
	width:400px;
	float:left;
	margin:0 0.5em 0.5em 0em;
	background-color:#eee;
}

#product2_content_left_inner{
	background-color:#eee;
}
#product2_content_left_block {
	padding:0.5em 0 0.5em 0;
	background-color:#fff;
}
#product2_content_left_block_left{
	float:left;
	width:190px;
	padding:0.3em 0 0em 0.5em;
	background-color:#fff;
	}
#product2_content_left_block_right{
	float:left;
	width:190px;
	padding:0.3em 0 0em 0.5em;
	background-color:#fff;
	}
	
	
#product2_content_right{
	width:385px;
	padding:0.5em 0 0 0.5em;
	margin:0 0 0 0.5em;
	float:left;
	background-color:#fff;
	}
#product2_content_right_inner{

}

#DS1200ci_info_Customized_Bass_extension{
width:98%;
}
#DS1200ci_info_Customized_Bass_extension_image{
float:left;
width:33%
}
#DS1200ci_info_Customized_Bass_extension_info{
float:left;
width:67%
}

#D15SE_features_Balanced_professional_version{
width:98%;
}
#D15SE_features_Balanced_professional_version_image{
float:left;
width:40%
}
#D15SE_features_Balanced_professional_version_info{
float:left;
width:60%
}




/*網站頁尾區塊設定*/
#footer {
	width:1000px;
	height:80px;
	text-align:left;
	font-size:0.8em;
	padding-left:22em;
	padding-top:0em;
	padding-bottom:0em;
	line-height:17px;
	color:#999;
	background-image:url(images/footer_bg.jpg); background-repeat:no-repeat;
	clear:both;
	
}