/* CSS Reset v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Ampercamp styles */

body {
	background:#8e8984 url(images/body.jpg);
	color:#47423f;
	font-family:Verdana,sans-serif;
	font-size:12px;
}

acronym {
	border-bottom:1px dotted #8e8984;
	cursor:help;
}

#bd {
	background:#ded6cf url(images/bd.jpg);
}

h1 {
	background:#fff url(images/h1.jpg) repeat-x center bottom;
	display:block;
	height:151px;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}

	h1 a {
		background:url(images/h1_a.gif);
		display:block;
		height:83px;
		overflow:hidden;
		margin:25px auto 0;
		text-indent:-9999px;
		width:940px;
	}

h2 {
	background:url(images/h2.jpg) no-repeat center center;
	display:block;
	height:220px;
	left:0;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	top:124px;
	width:100%;
}
	
#content {
	background:url(images/content.jpg) repeat-x left bottom;
	padding:364px 0 40px 0;
}

	#content img {
		float:left;
	}

.fixed {
	margin:0 auto;
	width:940px;
}

	.fixed:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

#info {
	float:right;
	line-height:18px;
	width:300px;
}

	#info h3 {
		background-position:left top;
		background-repeat:no-repeat;
		display:block;
		height:22px;
		margin-bottom:10px;
		overflow:hidden;
		text-indent:-9999px;
		width:300px;
	}
		#the-scoop {
			background-image:url(images/the-scoop.gif);
		}
		#ingredients {
			background-image:url(images/ingredients.gif);
		}

	#info p {
		margin-bottom:20px;
		text-align:justify;
	}
	
	#info ul {
		font-size:10px;
		text-transform:uppercase;
	}
		#info li {
			list-style-type:disc;
			margin-left:32px;
		}
	
		.icon-basic {
			list-style-image:url(images/icon-basic.gif);
		}
		.icon-dia {
			list-style-image:url(images/icon-dia.gif);
		}
		.icon-euro {
			list-style-image:url(images/icon-euro.gif);
		}
		.icon-ttf{
			list-style-image:url(images/icon-ttf.gif);
		}

#info #purchase {
	margin-bottom:14px;
}
	
	#purchase a {
		background:url(images/purchase_a.gif) no-repeat;
		display:block;
		height:78px;
		overflow:hidden;
		text-indent:-9999px;
		width:300px;
	}

		#purchase a:active, #purchase a:hover {
			background-position:0 -78px;
		}
		
#ft {
	color:#fff;
	font-size:11px;
	margin:-20px 0 10px;
}

	#ft p a {
		background:url(images/ft_p_a.gif) no-repeat;
		display:inline-block;
		height:55px;
		overflow:hidden;
		text-indent:-9999px;
		vertical-align:middle;
		width:70px;
	}
	
	#ft ul {
		float:right;
		margin-top:10px;
	}
	
	#ft li {
		float:left;
	}
	
	#ft li a {
		background-repeat:no-repeat;
		display:block;
		height:27px;
		overflow:hidden;
		text-indent:-9999px;
		width:37px;
	}
		#ft li a:active, #ft li a:hover {
			background-position:0 -27px;
		}
	
	#email {
		background-image:url(images/email.gif);
	}
	#twitter {
		background-image:url(images/twitter.gif);
	}
	#rss {
		background-image:url(images/rss.gif);
	}