html {background-color: #A8CEAC;}

a:link,
a:visited {
	color: #583e2d;
}

a:hover,
a:active {
	color: #000000;
	text-decoration: none;	
}

a.tag:link,
a.tag:visited,
a.tag:hover,
a.tag:active {
	background-color: #315134;
	color: #FFFFFF;
}

h1, h2 {color: #6C2717}

button, button.btn {
	color: #FFFFFF;
	background: url('../img/btn/btn.gif') no-repeat 100% -50px;
}

button span, button.btn span {
	background: url('../img/btn/btn.gif') no-repeat 0 0;
}

button.btn_sec {background: url('../img/btn/btn_g.gif') no-repeat 100% -50px;}
button.btn_sec span {background: url('../img/btn/btn_g.gif') no-repeat 0 0;}

button.btn_cart {background: url('../img/btn/btn_cart.gif') no-repeat 100% -50px;}
button.btn_cart span {background: url('../img/btn/btn_cart.gif') no-repeat 0 0;}

img.top_cart {
	background: url('../img/ico/ico_top_cart.gif') no-repeat 0 0;
}

/****************/

#hd {
	background: url('../img/bg/bg_header.gif') no-repeat 0 0;
}

#ft {
	background: #BFE7C3 url('../img/bg/bg_footer.gif') repeat-x 50% 0;
}

#ft {
	color: #583E2D;
}

#ft a:link,
#ft a:visited {
	text-decoration: none;
	color: #583E2D;
}

#ft a:hover,
#ft a:active {
	text-decoration: underline;
	color: #583E2D;
}

.top_logo {
	background: #BFE7C3;
	border: 1px solid #EFEBDF;
}

.top_logo h1 {
	color: #583E2D;
}

.top_logo h1 a:link,
.top_logo h1 a:visited {
	color: #583E2D;
	text-decoration: none;
}

.top_logo h1 a:hover,
.top_logo h1 a:active {
	color: #583E2D;
	text-decoration: underline;
}

.top_search button.btn_search {
	background-image:url('../img/btn/btn_search.gif');
}

#top_nav ul li {
	background: url('../img/bg/top_nav_sep.gif') no-repeat 100% 50%;
}

#top_nav ul li a:link,
#top_nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#top_nav ul li a:hover,
#top_nav ul li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

#top_nav  ul {
	background: url('../img/bg/bg_top_nav.gif') repeat-x 0 0;
}

#top_nav  ul b {
	background: url('');
}

#top_nav  ul i {
	background: url('');
}

/****************/

dl.menu a:link,
dl.menu a:visited {
	color: #583E2D;
}

dl.menu a:hover,
dl.menu a:active {
	color: #583E2D;
	text-decoration: underline;
}


dl.menu dt {background: url('../img/ico/ico_arr_left.gif') no-repeat 4px 8px;}
dl.menu dd {background: url('../img/ico/ico_arr_left.gif') no-repeat 13px 8px;}

/****************/

.main_bx {
	background: #BFE7C3 url('../img/bg/bg_tab_light.gif') repeat-x 0 0;
}

.side_bx .top,
.side_bx .top i {
	background-image: url('../img/bg/bg_tab_dark.gif');
}

.side_bx .bxd {
	background-color: #BFE7C3;
}

.side_bx .bxd h2 {
	color: #FFFFFF;
}

.prod_box .bxd {
	background: #D7FFDC;
}