/*===== WhyCook2Night =====*/
/* Kill margin and padding on all elements - because different browsers have different defaults */
*{
	margin:0;
	padding:0;
}

html{
/* Fixes background nastiness when a sidebar is open in Firefox */
	min-width:900px;
}

body{
/* Use backgound image as opposed to colour so that site is still functional if images are off */
	background:#720300/*872900/*8C2900*/ url(../candy/bg.png) 0 0 repeat; /* orig ECB630 headerbg.png*/
/* Shove all content to the center of the screen for Internet Explorer 5 */
	text-align:center;
}

/*=====[ Set up container divs and add background tiles ]=====*/

#pageheadContainer,
#contentContainer,
#footContainer{
/* 100% so we can create the fullscreen width backgrounds */
	width:100%;
}

#pageheadContainer{
	background:transparent url(../candy/headerbg.png) repeat-x;
}

#contentContainer{
	background:transparent url(../candy/container.png) 50% 100% repeat-y;
/* Float left to prevent floated child divs(#article & #subContent) overflowing . aka the FnE method http://www.orderedlist.com/articles/clearing_floats_fne */
	float:left;
}


#footContainer{
	background:transparent url(../candy/footerBackground.png) repeat-x;
	clear:both;
}

ul.menu
{
list-style-type: none;
}

#pagehead,
#content,
#foot{
/* Set widths for "sub" container divs and center on the screen . fluid you say? I think not sir, you are quite mad! */
	width:900px;
	margin:0 auto;
/* Position relative so we can position children absolutley but keep them relative to their parents and not the document root - confused? Me too! */
	position:relative;
/* Shove the content back where it should be now we have convinced IE5 that center aligned websites are, infact, groovy (see body{}) */
	text-align:left;
}

#pagehead{
	height:198px;
}

#foot{
	height:225px;
}

/* More backgounds, we need more backgrounds! */
#pagehead{
	background:transparent url(../candy/header.png) 0 100% repeat-x;
}

#content{
/* Add drop shadow/fading backgound to top of content area . doesn't work on IE5/MAC . oh the shame! */
background:transparent url(../candy/container.png) 0 0 no-repeat;
/* Ensure this background tile is never cut short, min-height for Firefox and pals, _height 'hack' for Internet Exploiter */
	/*min-height:100px;
	_height:100px;*/
}

#foot{
	background:transparent url(../candy/footer.png) 100% 0 repeat-x; /*This is the centered footer*/
}

/*=====[ Set up two column layout for articles and subcontent ]=====*/

#article{
	width:650px;/*was 620*/
   display: inline;
	float:left;
	padding:0px 0 0px 0;/*was 20px bottom*/
	margin-left:26px;/*was 26px*/
border: 0px solid #000000;
}

#healthtips {
	width: 315px;
	height: 382px;
float:right;
/*position:absolute;
left: 600px;
top:10px;*/
margin-left:10px;
      text-decoration: none;
border: 0px solid #000000;
}

#cdc {
	width: 213px;
	height: 350px;
float:right;
/*position:absolute;
left: 600px;
top:10px;*/
margin-left:10px;
      text-decoration: none;
border: 0px solid #000000;
}

#bmi {
   width: 200px;
   height: 136px;
   float:right;
   margin-left:10px;
   margin-bottom:10px;
   text-decoration: none;
   border: 0px solid #000000;
}

#fda {
   width: 256px;
   height: 342px;
   float:right;

   margin-left:10px;
   margin-bottom:10px;
   text-decoration: none;
   border: 0px solid #000000;
}

#bfi {
   width: 200px;
   height: 202px;
   float:right;
margin-top:10px;
   margin-left:10px;
   margin-bottom:10px;
   text-decoration: none;
   border: 0px solid #000000;
}

#subContent{
/* Fix double margin bug in IE on floats using display:inline */
  float: left;
   display: inline;
   width: 181px;
	margin-left:21px;
   padding-bottom: 10px;
   padding-left: 1px;
   padding-right: 3px;
   padding-top: 2px;
border: 0px solid #000000;
}

/*
#subContent ul{
	color:#000080;
	font-size: 1.0em;
}
#subContent li a{
	color:#000080;
	font-size: 1.0em;
}
#subContent a:hover{
background-color:#000080;
	font-size: 1.0em;
	color:#FFFFFF;
}
*/
/*=====[ Navigations ]=====*/

