@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #024321;
	border-top:10px solid #00823f;
	background-color: #eaf8d6;
}
h2 {
	color:#06b85c;
	font-weight:normal;
	font-size:125%;
	margin-bottom:15px;
}
a {
	text-decoration:underline;
}
a img {
	border:none;
}
a:link, a:visited {
	color: #009c4b;
}
a:hover, a:active {
	color: #00d265;
}
div.banner {
	height:141px;
	background:#01ad54 url(i/bg_banner.png) top repeat-x;
	text-align:center;
}
div.banner h1 { 
	padding-top:13px;
}

div.banner_bag {
	height:264px;
	background:#a9e074 url(i/bg_bag.png) bottom repeat-x;
	border-bottom:2px solid #06b85c;
}
div.wrapper {
	width:960px;
	margin:0 auto;
}
div.banner_bag div.intro, div.banner_bag div.bag, div.banner_bag div.shop {
	float:left;
}
div.banner_bag div.intro {
	width:400px;
	padding-top:35px;
	margin:0 80px 0 10px;
	color:#06b85c;
	font-size:145%;
	line-height:120%;
}
div.banner_bag div.bag {
	width:300px;
	padding-top:15px;
}
div.banner_bag div.shop {
	padding-top:75px;
	width:150px;
	clear:right;
}
div.banner_bag div.shop a {
	width:150px;
	height:120px;
	display:block;
	text-indent:-1000em;
	background-image:url(i/sprite_shopBtn.png);
	background-position:left top;
	background-repeat:no-repeat;
	text-decoration:none;
}
div.banner_bag div.shop a:hover, div.banner_bag div.shop a:active {
	background-position:-155px 0;
}
div.wrapper div.colLeft, div.wrapper div.colRight {
	width:470px;
	padding:35px 0;
	float:left;
	clear:left;
}
div.wrapper div.colRight {
	width:470px;
	float:right;
	clear:right;
}
div.wrapper div.colLeft div {
	border:1px solid #d1ebab;
	padding:10px;
	background-color:#f1ffdc;
	margin-left:10px;
}
div.wrapper div.colLeft div li {
	list-style:none;
	margin-bottom:10px;
	font-size:85%;
	background-image:url(i/yellow-daisy_24.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:30px;
}
div.wrapper div.colLeft div p {
	font-size:85%;
	margin-bottom:10px;
}
div.wrapper div.colRight p {
	font-size:85%;
	margin-bottom:10px;
}
div.wrapper div.colRight p.copyright {
	color:#6d8052;
	font-size:75%;
	margin-top:60px;
}
