/* -------------------------------------------------------------
	Lamb Weston
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.3
	Date:			14 January 2007
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Semantic Elements / Defaults
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Semantic Elements / Defaults
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
	overflow-y: scroll;
}

body {
	background: #002f57 url(/images/bg_body.jpg) center top;
	font: normal 0.8em/1.6em Tahoma, Verdana, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

a img, :link img, :visited img {
	border: 0;
}

caption, th {
	text-align: left;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a:link, a:visited {
	color: #1d69b4;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 10px;
	position: relative;
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 0.6em;
}

ul.padded li {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1, #sidebar h2, #sidebar_secondary h2 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0;
	line-height: 1em;
	padding-bottom: .3em;
}

h1 {
	font-size: 2.7em;
	color: #fff;
}

h2 {
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #a47417;
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

#featured_header {
	color:white;
	margin-top:-3px;
	margin-bottom:10px;
	padding:0 0 0 10px;
	font-size:14px;
	line-height:40px;
}

h4 {
	margin-bottom: 0.6em;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	font-size: 1em;
}
h6{
	font-size:11px;
	color:#1d69b4;
	font-family:Tahoma;
	font-weight:bold;
	margin-bottom:3px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

dt {
	margin: 1.5em 0 0 0;
	font-weight: bold;
	color: #a47417;
	font-size: 1.1em;
}

dd {
	padding-left: 5px;
	margin: 0;
}

dd ol {
	padding-left: 22px;
}


/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 952px;
	margin: 0 auto;
	padding: 0 6px;
	text-align: left;
	background: url(/images/bg_index.gif) repeat-y center top;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#home a:link, #home a:visited {
	text-decoration: none;
}

#home a:hover, #home a:active, #home a:focus {
	text-decoration: underline;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
}

h2 a:hover, h2 a:active, h2 a:focus {
	text-decoration: underline;
}

.hr {
	height: 1px;
	margin: 20px 0;
	clear: both;
	background: url(/images/bg_hr.gif) no-repeat center;
}

.hr hr {
	display: none;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#masthead_search{
	width:192px;
	height:35px;
	background: url(/images/bg_search.jpg) no-repeat;
}
#searchOption{
	width:192px;
	height:10px;
}
.mastHeadSearch{
	width:155px;
	height:16px;
	margin: 10px 0 0 4px;
	border:0px;
	color:#a09f9f;
	font-size:13px;
	font-family:Tahoma;
	float:left;
	
}
.masthead_search_btn{
	float:left;
	width:28px;
	height:29px;
	margin:4px 0 0 3px;
}
#masthead_shadow {
	width: 952px;
	height: 10px;
	margin: 0 auto;
	background: url(/images/bg_masthead_shadow.jpg) no-repeat;
}

#masthead {
	min-height: 108px;
	width: 940px;
	margin: 0 auto;
	border-bottom: 4px solid #1d69b4;
	background: #091f36 url(/images/bg_masthead.gif) repeat-x;
	color: #666;
	font-size: 0.85em;
	line-height: 1.4em;
}

#masthead form {
	width: 210px;
	margin-top: 10px;
	float: right;
	clear: right;
	color: #fff;
}

#masthead input,
#masthead label {
	float: left;
}
#label2 {
	float: left;
	width:40px;
	padding-top:1px;
	height:8px;
	
}
#masthead radio{
   float: left;
}
#masthead label {
	width: 42px;
	padding-top: 3px;
}

#search_button {
	width: 17px;
}

#search_term {
	width: 133px;
	margin-right: 7px;
	border: 1px solid #999;
	line-height: 1.1em;
}
.masthead-country{
	float:right; 
	width:80px; 
	height:20px;
	margin:5px 5px 0 0;
	color:#fff;
}
#masthead ul {
	width: 125px;
	height:22px;
	float: right;
}

#masthead li {
	padding: 0 ;
	display: inline;
	background: transparent;
	/*border-left: 1px solid #333;*/
}

