body{
	margin: 0;
	text-align: center;
	font-size: 13px;
	color: #666;
	background: #B4B4B4;
	line-height: 1.3em;
}
h1{
	font: bold 16px/1.2em Tahoma;
	color: #6CC071;
	margin-top: 0;
}
h1.eng{
	color: #F7941D;
	font: bold 24px/1.4em Tahoma;
	margin: 0;
}
h2{
	color: #F7941D;
	font: bold 13px/1.3em Tahoma;
	margin: 0;
}
a{
	color: #6CC071;
	text-decoration: none;
}
a:hover{
	color: #F7941D;
	text-decoration: underline;
}
.red{
	color: #FF0000;
}
#wrapper{
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
}
#header{
	width: 100%;
}
#logo-button{
	float: left;
	width: 258px;
	background: url(../img/logo.gif) no-repeat;
}
#logo-button #index{
	width: 258px;
	height: 165px;
}
#logo-button #home a{
	display: block;
	width: 258px;
	height: 165px;
	text-decoration: none;
}
#logo-button a img{
	border-top: 5px solid #FFB12B;
}
#logo-button a:hover img{
	border-top:  5px solid #e6e6e6;
}
#menu-slogan{
	float: left;
	width: 502px;
	background: url(../img/slogan.jpg) bottom right no-repeat;
	height: 250px;
}
#content{
	float: left;
	width: 100%;
	border-top: 10px solid #e6e6e6;
	padding: 10px 0 20px 0;
}
#news{
	float: left;
	width: 280px;
}
#news p.date, #right p.date{
	color: #00B6BE;
	font: bold 11px/1.4em Tahoma;
	margin: 0 0 0 0.1em;
}
#news-list{
	float: left;
	width: 270px;	
	padding-top: 180px;
	background: url(../img/tree.jpg) top left no-repeat;
}
p.date{
	color: #ccc;
	font: bold 11px/1.4em Tahoma;
	margin: 0;
}
#news-list p, #left p{
	margin: 0;
	padding: 0 0 0 1em;
}
#news-list object {
	margin: 1em 0 0 1em;
}
#info{
	float: left;
	width: 210px;
	background: url(../img/info.jpg) left top no-repeat;
	/* ie5win fudge begins */
}
#info p{
	margin: 5em 1.2em 1em 1.2em;
}
#info ol{
	margin-right: 1.2em;
}
#info img{
	margin: 0 0 0 0.6em;
}
#content-2{
	float: left;
	width: 100%;
	border-top: 10px solid #e6e6e6;
	padding: 10px 0 20px 0;
}
	#content-2 p.done{
		border: 1px solid red;
		background-color:#FFCCFF;
		width: 400px;
		padding: 10px;
	}
	#content-2 #order span.asterisk{
		font: bold 18px sans-serif;
		color: #ff0000;
	}
	#content-2 #order label.error{
		color: #ff0000;
		padding-left: 3px;
	}
	#content-2 #order input, #content-2 #order textarea{
		width: 120px;
		padding-left: 1px;
		border-top: 1px solid #000;
		border-left: 1px solid #000;
		border-right: 1px solid #DADADA;
		border-bottom: 1px solid #DADADA;
		background: #fff;
	}
	#content-2 #order textarea{
		width: 350px;
		clear:both;
	}
	#content-2 #order input.zipcode{
		width: 40px;
	}
	#content-2 #order input.address{
		width: 220px;
	}
	#content-2 #order input.radio{
		width: auto;
		border: none;		
	}
	#content-2 #order input.button{
		width: auto;
		border: 2px solid #DADADA;
		background: #ececec;
		color: #666;
	}
	#content-2 #order table{
		width: 99%;
		border-top: 1px solid #DADADA;
		border-left: 1px solid #DADADA;
		margin-bottom: 0;
	}
		#content-2 #order table caption{
			font: bold 16px/1.5em serif;
			padding: 5px;
			color: #6CC071;
		}
		#content-2 #order table th{
			text-align: left;
			font-weight: bold;
			padding: 5px;
			color: #000;
			border-right: 1px solid #DADADA;
			border-bottom: 1px solid #DADADA;
		}
		#content-2 #order table td{
			padding: 3px;
			border-right: 1px solid #DADADA;
			border-bottom: 1px solid #DADADA;
		}

#left{
	float: left;
	width: 270px;
}
#left img{
	margin: 0 0 0 0.6em;
	border: 0;
}
#left p{
	background: url(../img/dotline.gif) bottom repeat-x;
	padding: 0 0 0.8em 0;
	margin: 0 1em;
}
#left p.date{
	background: none;
	padding: 0.5em 0 0 0;
}
#left p.page{
	background: none;
	text-align: right;
	margin-top: 0.5em;
}
#right{
	float: left;
	width: 490px;	
}
#right ul li, #right ol li{
	line-height: 2em;
}
#footer{
	clear: left;
	width: 100%;
	height: 159px;
	background: url(../img/footer.jpg) no-repeat;
}
#footer *{
	display: none;
}