/*-----------------
  Global Elements
-----------------*/
  body{
    background: #FDEBCE url(../images/page_bg.gif) top center;
    font: 12px Arial, sans-serif;
  }
  a{
    text-decoration: none;
    outline: 0;
    color: #710010;
  }
  a:hover{
    color: #2A060B;
  }
  h1,h2,h3,h4,h5,h6{
    font-family: Georgia, 'Times New Roman', serif;
    color: #710010;
    padding-bottom: 5px;
  }
  h1{
    font-size: 21px;
    color: #41070F;
    padding-bottom: 15px;
  }
  h2{
    font-size: 18px;
    padding-bottom: 10px;
  }
  h3{
    font-size: 14px;
  }
  hr{
    color: #E7D6B0;
    background-color: #E7D6B0;
    height: 1px;
    display: block;
    clear: both;
    margin: 15px 0;
    !margin: 8px 0; /* IE6/IE7 hack*/
    border: 0px;
  }
  
/*-------------------------
  Main layout/structural
-------------------------*/
  #wrapper{
    width: 900px;
    height: 100%;
    background: url(../images/wrapper_shadow.png) repeat-y;
    /* Transparent PNG: See ie6.css for related hack */
    margin: auto;
    padding: 0 26px 0 25px;
  }
  #header{
    position: relative;
    height: 104px;
    width: 100%;
    background-color: #fff;
  }
  #nav{
    height: 72px;
    width: 100%;
    background: #E31926 url(../images/nav_bg.png) repeat-x;
  }
  #nav_shadow{
    background: url(../images/nav_shadow.png) repeat-x;
    width: 900px;
    height: 29px;
  }
  #content{
    background: url(../images/nav_shadow.png) repeat-x;
    width: 815px;
    padding: 35px 60px 0 25px;
  }
  #main{
    background: #FFF1DD url(../images/main_bottom.png) no-repeat bottom center;
    padding-bottom: 200px;
    min-height: 220px;
    height: 100%; /* Needed for IE6 - push image to bottom*/
  }
  #sidebar{
    float: left;
    padding-right: 37px;
    width: 163px;
  }
  #main_content{
    width: 615px;
    float: left;
  } 
  #main_content ol {
  	padding-left: 15px;
  }
  #footer{
    height: 105px;
    width: 100%;
    padding-top: 15px;
    background-color: #7E1011;
    text-align: center;
    color: #fff;
  }  