#masthead li.first {
	border: 0;
	padding-bottom: 0;
	color:#fff;
	
}

#masthead a:link,
#masthead a:visited {
	text-decoration: none;
}

#masthead a:hover,
#masthead a:active,
#masthead a:focus {
	text-decoration: underline;
}

#brand, #brand a {
	width: 176px;
	height: 34px;
	float: left;
}

#brand {
	margin: 23px 0 0 33px;
	background: url(/images/logo_lambweston.gif) no-repeat;
	display: inline; /* HACK */
}




/* --- UI --- */

#masthead #ui {
	width: 940px;
	height: 30px;
	margin-top: 15px;
}

#ui li {
	margin-left: 2px;
	padding: 0;
	border: 0;
	display: inline; /* HACK */
	overflow: hidden;
	text-indent: -9000em;	
}

#ui li.first {
	margin: 0;
}

#ui li, #ui a {
	width: 155px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#ui .active a:link,#ui .active a:visited,
#ui a:hover, #ui a:active, #ui a:focus {
	background-position: left bottom;
}

#ui_products, #ui_products a {
	background-image: url(/images/ui_products.gif);
}

#ui_support, #ui_support a {
	background-image: url(/images/ui_support.gif);
}

#ui_recipes, #ui_recipes a {
	background-image: url(/images/ui_recipes.gif);
}

#ui_how_to_order, #ui_how_to_order a {
	background-image: url(/images/ui_how_to_order.gif);
}

#ui_about_us, #ui_about_us a {
	background-image: url(/images/ui_about_us.gif);
}

#ui_downloads, #ui_downloads a {
	background-image: url(/images/ui_downloads.gif);
}

.emailLink{
   float:right;
}
#emailContent{
	 float:left;
	text-align:left;
	padding:5px;
	background-color:#FFFFFF;
   
}
#emailForm{
	float:left;
    text-align:left;
	padding:4px;
	background-color:#FFFFFF;
	height:400px;
	
}
#row{
	width:600px;
	height:auto;
	 float:left;
	 padding:2px;
}
.rowLeft{
    float:left;
	width:170px;
	height:auto;
	text-align:right;
}
.rowRight{
    float:left;
	width:400px;
	height:auto;
}
#row2{
	float:left;
	width:600px;
	height:auto;
	margin: 0 0 0 25px;
}

/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 940px;
	height: 141px;
	margin-left: 6px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 157px;
	min-height: 350px;
	/* CHANGED 2008 10 17 - Spud Hunt Button */
	/*padding: 28px 0 130px 6px; */
	padding: 28px 0 220px 6px;
	float: left;
	background: url(/images/bg_sidebar.jpg) no-repeat right top;
	font-size: 0.85em;
	line-height: 1.4em;
}

#sidebar h2 {
	width: 141px;
	padding-left: 16px;
	font-size: 2em;
	color: #a47417;
}

#index #sidebar h2 {
	margin-bottom: 10px;
}

#sidebar ul {
	width: 157px;
	padding: 0;
	background: url(/images/bg_side_ui.gif) no-repeat left bottom;
}

#sidebar li {
	width: 157px;
	padding: 0;
	background: url(/images/bg_side_ui.gif) no-repeat;
}

#sidebar li a {
	width: 132px;
	padding: 9px 5px 9px 20px;
	display: block;
	font-weight: bold;
	background: url(/images/icon_list.gif) no-repeat 11px 1.3em;
}

#sidebar a:link,
#sidebar a:visited {
	text-decoration: none;
}

#sidebar .active a:link,
#sidebar .active a:visited,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:focus {
	color: #000;
}

#sidebar li ul {
	background: url(/images/bg_side_ui_sub.gif) repeat-y 0 0;
}


#sidebar li.active li a:link,
#sidebar li.active li a:visited {
	color: #1d69b4;
}

