﻿/* -- basic --*/
* {font-family:Arial, "Arial Narrow", Helvetica, Sans-Serif;}

a{cursor:pointer;
  color:Black;
  }

a img {border:none;}

html {overflow-y:scroll;}

html, 
body {padding:0;
      margin:0;
     }
     
div#wrapper {width:950px;
              margin:0 auto;
              position:relative;
              background:#edf4c8 url(images/wrapper/background.png) repeat-y 0 0;
              }
              
div#main {width:950px;
          position:relative;
          background:url(images/main/background.png) no-repeat 0 -1px;
          min-height:612px;
          }
/* -- header --*/ 
h1#header {width:232px;
           height:148px;
           position:relative;
           background:#377244;
           overflow:hidden;
           left:48px;
           padding:0;
           margin:0;
           color:White;
           } 
h1#header span.cssimage{background-image:url(images/header/background.png);}  

p#tagline {padding:0;
           margin:0;
           width:493px;
           height:23px;
           background:#377244;
           position:absolute;
           top:92px;
           left:315px;
           z-index:2;
           color:White;
           overflow:hidden;
           }  
p#tagline span.cssimage {background:url(images/main/background.png) no-repeat -315px -93px;}       

/* -- footer --*/
p#footer {color:White;
          text-transform:uppercase;
          padding:52px 24px 0 23px;
          margin:-24px 0 0 0;
          font-size:0.6875em;
          text-align:center;
          background:url(images/footer/background.png) no-repeat 0 0;
          width:903px;
          height:35px;
          overflow:hidden;
          z-index:1;
          position:relative;
          }

body.default p#footer {background-position:right 0;
                       background-color:#2b400d;
                       height:41px;
                       padding:17px 0 0 305px;
                       width:645px;
                       margin:0;
                       }

/* -- primary navigation --*/
ul#primary-navigation {margin:0;
                         padding:0;
                         list-style:none;
                         position:absolute;
                         width:903px;
                         height:35px;
                         font-size:0.8125em;
                         background:#7ba314 url(images/primary-navigation/background.png);
                         left:23px;
                         top:149px;
                         overflow:visible;
                         z-index:2;
                         }
body.default ul#primary-navigation{z-index:3;}
ul#primary-navigation li{position:absolute;
                         height:35px;
                         top:0;
                         overflow:visible;
                         padding:0;
                         margin:0;
                         }
ul#primary-navigation ul{width:100%;
                         position:absolute;
                         top:35px;
                         left:-9999px;
                         margin:0;
                         padding:0;
                         list-style:none;
                         }
ul#primary-navigation li:hover ul{left:auto;}
ul#primary-navigation li li{border-bottom:#c3da46 solid 2px;
                            position:relative;
                            height:auto;
                            overflow:hidden;
                            width:100%;
                            }
ul#primary-navigation li li:last-child,
ul#primary-navigation li li.last-child
{border-bottom:none;}

ul#primary-navigation a{color:#274404;
                        text-decoration:none;
                        display:block;
                        height:100%;
                        width:100%;
                        background-color:#7ba314;
                        overflow:hidden;
                        z-index:2;
                        } 
ul#primary-navigation ul a{color:#274404;
                           font-weight:bold;
                           padding:5px 5px 7px 5px;
                           width:auto;
                           height:auto;
                           text-align:center;
                           }
                          
ul#primary-navigation a:hover{background-color:#bdd18a;} 

ul#primary-navigation span.cssimage{background-image:url(images/primary-navigation/background.png);}   

li#pn-to-taste{width:118px;
               left:95px;
               }
li#pn-to-health{width:119px;
               left:214px;
              }
li#pn-to-life{width:117px;
               left:334px;
              }
li#pn-press{width:118px;
               left:452px;
              }
li#pn-where-to-buy{width:118px;
               left:571px;
              }
li#pn-recipes {width:118px;
               left:690px;
              }  

li#pn-to-taste span.cssimage{background-position:-95px 0px;}
li#pn-to-health span.cssimage{background-position:-214px 0px;}
li#pn-to-life span.cssimage{background-position:-334px 0px;}
li#pn-press span.cssimage{background-position:-452px 0px;}
li#pn-where-to-buy span.cssimage{background-position:-571px 0px;}
li#pn-recipes span.cssimage{background-position:-690px 0px;}   

