@charset "UTF-8";
/* ---------------------------------------------------------------------
Original Author: Jeremy Madrid
Contributors: Tad Runkle, Jacob Ward

Target Browsers: IE7, IE8, Firefox 3.5, Safari 4
Media Type: screen

CSS Coding Standards Documentation: http://wiki.bravo/index.php/CSS_Coding_Standards 
------------------------------------------------------------------------ */ 
body {
    background:url(../images/design/bg.jpg) repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
 }
body.page_product_listing{
    background:url(../images/design/bg2.jpg) repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}
a {
    text-decoration:none;
    color: #a9233a;
}
.footer_bg {
    background: url(../images/design/footer-bg.jpg) no-repeat center bottom;
}
.page_home .footer_bg {
    background: url(../images/design/footer-bg-hm.jpg) no-repeat center bottom;
}
.clear {
    clear:both;
}
#wrapper {
    width:978px;
    margin:auto;
    position:relative;
}
h2 {
    font-size:30px;
    color:#3f4f0a;
}
h3 {
    font-size:23px;
    color:#3f4f0a;
}
.home h2 {
    border-bottom: #c7aa7e 2px solid;
    padding: 0 0 5px 0;
    margin: 0 0 8px 0;
}
.home h3 {
    margin: 0 0 33px 0;
}

/* ------------------------------------------------------------
Header Styles
--------------------------------------------------------------- */
#header {
    overflow:hidden;
    height:106px;
}
#logo {
    width:195px;
    height:61px;
    background:url(../images/design/logo.gif) no-repeat;
    margin:14px auto 0;
}
#logo a {
    width:195px;
    height:60px;
    display:block;
    text-indent:-9999px;
}
#tag_line {
    width:373px;
    height:14px;
    background:url(../images/design/tag-line.jpg) no-repeat;
    margin:10px auto 0;
}
/* ------------------------------------------------------------
Navigation Styles
--------------------------------------------------------------- */
#main_nav {
    float: left;
    height: 40px;
    /*margin: 0 0 27px 200px;*/
    margin: 0 0 27px 170px;
    background: url(../images/design/nav-bg.jpg) repeat-x #f2f1e8;
    display: inline;
    list-style: none;
    padding: 0;
}
#main_nav ul {
    float:left;
    width:254px;
    padding-left:20px;
    display:inline;
}
#main_nav li {
    float: left;
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none;
}
#main_nav li a {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #4a5912;
    text-decoration: none;
    font-size: 13px;
    padding: 0px 17px;
    background: url(../images/design/nav-divider.jpg) right no-repeat;
}
#main_nav li a.last{
    background: none;
}
#main_nav li a:hover,
#main_nav li.here a {
    color: #000000;
}
#main_nav #products_nav {
    display: none;
}
#main_nav li.active #products_nav {
    display: block;
}
#main_nav #products_nav {
    position: absolute;
    left: 0;
    top: 39px;
    width: 557px;
    height:192px;
    padding: 30px 0 15px;
    background: url(../images/design/drop-down.png) no-repeat bottom;
}
#main_nav #products_nav li {
    float: none;
}
#main_nav #products_nav li a {
    background: none;
    float: none;
    display: list-item;
    font-size: 12px;
    list-style: disc inside;
    height: 23px;
    line-height: 23px;
	width: 210px;
	overflow: hidden;
}
#main_nav #products_nav li a:hover {
    background: #69763b;
    color:#FFF;
}
#main_nav li.type {
    list-style:none!important;
    margin-left:-10px;
    margin-bottom:10px;
    
}
#main_nav li.type a {
    color:#8e0c1c;
    list-style:none!important;
    font-size:17px!important;
}
#breadcrumb {
    position: absolute;
    top: 152px;
    left: 38px;
    font-family: Verdana, Geneva, sans-serif;
}
#breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrumb ul li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
#breadcrumb a {
    background: url(../images/design/slash.jpg) right no-repeat;
    color: #a9233a;
    padding: 0 10px 0 0;
    margin: 0 5px 0 0;
    font-size: 10px;
}
#breadcrumb ul li.here a {
    background: none;
    color: #495810;
    padding: 0 7px 0 0;
}
/* ------------------------------------------------------------
Product Types Styles
--------------------------------------------------------------- */
#browse {
    padding: 26px 39px 0;
    background: url(../images/design/bkgd_browse.png) center top no-repeat;
    margin: 0 0 23px 0;
}
#mac_grill.page_home #browse {
    margin-bottom: 48px;
}
#browse #frozen,
#browse #boxed {
	position: relative;
    width: 440px;
    height: 185px;
    float: left;
}
#browse .last {
    margin: 0 0 0 20px;
}
#browse .browse,
#browse .coupon {
	display: block;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}
#browse .coupon {
	background: url(../images/design/btn_browse-coupon.gif) no-repeat left top;
	height: 34px;
	width: 100px;
}
#browse #boxed .browse {
	background: url(../images/design/btn_browse-dry.png) no-repeat left top;
	height: 33px;
	width: 198px;
	top: 73px;
	left: 0;
}
#browse #boxed .coupon {
	top: 124px;
	left: 130px;
}
#browse #frozen .browse {
	background: url(../images/design/btn_browse-frozen.png) no-repeat left top;
	height: 33px;
	width: 222px;
	top: 73px;
	left: 20px;
}
#browse #frozen .coupon {
	top: 124px;
	left: 165px;
}

