@charset "UTF-8";
/* CSS Document */

/*a:hover {
	color: #336600;
	text-decoration:none;
}*/
.logo_holder{
	position:absolute;
	left:0px; top:31px;
	height:76px;
	width:56px;
	background-image:url(../images/logo/nav_logo_green.jpg);
}


.background_image_top{
	width:100%;
	background:url(../images/backgrounds/green_top.jpg) no-repeat center top;

}
.background_image_bottom{
	height:152px;
	width:100%;
	background:url(../images/backgrounds/green_bottom.jpg) no-repeat center;

}
.image_spacer{
	height:auto;
}
.material_band{
	height:40px;
	width:100%;
	background:url(../images/backgrounds/green_band.jpg) no-repeat center;

}
.background_image_spacer{
background-color:#3333FF;
height:auto;
}
.item_add_to_cart a{
padding-left: 25px;
	color:#a0cf3d;
	font-size:11px;
	text-decoration:none;
	background-image:url(/objects/images/global/add_to_cart_green.gif);
background-repeat: no-repeat;
background-position: 0 0;
}
.item_add_to_cart a:hover{
	font-size:11px;
	text-decoration:none;
}
.all_items a{
text-decoration:none;
font-size:16px;
color:#8ec11c;
}
.item_price{

font-size:14px;
color:#8ec11c;
}