/* foot靠下 */
html, body, #nav {
	min-height:		100%;
	width:			100%;
	height:			100%;
}

html>body, html>body #nav {
	height:			auto;
}

#nav {
	position:		absolute;
	top:			0;
	left:			0;
}

#foot {
	position:		absolute;
	bottom:			0;
	width:			100%;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#575757;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

a {
	text-decoration: none;	
	color:			#333;
}
a:hover {
	text-decoration: none;	
	color:			#cc0000;
}

/* 懶熊的預設樣式表 */
body, table, div, html {
	font-size:			12px;
	color:				#6B6B6B;
	font-family: 		Arial, Helvetica, sans-serif;	
}

body, form, html {
	padding:			0;
	margin:				0;
}

img {
	border:				none;
}

input.txt, textarea.txt {
	font-size:			1em;
	border:				1px #aaa solid;
	border-top:			1px #888 solid;
	padding:			2px 3px 2px 3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

textarea.txt {
	font-size:			1em;
	line-height:		1.4em;
	border:				1px #aaa solid;
	padding:			3px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;	
}

input.btn {
	font-size:			1em;
	padding:			2px 0px 0 0px;
	color:				#575757;
}

*html input.btn {
	font-size:			12px;
	line-height:		10px;
	padding:			4px 0px 1px 0px;
}

select.txt, select.date {
	border:				1px #aaa solid;
	border-bottom:		1px #888 solid;
	font-size:			1em;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}

select.date {
	font-size:			0.9em;
}

select.txt option { 
	padding:			2px 3px 0 3px;

}

h1, h2, h3, h4, h5, h6, h7 {
	margin:				0;
	padding:			0 0 6px 0;
}

h2 {
	font-size:			1.25em;
	color:				#575757;
}

h3 {
	font-size:			1.25em;
	color:				#FFA8D5;
}

h4 {
	font-size:			1.1em;
	color:				#787878;
}

h5 {
	font-size:			1.1em;
	color:				#FFA800;
}

hr {
	margin:				16px 0 16px 0;
}

/* 公用樣式 */
.end {
	clear:				both;
}

.error {
	color:				#ff0000;
}

.form_table, .form_table1 {
	width:				100%;
}
.form_table td {
	padding-bottom:		3px;
}
.form_table1 td {
	padding:			4px 0 4px 6px;
}

.txt_box {
	padding-bottom:		20px;
}

/* 版面樣式 */
body {
	background:			url(../images/bg.gif) #EDEDED center top repeat-y;
}

#nav {
	background:			url(../images/bg_2.gif) center top repeat-x;
}

#contents {
	margin:				auto;
	width:				650px;
	padding:			0 30px 0 32px;
	background:			url(../images/bg_3.gif) center top no-repeat;
	height:				300px;
}

#swf {
	height:				152px;
	overflow:			 hidden;	
}

#headbar {
	background:			url(../images/headbar_01.gif) left top no-repeat;
	height:				107px;
	
}
#menu {
	background:			url(../images/headbar_08.gif) left bottom no-repeat;
	list-style:			none;
	margin:				0;
	padding:			16px 0 0 0;
	height:				91px;
}
#menu li {
	float:				left;
}

#left {
	width:				164px;
	float:				left;
	padding-left:		12px;
	padding-bottom:		72px;
}
#right {
	width:				462px;
	float:				left;
	padding-right:		10px;
	padding-bottom:		72px;
	min-height:			380px;
	line-height:		1.7em;
}
*html #right {
	height:				380px;
}

#foot {
	height:				65px;
	position:			absolute;
	bottom:				0;
	width:				100%;
	clear:				both;
	background-image: 	url(../images/foot.gif);
	background-repeat: 	no-repeat;
	background-position: center top;
}

#title {
	height:				27px;
	text-align:			right;
	margin:				0 0 24px 0;
	padding-right:		8px;			
}

.pic {
	width:				213px;
	height:				260px;
	float:				right;
	background:			url(../images/product.gif) left top no-repeat;
	text-align: 		center;
	margin:				0 0 12px 12px;
	padding:			3px 0 0 0; 
}