/*-----------------------
  Global styles
-----------------------*/
  br.clear{
    clear: both;
  }
  a.arrow{
    color: #710010;
    background: url(../images/link_arrow.png) no-repeat;
    padding-left: 18px;
    font-weight: bold;
    margin-right: 15px;
  }
  a.arrow:hover{
    color: #2A060B;
  }
  a.back_arrow{
    color: #700010;
    background: url(../images/back_arrow.png) no-repeat;
    padding-left: 18px;
    font-weight: bold;
    margin-right: 15px;
  }
  a.back_arrow:hover{
    color: #2A060B;
  }
  a.more{
    font-weight: bold;
  }
  div.divider{
    height: 1px;
    border-top: 1px solid #CDC6B1;
    width: 75%;
    margin: 10px 0;
    padding: 0;
  }
  img.left{
    border: 1px solid #ccc;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  img.right{
    border: 1px solid #ccc;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  span.strong{
    color: #494645;
    font-weight: bold;
    font-size: 11px;
  }
  .bordered{
    padding-top: 10px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  img.bordered{
    border: 1px solid #ccc;
    padding: 0;
  }
  .strong{
    font-weight: bold;
  }
  ul.arrow_list li a{
	list-style: none;
    background: url(../images/red_arrow.png) no-repeat left center;
    padding: 2px 0 2px 10px;
    display: block;
    color: #494645;
  }
  div.left_col{
    float: left;
    width: 450px;
  }
  div.right_col{
    width: 165px;
    float: right;
  }
  /* header */
    #header a.logo{
      margin-left: 30px;
    }
    #header span{
      font-family: Georgia, 'Times New Roman', serif;
      float: left;
      font-size: 14px;
      font-weight: bold;
      position: absolute;
      top: 48px;
      left: 240px;
      color: #710010;
    }
    #header p{
      position: absolute;
      top: 48px;
      right: 17px;
      height: 20px;
      font-family: Arial, sans-serif;
      border: 1px solid #7B901D;
    }
    #header input.search_field{
      border: none;
      background-color: #fff;
      outline: 0;
      float: left;
      height: 15px;
      padding: 3px 0 1px 3px;
      font-size: 11px;
      color: #666;
      width: 160px;
    }
    #header input.search_button{
      height: 20px;
      width: 22px;
      background: url(../images/search_button.png) no-repeat;
      border: none;
      padding: 3px;
      float: left;
      font-size: 0px;
      display: block;
      color: #829818;
    }
  /* Nav */
    #nav ul{
      width: 100%;
	  list-style: none;
    }
    #nav li{
      float: left;
      position: relative;
    }
    #nav li a{
      font-family: Georgia, 'Times New Roman', serif;
      color: #fff;
      display: block;
      float: left;
      height: 72px;
      font-size: 17px;
      border-right: 1px dotted #DD787D;
    }
    #nav li a.products{
      background: url(../images/products.png) no-repeat;
      /* Transparent PNG: See ie6.css for related hack */
      padding: 28px 30px 0 76px;
      height: 44px;
    }
    #nav li a.markets_served{
      background: url(../images/markets_served.png) no-repeat;
      /* Transparent PNG: See ie6.css for related hack */
      padding: 28px 30px 0 70px;
      height: 44px;
    }
    #nav li a.recipes{
      background: url(../images/recipes.png) no-repeat;
      /* Transparent PNG: See ie6.css for related hack */
      padding: 28px 25px 0 45px;
      height: 44px;
    }
    #nav li a.about_us{
      background: url(../images/about_us.png) no-repeat;
      /* Transparent PNG: See ie6.css for related hack */
      padding: 28px 26px 0 62px;
      height: 44px;
    }
    #nav li a:hover, #nav li a.hover{
      background-color: #FA1926;
    }
    #nav li.box_links{
      color: #fff;
      padding-left: 20px;
    }
    #nav li.box_links span a{
      background: url('../images/nav_span_bg.png') no-repeat;
      width: 85px;
      padding: 5px;
      font-size: 13px;
      border-right: none;
      height: 30px;
      display: block;
      text-align: center;
      float: left;
      margin: 15px 1px 0 0;
    }
    #nav li.box_links span a:hover{
      background-color: #FA1926;
      background-image: none;
    }
    #nav li.box_links span a.contact_link{
      padding-top: 12px;
      padding-bottom: 0;
      height: 28px;
    }
  /* Sidebar links */
    #sidebar ul{
      border-top: 1px dotted #790F1E;
	  list-style: none;
    }
    #sidebar li{
      border-bottom: 1px dotted #790F1E;
      font-family: Georgia, 'Times New Roman', serif;
    }
    #sidebar .sidebar_header{
      height: 18px;
      color: #fff;
      font-family: Georgia, 'Times New Roman', serif;
      font-size: 14px;
      background: #670914 url(../images/sidebar_header_bg.png) repeat-x;
      padding: 5px 0 2px 10px;
    }
    #sidebar li a{
      display: block;
      font-size: 12px;
      padding: 4px 0 2px 10px;
      margin: 1px 0;
      color: #333;
      font-weight: bold;
      background-color: #fff;
      position: relative;
    }
    #sidebar li a:hover{
      background-color: #a51418;
      color: #fff;
    }
    #sidebar li a.selected{
      color: #fff;
      background: #650D0C url(../images/sidebar_hover_bg.png) repeat-x;
    }
    #sidebar li ul li{
      border-bottom: 1px solid #40060D; /* Fix problem with border: none and spacing in IE6 */
      padding: 0;
      margin: 0;
    }
    #sidebar li ul li a{
      background-color: #40060D; 
      color: #fff;
      font-weight: normal;
      margin: 0;
      display: block;
    }
    #sidebar li ul li a.selected{
      padding-left: 20px;
      background: #40060D url(../images/white_arrow.png) no-repeat 10px 7px;
    }
     #sidebar li ul li ul li a{
      background-color: #40060D; 
      color: #fff;
      font-weight: normal;
      margin: 0;
      padding-left: 30px;
      display: block;
    }
    #sidebar li ul li ul li a.selected{
      padding-left: 30px;
      background: #40060D url(../images/red_arrow_subnav.png) no-repeat 20px 7px;
    }

  /* Main Content */
    #main_content p{
      line-height: 1.4;
      color: #666;
      font-family: Arial, sans-serif;
      padding-bottom: 10px;
    }
    #main_content p.strong{
      font-size: 12px;
      font-weight: bold;
    }
  /* Search Results */
    #search_results p{
      padding: 10px 0;
      border-bottom: 1px solid #E7D6B0;
    }
    #search_results br{
      clear: both;
    }
    #search_results form{
      background: #F3E4C8 url(../images/search_bg.png) repeat-x;
      color: #710010;
      font-size: 14px;
      font-family: Georgia, 'Times New Roman', serif;
      margin-bottom: 25px;
      border-top: 1px solid #CDC6B1;
      border-bottom: 1px solid #CDC6B1;
      padding: 15px;
    }
    #search_results form p{
      margin: auto;
      width: 450px;
      text-align: center;
      padding: 0;
      border-bottom: none;
    }
    #search_results form input.sp2_field{
      padding: 3px;
      float: left;
    }
    #search_results form #search{
      float: left;
    }
    #search_results form select{
      font-size: 14px;
    }
    #search_results form .sp2_btn{
      background: url(../images/search.png) no-repeat; 
     /* text-indent: -9999em;*/
      width: 88px;
      height: 27px;
      border: none;
      font-size: 0;
      padding: 0;
    }
    #search_results form td{
      padding-right: 5px;
      vertical-align: middle;
    }
  /* Footer */
    #footer ul{
	  list-style: none;
      margin: auto;
      margin-bottom: 20px;
    }
    #footer li{
      font-weight: bold;
      display: inline;
      font-family: Arial, sans-serif;
      color: #AC1519;
    }
    #footer li a{
      color: #fff;
    }
    #footer li a:hover, #footer p a:hover{
      color: #FA1926;
    }
    #footer li span{
      padding: 0 6px;
    }
    #footer p{
      font-family: Arial, sans-serif;
      color: #DBBFBF;
      font-size: 11px;
    }
    #footer p a{
      color: #fff;
    }