li#pn-to-taste a:hover span.cssimage{background-position:-95px -35px;}
li#pn-to-health a:hover span.cssimage{background-position:-214px -35px;}
li#pn-to-life a:hover span.cssimage{background-position:-334px -35px;}
li#pn-press a:hover span.cssimage{background-position:-452px -35px;}
li#pn-where-to-buy a:hover span.cssimage{background-position:-571px -35px;}
li#pn-recipes a:hover span.cssimage{background-position:-690px  -35px;}  

body[class^='to-taste-'] li#pn-to-taste span.cssimage{background-position:-95px -35px;}
body[class^='to-health-'] li#pn-to-health span.cssimage{background-position:-214px -35px;}
body[class^='to-life-'] li#pn-to-life span.cssimage{background-position:-334px -35px;}
body[class^='press-'] li#pn-press span.cssimage{background-position:-452px -35px;}
body[class^='where-to-buy-'] li#pn-where-to-buy span.cssimage{background-position:-571px -35px;}
body[class^='recipes-'] li#pn-recipes span.cssimage{background-position:-690px  -35px;}      

/* -- secondary navigation --*/
ul#secondary-navigation {margin:0;
                         padding:0;
                         list-style:none;
                         position:absolute;
                         width:583px;
                         height:28px;
                         overflow:hidden;
                         font-size:.8em;
                         background:#fff url(images/secondary-navigatgion/background.png);
                         left:309px;
                         top:30px;
                         z-index:4;
                         }
ul#secondary-navigation li{position:absolute;
                         height:28px;
                         top:0;
                         overflow:hidden;
                         }
ul#secondary-navigation a{color:#274404;
                        text-decoration:none;
                        display:block;
                        height:100%;
                        width:100%;
                        position:relative;
                        }   

ul#secondary-navigation span.cssimage{background-image:url(images/secondary-navigatgion/background.png);}   

li#sn-home{width:68px;
               left:0;
               }
li#sn-about-creta-farms{width:147px;
               left:70px;
              }
li#sn-contact-us{width:101px;
               left:219px;
              }
li#sn-privacy{width:83px;
               left:322px;
              }
li#sn-retail
{
	width:91px;
    left:407px;
}
li#sn-sitemap{width:83px;
               left:500px;
              }

li#sn-home span.cssimage{background-position:0 0;}
li#sn-about-creta-farms span.cssimage{background-position:-70px 0px;}
li#sn-contact-us span.cssimage{background-position:-219px 0px;}
li#sn-privacy span.cssimage{background-position:-322px 0px;}
li#sn-retail span.cssimage{background-position:-407px 0;}
li#sn-sitemap span.cssimage{background-position:-500px 0px;} 

li#sn-home a:hover span.cssimage{background-position:0 -28px;}
li#sn-about-creta-farms a:hover span.cssimage{background-position:-70px -28px;}
li#sn-contact-us a:hover span.cssimage{background-position:-219px -28px;}
li#sn-privacy a:hover span.cssimage{background-position:-322px -28px;}
li#sn-retail a:hover span.cssimage{background-position:-407px -28px;}
li#sn-sitemap a:hover span.cssimage{background-position:-500px -28px;}

/* -- content --*/
div#content {width:903px;
             margin:36px auto 0 auto;
             padding:0 0 24px 0;
             min-height:26.1875em/*419px*/;
             position:relative;
             z-index:1;
             background:url(images/content/background.png) no-repeat 0 0;
             }
body.default div#content  {width:929px;
                           margin:36px auto 0 auto;
                           padding:0;
                           min-height:551px;
                           background-image:url(none);
                           z-index:2;
                           }
div#ie-content {width:870px;
                padding:0 16px 16px 17px;
                overflow:auto;
                }

/* -- reusable classes --*/
.hide,
.hide-but-print
{position:absolute;
        left:-9999px;
        }

span.cssimage {position:absolute;
                left:0;
                top:0;
                display:block;
                height:100%;
                width:100%;
                z-index:2;
                background-position:0 0;
                background-repeat:no-repeat;
                overflow:hidden;
                }

