@charset "utf-8";
/* CSS Document */

#splash-content-top {
	height:10px;
	width:722px;
	background-image:url(/images/content/slashcontenttop.gif);
	background-repeat:no-repeat;
	border:none;
}

#splash-content-mid {
	height:auto;
	width:722px;
	background-image:url(/images/content/slashcontent.png);
	background-repeat:repeat-y;
	border:none;
	margin:0px;
	padding:0px;
}

#splash-content-bottom {
	height:10px;
	width:722px;
	background-image:url(/images/content/slashcontentbottom.gif);
	background-repeat:no-repeat;
	border:none;
}

#sidebar-yogurt {
	width:250px;
	height:146px;
	background-repeat:no-repeat;
	background-image:url(/images/content/yogurt-bg.jpg);
	background-position:right;	
}
#sidebar-newsletter {
	width:250px;
	height:152px;
	background-repeat:	no-repeat;
	background-image:url(/images/content/newsletter-bg.jpg);
	background-position:right; 	
	font-family:Verdana, Geneva, sans-serif
}

#sidebar-newsletter h2 {
	text-align:center;
	font-size:13pt;
	color:#658c33;
	padding-top:15px;	
}

#sidebar-money {
	background-image:url(/images/content/money-bg.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:200px;
}

#categories {
	width:233px;
}


#categories ul{
	padding: 0px 0px 0px 0px;	
	margin: 0 0 0 1px;
	list-style: none;
	text-align: left;
		
}

#categories ul li{
	padding-left: 45px;
	background-image: url(/images/content/leaf_bullet.gif);
	background-repeat: no-repeat;
	width:200px;
	background-position: 2em;
	font-size: 13px;
	font-weight:550;
}

#categories ul li a {
	color: #597631;
	line-height: 22px;
	text-decoration:none;
}

#categories ul li a:hover {
	color: #159ca6;
	text-decoration: none;
}

#categories a {
	font-size:14px;

}

#categories h1 {
	/*background:url(../images/line.gif) no-repeat right top;*/
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #FF7A01;
	font-size: 16px;
	text-align: left;
}