#sidebar li li.active a:link,
#sidebar li li.active a:visited,
#sidebar li.active li a:hover,
#sidebar li.active li a:active,
#sidebar li.active li a:focus {
	color: #000;
}

#sidebar li ul {
	padding: 9px 0 15px 0;
}

#sidebar li li {
	background: transparent;
}

#sidebar li li a {
	width: 126px;
	padding: 0 5px 0 26px;
	background: url(/images/icon_list_sub.gif) no-repeat 17px 0.7em;
	font-weight: normal;
	line-height: 1.6em;
}



/*	Sidebar Secondary
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar_secondary {
	width: 132px;
	min-height: 350px;
	padding: 0 16px 0 15px;
	float: right;
	font-size: 0.85em;
	line-height: 1.3em;
	color: #333;
}

#sidebar_secondary h2 {
	margin: 0;
	font-size: 1.5em;
	color: #a47417;
}

#sidebar_secondary div {
	padding: 12px 0 18px 0;
	background: url(/images/bg_dotted_horizontal_side.gif) no-repeat;
}

#sidebar_secondary div.first {
	background: transparent;
	padding-bottom: 6px;
}

#sidebar_secondary p {
	margin-bottom: 0.9em;
}

#sidebar_secondary a:link,
#sidebar_secondary a:visited {
	text-decoration: none;
}

#sidebar_secondary a:hover,
#sidebar_secondary a:active,
#sidebar_secondary a:focus {
	text-decoration: underline;
}

#sidebar_secondary .peek_left {
	margin-left: -3px;
}




/*	Content / Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content_masthead {
	width: 626px;
	min-height: 30px;
	float: left;
	background: #d3a64a url(/images/bg_content_masthead.jpg) no-repeat;
	color: #fff;
}

#content_masthead h1 {
	width: 590px;
	padding-left: 28px;
}

#breadcrumbs {
	width: 618px;
	height: 27px;
	padding-right: 8px;
	line-height: 27px;
	color: #000;
	font-size: 0.85em;
	text-align: right;
}



/*	Content / Main Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.cursor{
   cursor:pointer;
   float:left;
 
}

#content_wrapper {
	width: 626px;
	padding: 0;
	float: left;
	background: #fff;
}

#home #content_wrapper {
	width: 940px;
	margin-left: 6px;
	display: inline; /* HACK */
	color: #333;
}

#content {
	float: left;
	width: 568px;
	padding: 19px 29px 30px 29px;
}

#home #content {
	width: 910px;
	padding: 0px;
	/*display: inline;  HACK */
	/*background: #f6ddad url(/images/bg_subcontent_home.jpg) no-repeat;
	line-height: 1.3em;
	color: #333;*/
	  display: inline;
}
/*#home{
	width:940px;
   height: 689px;
  display: inline;
  
  
}
*/

#home_whats_new{
	width:310px;
	height:36px;
	background: url(/images/home/whats-new.jpg) no-repeat;
	float:left;
	padding:5px 0 0 55px;
	text-align:center;
	line-height:15px;
}
#home-nav{
	width:310px;
	height:386px;
	float:left;
	padding:0px;
	line-height:0px;
	background-color:#3e6bab;
}
#homeMainImg{
	width:630px;
	height:386px;
	float:left;
}
#homeMainImg2{
	width:630px;
	height:386px;
	float:left;
	display:none;
}
#home-left{
	width:630px;
	height:298px;
	float:left;
	background:url(/images/home/bg_home_left_v2.jpg) no-repeat;
}
#home-sample{
	width:312px;
	height:298px;
	float:left;
	
}
#home-left-news{
	width:284px;
	height:100px;
	font-size:11px;
	float:left;
	padding: 55px 0 0 30px;
	line-height:11px;
}
#home-left-closer{
	width:284px;
	height:auto;
	font-size:11px;
	float:left;
	padding: 0 0 0 30px;
	line-height:11px;
	
}
#closer_look_flash{
   width:280px;
	height:106px;
	float:left;
	padding: 0 0 0 25px;
	
}
#home-left-closer p{
    line-height:14px;
}
#home-left-news p{
    line-height:14px;
}
#home-right{
	width:303px;
	height:258px;
	float:left;
	background:url(/images/home/bg_home_right.jpg) no-repeat;
	padding: 45px 0 0 7px;
	
}
.home-promo{
   margin:69px 0 0 17px;
   width:267px;
   height:108px;
   float:left;
}
#home h1 {
	color: #a47417;
	font-size: 1.8em;
}

