* { padding:0; margin:0; }
.clear { clear:both; }
body {
	/*background: #ededf4;*/
	/*background:#404040 url(../images/header.png) no-repeat top center;*/
background: #eee /*url(../images/grad.png) repeat-x 0 43px*/;
	font-family:Helvetica, sans-serif;
	font-size: 87.5%;
}
html > body {
	font-size: 14px;
}

p {
	line-height: 1.5;
	margin: 1.5em 0;
}

#container {
	width: 640px;
	margin:0 auto;
	position: relative;
	margin-bottom: 100px;
	/*margin-top: 534px;*/
}
#center {
	padding: 400px 0 0 0;
}

#wrapper {
	background: #292929;/*#262626;*/
	border:1px solid #111;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
	-webkit-box-shadow:0 0 0.5em black;
	-moz-box-shadow:0 0 0.5em black;
	box-shadow:0 0 0.5em black;
}

#top-accent, #bottom-accent {
	position: absolute;
	z-index: -10;
}
#top-accent {
	top: -112px;
	left: -143px;
}

#bottom-accent {
	bottom: -112px;
	right: -143px;
}

#content {
	width: 445px;
	/*height:850px;*/
	border-bottom:#9f9fa3;
	color: #ededf4;
	padding:2em;
	text-align:justify;
	min-height:750px;
}

#boxes {
	position: absolute;
	right: -4em;
	list-style:none;
	float:right;
	margin: 50px 0 0 0;
}

#boxes li {
	/*-webkit-border-radius:1em;*/
	/*-moz-border-radius:1em;*/
	/*border-radius:1em;*/
	font-size: 0.9em;
	margin: 2em 0 0 0;
	padding: 1em;
	background: #191919; /*#575757;*/
	height: 180px;
	width:  180px;
	/*overflow: auto;*/
	overflow:hidden;
	color: #ededf4;
	border: 1px solid #000;
}

#header {
	/*height: 245px;*/
	height: 82px;
	margin-top:20px;
	margin-bottom:30px;
	width: 400px;
	/*margin:auto;*/
	margin-left:auto;
	margin-right:auto;
	background:url(../Images/logo.jpg) no-repeat center;
}

#menu {
	text-align:center;
	text-transform:lowercase;
	text-shadow:0 0 5px black;
	position:relative;
	background:url(../images/menu.png) repeat-x;
	display:block;
	clear:both;
	height:43px;
	overflow: hidden;
}

#menu ul, #menu li {
	float:left;
	position:relative;
}

#menu ul {
	list-style:none;
	left:50%;
}

#menu li {
	right:50%;
}

#menu li a {
	background:url(../images/gradient.png);
	text-decoration: none;
	display:block;
	height:19px;
	padding:12px 0.8em 10px;
	margin-top:2px;
	float:left;
	border-left:1px solid #222;
}

#menu li.last a {
	border-right:1px solid #222;
}

#menu li a:link, #menu li a:visited, #menu li a:active {
	color:white;
}

#footer {
	background: #1f1f1f;
	height:auto;
	padding: 7px 0 5px;
	border-top:#9f9fa3;
	margin:auto;
	text-align:center;
	color: #ededf4;
	/*border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #000;*/
	-webkit-border-bottom-left-radius:1em;
	-webkit-border-bottom-right-radius:1em;
	-moz-border-radius-bottomleft:1em;
	-moz-border-radius-bottomright:1em;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	clear:both;
}

/*
.lavaLamp li.back {
	background: url(../images/lava.png) no-repeat right -43px;
	width: 9px; height: 43px;
	z-index: 8;
	position:absolute;
}

.lavaLamp li.back .left {
	background: url(../images/lava.png) no-repeat top left;
	height: 43px;
	margin-right: 9px;
}
*/

a:link, a:visited {
	color:white;
	text-decoration: underline;
}

h2 {
	text-align: left;
}

ul#results {
	list-style: none;
	padding:0;
}
ul#products {
	list-style: none;
	padding:0;
}
ul#contactus {
	list-style: none;
	padding:0;
}
ul#results li {
	clear: both;
	padding:0;
}
ul#results img {
	float:left;
	margin:2px;
	padding-right:15px;
}

table.nutrition {
	background: white;
	border: 2px solid black;
	color: black;
	border-collapse:collapse;
	width: 19em;
	text-align: left;
}

table.nutrition th.heading {
	font-size:1.4em;
	padding: 0.5em 0.4em 0;
}

table.nutrition td.serving-size {
}

table.nutrition td.daily-value {
	font-size:0.5em;
	font-style:italic;
	text-align:right;
}

table.nutrition td.dv-percentage {
	text-align:right;
}

table.nutrition td strong {
	padding-right: 0.1em;
}

table.nutrition td span {
	padding-right: 0.7em;
}

table.nutrition td {
	padding: 0.5em 0.6em 0.3em;
	border-bottom: 1px solid black;
}

ul.gallery {
	margin: 10px 0;
	padding: 10px;
	list-style: none;
}
ul.gallery li { display: inline; }
ul.gallery img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
ul.gallery a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
	color: #fff;
}
ul.gallery a:hover { color: #fff; }

#blog {
	padding-top: 1em;
}
#blog ul {
	list-style:none;
}
#blog h2 {
	padding-bottom: 0.5em;
}
#blog h2 a, #blog h2 a:visited {
	text-decoration: none;
}
#blog .entry {
	margin-bottom: 1.5em;
}
#blog .title {
	font-size: 1.5em;
	padding-bottom: 0.3em;
}

#front-page-blog {
	padding-top: 1em;
}
#front-page-blog ul {
	list-style:none;
}
#front-page-blog h2 {
	padding-bottom: 0.5em;
}
#front-page-blog h2 a, #blog h2 a:visited {
	text-decoration: none;
}
#front-page-blog .entry {
	margin-bottom: 1.5em;
}
#front-page-blog .title {
	font-size: 1.5em;
	padding-bottom: 0.3em;
}