.break{display:block}

.position-relative {position:relative;}

.clear {clear:both;}

span.not-caps {text-transform:lowercase;}

a.button {display:block;
          height:26px;
          color:White;
          overflow:hidden;
          font-size:.7em;
          text-decoration:none;
          position:relative;
          text-align:center;
          width:102px;
          }
a.button span.cssimage {background-image:url(images/buttons/background.png);}

/* -- HOMEPAGE --*/
div#creta-recipe-selector {width:272px;
                           height:229px;
                           position:absolute;
                           top:0;
                           right:0;
                           background:#d7e591 url(images/homepage/recipe-selector/background.jpg) no-repeat 0 0;
                           overflow:hidden;
                           }
                           
div#creta-recipe-selector h2{height:19px;
                                width:187px;
                                padding:0;
                                margin:0;
                                font-size:.9em;
                                color:#004812;
                                position:absolute;
                                top:14px;
                                left:40px;
                                overflow:hidden;
                                }
div#creta-recipe-selector  h2 span.cssimage {background:url(images/homepage/recipe-selector/background.jpg) no-repeat -40px -14px;}
div#creta-recipe-selector  h3
{display:none;
								/*height:10px;
                                width:28px;
                                padding:0;
                                margin:0;
                                font-size:.8em;
                                color:#000300;
                                position:absolute;
                                top:185px;
                                left:31px;
                                overflow:hidden;*/
                                }
div#creta-recipe-selector h3 span.cssimage {background:url(images/homepage/recipe-selector/background.jpg) no-repeat -31px -185px;}
div#selector-inputs{position:absolute;
                                                 top:197px;
                                                 left:31px;
                                                 z-index:2;
                                                 height:31px;
                                                 width:242px;
                                                 }
div#selector-inputs select {display:block;
                            width:auto;
                            float:left;
                                                 margin-right:35px;
                            }
div#selector-inputs a{float:left;
                       top:-5px;
                      }


div#your-best-recipe-contest {width:272px;
                              height:162px;
                              position:absolute;
                              top:229px;
                              right:0;
                              /*background:#d7e591 url(images/homepage/customer-reviews/background.jpg) no-repeat 0 0;*/
                              background:#d7e591 url(images/homepage/featured-video/background.jpg) no-repeat 0 0;
                              overflow:hidden;
                              }
                              
div#your-best-recipe-contest h2{height:59px;
                                width:85px;
                                padding:0;
                                margin:0;
                                font-size:.9em;
                                color:#004812;
                                position:absolute;
                                text-indent:-9999px;
                                top:15px;
                                left:20px;
                                overflow:hidden;
                                }
div#your-best-recipe-contest h2 span.cssimage {background:url(images/homepage/customer-reviews/background.jpg) no-repeat -20px -15px;
                                               display:none;
                                               }

div#your-best-recipe-contest a span.cssimage{background-position:0 -26px;
                                             display:none;
                                             }
div#your-best-recipe-contest a.button {position:absolute;
                                       text-indent:-9999px;
                                       top:126px;
                                       left:148px;
                                       }

div#join-the-creta-club {width:272px;
                         height:160px;
                         position:absolute;
                         top:391px;
                         right:0;
                         overflow:hidden;
                         background:#d7e591 url(images/homepage/creta-club/background.jpg) no-repeat 0 0;
                         }
div#join-the-creta-club h2{height:91px;
                           width:228px;
                           position:absolute;
                           top:11px;
                           left:24px;
                           padding:0;
                           margin:0;
                           overflow:hidden;
                           color:#fff;
                           font-size:.9em;
                           }
div#join-the-creta-club h2 span.cssimage {background:url(images/homepage/creta-club/background.jpg) no-repeat -24px -11px;}

div#join-the-creta-club a span.cssimage {background-position:0 -52px;}
div#join-the-creta-club a.button {position:absolute;
                                  top:124px;
                                  left:84px;
                                  }
                         
div#to-health {width:631px;
               height:389px;
               position:relative;
               background:url(images/homepage/background.jpg) no-repeat 0 0;
               }
div#aha {width:282px;
         height:216px;
         position:absolute;
         background:#fff url(images/homepage/aha/background.png) no-repeat 0 0;
         overflow:hidden;
         top:389px;
         left:0;
         /*float:left;*/
         }
