@charset "utf-8";

/*
 Program: Everywhere Net Cenetr
 URL:    www.everywhere.com.tw
 E-Mail: service@everywhere.com.tw
 Date:   Jan 2008
---------------------------------------------------- */


/* 整體結構
---------------------------------------------------- */
*{
    margin: 0;
    padding: 0;
}

body {  
	font-family: Arial, Helvetica, sans-serif;
    font-size: 63%;
    color: #464646;
	text-align:center;
}

#wrapper {
	height: auto;
	width: 980px;
	margin: 0 auto;
	padding:0;
	text-align: left;
	font-size:1.2em;
	line-height:1.6em;
	background-color:#fff;
	overflow:hidden;
}

html>body #wrapper {
	height: auto;
}

#top_line {
    width:980px;
	height:2px;
	margin:0;
	padding:0;
	background-image:url(../_images/top_line.gif);
	background-repeat:no-repeat;
}

#header {
    width:980px;
	height:75px;
	background-image:url(../_images/bg_header.gif);
	background-repeat:no-repeat;
}

#logo a{
    width:170px;
	height:75px;
	background-image:url(../_ind_img/logo.gif);
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
	float:left;
}

#header #right {
    width:800px;
	height:75px;
	float:right;
}

#topnav {
    width:750px;
	height:20px;
}

#topnav ul{
    list-style:none;
	margin:0;
	padding:0;
}

#topnav li{
	float:right;
}

#topnav li.home a{
	margin:0;
	padding:0;
	background-image:url(../_images/top_nav_home.gif);
	background-repeat:no-repeat;
	width:65px;
	height:20px;
	text-indent:-9999px;
	display:block;
}

#topnav li.email a{
	background-image:url(../_images/top_nav_email.gif);
	background-repeat:no-repeat;
	width:64px;
	height:20px;
	text-indent:-9999px;
	display:block;
}

#mainnav {
    width:800px;
	height:30px;
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
}

#top_footer {
    width:100%;
	height:24px;
	background-image:url(../_images/bg_top_footer.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#top_footer #button {
    width:980px;
	height:24px;
	margin:0 auto;
	padding:0;
	color:#999;
	text-align:left;
	line-height:24px;
}

#top_footer #button ul{
    list-style:none;
	margin:0 0 0 10px;
	padding:0;
}

#top_footer #button li{
    display:inline;
	font-size:1.1em;
}

#top_footer #button li a{
    color:#666;
	text-decoration:none;
	margin:0 10px;
	padding:0;
}

#top_footer #button li a:hover{
    color:#0066cc;
}

#footer {
    width:100%;
	height:70px;
	background-image:url(../_images/bg_footer.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#footer #font {
    width:980px;
	height:70px;
	margin:0 auto;
	padding:0;
}

#footer #font #add{
    width:780px;
	height:auto;
	margin:10px 0 0 10px;
	padding:0;
	float:left;
	color:#454545;
	font-size:1.1em;
	text-align:left;
}

#footer #font #add b{
    color:#666;
	font-weight:normal;
	margin:0 12px 0 0;
}

#footer #font #add a{
    color:#666;
	text-decoration:none;
}

#footer #font #add a:hover{
    color:#0033cc;
	text-decoration:underline;
}

#footer #font #add p{
    margin:3px 0 0 0;
	padding:0;
}

#footer #font #add span{
    margin:0 0 0 15px;
	color:#999999;
}

#footer #font #add span a{
    color:#999999;
	text-decoration:none;
}

#footer #font #design {
    width:150px;
	float:right;
	padding-top:25px;
}

#footer #font #design a:link{
  color: #666;
}

/* 首頁
---------------------------------------------------- */
#index_body {  
	width:100%;
	background-image:url(../_ind_img/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#index_subhead {
    width:980px;
	height:210px;
	margin:0;
	padding:0;
}

#index_container {
    width:980px;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
}

#show_room {
    width:490px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#show_room_title {
    width:490px;
	height:45px;
	margin:0;
	padding:0;
	background-image:url(../_ind_img/title_show.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#show_room_picall {
    width:490px;
	height:auto;
	margin:0;
	padding:0;
}

#show_room_pic {
    width:85px;
	height:85px;
	margin:0 5px 8px 3px;
	padding:0;
	background-image:url(../_ind_img/pic_bg.gif);
	background-repeat:no-repeat;
	float:left;
}

#show_room_pic img {
    margin:5px;
	padding:0;
	border:none;
}

#button_more a{
    width:60px;
	height:14px;
	background-image:url(../_ind_img/icon_more.gif);
	background-repeat:no-repeat;
	margin:0 0 10px 0;
	padding:0;
	float:right;
	display:block;
	text-indent:-9999px;
	clear:both;
}

#shadow {
    width:20px;
	height:240px;
	margin:0;
	padding:0;
	float:left;
	background-image:url(../_ind_img/shadow.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#company_profile {
    width:460px;
	height:auto;
	float:right;
}