/*----------------------
  Homepage
----------------------*/  
  #home_header{
    position: relative;
    z-index: 100;
    margin-left: -50px;
    width: 950px;
    height: 275px;
    margin-bottom: 25px;
  }
  #home_header div.no_flash{
    width: 100%;
    height: 100%;
    background: url(../images/home_feature_garlic.png) no-repeat;
  }
  #home_header div.no_flash div{
    width: 510px;
    height: 145px;
    position: absolute;
    top: 65px;
    left: 260px;
  }
  #home_header div.no_flash h1{
    font-size: 32px;
    color: #710010;
    padding: 0;
  }
  #home_header div.no_flash p{
    line-height: 1.3;
    font-size: 13px;
    padding: 0 0 5px 0;
  }
  #awards{
    float: left;
    width: 240px;
    padding-left: 25px;
  }
  #awards div.header{
    background: url(../images/awards_header_bg.png) repeat-x;
    width: 230px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    padding: 10px 0 0 10px;
    height: 26px;
    color: #fff;
    margin-bottom: 2px;
  }
  #awards div.award{
    background: url(../images/award_bg.png) repeat-x;
    width: 220px;
    padding: 10px;
    padding-bottom: 30px;
    margin-bottom: 5px;
    clear: both;
  }
  #awards div.award div {
  	float: left;
  	width: 150px;
  }
  
  #awards div.award p {
    margin-bottom: 5px;
    font-size: 11px;
  }
  #awards div.award img{
    float: left;
    margin-right: 5px;
    border: 1px solid #ccc;
    max-width: 63px;
    _width: expression(this.width > 63 ? 63 : true);
  }
  #awards div.award h3 a{
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #494645;
    margin-bottom: 5px;
  }
  #awards div.award h3 a:hover{
    color: #2A060B;
  }
  #awards a.strong{
    font-size: 11px;
  }
  #featured_products{
    float: left;
    width: 525px;
    padding-left: 65px;
  }
  #featured_products h1{
    font-size: 18px;
    padding-bottom: 5px;
    color: #710010;
  }
  #featured_products h2{
    padding-bottom: 5px;
    padding-top: 10px;
    font-size: 14px;
    color: #710010;
  }
  #featured_products p{
    color: #494645;
    font-size: 12px;
    line-height: 1.4;
    padding-right: 20px;
    margin-bottom: 10px;
  }
  #featured_products img{
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    border: 1px solid #ccc; 
  }
  #footer #login{
    float: left;
    padding: 0 50px 0 30px;
    width: 255px;
    height: 85px;
  }
  #login fieldset{
    padding: 5px 0;
  }
  #login fieldset legend{
    font-size: 10px;
    text-align: left;
    color: #DBBFBF;
  }
  #login input.input_field{
    border: none;
    background-color: #2A060B;
    color: #9C8689;
    font-size: 10px;
    width: 100px;
    float: left;
    margin-right: 5px;
    padding: 3px;
  }
  #login a.careers{
    background: url(../images/careers_link_bg.png) repeat-x;
    height: 14px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 14px;
    width: 212px;
    display: block;
    padding: 7px 20px;
    border: 1px solid #630D0C;
    color: #fff;
  }
  #login a.careers:hover{
    background: url(../images/careers_link_bg.png) repeat-x 0 -30px;
  }
  div.home_footer{
    text-align: left;
  }
  
