#tasteguide {
	float: right;
	}
	
#tasteguideContent {
	border: 1px solid #ff9933;
	background: #ffffff;
	padding:5px 0;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
	width: 85%;
	margin: 0 auto;
	}
	
#tasteguideHeading {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 10px auto 0 auto;
	height: 30px;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
	background: #ff9933;
	border: 1px solid #ff9933;
	}

#nuts, #mild, #medium, #hot, #veryhot, #veg, #dairy {
	font-family: 'takeawaybold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 70px;
	height: 25px;
	width: 95%;
	margin: 0 auto;
	font-size: 12pt;
	line-height: 30px;
	text-align: left;
	}

.tasteguidedesc {
	padding: 0 10px 0 75px;
	font-size: 12px;
	line-height: normal;
	display: block;
	}

#mild {
	background: url(../images/icons/1red.png) left center no-repeat;
	}

#medium {
	background: url(../images/icons/2red.png) left center no-repeat;
	}

#hot {
	background: url(../images/icons/3red.png) left center no-repeat;
	}

#veryhot {
	background: url(../images/icons/4red.png) left center no-repeat;
	}

#veg {
	background: url(../images/icons/veg.png) left center no-repeat;
	}

#dairy {
	background: url(../images/icons/dairy.png) left center no-repeat;
	}

#nuts {
	background: url(../images/icons/nuts.png) left center no-repeat;
	}