div#aha h2{position:absolute;
           top:61px;
           left:11px;
           height:17px;
           width:256px;
           padding:0;
           margin:0;
           color:Black;
           overflow:hidden;
           font-size:.9em;
           }
div#aha h2 span.cssimage {background: url(images/homepage/aha/background.png) no-repeat -11px -61px;}
div#aha h3{position:absolute;
           bottom:0;
           left:0;
           height:41px;
           width:280px;
           padding:0;
           margin:0;
           color:#fff;
           background:#31470e;
           overflow:hidden;
           font-size:.7em;
           }
div#aha h3 span.cssimage {background: url(images/homepage/aha/background.png) no-repeat 0 bottom;}

div#aha p{padding:0;
          margin:0;
          font-size:.8em;
          text-indent:-9999px;
          }

div#featured-product {width:349px;
                      height:162px;
                      position:absolute;
                      top:389px;
                      left:282px;
                      /*position:relative;
                      float:left;*/
                      background:url(images/homepage/featured-product/background.png) no-repeat 0 0;
                      }
                      
div#featured-product a.button {float:left;
                               margin-top:121px;
                               color:Black;
                               z-index:3;
                               }
a#fp-product-info {margin-left:6px;}
a#fp-recipe-video {margin-left:8px;}
a#fp-recipe-video span.cssimage {background-position:0 -78px;}
a#fp-product-info span.cssimage {background-position:0 -104px;}

div#featured-product-image {display:block;
                          background:url(images/homepage/featured-product/img-background-trans.png) no-repeat 0 0;
                          height:230px;
                          width:223px;
                          position:absolute;
                          right:0;
                          top:-68px;
                          z-index:1;
                          }
div#featured-product-image img{position:relative;
                               top:40px;
                               left:68px;
                               }
div#featured-product h2,
div#featured-product h3
{margin:0;
 padding:0;
 position:absolute;
 color:#004812;
 overflow:hidden;
 z-index:2;
 }
div#featured-product h2 {height:15px;
                          width:152px;
                          left:8px;
                          top:12px;
                          font-size:.9em;
                          }
div#featured-product h2 span.cssimage {background:url(images/homepage/featured-product/background.png) no-repeat -8px -12px;}
div#featured-product h3{text-indent:-9999px;
                        font-size:.8em;
                        }
h3#fp-header-black-forest-ham {height:77px;
                                                    width:172px;
                                                    top:35px;
                                                    left:14px;
                                                    }
h3#fp-header-black-forest-ham span.cssimage {background-image:url(images/homepage/featured-product/headers/black-forest-ham-trans.png);}
                      
div#homepage-inner {width:929px;
                    background:url(images/homepage/inner/background.jpg) no-repeat 0 0;
                    height:564px;
                    margin:0 auto;
                    position:relative;
                    }
div#homepage-content {width:903px;
                      margin:0 auto;
                      position:relative;
                      }
                      
div#aha-bottom-text {height:41px;
                     width:282px;
                     position:absolute;
                     bottom:-37px;
                     left:0;
                     background:url(images/homepage/aha/background.png) no-repeat 0 -173px;
                     }
                      
object{outline:none;}

/* -- TO TASTE AND PRODUCTS -- */

#product-info-header {height:27px;
                      width:146px;
                      position:relative;
                      padding:0;
                      margin:33px 0 4px 0;/* 50 - 27 */
                      color:#000000;
                      }
#product-info-header span.cssimage{background-image:url(images/content/product-info-header.png);}

div#content h3 {margin: 5px 0 5px 0;
		padding:0;
		}
div#content ul.product-info-list {padding:0;
                      margin:0;
                      list-style:none;
                      position:relative;
                      font-size:1em;
                      }
ul.product-info-list li{margin-bottom:10px;}
ul.product-info-list h4{color:#00703c;
			font-size: .75em;
			padding:0;
			margin:0;
			cursor:default;
			}
/*ul.product-info-list h4 span{ cursor:pointer;}*/
ul.product-info-list h4 img.product-image{cursor:default;
                            display:none;
                            } 
/*ul.product-info-list h4 span:hover img{display:block !important;}*/
       