/*-----------------
  Recipes Module
-----------------*/  
  span.dotted_border{
    color: #494645;
    border-left: 1px dotted #494645;
    margin-left: 5px;
    padding-left: 10px;
  }
  #recipes_content div.divider{
    margin-top: 0;
    width: 100%;
  }
  #featured_recipes{
    width: 100%;
    margin-bottom: 25px;
  }
  #featured_recipes div.col{
    float: left;
    width: 265px;
    padding-right: 10px;
  }
  #featured_recipes div.last{
    padding-right: 0;
    margin-right: 0;
  } 
  #featured_recipes div.featured_recipe{
    background: url(../images/recipe_bg.png) repeat-x;
    color: #6A3A37;
    height: 100%;  /* Needed for IE6 - fix text not showing*/
    margin-top: 2px;
  }
  #featured_recipes img{
     border: 1px solid #ccc;
     width: 263px;
     height: 178px;
  }
  #featured_recipes div.featured_recipe ul{
	list-style: none;
    padding: 10px;
  }
  #featured_recipes div.featured_recipe li span{
    color: #4B463F;
  }
  #featured_recipes div.featured_recipe li{
    color: #8D1213;
    height: 16px;
    font-size: 11px;
  }
  #featured_recipes div.col a.arrow{
    margin-left: 10px;
  }
  #featured_recipes div.col p{
    padding: 5px 10px 0 10px;
    line-height: 1.4;
    color: #6A3A37;
  }
  
  /* Recipe search and results */
  #recipe_search{
    background: #F3E4C8 url(../images/search_bg.png) repeat-x;
    width: 100%;
    color: #710010;
    font-size: 14px;
    font-family: Georgia, 'Times New Roman', serif;
    margin-bottom: 25px;
    border-top: 1px solid #CDC6B1;
    border-bottom: 1px solid #CDC6B1;
  }
  #recipe_search p{
    padding: 10px;
    color: #41070F;
    font-size: 14px;
  }
  #recipe_search fieldset{
    border: 1px solid #DAD0B3;
    padding: 7px 10px 20px 10px;
    margin: 0 10px 2px 10px;
    background-color: #FBF3E6;
  }
  #recipe_search fieldset h3{
  	position: relative; 
    padding-bottom: 10px;
  }
  #recipe_search fieldset.radio_buttons{
    background-color: transparent;
    padding-bottom: 5px;
    border: none;
  }
  #recipe_search fieldset.radio_buttons p{
    float: left;
    padding: 0 25px 0 0;
    font-weight: bold;
    color: #710010;
  }
  #recipe_search fieldset.application p{
    float: left;
    padding: 0 35px 0 0 ;
    color: #710010;
  }
  #recipe_search fieldset.application a{
    position: absolute;
	left: 115px;
	top: 0px;
    padding:2px 7px;
	border: 1px solid #DAD0B3; color: #710010;
	font-size:11px;
	background-color:#FFFFFF;
  }
  #recipe_search fieldset.application a:hover {
	background: url(../images/recipe_bg.png) repeat-x;
  }
  #recipe_search fieldset.product_line p{
    float: left;
    width: 225px;
    font-size: 14px;
    padding: 0 0 3px 0;
    color: #710010;
  }
  #recipe_search fieldset.product_line a{
    position: absolute;
	left: 115px;
	top: 0px;
    padding:2px 7px;
	border: 1px solid #DAD0B3; color: #710010;
	font-size:11px;
	background-color:#FFFFFF;
  }
  #recipe_search fieldset.product_line a:hover{
 	background: url(../images/recipe_bg.png) repeat-x;
  }
  #recipe_search fieldset h3{
    color: #41070F;
    font-size: 16px;
    font-weight: bold;
  }
  
  /* search results */
  #recipes h3{
    font-size: 12px;
  }
  #recipes h3.bordered{
    padding-top: 5px;
  }
  #recipes .view_style{
    background-color: #fff;
    border: 1px solid #E6DBC7;
    padding: 3px;
    color: #656461;
    margin-top: -37px;
    float: right;
  }
  #recipes .view_style span{
    padding-right: 4px;
    margin-right: 4px;
    border-right: 1px dotted #E9E2D4;
    font-size: 11px;
    font-family: Georgia, 'Times New Roman', serif;
  }
  #recipes .view_style a{
    margin-right: 4px;
  }
  #recipes table{
    width: 100%;
    background-color: #FFF1DD;
  }
  #recipes table td, #recipes table th{
    padding-left: 10px;
    height: 24px;
    text-align: left;
    vertical-align: middle;
  }
  #recipes table td{
    color: #8D1213;
    padding: 5px;
  }
  #recipes table td.name{
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', serif;
    color: #41070F;
  }
  #recipes table td.description{
    color: #4B463F;
  }
  #recipes td.full_recipe { 
    width: 130px;
  }
  #recipes table thead th{
    background: url(../images/recipes_list_header_bg.png) repeat-x;
  }
  #recipes table thead th{
    color: #4A433C;
    font-size: 11px;
  }
  #recipes table tr.even td{
    background-color: #F3E5C9;
  }
  #recipes div.recipe_image{
    float: left;
    padding-right: 30px;
    width: 375px;
    margin-bottom: 20px;
  }
  #recipes div.recipe_image img{
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
  }
  #recipes div.recipe_image p{
    color: #4B463F;
    line-height: 1.4;
  }
  #recipes div.recipe_image div{
    margin-left: 165px;
    padding-bottom: 20px;
  }
  #recipes div.recipe_image h4 a{
    font-size: 16px;
  }
  #recipes div.recipe_image ul{
	list-style: none;
    padding: 10px;
    padding-left: 0;
  }
  #recipes div.recipe_image li span{
    color: #4B463F;
    font-weight: bold;
  }
  #recipes div.recipe_image li{
    color: #8D1213;
    height: 16px;
    font-size: 11px;
  }
  
  /* Selected Recipe */
  #recipe{
    margin: 20px 0;
  }
  #recipe a.print_recipe{
    float: right;
  }
  #recipe div.recipe_description{
    float: left;
    width: 440px;
    position: relative;
  }
  #recipe div.recipe_description p{
    color: #4B463F;
    line-height: 1.5;
    padding-bottom: 15px;
  }
  #recipe div.recipe_description ul{
	list-style: none;
    padding: 12px 0 5px 0;
    border-bottom: 1px solid #CDC6B1;
    margin-bottom: 5px;
  }
  #recipe div.recipe_description li span{
    color: #4B463F;
    font-weight: bold;
  }
  #recipe div.recipe_description li, #recipe div.recipe_description li a{
    color: #8D1213;
    font-size: 12px;
  }
  #recipe div.recipe_description li a:hover {
    color: #2A060B;
  }
  #recipe div.recipe_image{
    float: left;
    padding-right: 25px;
    width: 350px;
  }
  #recipe div.recipe_image img{
    width: 350px;
    border: 1px solid #ccc;
  }
  #recipe div.recipe_image ul{
    background: url(../images/recipe_bottom_bg.png) repeat-x;
    margin-top: 1px;
    height: 88px;
    width: 350px;
	list-style: none;
  }
  #recipe div.recipe_image ul li{
    display: inline;
    color: #49443C;
    font-weight: bold;
    padding-top: 10px;
	list-style: none;
    float: left;
  }
  #recipe div.recipe_image ul li.clock{
    background: url(../images/clock.png) no-repeat;
    border-right: 1px dotted #ccc;
    width: 76px;
    padding-left: 40px;
	list-style: none;
  }
  #recipe div.recipe_image ul li.utensils{
    background: url(../images/utensils.png) no-repeat;
    padding-left: 35px;
	list-style: none;
    width: 81px;
  }
  #recipe div.recipe_image ul li span{
	list-style: none;
    color: #7B911D;
    font-weight: normal;
  }
  #similar_recipes{
    border-top: 1px solid #CDC6B1;
    padding-top: 10px;
  }
   #similar_recipes h4{
    height: 25px;
  }
  #similar_recipes div{
    float: left;
    padding-right: 10px;
    width: 160px;
  }
  #similar_recipes div img{
     border: 1px solid #ccc;
  }
  
  .submit {float:right; margin: -40px 0px 0px 0px;}