#home h2 {
	margin: 0;
	font-size: 0.9em;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 15px;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.peek_left {
	margin-left: -6px;
	display: inline; /* HACK */
}

.about_content {
	background: url(/images/bg_about_home.jpg) no-repeat right top;
}
.caflm {
	background: url(/images/ConAgra-Foods-Lamb-Weston-corporate-development.jpg) no-repeat right top;
}

.wrap_right {
	margin-right: 300px;
}



/*	Content: Columns
- - - - - - - - - - - - - -  */


/* --- product intro column --- */

.product_intro_column {
	width: 100%;
	float: left;
	background: #e0c07e url(/images/bg_product_intro.jpg) no-repeat;
}

.product_intro_column .hr {
	margin: 0 0 10px 0;
}

#alexia-top{
padding: 20px 0 0 30px;
}

#alexia-top p
 {
	margin-bottom: 15px;
}
.alexia-product{
	   
/*		margin:22px 0 22px 0;
*/}
.alexia-box{
	float:left; 
	width:150px;
	height:130px;

}
.alexia-img{
	width:107px;
	height:107px;
	
}
.alexia-text{
    float:left; 
	height:130px;
	width:410px;
}
a.alexiaLink{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
#watts-header{
  padding:0;
  margin:0;
  width:626px;
  height:66px;
}
#watts-content-top{
  padding:0;
  margin:0 0 0 30px;

}
/* --- intro column --- */

.intro_column {
	float: right;
	width: 596px;
	padding: 0 14px 10px 16px;
}

.intro_column p {
	padding: 10px;
}

#home .intro_column {
	width: 690px;
	padding: 20px 20px 20px 230px;
	background: url(/images/bg_content_home.jpg) no-repeat left bottom;
}

#home .intro_column p {
	padding: 0;
}

#home .intro_column .align_bottom {
	margin-top: 43px;
	text-align: right;
}

#home .intro_column .align_bottom img {
	position: relative;
	bottom: -10px;
}



/* --- icon column --- */

.icon_column {
	min-height: 83px;
	padding: 12px 10px 0 80px;
	background: url(/images/bg_dotted_horizontal.gif) no-repeat center top;
	font-size: 0.85em;
	line-height: 1.3em;
}

.icon_column h2 {
	font-size: 1.3em;
	padding-top: 5px;
}

.icon_column img {
	margin-left: -83px;
	float: left;
	position: relative;
}



/* --- icon graphic column --- */

.icon_graphic_column {
	min-height: 83px;
	padding: 20px 300px 35px 109px;
}

.icon_graphic_column_no_icon {
	min-height: 83px;
	padding: 20px 300px 35px 35px;
}

.icon_graphic_column p {
	margin-bottom: 20px;
}

#appetizer_icon_graphic_column {
	background: url(/images/bg_column_appetizers.gif) no-repeat right bottom;
}

#amplifry_icon_graphic_column {
	background: url(/images/bg_column_amplifry.jpg) no-repeat right bottom;
}

#chef_icon_graphic_column {
	background: url(/images/bg_column_chef.gif) no-repeat right bottom;
	height: 120px;
}

#staff_icon_graphic_column {
	background: url(/images/bg_column_staff.jpg) no-repeat right bottom;
	height: 120px;
}

#potatoes_icon_graphic_column {
	background: url(/images/bg_column_potatoes.jpg) no-repeat right top;
	height: 90px;
	padding: 20px 280px 35px 109px;
}

