/* CORE STYLES */
body {
	background: url(../img/tablecloth.gif) repeat;
	padding: 0;
	margin: 0;
}
body, td, p, a, a:hover {
	font-family: Arial, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
a, a:hover {
	position: relative; /* KEEPS LINKS CLICKABLE UNDER PNG LAYER */
	text-decoration: none;
	color: #05ACCC;
}
a:hover {
	text-decoration: underline;
}

/* ELEMENT BLOCK */
#elements, #homeElements {
	padding: 0;
	margin: 0;
	position: relative;
	top: 0;
	left: -187px;
}

/* POSITIONED ELEMENTS */
#logo {
	position: absolute;
	top: 0;
	left: 66px;
	z-index: 100;
}
#spoon {
	position: absolute;
	top: -5px;
	left: 771px;
}
#buy {
	position: absolute;
	top: 60px;
	left: 601px;
	z-index: 50;
}
#buy p {
	padding: 0;
	margin: 0 0 0 50px;
}
#buy p, #buy p a, #buy p a:hover {
	font-size: 13px;
	line-height: 16px;
}
#buy p a.blue {
	color: #05ACCC;
}
#buy p a.blue:hover {
	text-decoration: underline;
}
#buy b {
	font-style: italic;
}
#buyCover {
	position: absolute;
	top: -60px;
	left: -120px;
	z-index: 50;
}

/* PADDING >> THE BLOCK THAT OFFSETS PAGE CONTENT */
#padding {
	padding-top: 210px;
}

/* CONTAINER BLOCK */
#Wrapper {
	width: 900px;
	margin: 0 auto;
}
#container, #homeContainer {
	min-height: 200px;
	padding: 0 0 20px 87px;
	background: url(../img/page_bg.png) repeat-y center top;
}

#contentWrapper {
	position: relative;
	left: -45px;
}
/* NAV BLOCK */
#nav {
	float: left;
	width: 145px;
}
#nav ul {
	width: 145px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
#nav li {
	padding: 0;
	margin: 0 0 7px 0;
}
#nav li img {
	padding: 0;
	margin: 20px 0 0 0;
}
#nav li img.li {
	margin: 0;
}
#nav li a, #nav li a:hover, #nav li a.on {
	text-transform: lowercase;
	color: #333;
}
#nav li a:hover, #nav li a.on {
	color: #f00;
}
#gallery {
	position: relative;
	top: 0px;
	left: -10px;
	z-index: 2;
}
#gallery p {
	text-align: center;
	position: absolute;
	top: 145px;
	left: 30px;
	z-index: 2;
}
#gallery p a, #gallery p a:hover {
	font-style: italic;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
#gallery p a b, #gallery p a:hover {
	color: #05ACCC;
}
#line {
	float: left;
	width: 58px;
	text-align: center;
}
/* CONTENT BLOCK */
#content {
	float: left;
	width: 610px;
}
#body {
	padding: 15px 20px 0 15px;
}
#body h1, #body h2 {
	font-weight: normal;
	color: #f00;
	font-size: 16px;
	margin: 0;
	text-transform: lowercase;
}
#body h2 {
	margin: 30px 0 0 0;
}

#footer, #homeFooter {
	position: relative;
	clear: both;
	width: 900px;
	height: 73px;
	background: url(../img/page_bottom.png) no-repeat center top;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
#footer p, #homeFooter p {
	position: relative;
	top: 30px;
	left: 18px;
	margin: 0;
	font-size: 10px;
	color: #999;
}