a {
	color:#D59911; 
}

a: hover {
	color:#333333; 
}

body {
	/* bg colour of the inner section, true bg colour is #CBA755 */
	background-color: #CDCDCD;
	background-image: url(/foodservicenz/imgs/bg.gif);
	padding: 0px;
	margin: 21px 10px 5px 10px;
}

/* p style removed here for the products content */
td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5D5D5D;
	line-height: 16px;
}

img {
	border: 0px;
}

td {
	vertical-align: top;
}

.hLine {
	width: 100%;
	height: 1px;
	background-color: white;
}

.hDottedLine {
	width: 100%;
	height: 1px;
	background-image: url(/foodservicenz/imgs/bg_dot.gif);
	background-repeat: repeat-x; 
}

/* celebration banner */
.90years {
	position:relative;
	top:-4px;	
	margin-bottom:-4px;
	text-align:center;
}

#pageHead {
	border-top: 1px solid white; 
	width: 563px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 5px;
	background-color: white;
}

.pageHeading {
	height: 14px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #86C4AB;
	/*darker green color: #2C7D75;*/
	margin-top: 5px;
	margin-bottom: 3px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #2C7D75;
	line-height: 16px;
	margin-top: -1px;
	margin-bottom: 2px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #2C7D75;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #5D5D5D;
	line-height: 16px;
	margin-bottom: -5px;
}

/* h4 used as the heading in recipes title detail page*/
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #BD6A12;
	line-height: 18px;
	margin-top: -1px;
	margin-bottom: 2px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #2C7D75;
	line-height: 18px;
	margin-top: -1px;
	margin-bottom: 2px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #2C7D75;
	line-height: 16px;
	margin-top: -1px;
	margin-bottom: 2px;
}

.bodyTable {
	border-collapse: collapse;
	border: 1px solid white;
}

#bgWhite {
	background-color: white;
}

#bgGrey {
	background-color: #E5E5E5;
}

#bgPaleGreen {
	background-color: #D1EDE2;
}

#bgMidGreen {
	background-color: #9DD3C4;
}

/* this green is used for the header */
/* modified while we display the 90 years banner
#bgMid2Green {
	background-color: #85B9AC;
}
*/
#bgMid2Green {
	background:#FFF url(/foodservicenz/imgs/bg_header.gif) top left repeat-y;
}

#bgDkGreen {
	background-color: #4E978D;
}

.column1 {
	width:174px;
	height: 300px;
	background-color: #D1EDE2;
	border-top: 1px solid white;
}

.column2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 392px;
	height: 320px;
	background-color: white;
	border-top: 1px solid white;
}

.column2 a:link, .column2 a:visited { text-decoration: none; color:#D59911; }
.column2 a:hover { text-decoration: none; color:#4E978D; }
.column2 a:active { text-decoration: none; color:#D59911; }

.column3 {
	padding-right: 5px;
	padding-top: 25px;
	padding-bottom: 13px;	
	width: 171px;
	background-color: white;
	border-top: 1px solid white;
}

#contentIntro {
	width: 366px;
	margin-bottom: 18px;
	margin-top: 2px;
}

#contentIntroImgMid {
	width: 143px;
}

.contentIntroImg {
	margin-top: 1px;
	margin-right: 10px;
}

#moreLink {
	background-image: url(/foodservicenz/imgs/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 6px;
	padding-bottom: 3px;
}

#moreLink a:link, #moreLink a:visited { text-decoration: none; color:#BD6A12; }
#moreLink a:hover { text-decoration: none; color:#D59911; }
#moreLink a:active { text-decoration: none; color:#BD6A12; }

/* start right hand column stuff (col3) */
#spacer {
	height: 16px;
}

#contentPromo {
	width: 171px;
	/*margin-bottom: 16px;*/
	background-color: #F7ECDA;
}

#contentPromo td {
	border-bottom: 1px solid #EAB469;
}

#contentPromoH1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 5px;
	color: #845240;
	font-size: 12px;
	font-weight: bold;
	background-color: #F7E5C7;
}

#contentPromoImg {
}

#contentPromoTxt {
	padding-top: 4px;
	padding-bottom:2px;
	padding-left: 7px;
	padding-right: 5px;
}

#moreLinkPromo {
	background-image: url(/foodservicenz/imgs/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left: 13px;
	padding-bottom: 3px;
}

#moreLinkPromo a:link, #moreLinkPromo a:visited { text-decoration: none; color:#BD6A12; }
#moreLinkPromo a:hover { text-decoration: none; color:#D59911; }
#moreLinkPromo a:active { text-decoration: none; color:#BD6A12; }
/* end right hand column stuff (col3) */

#backToTop {
	background: url('/foodservicenz/imgs/btn_arrow.gif') no-repeat 0 10px;
	padding-left: 7px;
	padding-top: 6px;
}

/* r/h column image spacer*/
.rhGrainImg {
	width: 158px;
	height: 7px;
	margin-top: 12px;
	margin-bottom: 13px;
}

.errorMsgTxt {
	color: #00CC00;
}