/*-----------------
  Products Module
-----------------*/
  a.search_recipes_button{
    background: url(../images/search_recipes.png) no-repeat;
    margin-top: 13px;
    text-indent: -9999em;
    width: 163px;
    height: 46px;
    display: block;
  }
  a.search_recipes_button:hover{
    background: url(../images/search_recipes.png) no-repeat 0 -46px;
  }
  #products{
    margin-top: 15px;
  }
  #products div.divider{
    height: 1px;
    border-top: 1px solid #CDC6B1;
    width: 75%;
    margin: 0;
  }
  #products div.product{
    padding: 10px 15px 12px 15px;
    margin: 2px 0;
    height: 100%;
    border-top: 1px solid #CDC6B1;
  }
  #products h4{
    color: #41070f;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: bold;
  } 
  #products h5{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #700E0E;
  }
  #products h6{
    color: #555;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial, sans-serif;
  }
  #products div.product p{
    line-height: 1.4;
    font-size: 12px;
    color: #666;
  }
  #products div.product li{
    display: inline;
  }
  #products div.product li a{
    color: #700E0E;
    font-family: Arial, sans-serif;
  }
  #products div.product li a:hover{
    color: #2A060B;
  }
  #products div.product img{
    border: 1px solid #ccc;
  }
  #products div.even{
    background-color: #FFFCF8;
  }
  #products div.odd{
    background-color: #FDF6E9;
  }
  #products div.left_col{
    float: left;
    width: 150px;
  }
  #products div.middle_col{
    float: left;
    width: 285px;
    padding-right: 15px;
    /*margin-top: 20px;*/
  }
  #products div.right_col{
    float: right;
    width: 135px;
    font-family: Arial, sans-serif;
  }
  #products div.right_col p{
    background-color: #fff;
    color: #333;
    padding: 5px;
  }
  #products div.right_col a.pdf{
    background: url(../images/pdf_icon.png) no-repeat;
    padding-left: 18px;
    line-height: 15px;
    color: #700E0E;
  }
  #products div.right_col form{
    margin-top: 5px;
    position: relative;
  }
  #products div.right_col form label{
    font-weight: bold;
    color: #333;
    font-family: Georgia, 'Times New Roman', serif;
  }
  #products select.recipeselect { left: 0; position: absolute; width: 140px; top: 20px; }