#headerLink {
	width: 350px;
	height: 90px;
position:absolute;
left: -316px;
top:5px;
      text-decoration: none;
}

#headerLink {
text-align:center;
font-size:14px;
	width: 95%;
      text-decoration: none;
 color: #95CFEE;
line-height:18px;
font-weight:600;

}

#headerLink a{
      text-decoration: none;
 color: #FF9900;
font-size:12px;

}

#headerLink a:hover {
      text-decoration: none;
	background-color: #FF9900; /*777F81; */
	color: #ffffff;
}

/* Main navigation list */

#pagehead ul{
	display:block;
	position:absolute;
	top:143px;
	left:215px;
/*was  left:330px: */
}

#pagehead li{
	display:block;
	float:left;
	width:80px;
	margin-left:5px;
}

#pagehead li a{
	display:block;
	height:20px;
	text-align:center;
	color:#ffffff;
	font-size: 1.1em;
	font-weight:bold;
/* Line height same as height, which puts the text vertically centered, hoorah! */
	line-height:20px;
	text-decoration:none;
	/*text-transform:lowercase;*/
}


#pagehead a:hover, #pagehead .active a {
background-color:#F4BE60; /*F8F25F;FAE385;*/
color: #000000; 
}

#pagehead .current {/*
background: transparent url(../candy/navd.jpg) no-repeat;*/
color: #ffff00; 
}

/* ====== Side Navigation ====== */
#sidenav h2 {
	color: #000000; 
	font-size: 1.2em;
	line-height: 20px;
	margin: 0;
	padding-left: 12px;
}

#sidenav a:hover{
/* prevent background colour used on site wide anchors */
	background:transparent;
}

#sidenav {
	float: left;
	width: 180px;
margin-top:5px;
border: 0px solid #000080;
}



#sidenav ul {
padding: 0;

/*color: #4B5659;*/
	border-top: 0px solid #0674FC; 
}

#sidenav li {
	display:block;
	float:left;
margin-left:-23px; 
	width:180px;
border-bottom: 1px solid #DDCF9C;/*E6DAA6;/*00CCFF;*/
}

#sidenav li a {
      font-size: 1.0em;
font-weight:medium;
      color: #333366;
/*background: #D9EDFF;/*FCF7CA;*/
      display: block;
      padding: 1px 0 1px 5%;
      text-decoration: none;
      width: 95%;
}
#sidenav li a:hover {
	background-color: #E6DAA6;/*EBDFAB;/*F2E7B3;/*63EA42; /*777F81; */
	color: #000000;
}


/* ====== Navigation End ====== */

/* Foot navigation and FIR */

#foot ul{
	position:absolute;
	top:45px;
font-size:small;
font-weight:600;
	list-style-type:none;

}
#foot a {
      color: #F4BE60;
	text-decoration:none;
}
#foot a:hover, #foot1 a:hover, #foot2 a:hover {
background-color:#F4BE60; /*F8F25F;FAE385;*/
color: #000000; 
}

}
#foot li{
/* hide bullets */
	list-style-type:none;
}

#foot #foot1{
/* width to solve odd problem with Opera 7.5 */
      font-size: .8em;
	width:200px;
	position:absolute;
	left:300px;
	top:6px;
      color: #F4BE60;
}

#foot #foot2{
/* width to solve odd problem with Opera 7.5 */
      font-size: .8em;
	width:240px;
	position:absolute;
	left:545px;
      color: #F4BE60;
}

/* This is the anchor top button at bottom of page */
#foot #pageTop{
	position:absolute;
/* This position worked out using a highly technical formula: left a bit, right a bit, no left a bit... bingo! */
	left:487px;
	top:0px;
}

#foot #pageTop a{
	display:block;
	width:26px;
	height:17px;
	text-indent:-9999px;
	text-decoration:none;
	background:transparent url(../candy/arrow.gif) 0 0 no-repeat;
/* Float to make hit area work in... yup, you guessed it again Internet Exploder 5 */
	float:left;
}

#copyright {
	margin: 0;
	font-size: x-small;
 color: #F4BE60;
	padding: 0px 0;
	text-align: center;
}

#copyright a {
	font-size: x-small;
 color: #F7EBBB;
}

