﻿
#footer-tool {
    z-index:999999;
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	width: 960px;
	left:50%;
	margin-left:-490px;
	height: 40px;
	background:#009999;
	/*border-top: 1px solid #333333;*/
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	/*text-shadow: 1px 1px 1px #000;*/

	
	/* CSS3 Rounded Corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	/* CSS3 Stylings - Creates the gradient background */
	
}



#footer-tool h2 {
	font-size:24px;
	line-height:24px;
	color:#FF6600;
	letter-spacing:-1px;
	font-weight:400;
	padding:0px 10px 0px 10px;
	margin:12px 0;
}
#footer-tool p {
	color:#cccccc;
	font-size:12px;
	padding:0 10px 0 10px;
	line-height:18px;
	float:left;
	margin:10px 0;
}
#footer-tool img {
	border:none;
}
#footer-tool a {
	color:#FF6600;
	text-decoration:none;
}
#footer-tool li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}

#footer-tool .strong { /* Forcing a bold text */
	font-weight:bold;
}
#footer-tool .italic { /* Forcing an italic text */
	font-style:italic;
}
.clear { /* Use this class between rows of content when you use columns */
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Images containers */

#footer-tool .imgshadow { /* Better style on dark background */
	background:#FFFFFE;
	padding:4px; /* Makes the light borders thanks to the background color */
	border:1px solid #333333;
	margin-top:5px;
	/* CSS3 shadow */
	-moz-box-shadow:0px 0px 5px #000000;
	-webkit-box-shadow:0px 0px 5px #000000;
	box-shadow:0px 0px 5px #000000;
}
#footer-tool .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 0px;
}
#footer-tool .img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 0px 5px 15px;
}

/* Black background text box */

#footer-tool .black_box {
	background-color:#111111;
	padding:4px 6px 4px 6px;
	margin-bottom:6px;

	/* CSS 3 Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	/* CSS 3 Inset Shadow */
	-webkit-box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	box-shadow:inset 0 0 5px #000000;
}



/*  _______________________________________

	02 FOOTER - DROP DOWN MENU (DROP UP)
    _______________________________________  */



#footer_menu {
	margin: 0;
	padding: 0;
	width:auto;
}
#footer_menu li {
	list-style: none;
	float: left;
	/*font-size:12px;*/
	padding: 12px 14px 14px 14px;
	
	background:#009999;
	
	/* CSS3 Stylings - Creates the gradient background */
	
}
#footer_menu li:hover {
	background:#9B9B9B;
	/* CSS3 Stylings - Creates the gradient background */

}
#footer_menu li a {
   display: block;
   color: #fff;
   text-decoration: none;
   font-size:16px;
   font-family: Meiryo, "微軟正黑體", "Microsoft JhengHei";!important
}
#footer_menu li a:hover {
   color: #ffffff;
}
#footer_menu .imgmenu { /* Used for the home item, text is here hidden and replaced by an image */
    padding:5px 8px 0px 8px;
    border:none;
    background:none;
}
#footer_menu .imgmenu a { /* Used for the home item, text is here hidden and replaced by an image */
    
    width:36px;
    height:30px;
}
#footer_menu li.imgmenu:hover {
    background:none;
}
#footer_menu li.imgmenu a:hover {
   
}

/* Drop Up */

/* You may have heard about drop down menus, the principle is here the same except that
   the content is going up instead of down */
   
#footer_menu li ul.dropup {
   display: none; 
   width: 10em; /* Width for Opera */
}
#footer_menu li:hover ul.dropup  {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:40px; /* Distance to the bottom of the browser */
	background-color:#b9b9b9;
	border: 1px solid #111111;
	border-bottom:none;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}
#footer_menu li:hover li { /* Drop up default lists */
	float: none;
	background:none;
	border:none;
	/*border-bottom:1px solid #161616;*/
	padding:6px 10px 6px 10px;
}
#footer_menu li:hover a {
	color: #3c3c3c;
}
#footer_menu li:hover a:hover {
	color: #eeeeee;
}
#footer_menu li:hover p {
	margin:6px 0;
}

/* Right Panel */

#footer_menu .right { /* Use the right class to push the content to the right */
	float:right;
	right:10px;
}



/*  _______________________________________

	03 FOOTER - COLUMNS CONTENT
    _______________________________________  */



/* Following the principles of the 960 grid, we define here 3 containers
   which can contain from 1 to 3 columns */
   
#footer-tool .dropdown_1column, 
#footer-tool .dropdown_2columns, 
#footer-tool .dropdown_3columns {
	margin:4px auto;
	position:absolute;
	padding:10px 5px 10px 5px;
	display:none;
	text-align:left;
}

/* Drop Downs Sizes */

#footer-tool .dropdown_1column {width: 140px;}
#footer-tool .dropdown_2columns {width: 280px;}
#footer-tool .dropdown_3columns {width: 420px;}

/* Showing Drop Down on Mouse Hover - Left aligned */

#footer_menu li:hover .dropdown_1column, 
#footer_menu li:hover .dropdown_2columns, 
#footer_menu li:hover .dropdown_3columns {
	display: block;
	position: absolute;
	margin: 0 0 0 -16px;
	bottom:40px;
	background-color:#222222;
	border: 1px solid #111111;

	/* CSS3 Stylings - Rounded Corners */
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
}

/* Columns sizes, they have to be placed within a dropdown_columns DIV */

#footer-tool .col_1,
#footer-tool .col_2,
#footer-tool .col_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#footer-tool .col_1 {width:130px;}
#footer-tool .col_2 {width:270px;}
#footer-tool .col_3 {width:410px;}

/* Lists stylings */

#footer_menu li ul.simple { /* Reset stylings for other lists inside columns */
	margin-left:5px;
}
#footer_menu li ul.simple li {
	border:none;
	padding:0px;
	width:120px;
	line-height:24px;
	margin-left:5px;
}



