.clear{
	clear:both;
}
.clearBoth{
	clear:both;
	line-height:1px;
	height:1px;
	font-size:1px;
	border-bottom:dotted 1px #90c73d;
}
strong{
	font-weight:bold;
}
img,
a{
	outline:none;
}

/* Reverse the direction on email add */
.codedirection {
    unicode-bidi: bidi-override;
	direction: rtl;
	/* thanks to Silvan - http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/ */
}
	
body {
    font-family: Arial, sans-serif; 
    color: #333;
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    background:#000;
	/* Centering IE */
    text-align:center;
	margin-top:10px;
	margin-bottom:20px;
}
#Wrapper{
   /*width:1200px;*/
   /* Correct Centering IE */
   text-align:left;
   /* Centering Other Browsers */
   margin: 0px auto 0px auto;
}

#WrapperInner{
	background-image:url(../images/header-bgd-full-1200-wide.jpg);
    background-repeat:no-repeat;
    background-position:center top;
    background-color:#fff;
}
#WrapperInner.homePage{
    /* Display header with NO products */
	background-image:url(../images/header-bgd-1200-wide.jpg);
}
#WrapperInnerInner{
    position:relative;
	width:100%;
	background-image:url(../images/footer-bgd-full-1200-wide.png);
    background-repeat:no-repeat;
    background-position:center bottom;
}
#WrapperInnerInner.homePage{
    background-position:-300px bottom;
}
/* Header styles */
#Header {
    clear:both;
    float:left;
    width:100%;
	height:210px;
}
#HeaderLogo {
	width:950px;
	 /* Centering Other Browsers */
    margin: 0px auto 0px auto;
}
#HomePageHeaderStrip {
    position:relative;
    width:100%;
	height:210px;
	background-image:url(../images/home-header-strip.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}
#HeaderLogo.homePage {
    position:relative;
	top:53px;
	left:25px;
    margin:0;
    width:179px;
}
#PrintLogo {
	display:none;
}
#Navigation {
	clear:both;
    float:left;
    width:100%;
	background-color:#000;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
}
#Navigation ul{
	margin: 0px auto 0px auto;
    width:995px;
}
#Navigation li{
    float:left;
    padding: 4px 24px 5px 22px;
}
#Navigation a{
     float:left;
     display:block;
     color:#fcb814;
	 font-family:verdana,sans-serif;
     text-decoration:none;
}
#Navigation .current, #Navigation .section{
     background-color:#e9a258;
}
#Navigation .current a, #Navigation .section a{
     color:#000;
}
#ContentContainer {
	position:relative;
	clear:both;
	width:995px;
	/*width:100%;*/
    margin: 0px auto 0px auto;
	margin-bottom:120px;
}

#HomePageContentContainerInner {
    position:relative;
	background-image:url(../images/home-page-vine-overlay.gif);
    background-repeat:no-repeat;
    background-position:center bottom;
}
#Breadcrumbs{
    position:absolute;
	top:0px;
	left:90px;
	font-size:0.95em;
	font-weight:bold;
	color:#333;
	text-transform:uppercase;
	font-family:verdana, sans-serif;
	padding-top:30px;
	/*padding-bottom:15px;*/
	width:820px;
	letter-spacing:0.1em;
}
#Breadcrumbs a{
	color:#dca112;
	text-decoration:none;
}
#Breadcrumbs a:hover{
	color:#dca112;
	text-decoration:underline;
}
#Content {
    float:left;
	width:650px;
	padding-left:45px;
}
#ContentWide {
	width:850px;
	padding-left:90px;
}

/* HOME PAGE SPECIFIC */

#ContentWrapperOuter{
    clear:both;
	width:100%;
	background-image:url(../images/news-headlines-bgd.gif);
    background-repeat:no-repeat;
    background-position:right 0;
	background-repeat:repeat-y;
	padding-bottom:70px;
}
#ContentWrapper{
	/*width:870px;*/
}
#Column1 {
	float:left;
	width:595px;
}
#Column2 {
	float:left;
	width:250px;
	margin-left:15px;
	margin-top:30px;
    border:solid 1px #dad9d9;
	 -moz-box-shadow: 3px 3px 4px #ccc;
     -webkit-box-shadow: 3px 3px 4px #ccc;
     box-shadow: 3px 3px 4px #ccc;
     /* For IE 8 */
     /* -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; */
     /* For IE 5.5 - 7 */
     /* filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc'); */
     /* Need to trigger 'layout' for IE6, IE 7 */
	 /* zoom:1; */
	 background-image:url(../images/middle-column-bgd.png);
}
#Column2 #MiddleColumn{
	margin:20px;
	width:210px;
}
#Column1 #Content {
	/*width:550px;*/
}
#Column3 {
	float:right;
	width:300px;
}

