/* PULL QUOTE */

.pullquote {
	width: 22%;
	float:right;
	font-size: 135%;
	line-height: 125%;
	margin:10px;
	background: url(css_images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 0px 5px 0px;
	color: #651d3f;
}
.pullquote:first-letter {
	background: url(css_images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

.pullquote2 {
	width: 22%;
	float:left;
	font-size: 135%;
	line-height: 125%;
	margin:10px;
	background: url(css_images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 0px 5px 0px;
	color: #651d3f;
}
.pullquote2:first-letter {
	background: url(css_images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

/* THE BIG GUYS */

body
{
	text-align: left;
	padding: 20px 0 0 0;
	background: #F2EFCF;
	background-image: url("css_images/stripe.gif");
	font: 83%/1.5 arial,tahoma,verdana,sans-serif;
}

img
{
	border: none;
	display: block;
}

hr
{
	background: #af356e;
	color: transparent;
	width: inherit;
	height: 2px;
	border: transparent;
	margin: 1px 0 2px;
	text-align: center;
	position: inherit;
}

/* LINKS */
a
{
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #af356e;
}

a:link
{
	font-weight: bold;
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
	color: #af0051;
}

a:visited { color: #cddd71; }

a:hover
{
	font-weight: bold;
	background: transparent;
	cursor: pointer;
	color: #ffb0d5;
	text-decoration: underline;
}
a:active { color: #bed800; }

/* LISTS */
/*
ul
{
	margin: .3em 0 1.5em 2em;
	color: #531936;
}
*/
/*
li
{
	margin-left: 2em;
	color: #531936;
}
*/

li
{
	margin-left: 2em;
	color: white;
	font-size: 1em;
}


ul
{
	margin: 0 0 0.5em;
	color: white;
	font-size: 1.2em;
}

ol
{
	margin: 0 0 1.5em;
	color: #922c5c;
}

/* POSITIONALS */
#images
{
	float: right;
/*	clear: both;
	position: inherit; */
	border: thin solid #af356e;
	margin: 10px 0 10px 10px;
}

#nav
{
	border: transparent;
	background-image: url("css_images/lh_panel.jpg"); 
	margin: 0px;
	padding-top: 18px;
	/*	padding-left: 26px; */
	position: relative;
	width: 220px;
	height: 440px;
	background-color: transparent;
	float: left;
	background-repeat: no-repeat;
	z-index: 30;
}



#wrap
{
	background: #fff;
	border: 0px solid #F00;
	position: relative;
	width: 750px;
	margin: 0 auto;
	text-align: left;
	z-index: 20;
	height: 100%;
}

#shadow
{
	float: right;
	height: 10px;
	width: 530px;
	background-image: url("css_images/shadow.gif");
	background-repeat: repeat-x;
	z-index: 40;
}

#header
{
	height: 162px;
	background-color: transparent;
	background-image: url("css_images/top_banner.jpg");
	background-repeat: no-repeat;
	background-position: 0 100%;
	text-align: right;
	z-index: 10;
}

#top_nav
{
	position: relative;
	width: 750px;
	height: 66px;
	padding: 0px;
	margin: 0px;
}

#top_nav li a
{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#top_nav a:hover
{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.sub
{
	font-size: 0.8em;
	text-decoration: none ;
	text-align: center;
}


.table
{
	background: #fff;
	border: 1px solid #af356e;
	position: relative;
	width: 400px;
	text-align: left;
	margin-top: -10px;
	margin-left: 10px;
	padding: 10px;
	line-height: 12px;
}

.table table {
	background-image: url("../css/css_images/stripe2.gif");
	font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 400px;
	border-right: 1px solid #af356e;
	border-left: 1px solid #af356e;
	border-top: 1px solid #af356e;
	}

.table th {
	padding: 0 0.5em;
	text-align: left;
	}

.table tr.yellow td {
	border-top: 1px solid #af356e;
	border-bottom: 1px solid #af356e;
	background: ebf0d1;
	}

.table td {
	border-bottom: 1px solid #af356e;
	padding: 0 0.5em;
	}

.table td.width {
	width: 130px;
	}

.table td.adjacent {
	border-left: 1px solid #af356e;
	text-align: center;
	}
.table p
{
	margin: 2px;
	font-size: 11px;
	color: #af356e;
	line-height: 15px;
	text-align: left;
}

.img { border: 1px solid #af356e; }

.imgnoborder { border: 0; }

.rounded a {
	color: white;
	border-color: transparent;
	text-decoration: none;
}

.rounded a:hover {
	color: #ffb0d5;
}

.rounded a:visited {
	color: #cddd71;
}

.rounded a:active {
	color: #bed800;
}

.forms
{
	width: 500px;
	float: right;
}

.rounded p
{
	padding: 0 15px;
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 0em;
}

.footer
{
	border: 0px solid #F00;
	font-size: 80%;
	width: 90%;
	position: relative;
	color: #7f7f7f;
}

.text
{
	z-index: 50;
	margin: 0;
	padding: 0 20px 20px;
}

.rule
{
	position: inherit;
	border: 0 solid #ff0000;
	width: auto;
	display: block;
}

/* TYPOGRAPHY  #af356e  #839119 */
p
{
	margin: 0 0 1em;
	font-size: 12px;
	color: #af356e;
	line-height: 16px;
	text-align: left;
}

b
{
	font-size: 130%;
	color: #839119;
	font-weight: bold;
	line-height: 120%;
}

#header h1
{
	color: #fff;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding-right: 30px;
	padding-top: 10px;
}

#header a { color: #fff; }

h1, h2, h3, h4, h5, h6
{
	letter-spacing: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
	margin: 0.4em 0 .3em;
	padding-bottom: .1em;
	color: #af356e;
	font-weight: bolder;
}

h1
{
	font-size: 196%;
	padding-top: 5px;
	border: none;
}

h2
{
	font-size: 176%;
	line-height: 2em;
}

h3 { font-size: 156%; }
h4 { font-size: 136%; }
h5 { font-size: 106%; }
h6 { font-size: 96%; }

.rollover
{
	background-image: url(../css/css_images/nav.jpg);
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 750px;
	position: absolute;
}

.rollover a { display: block; }

.rollover a:hover
{
	height: 66px;
	position: absolute;
}

.rollover li
{
	margin-left: 0em;
	list-style: none;
	position: absolute;
}



.order		{ left: 0px; 	top: 0px;}
.about		{ left: 91px; 	top: 0px;}
.contact	{ left: 187px; 	top: 0px;}
.service	{ left: 293px; 	top: 0px;}
.health		{ left: 418px; 	top: 0px;}
.trade		{ left: 519px; 	top: 0px;}
.promo		{ left: 642px; 	top: 0px;}


.order		a	{width: 91px; height: 	66px;}
.about		a	{width: 96px; height:	66px;}
.contact	a	{width: 106px; height: 	66px;}
.service	a	{width: 125px; height: 	66px;}
.health		a	{width: 101px; height: 	66px;}
.trade		a	{width: 123px; height: 	66px;}
.promo		a	{width: 108px; height: 	66px;}


.order		a:hover	{ background:  url(../css/css_images/nav.jpg)	0px		-66px;  		no-repeat	;}
.about		a:hover	{ background:  url(../css/css_images/nav.jpg)	-91px	-66px;			no-repeat	;}
.contact	a:hover	{ background:  url(../css/css_images/nav.jpg)	-187px	-66px;			no-repeat	;}
.service	a:hover	{ background:  url(../css/css_images/nav.jpg)	-293px	-66px;			no-repeat	;}
.health		a:hover	{ background:  url(../css/css_images/nav.jpg)	-418px	-66px;			no-repeat	;}
.trade		a:hover	{ background:  url(../css/css_images/nav.jpg)	-519px	-66px;			no-repeat	;}
.promo		a:hover	{ background:  url(../css/css_images/nav.jpg)	-642px	-66px;			no-repeat	;}

/* left nav rollover */

#nav ul
{
	position: absolute;
	left: 26px;
}

#nav li a
{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

#nav a:hover
{
	text-decoration: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

.rollover2
{
	background-image: url(../css/css_images/lh_nav.jpg);
	border: 0px;
	margin: 0px;
	padding: 0px;
/*	height: 378px; */
	height: 254px;
	width: 144px;
	position: absolute;
}

.rollover2 a { display: block; }
.rollover2 a:hover { height: 42px; }

.rollover2 li
{
	margin-left: 0em;
	list-style: none;
	position: absolute;
}



.whatsnew	{ left: 0px; 	top: 0px;		}
.toffee		{ left: 0px; 	top: 42px;		}
.boiled		{ left: 0px; 	top: 84px;		}
.jelly		{ left: 0px; 	top: 126px;		}
.chews		{ left: 0px; 	top: 168px;		}
.sugar		{ left: 0px; 	top: 210px;		}
/*
.choc		{ left: 0px; 	top: 252px;		}
.inatural	{ left: 0px; 	top: 294px;		}
.lite		{ left: 0px; 	top: 336px;		}
*/

.whatsnew		a	{width: 144px; height: 	42px;}
.toffee			a	{width: 144px; height:	42px;}
.boiled			a	{width: 144px; height: 	42px;}
.jelly			a	{width: 144px; height: 	42px;}
.chews			a	{width: 144px; height: 	42px;}
.sugar			a	{width: 144px; height: 	42px;}
/*
.choc			a	{width: 144px; height: 	42px;}
.inatural		a	{width: 144px; height: 	42px;}
.lite			a	{width: 144px; height: 	42px;}
*/

.whatsnew		a:hover	{ background:  url(../css/css_images/lh_nav.jpg) 	-144px 	0px;		no-repeat	;}
.toffee			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-42px;		no-repeat	;}
.boiled			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-84px;		no-repeat	;}
.jelly			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-126px;		no-repeat	;}
.chews			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-168px;		no-repeat	;}
.sugar			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-210px;		no-repeat	;}
/*
.choc			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-252px;		no-repeat	;}
.inatural		a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-294px;		no-repeat	;}
.lite			a:hover	{ background:  url(../css/css_images/lh_nav.jpg)	-144px	-336px;		no-repeat	;}
*/

/* FORMS */
form { margin: 0 0 1.5em; }

input
{
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}

fieldset { border: none; }

label
{
	display: block;
	padding: 5px 0;
}

label br { clear: left; }

/* FORMS - general classes */
input.f-submit
{
	padding: 1px 3px;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 96%;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1
{
	width: 100%;
	padding: .5em 0;
	background: #f6f9e4 url("../css/css_images/featurebox_bg.gif") no-repeat 100% 100%;
	border-top: 1px solid #af356e;
	border-bottom: 1px solid #af356e; 
	position: relative;
}

form.f-wrap-1 fieldset
{
	width: auto;
	margin: 0 1em;
}

form.f-wrap-1 h3
{
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #af356e;
}

form.f-wrap-1 label
{
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}

/* hide from IE mac \*/
form.f-wrap-1 label { float: none; }

/* end hiding from IE5 mac */
form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select
{
	width: 15em;
	float: left;
	margin-left: 10px;
}

form.f-wrap-1 label b
{
	float: left;
	width: 8em;
	line-height: 1.7;
	display: block;
	position: relative;
}

form.f-wrap-1 label b .req
{
	color: #af356e;
	font-size: 150%;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	line-height: 1;
	left: -.4em;
	width: .3em;
	height: .3em;
}

form.f-wrap-1 div.req
{
	color: #666;
	font-size: 96%;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right;
}

form.f-wrap-1 div.req b
{
	color: #af356e;
	font-size: 140%;
}

form.f-wrap-1 label select { width: 15.5em; }
form.f-wrap-1 label textarea.f-comments { width: 20em; }
form.f-wrap-1 div.f-submit-wrap { padding: 5px 0 5px 8em; }
form.f-wrap-1 input.f-submit { margin: 0 0 0 10px; }

form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap
{
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b
{
	float: left;
	width: 8em;
	line-height: 1.7;
	display: block;
	position: relative;
	padding-top: .3em;
}

form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset
{
	float: left;
	width: 13em;
	margin: 3px 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label
{
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px;
}

form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio
{
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

form.f-wrap-1 label span.errormsg
{
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(images/errormsg_bg.gif) no-repeat 0 0;
}

form.f-wrap-1 label span.errormsg b
{
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #af356e;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
	line-height: 1.3;
}


#lifesliteimage
{
	margin-left: 100px;
}