.product_container{
    height: 188px;
    width: 588px;
    padding: 20px 0;
    border-top: 1px #dadada solid;
    position: relative;
    overflow: hidden;
}
.product_container{
    height: 188px;
    width: 588px;
    padding: 20px 0;
    border-top: 1px #dadada solid;
    position: relative;
    overflow: hidden;
}
.product_container h2{
    font-size: 17px;
    margin: 45px 0 15px 0;
}
.product_container p{
    font-size: 13px;
    margin: 0 0 20px 0;
    line-height: 18px;
}
.product_container.last{
    border-bottom:1px #dadada solid;
}
.product_container img{
    float:left;
    margin-right:32px;
}
.product_container_info{
    float:left;
    width:410px;
    height: 191px;
}
.round_button {
    width: 131px;
    height: 21px;
}
.round_button a {
    display: block;
    padding-left: 10px;
    padding-top: 5px;
    color: #FFF;
    font-size: 12px;
    width: 121px;
    height: 16px;
    background: url(../images/design/button-arrow.png) no-repeat 115px 5px;
    text-decoration: none;
}

/* ------------------------------------------------------------
Main Content Styles
--------------------------------------------------------------- */
#main_content {
    width:588px;
    padding:27px 20px 0 38px;
    float:left;
    position:relative;
}
/* ------------------------------------------------------------
Sidebar Styles
--------------------------------------------------------------- */
#sidebar {
    width:274px;
    height:1088px;
    float:left;
    background: url(../images/design/sidebar-bg.jpg) no-repeat;
    padding:17px 39px 0 19px;
}
.coupon {
    margin:0 0 20px 0;
}
#stores h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
#stores p {
    margin-bottom: 5px;
}
#emailsignup .textbox {
    
}
/* ---------------------------------------------------------------------
Banner Slidshow Styles
------------------------------------------------------------------------ */
#banner {
	margin-bottom: 18px;
}
#nav_banner ul {
    background: url(../images/design/bkgd_bannernav.png) no-repeat left top;
}
#nav_banner li {
    font-size: 15px;
}
#nav_banner li a {
    color: #000;
}
#nav_banner li a.activeSlideCustom {
    background: url(../images/design/slide_navO.png) no-repeat left top;
    color: #8c2c2c;
}

/* --------------------------------------------------
Featured Product Styles
----------------------------------------------------- */
#featured {
    margin: 39px 39px 54px 39px;
}
#featured .col {
    border-right-color: #dcdcdb;
}
#featured .col h4 {
    color: #a9233a;
}

/* ------------------------------------------------------------
Footer Styles
--------------------------------------------------------------- */
#footer {
}
#footer h4 {
    font-weight: normal;
    color: #3d6517;
}
#social {
    height: 48px;
}
/* --------------------------------------------------
Product Page Styles
----------------------------------------------------- */
#product{
    height:368px;
    border-bottom:#060 solid 1px;
    margin:0 -20px 0 0;
}
#product h1{
    font-size:29px;
    color:#3f4f0a;
    width:330px;
    line-height:37px;
    margin-bottom:25px;
}
#product h2 {
    background:url(../images/design/includes.jpg) no-repeat;
    border:none;
    text-indent: -9999px;
}
#product img{
    position:absolute;
    right:0px;
    top:0px;
    z-index:-1;
}
    #product ul{
    margin-top:10px;
    padding:0px;
    list-style-position:inside;
}
#product ul li{
    margin-bottom:16px;
}
#product_info{
    margin:-31px -20px 0 0;
}
.tabs{
	position: relative;
	z-index: 50;
    height: 32px;
    background:url(../images/design/product-shadow.png) repeat-x bottom;
    padding-left:0px;
}
.tabs li{
    height:32px;
    padding-right:10px;
    float:left;
    margin-right:2px;
    list-style:none;
    background:url(../images/design/product-tab-right.jpg) no-repeat right top;
}
.tabs a{
    color:#a92035;
    padding:0 0 0 13px;
    margin:0px;
    height:32px;
    line-height:32px;
    float:left;
    background:url(../images/design/product-tab-left.jpg) no-repeat left top;
}
.tabs li.active {
    background:url(../images/design/product-tab-right-active.jpg) no-repeat right top;
}
.tabs li.active a{
    background:url(../images/design/product-tab-left-active.jpg) no-repeat left top;
    color:#000000;
}
.tabs #complete_tab a span{
    width:24px;
    height:20px;
    background:url(../images/design/plate-icon-red.png) no-repeat;
    display:block;
    float:left;
    margin-top:5px;
    padding-right:5px;
}
.tabs #complete_tab.active a span{
    background:url(../images/design/plate-icon.png) no-repeat;
}
.tabs #preparation_tab a span{
    width:17px;
    height:24px;
    background:url(../images/design/wisk-icon-red.png) no-repeat;
    display:block;
    float:left;
    margin-top:2px;
    padding-right:5px;
}
.tabs #preparation_tab.active a span{
    background:url(../images/design/wisk-icon.png) no-repeat;
}
.tabs #nutrition_tab a span{
    width:18px;
    height:12px;
    background:url(../images/design/nutrition-icon-red.png) no-repeat;
    display:block;
    float:left;
    margin-top:9px;
    padding-right:5px;
}
.tabs #nutrition_tab.active a span{
    background:url(../images/design/nutrition-icon.png) no-repeat;
}
.tabs #ingredients_allergens_tab a span{
    width:21px;
    height:15px;
    background:url(../images/design/ingredients_allergens-tab-red.png) no-repeat;
    display:block;
    float:left;
    margin-top:8px;
    padding-right:5px;
}
.tabs #ingredients_allergens_tab.active a span{
    background:url(../images/design/ingredients_allergens-tab.png) no-repeat;
}