#company_profile_title {
    width:460px;
	height:35px;
	background-image:url(../_ind_img/title_company.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#company_profile_text {
    width:460px;
	height:auto;
}

#company_profile_text img{
    margin:10px 10px 10px 0;
	padding:0;
	float:left;
}

#company_profile_text a{
    color:#ff6600;
	font-weight:normal;
	text-decoration:none;
}

#company_profile_text b{
    color:#ff6600;
}

/* 內頁
---------------------------------------------------- */
#page_body {  
	width:100%;
	background-image:url(../_images/bg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#subhead {
    width:980px;
	height:160px;
	background-image:url(../_images/subhead.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#container {
	width:980px;
	height:auto;
	background-image:url(../_images/bg_right.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
}

#sidebar {
    width:216px;
	height:auto;
	background-image:url(../_images/bg_sidebar.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
	overflow:hidden;
}

#sidebar #title{
    width:216px;
	height:34px;
	background-image:url(../_images/title_sidebar_show.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#menubar {
    width:192px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-size:1em;
}

#menubar ul {
    list-style:none;
	height:auto;
}

#menubar li {
	font-weight: bold;
	height:auto;
	background-image:url(../_images/icon_arrow.gif);
	background-repeat:no-repeat;	
}

#menubar li a {
	margin:0;
	padding:0 0 0 18px;
	color:#555;
	text-decoration:none;
	display: block;
	line-height:1.5;
	border-bottom:1px dashed #bbbbbb;
}

#menubar li a:hover {
	color:#333;
}

#menubar ul ul{
    list-style:none;
	height:auto;
}

#menubar ul ul li{
	margin:0;
	padding:0;
	height:auto;
	font-weight: normal;
	background-image:url(../_images/icon_arrow_02.gif);
	background-repeat:no-repeat;	
}

#menubar ul ul li a {
	margin:0;
	padding:0 0 0 24px;
	color:#555;
	text-decoration:none;
	display:block;
	line-height:1.5;
	border-bottom:1px dashed #bbbbbb;
}

#menubar ul ul li a:hover {
	color:#333;
}

#ad {
    width:216px;
	height:auto;
	margin:0 0 30px 0;
	padding:0;
}

#ad img{
	margin:10px auto 0 auto;
	padding:0;
	border:1px solid #999999;
}

#content {
    width:749px;
	height:auto;
	float:left;
	text-align:center;
}

#content #title {
    width:749px;
	height:26px;
}

#content #subtitle {
    width:710px;
	height:18px;
	text-align:left;
	background-image:url(../_images/icon_arrow_03.gif);
	background-repeat:no-repeat;
	color:#999999;
	margin:0 auto 5px auto;
	padding:0;
	font-size:0.8em;
}

#content #subtitle a {
    color:#999999;
	text-decoration:none;
	margin:0 5px;
	padding:0;
}

#content #font {
    width:710px;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#333333;
	text-align:left;
}

#content #font p {
    margin:0 0 12px 0;
	padding:0;
}

#content #font img {
	float:left;
}

#content #font #products {
    margin:0 auto;
	padding:0;
	width:710px;
	height:auto;
}

#content #font #products #basis{
    margin:15px 0 2px 0;
	padding:2px 1px 2px 3px;
	width:710px;
	font-size:1.2em;
	font-weight:bold;
	color: #454545;
	background: #EAEAEA;
	border-top: 1px solid #A4A4A4;
	border-bottom: 1px solid #A4A4A4;
}

#content #font #products ul{
	list-style:none;
}

#content #font #products li{
    margin:0;
	padding:0;
	background-image:url(../_images/icon_arrow_04.gif);
	background-repeat:no-repeat;
	border-bottom:1px dashed #cccccc;
	width:710px;
	height:24px;
	line-height:24px;
}

#content #font #products li a{
    margin:0;
	padding:0 0 0 20px;
	color:#666666;
	text-decoration:none;
	float:left;
}

#content #font #products li a:hover{
    color:#0099cc;
}

#content #font #products li img{
    margin:8px 5px 0 10px;
	padding:0;
	float:right;
}

#content #font #products_02{
 	width:710px;
	height:auto;
	margin:0;
	padding:0;
}

#content #font #products_02 #info{
	width:710px;
	height:auto;
	margin:0;
	padding:0;
}

#content #font #products_02 #info #pic{
	width:270px;
	height:210px;
	background-image:url(../_images/bg_products.gif);
	background-repeat:no-repeat;
	float:left;
}

#content #font #products_02 #info #pic img{
    margin:10px;
	padding:0;
	border:none;
}

#content #font #products_02 #info #text{
    width:435px;
	height:auto;
	background-image:url(../_images/bg_products_02b.gif);
	background-repeat:repeat-y;
	float:right;
	text-align:center;
	margin:0;
	padding:0;
}

#content #font #products_02 #info #text #top{
    width:435px;
	height:15px;
	background-image:url(../_images/bg_products_02a.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#content #font #products_02 #info #text #word{
    width:390px;
	height:auto;
	margin:0 auto;
	padding:0;
	text-align:left;
}

