@import url(navigation.css);
@import url(advice.css);
@import url(balance.css);
@import url(explain.css);
@import url(home.css);
@import url(meal.css);
@import url(recipe.css);
@import url(spread.css);

*{	margin: 0;
	padding: 0;
}

body{
	font-family: tahoma, Arial, Sans-Serif;
	color: #666666;
	font-size: 75%;
	width: 100%;
}

a{color: #666666; text-decoration: none;}

.floatright{float: right;}
.floatleft{	float: left;}

h1{	font-size: 190%;}
h2{	font-size: 130%}
h3{	font-size: 120%}

.small-text{font-size: 90%;}

.error-text{color: #DC143C;	font-weight: bold;}

.italics{font-style: italic;}

h1 span, h2 span, h3 span{
	visibility: visible;
}


/*PRINT STYLES*/
img{display: none;}
img.print-logo{	display: inline;}

#main-nav{display: none;}

#secondary-nav{display: none;}

div{width: 750px;	float: left;}

#right-col-lower{display: none;}

#recipe-right-col{	display: none;}

#recipe-left-col .small-text{
	color: #333333;
	float: left;
	width: 750px;
}

#nutri-inner{color: #000000; padding-left: 0px;}
#nutri-inner table{border-collapse: collapse; width: 550px; }
#nutri-inner td{border: thin solid #000000; border-collapse: collapse; padding-left: 5px; }

.nodisplay{	visibility: hidden;}

.display-none{display: none;}

.clear{	clear: both;}

#shell{width: 100%; background:url(../img/recipe_bck2.gif) no-repeat top center; }
#shell2{width: 100%; background:url(../img/explain_bck.gif) no-repeat top center; }

#screenreader{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	overflow: hidden;
}

#all{ width: 750px; margin:0; }

#cont-container{
	float: left;
	width: 750px;
	text-align:left;
}

#header{
	float: left;
	width: 750px;
	background: url(../img/bg_yellow1.gif) repeat-y;	
}

#main-body{
	width: 750px;
	background: url(../img/bg_main_page.gif) repeat-y;
}

#main-body a{
	color: #A34F0A;
	text-decoration: underline;	
}

#main-content-left{
	float: left;
	width: 500px;
}

#main-content-inner{
	margin: 20px 0 30px 30px; 
}

#main-content-inner p{
	padding: 5px 0 10px 0px;
}

#main-content-inner ol, ul{
	margin: 10px 0px 10px 25px;
}

#main-content-inner li{
	padding: 0 0 5px 0;
}

#footer{
	display: none;
	
}

#footer-right{
	float: right;
	width: 400px;
	
	font-size: 95%;
	text-align: right;
}

#footer-right p{
	margin: 25px 30px 20px 0px;
}

.footimg{
	float: left;
	margin: 10px 0px 10px 25px
}

/* Info Pages */
#info-head1{
	background:url(../img/legalnotice_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head2{
	background:url(../img/sitemap_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head3{
	background:url(../img/privacypolicy_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head4{
	background:url(../img/accessibility_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head5{
	background:url(../img/heartuk_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head6{
	background:url(../img/aboutflora_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}

#info-head7{
	background:url(../img/hd_at_5.gif) no-repeat;
	margin: 40px 0 20px 0;
}

/*ABC Pages*/
#abc-shell{
	float: left;
	width: 750px;
	margin:  40px 0;
}

#abc-shell table{
	width: 690px;
	margin: 0 0px 0 10px;
}

#abc-shell td{
	vertical-align: top;
}

#abc-shell td.text{
	padding-top: 20px;	
}

.img-poster{
	float: right;
	margin-right: 100px;
	margin-top: 20px;
}

/* Kids Activities */
#activ-head{
	background:url(../img/kidsactivities_header.gif) no-repeat;
	margin: 40px 0 20px 0;
}