#profit_icon_graphic_column {
	background: url(/images/bg_column_profit.jpg) no-repeat right bottom;
	height: 112px;
}

#meal_icon_graphic_column {
	background: url(/images/bg_column_meal.jpg) no-repeat right bottom;
}

#collections_icon_graphic_column {
	background: url(/images/bg_column_collections.jpg) no-repeat right bottom;
}

.icon_graphic_column img {
	margin-left: -83px;
	float: left;
	position: relative;
}

.secondary {
	margin-top: -30px;
}



/* --- half column --- */
.twothird_column {
	width: 66%;
	float: left;
	font-size: 0.85em;
}

.twothird_column h2 {
	font-size: 1.3em;
}



/* --- half column --- */

.half_column {
	width: 45%;
	padding-right: 4%;
	float: left;
	font-size: 0.85em;
	line-height: 1.3em;
}

.half_column a:link, .half_column a:visited {
	text-decoration: none;
}

.half_column a:hover, .half_column a:active {
	text-decoration: underline;
}

.half_column li {
	margin-top: 3px;
	margin-bottom: 3px;
}

.twothird_column .half_column {
	font-size: 1em;
	line-height: 1.8em;
}

.half_column h2 {
	font-size: 1.3em;
}



/* --- third column --- */

.third_column {
	width: 33%;
	float: left;
	font-size: 0.85em;
}

.third_column_margin {
	width: 31%;
	margin-right: 2%;
	float: left;
	font-size: 0.85em;
}

.half_column .third_column,
.twothird_column .third_column {
	font-size: 1em;
}

.third_column h2 {
	font-size: 1.3em;
}

.twothird_column .half_column a:link,
.twothird_column .half_column a:visited,
.third_column a:link,
.third_column a:visited {
	text-decoration: none;
}

.twothird_column .half_column a:hover,
.twothird_column .half_column a:active,
.twothird_column .half_column a:focus,
.third_column a:hover,
.third_column a:active,
.third_column a:focus {
	text-decoration: underline;
}


/* --- third column styled --- */

.third_column_styled {
	width: 180px;
	min-height: 185px;
	padding: 9px;
	float: left;
	font-size: 0.85em;
	line-height: 1.4em;
	background: url(/images/bg_column_third_styled.jpg) no-repeat 0 0;
}

.third_column_styled p {
	padding-top: 2px;
}

.third_column_styled h2 {
	padding: 10px 5px 10px 10px;
	background: #2571bc url(/images/bg_heading_third_styled.jpg) no-repeat;
	color: #fff;
	font-size: 1.6em;
}

.third_column_styled a:link,
.third_column_styled a:visited {
	text-decoration: none;
}

.third_column_styled a:hover,
.third_column_styled a:active,
.third_column_styled a:focus {
	text-decoration: underline;
}

#content_wrapper .third_column_styled h2 {
	padding: 7px 5px 4px 10px;
}


/* --- fifth column --- */

.fifth_column {
	width: 150px;
	float: right;
	clear: none;
}

#home .fifth_column {
	padding-left: 40px;
}



/* --- two fifth column --- */

.two_fifth_column {
	font-size: 0.85em;
}

#home .two_fifth_column {
	width: 275px;
	float: right;
}



/* --- three fifth column --- */

#home .three_fifth_column {
	width: 615px;
	float: left;
}



/* --- product tabs --- */

#product_tab_wrapper {
	background: #fff url(/images/bg_product_tab_wrapper.jpg) repeat-x 0 0;
	width: 100%;
	margin-top: 204px;
	float: left;
	clear: both;
}

.pad_left {
	padding-left: 30px;
}

#product_tab_foodservice {
	margin-left: 15px;
	background: url(/images/bg_product_tab_foodservice.jpg) no-repeat;
}

#product_tab_retail {
	background: url(/images/bg_product_tab_retail.jpg) no-repeat;
}