/* LATEST NEWS */
.latestNews{
}
.latestNews h3{
	text-transform:uppercase;
	background-color:#9bca3b;
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
	width:100%;
	-moz-box-shadow: 0px 2px 4px #666;
     -webkit-box-shadow: 3px 3px 4px #ccc;
     box-shadow: 3px 3px 4px #ccc;
     /* For IE 8 */
     -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
     /* For IE 5.5 - 7 */
     filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
     /* Need to trigger 'layout' for IE6, IE 7 */
	 zoom:1;
}
.latestNews span{
	display:block;
	margin-left:25px;
}
.latestNews ul{
   margin-top:4px;
   margin-bottom:8px;
}
.latestNews li{
    border-bottom:dotted 1px #fff;
}
.latestNews a{
    display:block;
	margin-left:25px;
	width:260px;
    font-size:0.9em;
	color:#fff;
    line-height:1.5em;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
}
#LatestRecipes {
	padding:15px 20px 15px 25px;
}
#LatestRecipes a{
	color:#fff;
	display:inline;
	margin-left:0;
	width:auto;
    font-size:0.95em;
	color:#fff;
    line-height:1.5em;
	text-decoration:underline;
}
#LatestRecipes p{
	color:#fff;
	line-height:1.4em;
	margin-bottom:0.6em;
	font-size:0.95em;
}
#RecipePhoto img{
	margin-left:25px;
	margin-top:10px;
}

/* --- PRODUCTS SECTION --- */

#ContentWide .productText{
	float:left;
    width:250px;
	margin-right:10px;
	margin-top:80px;
}
#ContentWide .productTextSize {
   font-weight:bold;
}
#ContentWide .productImage{
	float:left;
    width:275px;
    margin-right:12px;
	margin-top:80px;
}
#ContentWide .productImage img{
    width:275px;
	border:none;
	margin:0;
	padding:0;
	border:solid 1px #333;
}
#ContentWide .productImageSize {
    width:275px;
	border:solid 1px #90c73d;
	background-color:#221e1f;
}
#ContentWide .productImageSize p{
    font-size:1.2em;
    color:#fff;
	margin-left:10px;
	margin-bottom:0;
	line-height:1.7em;
}
#ContentWide #MoreFromCategory {
    margin-top:30px;
}
#ContentWide #MoreFromCategory a{
	color:#dca112;
	font-weight:bold;
	text-decoration:none;
}
#ContentWide #MoreFromCategory a:hover{
	text-decoration:underline;
}

/* --- SIDEBAR --- */
#Sidebar{
    float:left;
	width:220px;
	margin-left:30px;
	margin-top:70px;
}

/* --- RIGHT SIDEBAR SUB-NAVIGATION --- */

#SubNavigation{
	width:100%;
}
#SubNavigation h3{
	font-weight:bold;
	text-transform:uppercase;
}
#SubNavigation ul{
    width:100%;
	margin-top:10px;
}
#SubNavigation li{
    /* IE6 likes to have width specified otherwise shows height too high */
    width:100%;
	border-bottom:solid 1px #d6df22;
}
#SubNavigation ul li a{
    display:block;
    line-height:1.20em;
    padding-top:0.4em;
    padding-bottom:0.4em;
	padding-right:10px;
    text-decoration:none;
    color:#333; 
	font-size:0.9em;
}
#SubNavigation li span{
    display:block;
	/* CSS for the jQuery added image */
	background-position:right center;
	background-repeat:no-repeat;
	padding-top:0.4em;
    padding-bottom:0.4em;
	color:#333;
}
#SubNavigation li a span{
    color:#333;
}
#SubNavigation li li{
   border-bottom:none;
}
#SubNavigation li li.first a,
#SubNavigation li li.first a span{
   padding-top:0;
}
#SubNavigation li li li{
	border-bottom:solid 1px #555;
}
#SubNavigation li li li.last{
	border-bottom:none;
}
#SubNavigation li a span{
    padding:0;
}
#SubNavigation ul li ul li span{
    margin-left:10px;
}
#SubNavigation ul li ul li ul li span{
    margin-left:20px;
}
#SubNavigation ul li ul li ul li ul li span{
    margin-left:30px;
}
#SubNavigation ul li a:hover{
	text-decoration:underline;
	color:#ccc;
}
#SubNavigation a.current{
}
#SubNavigation a.current span{
	color:#dca112;
	font-weight:bold;
}


/* --- FOOTER --- */
#Footer {
    clear:both;
    width:995px;
    margin: 0px auto 0px auto;
}
#FooterInner {
	padding-left:45px;
    width:670px;
	font-size:0.9em;
	line-height:1.35em;
	padding-bottom:25px;
}
#FooterInner a{
	color:#333;
	text-decoration:none;
}
#FooterInner a:hover{
	text-decoration:underline;
}


/* --- FOOTER --- */
#Footer.homePage {
    clear:both;
	position:absolute;
	bottom:0;
}

