html,body {
	padding:0;
	margin:0;
}
body {
	color:#414141;
	font-family:Helvetica,Verdana,Sans;
	font-size:.8em;
	text-align:center;
	background:#EDF1F6;
}
#wrap {
	text-align:left;
	margin:0 auto;
	width:940px;
	background:url(/img/wrap.gif);
	background-repeat:repeat-y;
	padding:0 10px;
}
#header {
	background:url(/img/header_bg.gif);
	height:119px;
}
#header_left {
	width:290px;
	float:left;
}
#header_right {
	width:620px;
	height:119px;
	float:right;
	overflow:hidden;
}
#menu {
	height:40px;
	background:url(/img/menu.png);
}
#menu a {
	padding:12px 20px;
	display:block;
	float:left;
}
#content {
	padding:0px 10px;
}
#content_left {
	width:210px;
	float:left;
	padding:5px 10px;
}
#content_center {
	width:450px;
	float:left;
	padding:5px 10px;
}
#content_right {
	width:200px;
	float:left;
	padding:5px 10px;
}
#content_full {
	width:680px;
	float:left;
	padding:5px 10px;
}
.content {
	padding:5px 10px;
}
.clear {
	clear:both;
}
h1,h2,h3 {
	font-size:1.4em;
	font-family:Helvetica,Verdana,Sans;
	color:#004890;
}
p {
	line-height:20px;
	margin-top:5px;
}
.itemhead {
	padding:5px 10px;
	background:#eee;
	color:#414141;
	margin-right:5px;
}
.item {
	background:#F9FAFC;
	border:solid 1px #ECF2FF;
	padding:5px 10px;
	margin-top:5px;
	display:block;
	margin-right:5px;
}
.item:hover {
	background:#eee;
}
a {
	color:#104F9D;
	text-decoration:none;
}
#admin {
	position:fixed;
	top:5px;
	right:5px;
	background:#fff;
	border:solid 1px #ddd;
	padding:5px 10px;
	list-style:none;
}
.error {
	color:red;
}
#view_content {
	width:640px;
}
.options {
	float:right;
	font-size:11px;
}
#footer {
	padding:20px 10px;
	background:#ddd;
	margin-top:50px;
	border:solid 1px #bbb;
	border-left:0;
	border-right:0;
	text-align:center;
}
.odd {
	background:#eee;
}
#footer a {
	color:#414141;
	font-size:11px;
}
img a,img {
	border:none;
}
#manage {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	background:#f1f1f1;
	border-bottom:solid 1px #ccc;
	z-index:0;
}
#content_right input[type=text] {
	width:100px;
}
.headline {
	background:url(http://healthierliving4you.ca/img/menu.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border:solid 1px #ccc;
	padding:3px 10px;
	display:block;
	font-weight:normal;
	font-size:1.3em;
	color:#004890;
}
.sidebar {
	background:#fafafa;
	border:solid 1px #ccc;
	border-top:0;
	margin-bottom:5px;
}
.product_info {
	background:#fbf9ee;
}
.product_info .headline {
	font-size:100%;
	padding:5px 10px;
}
.sidebar p {
	margin:5px 0 0 0;
	padding:0;
}
.centre {
	text-align:center;
}
object {
	padding:0;
	margin: 0;
}
/** * This <div>element is wrapped by jCarousel around the list * and has the classname "jcarousel-container". */
.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	z-index:2;
	padding:0;
	margin:0;
	overflow:hidden;
	position:relative;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding: 0;
}
.jcarousel-list li,.jcarousel-item {
	float:left;
	list-style:none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width:620px;
	height:182px;
}
/** * The buttons are added dynamically by jCarousel before * the <ul>list (inside the <div>described above) and * have the classnames "jcarousel-next" and "jcarousel-prev". */
.jcarousel-next {
	z-index:3;
	display:none;
}
.jcarousel-prev {
	z-index:3;
	display:none;
}
.fullwidth {
	width:100%;
	padding:0px;
	border:solid 1px #ddd;
	border-bottom:none;
	margin:10px 0;
}
.fullwidth td,.fullwidth th {
	padding:5px;
	border-bottom:solid 1px #ddd;
}
.loading {
	margin:70px 0 0 260px;
}
#search_results {
	margin-top:5px;
	border:solid 1px #ddd;
	border-bottom:0;
	background:#fff;
}
.results {
	list-style:none;
	margin:0px;
	padding:5px 10px;
	border-bottom: solid 1px #ddd;
}