/*------------------------------------------------------------

* 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
	  		-column_bottom
	  		-column_banner
			-column_left

	  - 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{
	background: url(../images/bg/bg_floor04.jpg);
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/bg/bg_floor01.jpg) repeat-x center 82px;
}

form{
	margin: 0px;
	padding: 0px;
}

input{
	font-size: 12px;
	line-height: 14px;
	color: #636363;}
	
select{
	font-size: 12px;
	line-height: 12px;
	color: #636363;}
	
textarea {
	font-size: 12px;
	line-height: 18px;
	color: #636363;
	}

/* 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;
	/*text-indent: -9999px;*/}
	
/* H3: sidebar title */
h3 {
	display: block;
	border-bottom: 8px solid #3a5127;
	margin: 0px;
	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;
}
