.container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	width: 975px;
	position: relative;
}

#index-products {
	background: url(/images/products_gradient.gif) no-repeat;
	width: 975px;
	height: 481px;
	margin: 0;
	padding: 0;
	position: relative;
}

#products-header {
	background: url(/images/new_products_header.jpg) no-repeat;
	height: 184px;
	width: 975px;
	position: relative;
}

#products-logo {
	position: absolute;
	top: -2px;
	left: 392px;
	width: 191px;
	height: 127px;
	display: block;
	background: url(/images/logo_sml.jpg) no-repeat;
}

#product-center {
	padding-top:45px;
}

#product-rule {
	width: 1px;
	height: 247px;
	background-color: #9c9a9a;
	position: absolute;
	left: 474px;
	top: 139px;
}

#prepared-veggies {
  height: 309px;
  width: 439px;
  background: url(/images/prepared_veggies.jpg) no-repeat;
  float: left;
}

#prepared-veggies:hover {
	background-position: 0 -309px;
}

#infused-oils {
  height: 309px;
  width: 439px;
  background: url(/images/infused_oils.jpg) no-repeat;
  float: right;
}

#infused-oils:hover {
  background-position: 0 -309px;
}

#products-navbar {
	position: absolute;
	top: 151px;
	left: 0px;
}

#navbar {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 975px;
	float: left;
	background: none;
	z-index: 10;
}

#navbar a {
	display: block;
	padding: 5px 31px;
	text-decoration: none;
	color: #414141;
}