/*---------------------------
  Contact Us
---------------------------*/
  #contact_us fieldset{
    margin-bottom: 20px;
    border: 1px solid #E7D6B0;
    padding: 10px;
  }
  #contact_us fieldset legend{
    font-weight: bold;
    padding: 0;
  }
  #contact_us fieldset label{
    font-weight: bold;
    width: 100px;
    padding-top: 5px;
    float: left;
  }
  #contact_us fieldset p{
    float: left;
    width: 175px;
    color: #000;
    padding-bottom: 0;
  }
  
  #contact_us fieldset .normal{ 
  	font-weight: normal;
  }
  
  
  
/*---------------------------
  Documents
---------------------------*/

	#documents h2 {
	    float: left;
	    margin-right: 15px;
	}
	#documents select {
	    float: left;
	    margin-right: 15px;
	}
	#documents table {
	    width: 800px;
	}
	#documents th {
	    text-align: left;
	    background: url(../images/docs_bg.png);
	    color: #4A433C;
	    padding: 6px;
	}
	#documents td {
	    text-align: left;
	    padding-left: 6px;
	    padding-top: 1px;
	    padding-bottom: 1px;
	    vertical-align: middle;
	    background-color: #FFFCF8;
	    color: #4A433C;
	    border-top: 1px solid #CDC6B1;
	}
	#documents td.file a {
	    color: #710010;
	    font-weight: bold;
	}
	#documents tr.odd td {
	    background-color: #FDF6E9;
	}
	
	#documents td.details { background-color: #f4ede1; padding: 10px; }
	#documents td.details p { color: #710010; }
	
	#content .left {
	    float: left;
	    width:270px;
	    padding: 5px 20px 0px 0px;
	    text-align: right;
	}
	
	#content .left_image {
		float: left;
		margin: 0 10px 5px 0;
		color: #710010;
		font-weight: bold;
	}
	
	#content .left_image img { display: block; margin: 0 0 3px 0; }
	
	#content img.left { padding: 0px;  width: auto; }
	
	#content .form_left {
	    float: left;
	    text-align: right;
	}