/*ul.product-info-list h4 span:hover,
ul.product-info-list h4.active span
{color:#99b218;}*/
       
a.product-info{font-size:0.75em;
               font-weight:bold;
               display:block;
               margin-bottom: 18px;
               }
                       
ul.product-info-list li * a {font-size:1em;}

                       
ul.product-info-list img{display:block;
                         height:auto;
                         width:auto;
                         }
                         

       
img.product-image {position:relative;
                   right:-16px;
                   top:-50px;
                   }
                   
h4 img.product-image {right:auto;
                      left:280px;
                      }
                   
ul#footer-nav {width:903px;
               margin:0 auto;
               padding:0;
               font-size:.65em;
               color:Black;
               text-align:center;
               }
ul#footer-nav li{display:inline;
                 margin-right:10px;
                 }
ul#footer-nav a{text-decoration:none;}
ul#footer-nav a:hover{text-decoration:underline;}

/* -- subpages -- */
div#content h1 {font-size:2.875em;
                color:#00703c;
                }
img.image-recipes {float:right;}

img.press-image-left {float:left;
                      margin-right:3px;
                      }


/* -- TO HEALTH -- */


.underline {text-decoration:underline;}

h2.subheader {font-style:italic;
              font-size:1em;
              }
              
.bigger-green-header {color:#00703c;
                        font-size:1.25em;
                        padding-bottom:0;
                        margin-bottom:0;
                        }
                        
.no-space-top
{margin-top:0;
 padding-top:0;
 }

input[type='text'],
input[type='password'],
textarea,
select {width:200px;
        font-size:0.875em;
        }

.common-phrase 
{
	font-weight:bold;
	}
	
div#col-a,
div#col-b 
{
	width:50%;
	float:left;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
	}
	
div#content p,
div#content ul,
div#content ol,
div#content table
{font-size:0.875em;}

div#content ul ul,
div#content ul ol,
div#content ul p,
div#content ol ol,
div#content ol ul,
div#content ol p,
div#content p p,
div#content table p,
div#content table ol,
div#content table ul,
div#content table textarea,
div#content table input[type="text"]
{font-size:1em;}

    
p.serving-notice
{
    padding-left:300px;
    position:relative;
    top:0;
    }
    
body.to-taste-bologna p.serving-notice
{
    top:-50px;
    }
    
    
/*
CREATA COMMUNITY
*/

div#content.creta-community-content
{
    margin-left:23px;
    padding-bottom:0;
    }

div#ie-content.creta-community-ie-content
{
    overflow:hidden;
    padding:0;
    width:903px;
    }
body.to-life-creta-community div#content h1 
{
    height:0;
    min-height:0;
    left:-9999px;
    overflow:hidden;
    position:absolute;
    }
    
div#creta-community-wrapper 
{
    background-image:url(images/content/to-life/creta-community/background.jpg);
    background-position:0 74px;
    overflow:hidden;
    height:547px;
    }
div#community-landing-page-wrapper h2
{
    height:100%;
    margin:0;
    padding:0;
    width:100%;
    }
    
div#c-c-header-para p {
    margin:0;
    padding:0;
    text-indent:-9999px;}
    /*
div#creta-community-wrapper p
{
    margin:0;
    padding:0;
    text-indent:-9999px;
    }*/
div#community-landing-page-wrapper a
{
    display:block;
    height:100%;
    text-indent:-9999px;
    width:100%;
    }
div#c-c-header-para 
{
    background:url(images/content/to-life/creta-community/c-c-header-para.jpg) no-repeat 0 0;
    height:79px;
    overflow:hidden;
    width:903px;
    }
div#c-c-recipe-videos 
{
    background:url(images/content/to-life/creta-community/c-c-recipe-videos-.jpg) no-repeat 0 0;
    float:left;
    height:315px;
    overflow:hidden;
    width:452px;
    }
div#c-c-nutritional-lifestyles 
{
    background:url(images/content/to-life/creta-community/c-c-nutritional-lifestyles.jpg) no-repeat 0 0;
    float:left;
    height:315px;
    overflow:hidden;
    width:451px;
    }
