html, body {
	width: 100%;
	height: 100%;
	}

body {
	background-color: #ccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 75%;
	color: #333;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	text-align: center;
	}

table, tr, td, input, select, textarea, ol, ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	}

ul {
    list-style-type: square;
    }
/*
=rollover button
---------------------------------------------- */

a.button {
	display: block;
	cursor: pointer;
}

a.button span {
	text-indent: -999em;
	font-size: .1em;
    }

@media all { /*hides from Mac IE5*/
    a.button span {
	position: absolute;
	left: -999em;
    }
}



/* page layout divs */

#container {
    text-align: center;
    margin: 20px auto .6em;
    background: #B9B9B9;
    border: 2px solid #fff;
    padding: 5px;
    width: 730px;
    }

#content {
    background: #fff url(/images/nav_bg.gif) left repeat-y;
    position: relative;
    text-align: left;
    padding: 1px 14px 1.6em 198px;
    height: 600px; /* ie treats as min-height */
    min-height: 600px; /* ie ignores */
    width: 730px;
  	voice-family: "\"}\""; /*  Box model hack*/
	voice-family: inherit;
    width: 518px; /*  ie won't read this */

    }


*>div#content
{
    height: auto; /* ie ignores child selector, modern browsers replace height declaration */
    width: 518px;
}


#sidenav {
    background: url(/images/nav_bg_shadow.jpg) no-repeat;
    width: 178px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    }

img.flame { display: none; }
@media all { /*hides from Mac IE5*/
    img.flame { display: block; position: absolute; bottom:10px; left: 0;  }
}

 /* content styles begin */

a img, img { border: 0;  }

img.display {
	margin: .5em 0 .5em .5em;
	padding: 5px;
	border: 1px solid #ccc;
	float: right;
	position: relative;

	}

a   {
	color: #f00;
	text-decoration: underline;
	}

a:hover {
	color: #f00;
	text-decoration: none;
	}

h1, h2, h3, h4 {
	  font-family: georgia, times, times-new-roman, serif;
	}

h1  {
	font-size: 2.6em;
	text-align: left;
	letter-spacing: .07em;
	font-weight: normal;
	line-height: 1.4em;
	color: #f00;
	margin: 1em 0 .3em 0;
	padding: 0 0 0 30px;
	background: url(/images/b_flame_sm.gif) 0 .3em  no-repeat;
	}

h2  {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #f00;
	margin: 0 0 .3em 0;
	padding: 0;
	font-weight: normal;
	}



h3  {
	font-family: arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #f00;
	margin: 1em 0 .5em 0;
	padding: 0;
	}

h4  {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	margin: 0 0 .3em 0;
	}

h4.zone
{
    font-size: 1.5em;
    font-weight: bold;
}

h4.recipe {
	border-bottom: 1px solid #ccc;
	clear: both;
	padding: 1em 0 .2em;
	margin-bottom: .5em;
    }

h1 + h4.recipe, p + h4.recipe  {
    clear: none;
    }

.hide {
    position: absolute;
    left: -999em;
    }

p   {
	margin-top: 0;
    }


/* =index page only styles */

#i_content {
    background: #fff;
    position: relative;
    text-align: left;
    width: 720px;
    }

#homepage td {
    color: #333;
    line-height: 1.3em;
    font-size: .95em;
    background: #fff;
    }


#i_nav {
    text-align: center;
    padding: 0 0 0 50px;
    height: 30px;
    background: url(/images/i_nav_bg.gif) repeat-x;
    border-bottom: 5px solid #666;

    }

#i_nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
   }

#i_nav li {
   margin: 0;
   padding: 0;
   display: inline;
   }

#i_nav a {
    height: 21px;
    margin-top: 4px;
    float: left;
    }

#i_utility_nav {
    background: url(/images/i_rotw.gif) no-repeat;
    text-align: right;
    height: 77px;
    }

#i_utility_nav a {
    color: #fff;
    font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
    margin: 0 .2em;
    text-decoration: none;
    background: #666;
    font-size: .9em;
    }

#i_utility_nav a:hover {
    text-decoration: underline;
    }


ul#index {
   list-style: none;
   padding: 0;
   margin: 20px 0;
   }

ul#index li {
   display: inline;
   background: none;
   padding: 0;
   margin: 0;
   }

#index a {
	color: #fff;
	text-decoration: none;
	line-height: 1.4em;
	margin: 0 6px 5px;
	text-transform: uppercase;
	padding-left: 8px;
    font-weight: bold;
    background: url(/images/arrow_white_sm.gif) 0 4px no-repeat;
	}

#index a:hover {
   text-decoration: underline;
   }




/* inside page sidenav styles */

#sidenav ul {
   list-style: none;
   padding: 0;
   margin: 40px 0 0 10px;
   }


#sidenav li {
    margin: 4px 0;
    padding: 0;
    width: 154px;
    }

#sidenav a {
	padding: 0 6px 0 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
	}

#sidenav a:hover, #sidenav a.active {
    border-top: 1px solid #B90000;
    border-bottom: 1px solid #FF6666;
	}


/* inside page side_sub_nav styles */

ul#sub {

   list-style: none;
   margin: 0 0 .5em 0;
   padding: 0 0 .5em;
   border-bottom: 1px solid #FF6666;
   }