/*=====[ General params and typography ]=====*/

body{
/* relative font sizing to allowing scaling in Internet Exfoliator - http://www.clagnut.com/blog/348/*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
}

/* #content ul used to prevent main navigation, within #pagehead, list breaking */
#content ul{
	margin:0.8em 0 0.8em 1em;
	padding-left:1em;
	list-style-type:square;
}

ol{
	margin:0.8em 0 0.8em 1em;
	padding-left:1em;
	/*list-style-type:lower-roman;*/
             list-style-type: decimal;
}

ol ol { list-style-type: lower-alpha;
	margin:0.1em 0 0.8em 1em;
	padding-left:1em;
}

blockquote{
	margin:0.2em 0 0.2em .03em;
line-height:1.4em;
	padding-left:.5em;
	font-style:italic;
	border-left:4px solid #E4C070; /*ECB630*/ /*F5E080*/
}

#smallprint{
	margin:0.3em 0 0.3em 1em;
	font-size:.9em;
line-height:1.1em;
	color:#000000;
	font-weight:medium;
	text-decoration:none;
	padding-left:1em;
	font-style:italic;
	border-left:2px solid #0033CC;
}

#disclaimer{
	margin:0.3em 0 0.3em 1em;
	font-size:1.0em;
	color:#0033CC;
	font-weight:medium;
	text-decoration:none;
	padding-left:1em;
	font-style:italic;
	border-left:2px solid #66CC33;
}

#disclaimerbot{
text-align:center;
	font-size:0.9em;
	color:#0033CC;/*0033CC;66CC33*/
	font-weight:medium;
	text-decoration:none;
	font-style:italic;
line-height:14px;
}

/*Set font size for content area */
#content{
	font-size:1.2em;
}

p{
	margin:0.3em 0 0.6em 0;
}

#article a{   /*  ============= was originally only a ================ */
	color:#0033CC;
	font-weight:medium;
	text-decoration:none;
}
#article a:hover{    /*  ============= was originally only a ================ */
	background:#0033CC;
	color:#FFF;
}

#article{
	/*font-size:1.2em;*/
	color:#000000;
	line-height:1.7em;
text-align:left;
/*font-family:Georgia, Times New Roman, Times, serif;*/
}
#article p{
	font-size:1.1em;
}
/*--------------- Another UL ----------------*/


/*--------------- END Another UL ----------------*/
/*===== Set up leftSide layout =====*/
#leftSide {
	width: 173px;
	height: 1%;
padding:4px;
float:left;
/*position:absolute;
left: 600px;
top:10px;*/
margin: 0px 0 0px 0px;
      text-decoration: none;
/* hide bullets */
	list-style-type:none;
border: 1px groove #009900;/*DCDEDD;*/

}

#leftSide h4{
	color:#631A22;
	font-size:1.2em;
line-height:1.3em;
 font-family:Georgia, Times New Roman, Times, serif;
/*padding-left:5px;*/
text-align:center;
font-style:italic;
padding:3px 0 3px 0;
	margin:0 0 0 0;
background: #ECB630; /* green 22A350;*/
}

#leftSideContent {
padding:0 0 0 0;
text-align:left;
	margin:0px 0px 0px 0px;
	/*padding-left: 1em;*/
	list-style-type:nonee;
border: 1px  ridge #DCDEDD;
background: #F0FFE3;/*FEFFFB; */

}

#leftSideContent a{
	color:#B6191D;/*636331;*/
	font-size:1.3em;
line-height:1.3em;
	font-weight:bold;
	text-decoration:none;
}

#leftSideContent a:hover{
	background:#B6191D;
	color:#FFF;
line-height:1.3em;
}
/*--------------- Another UL ----------------*/
	font:normal 62.5%/1.8em Arial, Helvetica, sans-serif;
span.black {
font-size:.9em;
font-style:medium /*italic;*/
color: #000000;/*F3E3AB;*/
font-weight: 300;
line-height: 1.0em;
}

span.yellow {
font-style:oblique; /*italic;*/
background-color:#FFFF00;
line-height: 20px;
}

span.blue {
font-size:1.2em;
font-style:bold; /*italic;*/
color: #000080;/*F3E3AB;*/
font-weight: 700;
line-height: 1.0em;
}