div#c-c-first-press
{
    background:url(images/content/to-life/creta-community/c-c-first-press.jpg) no-repeat 0 0;
    clear:both;
    float:left;
    height:157px;
    overflow:hidden;
    width:302px;
    }
div#c-c-testimonials
{
    background:url(images/content/to-life/creta-community/c-c-testimonials.jpg) no-repeat 0 0;
    float:left;
    height:157px;
    overflow:hidden;
    width:300px;
    }
div#c-c-healthy-links 
{
    background:url(images/content/to-life/creta-community/c-c-healthy-links.jpg) no-repeat 0 0;
    float:left;
    height:157px;
    overflow:hidden;
    width:301px;
    }
    
.sIFR-active div#content div#creta-community-wrapper h1
{
    margin:0;
    padding:0;
    visibility:visible;
    }
    
div#community-content
{
    background-position:right 0;
    background-repeat:no-repeat;
    font-size:14px;
    position:relative;
    }
div#community-content-inner
{
    height:430px;
    padding:0  19px 0 19px;
    overflow:auto;
    width:706px;
    }
    
div#community-content.molly-morgan
{
    background-image:url(images/content/to-life/creta-community/morgan-background-corner.png);
    }
div#community-content.testimonials
{
    background-image:url(images/content/to-life/creta-community/testimonials-background.jpg);
    }
    
p#molly-morgan-header
{
    background-image:url(images/content/to-life/creta-community/nutritional-lifestyles-with-molly-header.png);
    height:42px;
    margin:0;
    overflow:hidden;
    padding:0;
    text-indent:-9999px;
    width:575px;
    }
    
div#community-content-inner ul,
div#community-content-inner ol
{
    padding-left:15px;
    }
    
div#community-content-inner h1
{
    color:Black;
    font-size:12px;
    font-weight:bold;
    }
div#community-content-inner *.first-child
{
    margin-top:0;
    padding-top:0;
    }
    
a.community-back-link
{
    color:#fff;
    font-size:12px;
    font-weight:bold;
    left:3px;
    position:absolute;
    text-decoration:none;
    top:61px;
    }
 
div#testimonals-wrapper
{
    height:315px;
    margin-top:30px;
    overflow:hidden;
    width:611px;
    } 
div#testimonials-form-wrapper
{
    background-image:url(images/content/to-life/creta-community/testimonials-input.png);
    float:left;
    height:280px;
    margin-right:29px;
    overflow:hidden;
    width:287px;
    }
div#testimonials-form-field
{
    height:240px;
    margin:0 auto;
    width:277px;
    }
    
div#testimonials-form-field textarea
{
    border:1px solid #fff;
    display:block;
    height:230px;
    margin:0;
    outline:none;
    overflow:auto;
    resize:none;
    width:270px;
    }
    
div#testimonials-form-wrapper p
{
    margin:0;
    overflow:hidden;
    padding:0;
    }
div#testimonials-form-wrapper p.first-child
{
    font-size:12px;
    height:14px;
    padding:8px 0 0 7px;
    }
div#testimonials-form-wrapper p.last-child
{
    font-size:9px;
    height:13px;
    padding:0 0 0 5px;
    }
      
div#community-content.testimonials h1
{
    background-image:url(images/content/to-life/creta-community/testimonials-header.png);
    height:40px;
    text-indent:-9999px;
    width:210px;
    }
div#testimonials-recent-comments-wrapper
{
    background-image:url(images/content/to-life/creta-community/testimonials-recent.png);
    height:278px;
    float:left;
    position:relative;
    width:295px;
    }
div#testimonials-recent-comments-content
{
    height:210px;
    margin:0 23px 0 23px; 
    overflow:auto;
    position:relative;
    top:41px;
    width:249px;
    }
    
div#customer-video-wrapper
{
    background-image:url(images/content/to-life/creta-community/testimonials-video-background.png);
    height:122px;
    left:593px;
    position:absolute;
    top:0;
    width:138px;
    }
div#customer-video-wrapper *
{
    text-indent:-9999px;
    }
div#customer-video-wrapper a
{
    display:block;
    height:26px;
    left:20px;
    position:absolute;
    top:96px;
    width:102px;
    }
    
div#testimonials-buttons
{
    clear:both;
    height:26px;
    padding-top:7px;
    }
