img {
	behavior: url("/styles/pngbehavior.htc");
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-position: top;
	margin: 0px;
	padding: 0px;
	color: #646464;
	font-size: 66%;
	text-align:center;
}

p {
	margin: 0px;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0.4em;
	margin-top: 0.4em;
}

#logo {
	position: absolute;
	top: 21px;
	/* top: 41px; */
	left: 21px;
	width: 235px;
	height: 97px;
	background-image:url(../images/soulveg_logo_page.gif);
	background-position: top left;
}

/*
	Nescafé Big Break banner
*/
#specialbanner {
	position: absolute;
	display: none;
	
	/*top: -21px;
	left: 30px;
	width: 232px;
	height: 61px;
	background-image:url(../images/banner_nescafe_small.gif);
	*/
}
#specialsidebar {
	visibility: hidden;
}

#page_border {
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	height: 91%;
	min-height: 448px;
	border-color: #9fcf67;
	border-width: 4px;
	border-style: solid;
	background:url(../images/bg_page.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	text-align: left;
}
	
	#page {
		width: 100%;
		height: 100%;
	}
	
		#paracontent {
			position: relative;
			left: 280px;
			right: 0px;
			height: 100%;
			width: 415px;
			overflow: auto;
			overflow-y: auto;
			overflow-x: hidden;
			scrollbar-base-color: #9cde9c;
			scrollbar-face-color:#9cde9c;
			scrollbar-arrow-color:#22b14c;
			scrollbar-3dlight-color:#05551c;
			scrollbar-highlight-color:#ffffff;
			scrollbar-shadow-color:#22b14c;
			scrollbar-darkshadow-color:#05551c;
			scrollbar-track-color:#dcf8cc;
		}
		
			#section_banner {
				position:relative;
			}
			
			#section_banner h1, #section_banner p {
				margin: 12px;
				margin-left: 26px;
				margin-right: 26px;
			}
			
			#section_banner p {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				text-align:justify;
				font-size: 10px;
				line-height: 1.25em;
				color: #308335;
			}
			
			#navbar {
				margin-left: 26px;
				width: 374px;
			}
			
			#navbar img {
				padding-top: 1px;
				padding-bottom: 1px;
			}
		
			#content {
				margin-left: 26px;
				width: 374px;
			}
			
				#content h1, #content h2, #content h3, #content p, #content li {
					margin-right: 26px;
				}
				
				#content table {
					margin-top: 0.75em;
					margin-bottom: 0.75em;
				}
		
	
		#menubar {
			position: absolute;
			left: 4px;
			top: 131px;
		}
		
			#navbar_top {
				display: block;
			}
			
			#navbar_bottom {
				display: block;
			}
	
/*  100% height hack   */

html,body {
	height: 100%;
}


a {
	color: #2564C2;
}

#frame_overlay_1 {
	position: absolute;
	left: -4px;
	top: -4px;
}
#frame_overlay_2 {
	position: absolute;
	right: -4px;
	_right: -5px;
	top: -4px;
}
#frame_overlay_3 {
	position: absolute;
	left: -4px;
	bottom: -4px;
}
#frame_overlay_4 {
	position: absolute;
	right: -4px;
	_right: -5px;
	bottom: -4px;
}
h1 {
	margin-top: 0.6em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00b335;
	font-weight: normal;
	font-size: 22pt;
	font-style: normal;
	line-height: 18pt;
	letter-spacing: -0.15ex;
}
h2 {
	margin-top: 0.65em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9FCF67;
	font-weight: normal;
	font-size: 17.5pt;
	font-style: normal;
	line-height: 18pt;
	letter-spacing: -0.15ex;
}
ul {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
ul li, ol li {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	text-align: justify;
}
ul li {
	line-height: 1.5em;
	list-style-type: none;
	padding-left: 20px;
	background-image: url(/images/li.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

ul.ingredients li {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

ol.instructions {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