/*---------------------------
  Recipe Submit
---------------------------*/
	.recipe_submit h1 {
		font-family:Georgia, "Times New Roman", Times, serif; 
		color:#710010; 
		font-size:14px; 
		padding-bottom: 5px; 
	}
	.recipe_submit .left {
		float:left; 
	}
	.recipe_submit .right {
		float:left;
		padding-left: 20px;
	}
	.recipe_submit .formfloat {
		float: left; 
		margin-right: 15px; 
		
	}	
	.recipe_submit #blurb, .recipe_submit #description { width: 235px; }
	.recipe_submit .singleborder {
		background-color: #F8F3E8;
		border: 1px solid #CCC; 
		padding: 5px;	
	}
	.recipe_submit .singleborder:focus {
		background-color:#FFFFFF;
	}
	.recipe_submit .formgroup {
		float: left; 
		border: 1px solid #CCC; 
		background-color: #F8F3E8; 
		padding: 10px;
		font-weight: normal; 
		color:#710010; 
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-size:14px;
		height:183px;
	}
	.recipe_submit .formgroup p {
		padding-bottom:5px;
	}
	.recipe_submit .formfloat .product_lines {
		padding-bottom:25px;
	}
	.recipe_submit .last { margin: 0; }

  
/*-------------------------------------------
    Sitemap
-------------------------------------------*/
	#sitemap ul {list-style: none; 
		padding: 0px 0px 0px 30px; 
	}
	#sitemap ul a {
		display:block;
	}
	#sitemap ul li a {
		font-size: 16px;
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-weight:bold; 
		color:#710010; 
		padding:10px 0px 5px 15px; 
		border-bottom:solid #E7D6B0 1px;
		list-style: none;
  		background: url(../images/red_arrow.png) no-repeat left center;
	}
	#sitemap ul li a {
		font-size: 16px;
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-weight:bold; 
		color:#710010; 
		padding:10px 0px 5px 15px; 
		border-bottom:solid #E7D6B0 1px;
		list-style: none;
  		background: url(../images/red_arrow.png) no-repeat left center;
	}
	#sitemap ul ul li a {
		font-size: 14px; 
		font-family:Georgia, "Times New Roman", Times, serif; 
		font-weight:bold;
		color:#41070F; 
		padding-bottom:5px;
		border:none; 
		list-style: none; 
		background:none;
	}
	#sitemap ul ul ul li a {
		font-size: 12px; 
		font-family:Arial, Helvetica, sans-serif; 
		font-weight:normal; 
		color:#710010; 
		padding:0px;
		border:none; 
		list-style: none;
		background:none;
	}
  #sitemap ul li a:hover {
  		color:#2A060B
	}
  
  
  
  