div#community-content-recipes
{
    background-image:url(images/content/to-life/creta-community/hope-background.jpg);
    }
    
div#community-content.hope-cohen
{
    background:url(images/content/to-life/creta-community/hope-image.jpg) no-repeat right 0;
    }
    
div#community-content.hope-cohen h1
{
    background-image:url(images/content/to-life/creta-community/creta-recipe-videos-with-hope-header.png);
    height:46px;
    text-indent:-999px;
    width:519px;
    }
div#community-content.hope-cohen div#community-content-inner
{
    overflow:hidden;
    height:auto;
    }
    
div#community-content.hope-cohen ul#recipe-list
{
    padding-bottom:58px;
    margin:10px 0 0 10px;
    }
    
.no-space-top
{
    margin-top:0;
    padding-top:0;
    }   
.no-space-top-bottom
{
    margin-top:0;
    margin-bottom:0;
    padding-bottom:0;
    padding-top:0;
    }
    
div#community-content-recipes h2
{
    font-style:italic;
    font-size:14px;
    }
    
 div#community-content-recipes div#community-content-inner
 {
    width:656px;
     }
     
div#community-content-healthy-links
{
    }
div#community-content.healthy-links
{
    background-image:url(images/content/to-life/creta-community/healthy-links-background.jpg);
    font-size:16px;
    height:472px;
    }
div#community-content.healthy-links h1
{
    background-image:url(images/content/to-life/creta-community/healthy-links-header.png);
    height:40px;
    text-indent:-999px;
    width:210px;
    }
div#community-content.healthy-links ul
{
    font-weight:bold;
    list-style:none;
    margin:0;
    padding:0;
    }
div#community-content.healthy-links ul li
{
    margin-bottom:6px;
    }
div#community-content.healthy-links ul a
{
    font-weight:normal;
    text-decoration:none;
    }
    
*.para-header
{
    font-size:14px;
    }    
*.para-header-12
{
    font-size:12px;
    }
        
div#community-content.healthy-links div#community-content-inner
 {
    width:auto;
     }
     
div#community-content.molly-morgan-landing-content
{
     background:url(images/content/to-life/creta-community/molly-morgan-image.jpg) no-repeat right 0;
    }
div#community-content-inner.molly-morgan-landing 
{
    height:422px;
    overflow:hidden;
    width:auto;
    }
div.content-wrapper-div
{
    width:665px;
    }
    
div.m-m-l-box-wrapper
{
    background-image:url(images/content/to-life/creta-community/morgan-text-boxes-background.png);
    float:left;
    margin-bottom:9px;
    margin-right:10px;
    height:122px;
    overflow:hidden;
    width:281px;
    }
div.m-m-l-box-wrapper.last-child
{
    margin-right:0;
    }
div.m-m-l-b-w-inner
{
    padding:8px 5px;
    }
div.m-m-l-b-w-i-content
{
    
    }
    
div.m-m-l-b-w-i-content h3,
div#content div.m-m-l-b-w-i-content p
{
    font-size:12px;
    margin:0;
    padding:0;
    }
div.m-m-l-b-w-i-content a
{
    color:blue;
    font-style:italic;
    }
div.molly-morgan-boxes-wrapper
{
    margin-top:30px;
    overflow:hidden;
    }
.italic
{
    font-style:italic;
    }
    
div#community-content-inner-content
{
    width:560px;
    }
    
div#testimonials-buttons input.c-c-t-button
{
    border:0;
    cursor:pointer;
    display:block;
    float:left;
    height:26px;
    padding-left:96px;
    overflow:hidden;
    text-indent:-9999px;
    width:102px;
    }
    
input.c-c-t-reset-button
{
    background-image:url(images/content/to-life/creta-community/reset-button.png);
    margin-left:70px;
    margin-right:9px;
    }
input.c-c-t-submit-button
{
    background-image:url(images/content/to-life/creta-community/submit.png);
    }
    
div#community-content.molly-morgan div#community-content-inner
{
    height:420px;
    }
    
.float-right
{
    float:right;
    }
    
div.testiomials-divider-div
{
	height:10px;
	}

	
.center
{
    text-align:center;
    }	