.tabs a:hover{
    text-decoration:underline;
}
.tab_container {
	position: relative;
    width: 586px;
	z-index: 10;
	line-height: 25px;
    font-size:14px;
}
#tab_content_1 {
	font-size: 19px;
}
#recipes {
    margin-bottom: 40px;
    font-size: 17px;
}
#recipes h2 {
    background: url(../images/design/header_recipes.png) no-repeat left top;
    height: 19px;
    margin-bottom: 10px;
    text-indent: -9999px;
    overflow: hidden;
}
#recipes ul,
#recipes li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#recipes ul {
    border-top: 1px solid #e5e5e5;
}
#recipes li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #e5e5e5;
}
#recipes li img {
    float: left;
    margin: 5px 25px 5px 5px;
	padding: 1px;
	border: 1px solid #e5e5e5;
}
#snooth {
}
#snooth h2 {
    background: url(../images/design/header_snooth.png) no-repeat left top;
    height: 19px;
    text-indent: -9999px;
    overflow: hidden;
}
#preparation h3 {
	color: #2e3503;
	font-size: 19px;
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 10px;
}
#preparation p,
#preparation li {
	font-size: 13px;
	line-height: 20px;
}
#preparation ol {
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
#preparation ol.last {
	border: none;
}

#preparation li {
	margin: 0 0 20px 0;
	padding: 0;
}
#preparation .tips {
	color: #2e3503;
}

.page_product #stores {
    margin-bottom: 25px;
}
.page_product #stores h3 {
    font-size: 19px;
    text-indent: 37px;
    background: url(../images/design/header_storesnearyou.png) no-repeat left top;
    border-bottom: 2px solid #c9a779;
    padding-top: 10px;
    padding-bottom: 3px;
    height: 21px;
}
.page_product #stores h4 {
    color: #4c5c14;
}
.page_product #tips {
    font-size: 14px;
    line-height: 23px;
}
.page_product #tips h3 {
    font-size: 19px;
    text-indent: 37px;
    background: url(../images/design/header_cheftips.png) no-repeat left top;
    border-bottom: 2px solid #c9a779;
    padding-top: 10px;
    padding-bottom: 3px;
    height: 21px;
}
.page_product #tips a {
    font-size: 12px;
}
#titlebar {
    background: url(../images/design/title-bar.jpg) center no-repeat;
    height: 43px;
    padding-top: 18px;
    color: #FFF;
    font-size: 31px;
    text-align: center;
    margin-bottom: 1px;
}
/* --------------------------------------------------
Social Module Styles
----------------------------------------------------- */
#emailsignup h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
#emailsignup p {
    margin-bottom: 5px;
}
#emailsignup .textbox {
    width: 213px;
    height: 19px;
    border: solid 1px #d5d5ce;
}
#locations {
}
#locations li {
    border-color: #c3c1b1;
}
#locations, #locations a {
    color: #a9233a;
}
/* --------------------------------------------------
Footer Navigation Styles
----------------------------------------------------- */
#nav_footer {
    margin-top: 18px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #6a6a6a;
}
#nav_footer a {
    padding-left: 15px;
    border-left: 1px solid #c3c1b1;
    color: #a9233a;
}
#nav_footer li {
    margin-right: 15px;
}

/* --------------------------------------------------
Snooth
----------------------------------------------------- */
.carousel {
        height:200px;
        overflow:hidden;
    }
.carousel img{
        width:120px;
        height:120px;
    }
.wine_tab_content li{
    list-style:none;
    display:inline;
    float:left;
    margin-right:15px;
    width:120px;
    height:165px;
    font-size:13px;
    color:#7e9c24;
    line-height:15px;
    text-align:center;
}
.wine_tab_content li span{
    font-size:12px;
    color:#000;
}
.wine_tab_content .next{
    position:absolute;
    width:25px;
    height:25px;
    top:45px;
    background:url(../images/design/next-slide.jpg) no-repeat;
    right:0px;
}
.wine_tab_content .prev{
    position:absolute;
    width:25px;
    height:25px;
    top:45px;
	background:url(../images/design/pre-slide.jpg) no-repeat;
    left:0;
}

.wine_tab_content{
    padding-left:40px;
    width:560px;
    position:relative;
}