#product_tab_foodservice,
#product_tab_retail {
	width: 268px;
	margin-top: -180px;
	padding: 15px;
}

#product_tab_foodservice a:link,
#product_tab_foodservice a:visited,
#product_tab_retail a:link,
#product_tab_retail a:visited {
	font-weight: bold;
	display: block;
	text-decoration: none;
}

#product_tab_foodservice a:hover,
#product_tab_foodservice a:active,
#product_tab_foodservice a:focus,
#product_tab_retail a:hover,
#product_tab_retail a:active,
#product_tab_retail a:focus {
	text-decoration: underline;
}

#product_tab_foodservice p,
#product_tab_retail p {
	margin-bottom: 10px;
}

#product_tab_retail .title,
#product_tab_retail .title a,
#product_tab_foodservice .title,
#product_tab_foodservice .title a {
	width: 100%;
	height: 204px;
}



/*	Content: Products
- - - - - - - - - - - - - -  */

.table_search td {
	padding: 2px 10px 2px 0;
}

.table_products {
	width: 100%;
}

.table_products_small {
	width: 100%;
	font-size: .85em;
}

.table_products th, .table_products_small th, .table_products_nutrition th {
	font-weight: bold;
}

.table_products td, .table_products_small td {
	padding: 4px 20px 4px 0;
	vertical-align: top;
	line-height: 1.2em;
}

.table_products_nutrition {
	font-size: .85em;
	width: 70%;
	line-height: 1.3em;
	text-align: left;
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
}

.table_products_nutrition td, .table_products_nutrition th {
	border: 1px solid #000;
	padding: 3px 10px 3px 10px;
	vertical-align: top;
}

.table_products_nutrition .indent {
	padding: 3px 10px 3px 20px;
}

.img_product_detail {
	float: right;
	border: 1px solid #999;
	padding: 5px;
	margin: 0 0 10px 15px;
	cursor:pointer;
}



/*	Content: Recipes
- - - - - - - - - - - - - -  */

.recipe h2 {
	cursor: pointer;
}

.recipe {
	background: url(/images/icon_collapsible_close.gif) no-repeat 0 6px;
	padding: 0;
	margin-left: -15px;
	padding-left: 15px;
	
	
}

.recipe div {
	margin-bottom: 20px;
	position: relative;
	
	
	
}

.recipe img {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 0 5px 10px;
	}

.recipe noImage{
	background:none;
}


/*  Content: Sales Solutions
- - - - - - - - - - - - - -  */

.table_content {
	border: 1px solid #333;
}

.table_cell-bg {
	background-color: #ce9a32;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.table_headline h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: #fff;
	margin: 0;
}

.disclaimer {
	font-size: .85em;
	line-height: 1.2em;
	color: #666666;
}

.align_top {
	vertical-align: top;
}

.align_middle {
	vertical-align: middle;
}

.align_bottom {
	vertical-align: bottom;
}

.cell_bottom-border {
	border-bottom: 1px solid #999;
}

.cell_bottom-left-border {
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
}

.cell_bottom-right-border {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.cell_border-center {
	border-bottom: 1px solid #999;
	text-align: center;
}

.cell_left-border {
	border-left: 1px solid #999;
}




/*	Content: General/Miscellaneous
- - - - - - - - - - - - - -  */

#content_wrapper ul.glossary_index {
	width: 541px;
	margin: 0 30px 0 30px;
	padding: 0 0 20px 25px;
	float: left;
	overflow: hidden;
	clear: both;
	background: #fff9ec url(/images/bg_glossary_index.gif) no-repeat left bottom;
}

.glossary_index li {
	width: 3.7%;
	text-align: center;
	padding: 0;
	float: left;
	background: transparent;
	font-weight: bold;
}

#content ul.product_index {
	text-align: center;
	padding: 0 20px 20px 20px;
	overflow: hidden;
	clear: both;
	background: url(/images/bg_hr.gif) no-repeat left bottom;
}