span.blue1 {
font-size:1.1em;
font-style:bold; /*italic;*/
color: #000080;/*F3E3AB;*/
font-weight: 700;
line-height: 1.0em;
}

span.about {
font-size:1.1em;
font-style:bold; /*italic;*/
color: #1E5CCA;/*F3E3AB;*/
font-weight: 700;
line-height: 1.0em;
}

span.red {
font-size:1.2em;
font-style:bold; /*italic;*/
color: #FF0000;/*F3E3AB;*/
font-weight: 700;
line-height: 1.2em;
}

span.red1 {
font-size:1.0em;
font-style:bold; /*italic;*/
color: #FF0000;/*F3E3AB;*/
font-weight: 700;
line-height: 1.2em;
}

/* --------------------- END --------------------- */

div.hr {
  height: 15px;
  background: #fff url(../candy/hr600sm.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

div.hr1 {
  height: 19px;
  background: url(../candy/hr600.gif) no-repeat scroll center;
}
div.hr1 hr1 {
  display: none;
}

h1,
h2,
h3,
h4
h5
h6{
 font-family:Georgia, Times New Roman, Times, serif;
}

h2{
	color:#B6191D;/*003366;*/
	margin-bottom:.1em;
	line-height:1.5em;
	font-size:1.5em;
}

h3{
	color:#631A22;/*DD301D; /*000099;*/
	margin:0.1em 0 0.1em 0;
	font-size:1.3em;
}

h4{
	margin:0.1em 0 0.1em 0;
	font-size:1.2em;
	color:#FF0000;
}

h5{
	margin:0.1em 0 0.1em 0;
	color:#0066FF;
	margin:0.8em 0 0.6em 0;
	font-size:1.2em;
}

h6{
	color:#000000;
	margin:0.8em 0 0.6em 0;
	font-size:0.8em;
}

/* Frame images */
img{
	padding:2px;
	border:0px solid #F2F2F2;
}

.img {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
  float:right;
		width:256px;
}

.img300 {
		border:0px solid #996;
		margin:0 auto;
		padding:0px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:300px;
                           height:165px;
}

.img300p {
		border:0px solid #996;
		margin:0 auto;
		padding:0px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:300px;
                           height:170px;
}


.img400 {
		border:0px solid #996;
		margin:0 auto;
		padding:0px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:400px;
                           height:220px;
}

.img262 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:200px;
                           height:262px;
}

.img250 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:250px;
                           height:188px;
}

.img200 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:6px;
margin-right:0px;
margin-bottom:6px;
margin-left:10px;
                           float:right;
		width:200px;
                           height:305px;
}


.img225 {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:4px;
margin-right:0px;
margin-bottom:4px;
margin-left:8px;
                           float:right;
		width:225px;
                           height:150px;
}

.img120ad {
		border:0px solid #996;
		margin:0 auto;
		padding:2px;
margin-top:4px;
margin-right:0px;
margin-bottom:4px;
margin-left:8px;
                           float:right;
		width:120px;
                           height:240px;
}
.img695 {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:200px;
   height:695px;
}

.img220 {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:220px;
   height:695px;
}

.img625 {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:225px;
   height:625px;
}

.img556 {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:200px;
   height:556px;
}

.img225 {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:225px;
   height:500px;
}

.imgpackage {
   border:0px solid #996;
   margin:0 auto;
   padding:2px;
   margin-top:6px;
   margin-right:0px;
   margin-bottom:6px;
   margin-left:10px;
   float:right;
   width:200px;
   height:250px;
}

.img150 {
   border:1px solid #996;
   margin:0 auto;
   float:right;
   padding:2px;
   width:150px;
   height:50px;
}

.img80 {
		border:0px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 150px;
  height: 80px;
}

.img70 {
		border:0px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 140px;
  height: 70px;
}

.img60 {
		border:0px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 140px;
  height: 60px;
}

.img50 {
		border:0px solid #CEC6AF;
		/*margin:0 auto;*/
  margin-bottom: 6px;
  margin-left: 12px;
  margin-right: 0px;
  margin-top: 6px;
		padding: 4px;
  float:right;
		width: 140px;
  height: 50px;
}

/* Sub Content */

#subContent h2{
	font-size:1.4em;
}

#subContent h3{
	font-size:1.3em;
}