ul#sub li {
   padding: 0;
   margin: 0;
   }

ul#sub a {
   font-size: 1em;
   color: #000;
   border: none;
   text-decoration: none;
   margin: 0 0 0 20px;
   padding: 0;
   }

ul#sub a:hover {
   text-decoration: underline;
   border: none;
   }

 ul#sub a.active {
   text-decoration: underline;
   font-weight: bold;
   border: none;
   }



	/* NEWS ARTICLES */


.news-item img, img.news-item {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px;
    }
.news-item p {
	margin-bottom: 5px;
	padding-right: 10px;
    }
.seperator {
	clear: both;
	height: 1px;
    }




/* ---- */


ul.flame {
   list-style-type: disc;
   list-style-image: url(/images/bullet.gif);
   margin: .5em 0 1em 2em;
   padding: 0;
   }

ul.flame li {
   margin-bottom: .3em;
   line-height: 1.5em;
   }



div.ingredients {
	width: 170px;
	float: left;
    }

.ingredients ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}

.ingredients li {
	background: none;
	margin: .3em 0;
	padding-left: 0;
	}


div.method {
	margin: 0 0 0 180px;
    }

.red {
    color: #f00;
    }

dt  {
    margin-bottom: .4em;
    }

.more{
   background: #fff;
   text-align: right;
   clear: both;
   }

.more a {
   text-transform: uppercase;
   font-weight: bold;
   font-size: .9em;
   text-decoration: none;
   background: url(/images/arrow_right.gif) right no-repeat;
   padding-right: 12px;
   }

.more a:hover {
   text-decoration: underline;
   }

.top {
   background: #fff;
   text-align: right;
   clear: both;
   }

.top a {
   text-transform: uppercase;
   font-weight: bold;
   font-size: .9em;
   text-decoration: none;
   background: url(/images/arrow_up.gif) right no-repeat;
   padding-right: 12px;
   }

.top a:hover {
   text-decoration: underline;
   }

input, select, textarea {
	display: block;
	margin-bottom: 1em;
	background-color: #fff;
	}

a.pdf {
   background: url(/images/pdf.gif) left no-repeat;
   padding: 4px 0 4px 24px;
   margin-bottom: .5em;
   }

a.media {
   background: url(/images/pdf.gif) left no-repeat;
   padding: 4px 0 4px 24px;
   margin-bottom: .5em;
   }

/* Media icon types
--------------------------------------------*/
dl.icon_list {
    list-style: none;
    padding: .5em 1em 1em;
    margin: 0;
    float: left;
    }
.icon_list dt {
   margin: 1em 0 0;
   color: #000;
   font-weight: bold;
   }

.icon_list dd {
    margin: 0;
    padding: 0;
}
.icon_list a {
    padding: 3px 0 4px 24px;
    }

a.media { background-position: 0 3px; background-repeat: no-repeat; }



/*
=commerce_block -------------------------------------------------------------- */

.commerce_block
    {
    line-height: 1.4em;
    font-size: .95em;
    width: 420px;
    }
.commerce_block h3
    {
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
    width: 420px;
    padding-left: .5em;
    margin-bottom: 1em;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ccc;
    background: #F4F2F2;
    float: left;
    position: relative;

    }

.commerce_block h3 span
    {
    position: absolute;
    right: .6em;
    color: #f00;
    }

.commerce_block ul
    {
    line-height: 1.2em;
    margin: .5em 0;
    padding: 0 0 0 1.4em;
    }

.commerce_block li
    {
    margin: 0 .2em;
    }


.commerce_detail
    {
    float: left;
    width: 240px;
    border-left: 1px solid #ccc;
    padding: 0 0 0 12px;
    }

.commerce_detail table
   {
   color: #777;
   font-size: 1em;
   width: 100%;
   }

.commerce_detail td
   {
   padding: 0 0 .3em 0;
   background: url(/images/i_h_dots_grey.gif) repeat-x bottom;
   }

.commerce_detail input
   {
   margin: 0;
   padding: 0;
   font-size: .9em;
   }

.order_summary
   {
   clear: both;
   width: 420px;
   padding-top: 2em;
   }

 .order_summary .total td
    {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    }

td#footer {
	font-size: .95em;
	line-height: 1.4em;
    padding: .3em 15px .5em 15px;
	color: #666;
	text-align: center;
	}

td#footer a {
    text-decoration: underline;
    color: #666;
	}

td#footer a:hover {
    text-decoration: none;
    color: #333;
	}

div#copy {
    font-size: .9em;
    text-align: center;
    clear: both;
    padding-top: 75px;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Mailing List
--------------------------------------------*/

div.m_list_div
{
    float: right;
    position: relative;
    padding: 5px;
    border: 1px solid #ccc;
    background: #fff;
    color: #000;
    width: 200px;
    margin: 0 0 0 1em;
}

div.m_list_text
{
    background: #eee;
    padding: .5em
}


h3.m_list
{
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.link {
    text-align: center;
    margin: 3em 0;
}

#feature img#logo {
    margin: 0 0 1em 0;
}

#feature ul {
    margin: 0 0 1em 28px;
    padding: 0;
}

.strike {
	text-decoration: line-through;
}

.special {
	color: red;
	font-weight: bold;
}