.product_index li {
	width: 3.7%;
	text-align: center;
	padding: 0;
	float: left;
	background: transparent;
	font-weight: bold;
}

#health_and_wellness {
	font-size: .85em;
	line-height: 1.3em;
	border-top: 1px dotted #666;
	margin-bottom: 20px;
	width:571px;
}

#health_and_wellness td {
	padding: 14px;
}

#downloads_table {
	width: 100%;
}

#downloads_table td {
	padding: 15px 5px 0 5px;
	font-size: .85em;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}

#products_table {
	width: 100%;
}

#products_table td {
	padding: 15px;
	font-size: .85em;
	vertical-align: middle;
	text-align: center;
	border-collapse: collapse;
	border: 1px dotted #ccc;
}

.resources_table td {
	padding: 0 10px 0 10px;
	width: 33%;
	border: 1px dashed #ccc;
}

.small_text {
	margin: 0;
	font-size: .85em;
	line-height: 1.2em;
	color: #666;
}

#contact_form td {
	padding: 2px 0 2px 0;
}

.half_column_news_left {
	width: 29%;
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
}

.half_column_news_right {
	width: 69%;
	float: right;
	text-align: right;
	margin: 0 0 15px 0;
}

.small_link a {
	font-size: .85em;
	text-decoration: none;
}

.spacer {
	height: 10px;
}

.bold_color {
	color: #8f630e;
}


/* --- Image Positioning --- */

.float_left {
	padding: 0 8px 8px 0;
	float: left;
}

.float_right {
	padding: 0 0 8px 8px;
	float: right;
}

#sidebar_secondary .float_right {
	padding: 0 0 0 4px;
}


/* --- Sitemap --- */

.sitemap_list {
	width: 49%;
	padding: 0;
	float: left;
}


/* miscellaneous classes */

.missing {
	font-weight: bold;
	background: #fc3;
}

.no_bullet {
	padding-left: 0;
	background: transparent;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 952px;
	height: 40px;
	margin: 0 auto;
	padding: 23px 0 20px 0;
	position: relative;
	clear: both;
	background: url(/images/bg_footer.gif) no-repeat;
	color: #000;
	font-size: 0.85em;
	line-height: 1.4em;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #75baff;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#footer #logo_conagrafoods {
	float: right;
	margin: 0 20px 0 0;
}

#footer ul {
	padding: 45px 0 0 0;
}

#footer li {
	padding: 0 3px 0 6px;
	display: inline;
	border-left: 1px solid #000;
	background: transparent;
}

#footer li.first {
	padding-left: 0;
	border: 0;
}

#footer strong {
	color: #fff;
}

#footer p {
	font-size: 0.9em;
}

#footer .flush_bottom {
	position: absolute;
	left: 6px;
	top: -124px;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.required {
	color: #f00;
}

.calculator {
	font-size: .85em;
}

.calculator td {
	padding: 3px;
}

.calculator input {
	padding: 2px;
	font-size: .85em;
}

.calculator #btn_calculate {
	background: url(/images/btn_calculate.jpg) no-repeat 0 0;
	width: 103px;
	height: 29px;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.note {
	color: #999;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}

.margin-top {
	margin-top: 15px;
}

/*
NEW SEARCH FORM
*/

#search
{
	float:left; width:217px; height:64px; background-image:url(/images/bg_search_products.gif);
	margin-left:-20px;
}
#search_product
{
	float:left; width:97px; height:23px;
}
#search_site
{
	float:left; width:108px; height:23px;
}
#search_form
{
	float:left; width:217px; margin-left:1px;	
}
#search_btn
{
	float:left; width:37px; margin-left:5px; margin-top:8px;	
}
#search_box
{
	float:left;
}
.mastHeadSearch
{
	 width:155px; height:23px; font-size:12px; border:none; color:#b6b6b6; font-family:Tahoma, Geneva, sans-serif;
}


