/*------------------------------------------------------------

* Filename: basic.css
* Version: 1.0.0 (2009-07-07) 
* Website: http://
* Author: Medialand digi-tech. Inc. Ʀ 
* Contact: service@mail.medialand.com.tw
* Description: basic elements

== STRUCTURE: ==============================
* Page width: 990 px
* Number of columns: 2

+ WRAPPER
	+ Nav
	
	
	+ Container
	  + center_cont
	  　　- h2
	  　　- h3
	  　　+ main
	  
	  
	  　　+ footer
	  		- address

============================================


== Color Codes: ============================
* Background: #ffffff(white)
* Content:
* Header h1:
* Header h2:
* Footer:

a(standard):
a(visited):
a(active):

============================================


== Typography: ============================
Body copy: 1.2em/1.6em Verdana, Helvetica, Arial, Geneva, sans-serif;
Headers: 
Inputs, textarea: 
Sidebar heading: 

Notes: decreasing heading by 0.4em with every subsequent heading level
============================================

-------------------------------------------------------------*/
html{
	}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	
	background: url(../images/bg/bg_floor04.jpg) center top;} 

form{
	margin: 0px;
	padding: 0px;}


input,select,textarea {
	font-size: 12px;}

/* H1: site-name title */
h1 {}

/* H2: page title */
h2 {
	display: block;
	background: url(../images/dec/line_03.gif) repeat-x center 16px;
	padding: 16px 0 0 54px;
	margin: 0px 7px 20px;
	*margin: 0px 7px 25px;}
	
/* H3: sidebar title */
h3 {
	display: block;
	margin: 0px 10px 8px 10px;
	padding: 0px;
}

/* H4: section title */
h4 {}

/* H5: product title */
h5 {}

/* H6: section title */
h6 {
}


a:link {
	color: #696969;
	text-decoration: none;}
a:visited {
	color: #9d9d9d;
	text-decoration: none;}
a:hover {
	color: #fe0000;
	text-decoration:none;}
a:active {
	color: #b50000;}

#clear{clear:both;}
