@charset "utf-8";

/* CSS Document */
/***************************************** reset *****************************************/
*
{
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}

/***************************************** elements **************************************/
body
{
	margin: 0px;
	background-color: #5b0c00;
	background-image: url('/gfx/background-tile.jpg');
	background-repeat: repeat-x;
	background-position: center top;
}

hr
{
	border-color: #ca202b;
	border-width: 1px;
	border-style: solid;
	margin: 15px 0px;
}

a { color: #ca202b; }
a:link { color: #ca202b; }
a:active { color: #9e1c2b; }
a:visited { color: #ca202b; }
a:hover { color: #dd1d43; }

.clear
{
	clear: both;
	height: 0px;
}

/***************************************** structure *****************************************/


#wrapper
{
	width: 1010px;
	margin: auto;
}

#container
{
	background-image: url('/gfx/main-shadow-repeat.png');
	background-repeat: repeat-y;
	width: 1010px;
}

#flashheader
{
	width: 1010px;
	position: absolute;
}

#main
{
	width: 960px;
	margin: auto;
	background: #eeeee6;
	border-color: #7CA74D;
	border-width: 10px;
	border-style: solid;
}

#header
{
	padding: 0px;
	/*margin:0px;*/
}

#navigation
{
	width: 960px;
	float: left;
	color: #fff;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	background-image: url('/gfx/navigation-background.png');
	background-repeat: repeat-x;
}

#content
{
	width: 910px;
	padding: 50px 0px;
	margin: 30px 0px 30px 50px;
	clear: both;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#contentleft
{
	width: 490px;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	float: left;
}

#contentleft ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
  }
#contentleft ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
  }
#contentleft li {
	font-size: 0.875em;
	line-height: 1.1em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	margin-bottom:4px;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 10px !important;
	list-style-position: outside;
 }

#contentright
{
	width: 340px;
	padding: 0px;
	margin: 0px;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}


#utilities
{
	width: 29px;
	padding: 0px;
	margin: 0px;
	float: right;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

#footer
{
	width: 860px;
	margin: 15px 50px;
	padding: 1px 0px;
	clear: both;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	color: #666;
	font-size: 0.75em;
	line-height: 1em;
}

/***************************************** Level 1 Navigation *****************************************/
#navigation ul
{
	float: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
	position: relative;
	font-size: .95em;
	font-weight: bold;
	z-index: 0;
	list-style: none;
}

#navigation ul li
{
	float: left;
	margin: 0px 0px 0px 0px;
}

#navigation ul li span
{
	float: left;
	margin: 0px 10px 0px 0px;
}

/* if there are no L2 child nodes, write this class to the L1 nav */
#navigation ul li.l1on
{
	background-image: url('/gfx/navigation-right.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	background-color: #C2C2A8;
}

#navigation ul li.l1on ul { visibility: visible !important; }
#navigation ul li ul { visibility: hidden !important; }

.l1on span
{
	background-image: url('/gfx/navigation-left.png');
	background-repeat: no-repeat;
	background-position: left 0px;
}

#navigation ul li span a
{
	float: left;
	background-image: url('/gfx/l1nav-right.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 15px 0px 10px 0px;
	padding: 0px;
	color: #fff;
	cursor: pointer;
}

#navigation ul li span a span
{
	margin: 0px 5px 0px 10px;
	padding: 3px 5px 9px 10px;
	background-image: url('/gfx/l1nav-left.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 20px;
	display: block;
}

#navigation ul li span a:hover { background-position: right -32px; }
#navigation ul li span a:hover span { background-position: left -32px; }
#navigation ul li.l1on span a { background-position: right -32px; }
#navigation ul li.l1on span a span { background-position: left -32px; }

.current span a
{
	background-position: right -32px !important;
}
.current span a span
{
	background-position: left -32px !important;
}

/***************************************** Level 2 Navigation *****************************************/
#navigation ul li ul
{
	float: left;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 5px;
	font-size: 0.75em;
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: -1;
	background-image: url('/gfx/l2nav-background-right.png');
	background-repeat: no-repeat;
	background-position: right 0px;
}

#navigation ul li ul li
{
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('/gfx/l2nav-background.png');
	background-repeat: repeat-x;
}

#navigation ul li ul li:first-child
{
	background-image: url('/gfx/l2nav-background-left.png');
	background-repeat: no-repeat;
	background-position: left 0px;
}

#navigation ul li ul li a
{
	float: left;
	background-image: url('/gfx/l2nav-right.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	margin: 6px 0px 8px 0px;
	padding: 0px;
	color: #ca202b;
	cursor: pointer;
}

#navigation ul li ul li a span
{
	margin: 0px 4px 0px 5px;
	padding: 3px 5px 3px 10px;
	background-image: url('/gfx/l2nav-left.png');
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 15px;
	display: block;
}

#navigation ul li ul li a:hover
{
	background-position: right -21px;
	color: #fff;
}

#navigation ul li ul li a:hover span { background-position: left -21px; }

#navigation ul li ul li a.current
{
	background-position: right -21px;
	color: #fff;
}
#navigation ul li ul li a.current span
{
	background-position: left -21px;
}

/* --------------------------------- Content Styles ---------------------------------- */
#content h1
{
	font-size: 2.125em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content h2
{
	font-size: 1.6em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content h3
{
	font-size: 1.25em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content h4
{
	font-size: 1.125em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content h5
{
	font-size: 1em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content h6
{
	font-size: 0.875em;
	line-height: 1.2em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #ca202b;
	margin:0px 0px 10px 0px;
}

#content p, #content ul, #content ol
{
	margin: 10px 0px;
	padding: 0px;
}

#content p
{
	font-size: 0.875em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

#content a { text-decoration: underline; }

#content big {font-size: 1.2em;}

#content small {font-size: 0.9em;}

#content ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
}

#content ol
{
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	margin-left: 10px;
}

#content ul li, #content ol li
{
	color: #666666;
	font-size: 0.875em;
	line-height: 1.3em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	margin-bottom:4px;
}

#content img
{
	border: 1px solid #c2c2a8;
	margin: 10px 0px;
	padding: 5px;
}

#utilities img
{
	float:right;
	border: none;
	margin: 0px 0px;
	padding: 0px;
}

.bookmark
{
	/*float:right;*/
	width: 29px;
	height: 31px;
	margin:10px 0px;
	padding:0px;
	display: block;
	text-indent:-9999px;
	background-image: url(/gfx/utilities-bookmarks.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0%;
}
.bookmark:hover
{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#fontresize
{
	background-image: url(/gfx/utilities-fontsize.png);
	background-color: transparent;
	background-repeat: no-repeat;
/*	float: right;*/
	width: 29px;
	height: 58px;
	padding: 0px 0px 0px 2px;
	text-align: left;
	font-weight: bold;
	text-indent:3px;
}

#fontresize a
{
	color: #32431f;
	text-decoration: none;
	padding: 5px;
	letter-spacing: -0.15em;
}
#fontresize a:link { color: #32431f; }
#fontresize a:active { color: #bed3a6; }
#fontresize a:visited { color: #32431f; }
#fontresize a:hover { color: #bed3a6; }

.gradbox {
	position:relative;
	padding:15px !important;
}
.greenback {
	background-color:#7ca74d;
}
.redback {
	background-color:#9e1c2b;
}
.greyback {
	background-color:#d9d9d9;
}
.whiteback {
	background-color:#ffffff;
}

#recipeCategoryNav ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
  margin-bottom: 60px;
  }
#recipeCategoryNav ul li {
	color: #2f551e;
	font-size: 0.875em;
	line-height: 1.1em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	margin-bottom:4px;
 }
#recipeCategoryNav ul li.current {
	font-weight: bold;
  }
#recipeCategoryNav ul li a, #recipeCategoryNav ul li.current a {
	color: #2f551e;
  }
#recipeCategoryNav ul li a:hover, #recipeCategoryNav ul li.current a:hover {
	color: #ca202b;
  }
    
/*---------------------------- form elements ----------------------- */
form {
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

input, textarea
{
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	clear: both;
	font-size: 0.875em;
	font-weight: lighter;
	line-height: 1.2em;
}


.field
{
	color: #666;
	background-image: url('/gfx/input-field-background.png');
	background-color: #fff;
	background-repeat: no-repeat;
	width: 199px;
	height: 21px;
	overflow: hidden;
	padding: 4px 5px 0px 5px;
	margin: 5px 0px;
}

.field:focus { background-color: #ffe3e5; }

.textarea
{
	float: left;
	color: #666;
	background-color: #fff;
	padding: 4px 5px 0px 5px;
	margin: 0px;
	border: 1px solid #f4f4f4;
}

.textareaborder
{
	float: left;
	border: 1px solid #dddddd;
	margin: 5px 0px;
}

.textarea:focus { background-color: #ffe3e5; }

.button
{
	color: #fff;
	background-image: url('/gfx/input-button-background.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px 0%;
	width: 125px;
	height: 22px;
	overflow: hidden;
	padding: 0px;
	margin: 5px 0px;
	cursor:pointer;
}

.checkbox {}

.button:hover { background-position: 0px 100%; }

/***************************************** home left panel *****************************************/

div.home_promo
{
	float: left;
	width: 235px;
	margin-bottom: 15px;
}
div.home_promo a, div.home_promo img
{
	margin: 0px 0px 0px 0px !important;
	padding: 0px !important;
	border: none !important;
}

div.home_promo_right img
{
	background-color:#fff;
}

div#home_news
{
	float: left;
	width: 233px;
	border: 1px solid #c2c2a8;
	background: #ffffff;
}

#home_news img
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: none;
}

#home_news p
{
	clear:both;
	margin: 0px 10px 10px 10px;
}

#home_newsletter
{
	width: 215px;
	float: right;
	border: 1px solid #c2c2a8;
	margin:0px;
}

#home_newsletter p
{
	color: #ffffff;
	margin:0px 0px 10px 0px;
}

/***************************************** news *****************************************/
.news_item_text
{
	display:none;
}
.news_item_text ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
  }
.news_item_text li {
	font-size: 0.875em;
	line-height: 1.1em;
	word-spacing: 0em;
	letter-spacing: 0em;
	font-style: normal;
	font-weight: normal;
	margin-bottom:4px;
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 10px !important;
  list-style-type: disc;
	list-style-position: outside;
 }


/***************************************** tables *****************************************/
table
{
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	border-collapse: collapse;
	color:#666;
}

table thead tr th, table tbody tr th, table tfoot tr th, table thead tr td, table tbody tr td, table tfoot tr td
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 4px 8px;
}
#contentright table
{
	border-width: 0 !important;
	border-style: none;
	border-color: transparent;
}

#contentright table thead tr th, #contentright table tbody tr th, #contentright table tfoot tr th, #contentright table thead tr td, #contentright table tbody tr td, #contentright table tfoot tr td
{
	border-width: 0 !important;
	border-style: none;
	border-color: transparent;
	vertical-align: top;
	padding:5px;

}
#ask_the_nutritionist_top img, #the_cranberry_lifecycle img
{
	border-width: 0 !important;
	border-style: none;
	border-color: transparent;
 	padding:0px;
 	margin:0px;
}

#the_cranberry_lifecycle {
	border: 1px solid #c2c2a8;
}

#ask_the_nutritionist_top {
	padding:10px 10px 3px 10px;
	margin:0px;
	border: 1px solid #c2c2a8;
}

#ask_the_nutritionist_form {
	border: 1px solid #c2c2a8;
}
#ask_the_nutritionist_form p {
	color:#ffffff;
}

.pimg img
{
	float: left;
}

#flashvideo {
	width:320px;
	padding:5px;
	background-color:#ffffff;
	border: 1px solid #c2c2a8;
}

.smalltext
{
	font-size: 10px !important;
}

.xsltEmbed div
{
	margin-left: -6px !important;
	border:none !important;
	padding: 0px 0px 0px 0px !important;
	clear:both;
	margin-bottom: 10px;
}

p.nutritionistText
{
	margin-bottom: -2px !important;
}


/* clarity */