#content #font #products_02 #info #text #word #title{
    width:390px;
	height:24px;
	border-bottom:1px solid #cccccc;
	font-size:1.4em;
	font-weight:bold;
	margin:5px 0;
	padding:0;
	color:#0066cc;
}

#content #font #products_02 #info #text #word ul{
    width:390px;
    list-style:none;
	margin:0;
	padding:0;
}

#content #font #products_02 #info #text #word li{
	margin:3px 0;
	padding:0;
	color:#464646;
}

#content #font #products_02 #info #text #word ul ul{
    list-style:none;
}

#content #font #products_02 #info #text #word ul ul li{
	margin:0;
	padding:0 0 0 20px;
	background-image:url(../_images/icon_arrow_05.gif);
	background-repeat:no-repeat;
}

#content #font #products_02 #info #text #word li b{
	color:#0099cc;
}

#content #font #products_02 #info #text #word #button{
    width:75px;
	height:22px;
	margin:15px 0 0 150px;
	padding:0 ;
}

#content #font #products_02 #info #text #word #button img{
	border:none;
}

#content #font #products_02 #info #text #bottom{
    width:435px;
	height:15px;
	margin:0;
	padding:10px 0 0 0;
	background-image:url(../_images/bg_products_02c.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	background-color:#FFFFFF;
}

#content #font #products_02 #introduction {
    width:710px;
	height:auto;
	margin:0;
	padding:10px;
	clear:both;
}

#content #font #products_02 #introduction #title{
    width:710px;
	height:30px;
	background-image:url(../_images/title_products_introduction.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
}

#content #font #products_02 #introduction img{
    margin:10px 0 10px 30px;
	padding:0;
	border: 1px solid #828282;
}

#content #font #products_02 #introduction p{
    width:580px;
	margin:10px 0 10px 70px;
	padding:0;
	clear:both;
}

#content #font #news {
    margin:0 auto;
	padding:0 0 20px 0;
	width:710px;
	height:auto;
}

#content #font #news ul{
	list-style:none;
}

#content #font #news li{
 	border-bottom:1px dashed #cccccc;
	width:710px;
	height:24px;
	color:#C40000;
	line-height:24px;
}

#content #font #news li a{
  	color:#666;
	text-decoration:none;
	margin:0 0 0 10px;
	padding:0;
}

#content #font #news h1 {
	margin:10px 0;
	padding:0;
	color:#cc0000;
	font-size:14px;
}

#content #font #news li a:hover{
    color:#0033cc;
}

#shopping_table {
	width:690px;
	color:#333;
	margin:5px 0 10px 10px;
	padding:0;
}

#shopping_table td {
  text-align:center;
  margin:0;
  padding:3px 0 0 10px;
  border-bottom: 1px dotted #ddd;
}

#shopping_table td b{
  font-weight:bold;
  color:#ff0000;
}

#shopping_table td.title {
  background: #EAEAEA;
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  color:#464646;
  font-weight:bold;
  text-align:left;
}

#shopping_table td.name {
  text-align:left;
}

#shopping_table td.num {
  text-align: left;
  padding: 0 10px 0 0;
}

#shopping_table td.down {
  background-color:#e4dfc3;
  color:#333333;
  font-weight:bold;
}

#shopping_table td.line input{
  width: 50px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 1em;
}

#shopping_table td input[checkbox]{
  width: 50px;
  border: 1px solid #ccc;
  color: #666;
  font-size: 1em;
}

#shopping_title {
  width:690px;
  height:20px;
  line-height:24px;
  margin:25px 0 10px 10px;
  padding:0 0 0 5px;
  background: #EAEAEA;
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
}

#shopping_button {
  text-align: center;
  font-size: 1em;
  padding: 10px 15px 20px 10px;
}

#content #font  #table{
    width:98%;
	height:auto;
	margin:10px 0 5px 10px;
	padding:0;
}

#content #font #table th{
    width:20%;
	margin:0;
	padding:5px 3px;
	color:#555;
	font-weight:bold;
	text-align:right;
	background: #cecece;
}

#content #font #table td{
	margin:0;
	padding:5px 3px;
	background: #ececec;
}

#content #font #table td input{
	margin:0;
	padding:0 0 0 3px;
	border:1px solid #c7c7c7;
	height:18px;
	color:#666;
}

#content #font #table td textarea{
	margin:0;
	padding:0 0 0 3px;
	border:1px solid #c7c7c7;
	color:#666;
}

#content #font #table td img{
	margin:0 3px 5px 0;
	padding:0;
}

#content #font #table td b{
	margin:0 5px;
	padding:0;
	font-weight:normal;
	font-size:1em;
	color:#f00;
}

#content #font #button {
	margin:0 0 30px 0;
	padding:0;
	width:100%;
	height:30px;
	text-align:center;
}

#content #font #button input {
	margin:10px 10px;
	padding:1px;
	width:60px;
	height:20px;
	background-color:#363636;
	color:#fff;
	border:1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
}

