/********************************************************/

/*	GLOBAL PAGE SETUP - BODY, FONTS	*/

/********************************************************/

body, html {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px; 
	color: #666;
	margin: 0; 
    padding:0;
	}
	
body {
	background-color: #332F2F;
	}

p, h1, h2, h3, h4, h5, h6, table, form, code, pre, fieldset, legend, dl, dt, dd {
	margin:0; padding:0; border: none;
	color: #666666;
	position: relative;
	}

table, tr, td {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #999;	
	}


a:link, a:visited {
	color: #B08A16; 
	text-decoration: none;
	}

a:hover, a:active {	
	color: #B08A16; 
	text-decoration: underline; 
	}
	
	
div.clearer {
	width: 98%;
	height: 1px;
	font-size: 1px;
	clear: both;
	}


/*==================================*/

/*	CONTENT CONTAINER				*/

/*==================================*/

#central_coast_cooking {
	position: relative;
	background-image: url(../central_coast/cooking.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: white;
	width: 100%;
	margin: 0;
	padding: 0 0 2px 0;
	z-index: 0;
	}


/*==================================*/

/*	HEADER + LOGO					*/

/*==================================*/

#cooking {
	position: relative;
	width: 900px;
	height: 143px;
	margin: 0 auto;
	text-align: center;
	clear: both;
	}
	
	/* logo */
	#cooking img.iflavour {
	float: left;
	padding: 9px 0 0 60px;	
	}
	
	/* top text */	
	#cooking_classes_avoca {
		/* w 377, h 95  */
		float: left;
		width: 337px;
		height: 65px;
		padding: 20px 20px 10px 20px;
		margin: 20px 0 0 66px;
		text-align: justify;
		color: #F3F3F3;
		background-image: url(../central_coast/cooking_lessons.png);
		background-repeat: no-repeat;
		background-position: 0 0;
	}
	#cooking_classes_avoca p { color: #ccc; font-size: 12px; line-height: 160%; }


	.cooking_lessons {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	}
	
		.central_coast .lft {	
		background-image: url(../central_coast/vegetarian.gif); 
		left: 0;
		}
		
		.central_coast .rght {	
		background-image: url(../central_coast/italian.gif);
		right: 0;
		}
	
	.culinary {
	width: 12px;
	height: 46px;
	position: absolute;
	top: 5px;
	}
	
		.central_coast .avoca {	
		background-image: url(../central_coast/avoca.jpg); 
		left: 5px;
		}
		
		.central_coast .nsw {	
		background-image: url(../central_coast/nsw.jpg);
		right: 5px;
		}	
	

/*==================================*/

/*	CONTENT CONTAINER				*/

/*==================================*/

/* MAIN BODY CONTAINER */
#mid { 
	width: 966px;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0 13px 0 13px;
	text-align: center;
	background-image: url(../central_coast/food_flavour.gif);
	background-repeat: repeat-y;
	background-position: 689px 0;	
	z-index: 2;
	overflow: visible;
	}
	
	#mid:after {
	content:"";
	display:block;
	clear:both;		}
	* html #mid { height:1px;	}	

	/* right curves */
	#mid .thai_cooking,
	#mid .italian_cooking {
	width: 290px;
	height: 8px;
	position: absolute;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	z-index: 99;
	}

		#mid .thai_cooking {
		background-image: url(../central_coast/thai_cooking.gif);
		top: 0;
		right: 13px;
		}
		
		#mid .italian_cooking {
		bottom: 0;
		right: 13px;
		background-image: url(../central_coast/italian_cooking.gif);
		background-position: left bottom;
		}

	div.features {
	position: relative;
	float: right;
	width: 288px;
	margin: 0;
	/* see styling for features at line ~760 */
	}
	
	div.cooking_classes {
	/* mid-left container */
	width: 668px;
	min-height:130px; 
	height:auto !important; 
	height:130px; 
	position: relative;
	float: left;
	margin: 0 8px 0 0;
	z-index: 1;
	}
	
	div.cooking_classes:after {
	content:"";
	display:block;
	clear:both;
	}
	* html div.cooking_classes { height:1px;	}

	/* CORNERS  */
	div.cooking_tl,
	div.cooking_tr,
	div.cooking_bl,
	div.cooking_br {
	position: absolute;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	z-index: 3;
	padding: 0;
	margin: 0;
	}	
	
	div.cooking_tl {
	top: 0;
	left: 0;
	background-image: url(../central_coast/cooking_tl.png); 
	}
	div.cooking_tr {
	top: 0;
	right: 0;
	background-image: url(../central_coast/cooking_tr.png);
	background-position: right top;
	}
	div.cooking_bl {
	bottom: 0;
	left: 0;
	background-image: url(../central_coast/cooking_bl.png); 
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);	
	}
	div.cooking_br {
	bottom: 0;
	right: 0;
	background-image: url(../central_coast/cooking_br.png); 
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);	
	}

	div.cooking_border {
	/* w=668px, -12p, -4b */
	width: 652px;
	min-height: 120px; 
	height: auto !important; 
	height: 120px;
	margin: 0 auto;
	padding: 6px 6px 6px 6px;
	text-align: left;
	color: #AAA;
	position: relative;
	border: 2px solid #ececec;	
	z-index: 1;
	}	
	
		div.cooking_border:after {
		content:"";
		display:block;
		clear:both;
		}
		* html div.cooking_border { height:1px;	}


/* feature pane footer - black bg */
#natural_flavour {
	width: 100%;
	height: 320px;
	background-color: #000;
	z-index: 1;
	}


/*==================================*/

/*	CONTENT - DEFAULT STYLES		*/

/*==================================*/

div.content {
	z-index: 4;
	position: relative;
	padding-bottom: 6px;
	text-align: left;
	}
	
.Sub {
	width: 650px;
	float: left;
	}

div.content p	{
	font-size: 12px;
	line-height: 175%;
	text-align: left;
	margin: 8px 10px 7px 0;
	padding: 0 0 0 14px;
	text-align: justify;
	}
	
	div.content strong, div.content b {
	color: #555;
	font-weight: bold;
	}

	
div.content p a:link, div.content p a:visited { 	color: #B08A16; text-decoration: none; }
div.content p a:hover, div.content p a:active {	color: #B08A16; text-decoration: underline; }


/* page/main header */
div.content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	padding: 12px 0 5px 14px;
	margin: 0 0 7px 0;

	}

/* content sub-header */	
div.content h2 {
	font-family: Arial, Helvetica, "Century Gothic", sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #C2A44A;
	padding: 5px 0 0 0;
	margin: 18px 0 10px 14px;
	border-bottom: 1px solid #EBE1C2;
	}	

/* item header - also see table.categories td */
div.content h3 {
	font-size: 19px;
	color: #B08A16;
	font-weight: normal;
	padding: 0 0 0 14px;
	margin: 20px 0 4px 0;
	}	

div.content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	padding: 5px 0 2px 5px;
	}	

/* dotted top bottom, grey - custom field hd  */
div.content h5 {
	font-size: 14px;
	font-weight: normal;
	color: #777;
	letter-spacing: 3px;
	padding: 7px 0 5px 14px;
	margin: 0 0 6px 4px;
	}	
	div.content h5 a { color: #aaa; text-decoration: none; }
	div.content h5 a:hover { color: #F90; text-decoration: none; }	
	
/* dotted top bottom, grey - custom field hd  */
div.catheader {
	width: 646px;
	height: 14px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 7px 0 5px 14px;
	margin: 0 0 6px 4px;
	background-image: url(../central_coast/h5.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: none;
	}	
	div.catheader a { color: #aaa; text-decoration: none; }
	div.catheader a:hover { color: #F90; text-decoration: none; }		

/* cross reference */	
div.content h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #aaa;
	margin: 10px 0 8px 14px;
	}


div.content ul {
	list-style-type: none;
	position: relative;
	margin: 3px 0 20px 20px;
	padding: 0;
	overflow:hidden;	
}

div.content li {
	color: #888;
	background-image: url(../central_coast/bullet_star.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 0 18px;
	margin: 5px 0 6px 8px;
	overflow:hidden;
	line-height: 120%;
	}

div.content ul.crossRef li {
	font-size: 11px;
	color: #888;
	background-image: url(../central_coast/bullet_crossref.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 12px;
	margin: 0 0 6px 8px;
	overflow:hidden;
	line-height: 120%;
	}
	div.content ul.crossRef li a { color: #888; text-decoration: none; }
	div.content ul.crossRef li a:hover { color: #C2A44A; text-decoration: underline; }	


/* BACK LINK in content header for categories and item view */
div.content a.link:link, div.content a.link:visited {
	text-decoration: none;
	color: #999;
	padding-bottom: 0;
	margin-bottom: 0;
	} 
	div.content a.link:hover, div.content a.link:active { color: #333; }

div.breadcrumb {
	padding: 2px 0 8px 14px;
	font-size: 11px;
	color: #666;
	}

	div.breadcrumb a:link, div.breadcrumb a:visited {
	text-decoration: none;
	color: #999;
	} 
	div.breadcrumb a:hover, div.breadcrumb a:active { 
	color: #333;
	}

/* TABLE, default style */
table {
	width: auto;
	color: #e2e2e2;
	margin-left: 14px;
	}

table th {	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #aaa;
	padding: 3px 12px 8px 0;
	vertical-align: top;
	width: auto;
	white-space:nowrap;
 }

table td {	
	font-weight: normal;
	color: #777;
	padding: 2px 0 8px 3px;
	vertical-align: top; }
	
	table td a:link, table td a:visited {	
	color: #999933;
	text-decoration: none;
	}
	
	table td a:hover, table td a:active {	
	text-decoration: underline;
	}	


/* TABLE, contacts (address details and custom fields) */
div.content table.contacts {
	width: auto;
	color: #e2e2e2;
	}

div.content table.contacts th {	
	font-weight: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #bbb;
	padding: 3px 12px 8px 0;
	vertical-align: top;
	width: 60px;
	white-space:nowrap;
	text-align: left;
 }

div.content table.contacts td {	
	font-weight: normal;
	color: #777;
	padding: 2px 0 8px 3px;
	vertical-align: top; }
	
	div.content table.contacts td a:link, div.content table.contacts td a:visited {	
	color: #999933;
	text-decoration: none;
	}
	
	div.content table.contacts td a:hover, div.content table.contacts td a:active {	
	text-decoration: underline;
	}	

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #AAA;	
	padding: 0 0 0 14px;
	margin: 0 0 14px 0;
	}


.eventdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #aaa;	
	padding: 0 0 0 14px;
	margin: 0 0 14px 0;
	}


.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 4px 0 0 14px;	}	
		

.errorhd, .errortxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6996CC;
	margin: 0 0 0 0;
	padding: 5px 0 3px 14px;}

.errorhd {
	font-weight: bold;
	margin: 10px 0 0 14px;}	
	
ul.errortxt  {
	margin: 5px 0 10px 24px;
	padding: 5px;	}

ul.errortxt li {
	padding: 2px 0 2px 5px;
	margin: 0 0 0 0;
}

.line {
	margin: 18px 0 5px 0;
	border-top: 1px dotted #ccc;
	height: 10px;
	width: 98%;
	clear: both; }


/*==================================*/

/*	ITEM / GALLERY PICS				*/

/*==================================*/

img.pics { 
	width: 90px;
	float: left;
	margin: 0 0 0 14px;
	padding: 1px;
	border: 4px solid #e2e2e2;}
	




/*==================================*/

/*	PHOTO - ROUNDED BORDER			*/

/*==================================*/

div.photodiv {
	position: relative;
	padding: 0;
	z-index: 3;
	}	
			
	.left { 
	float: left;
	margin: 0 18px 0 0;
	clear: left;
	z-index: 3; }

	.right { 
	float: right;
	margin: 0 0 0 20px;
	z-index: 3;
	}

	/* for all, including links */
	img.photo {
	border: none;
	padding: 0;
	margin: 20px 10px 10px 20px;
	position: relative;
	z-index: 10;
	overflow: visible;
	float: right;
	}

	/* specifically NOT links */
	div.photodiv img.photo {
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
	overflow: visible;
	float: none;
	}

	
.photo_tl,
.photo_tr,
.photo_bl,
.photo_br {
	position: absolute;
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	z-index: 99;
}

.photo_tl { 
	background-image: url(../central_coast/food_tl.png);
	background-position: left top;
	top: 0;
	left: 0;}
.photo_tr {
	background-image: url(../central_coast/food_tr.png);
	background-position: right top;
	top: 0;
	right: 0; }
.photo_bl {
	background-image: url(../central_coast/food_bl.png);
	background-position: left bottom;
	bottom: 0;
	left: 0;
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);	}
.photo_br {
	background-image: url(../central_coast/food_br.png);
	background-position: right bottom;
	bottom: 0;
	right: 0;
	/* fix for IE bug if odd number of pixels for bottom align */	
	_bottom: expression(this.parentNode.clientHeight % 2 == 0 ? 0 : -1);	}

.itempic { margin: 24px 10px 10px 20px; }

.catpic { 
	margin: 0;
	width: 120px;
	height: 120px;
	padding: 0;
	overflow: visible; }


.featpic { margin: 10px auto 2px auto; float: none; }



/* CATEGORIES, summary page */
	
.categories {
	width: 120px;
	height: 153px; 
	margin: 5px 0 16px 14px;
	float: left;
	text-align: left;
	clear: none;
	position: relative;
}

.categories img { border: none; width: 120px; height: 120px; margin: 0; padding: 0; }

div.catlink { width: 100%; text-align: center; margin: 0 auto; clear: left;}
div.catlink a, div.catlink a:link, div.catlink a:visited {
	width: 96%;
	height: auto;
	overflow: visible;
	color: #990;
	text-decoration: none;
	padding: 5px 0 0 3px;
	margin: 0 auto;
	text-align: center;
	}

div.catlink a.goto { letter-spacing: normal; }



/*------------------------------------------*/

/*	  WEB LINK - with bullet icon			*/

/*------------------------------------------*/

a.itemlink:link, a.itemlink:visited {
	font-size: 11px;
	text-decoration: none;
	display: block;
	height: 45px;
	width: auto;
	color: #aaa;
	padding: 6px 40px 0 36px;
	margin: 10px 0 4px 0px;
	background-image:url(../central_coast/bullet_star.gif);
	background-position: 20px 8px;
	background-repeat: no-repeat;	
}

a.itemlink span.hd {
	font-weight: bold;
	font-size: 12px;
	color: #aaa;	}
	a.itemlink:hover span.hd { color: #C2A44A; }
	
	a.itemlink:hover, a.itemlink:active { color: #C2A44A; 	}



/*------------------------------------------*/

/*	  PDF LINK - icon with link				*/

/*------------------------------------------*/

/*  PDF DOCUMENT LINK	*/
a.pdf:link, a.pdf:visited { 
	display: block;
	height: 43px;
	width: 200px;
	color: #888;
	background-image:url(../central_coast/pdf.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 0 0 40px;
	margin: 20px 0 0 16px;
	text-decoration: none;
	font-size: 11px;
	float: left;
	}

a.pdf span.hd {
	font-weight: bold;
	font-size: 12px;
	color: #CC0000;	}
	a.pdf:hover span.hd { color: #990000; }
	
	a.pdf:hover, a.pdf:active { 
	color: #555;
	}

/****************************************/

/*	FEEDBACK - notepad background		*/

/****************************************/	
		
/* holding div with photo bg */
div.feedback {
	width: 70%;
	overflow: visible;
	clear: both;
	position: relative;
	margin: 30px auto;
	padding: 0 10px 16px 20px;	
	text-align: left;
	border: 4px solid #eeeeee;
	background-color: #f8f8f8;
	}

	div.feedback:after {
	content:"";
	display:block;
	clear:both; 	}
	* html div.feedback { height:1px;	}	


/* testimonial pic */
div.testimonial_pic {
	position: relative;
	display: block;
	float: right;
	clear: right;
	width: 220px;
	height: 220px;
	margin: 30px 0 0 20px;
	padding: 0;	
	background-image: url(../central_coast/photo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
	
/* pin */
div.paperclip{
	display: none;
	position: absolute;
	right: 10px;
	top: 86px;
	width: 45px;
	height: 45px;
	margin: 0;
	padding: 0;	
	background-image: url(../central_coast/paperclip.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}

	div.testimonial_pic img {
	position: absolute;
	display: block;
	top: 22px;
	left: 22px;
	width: 170px;
	height: 170px;
	border: none;
	cursor: pointer;
	}

	
/***** CONTENT / FONT STYLES FOR FEEDBACK *****/

	
div.content div.feedback p {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 170%;
	padding: 7px 0 7px 0;
	margin: 0;
	text-align: left;
	z-index: 1;
	}	

div.content div.feedback .fromname {
	font-family: Georgia, Arial;
	font-style: italic;
	font-size: 17px;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 4px 0;
	color: #999;
	}
	
div.content div.feedback div.location {
	color: #CB9865;
	font-size: 11px;
	letter-spacing: 0.05em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 0;
	}

	
div.content div.feedback div.date {
	display: none;
	position: absolute;
	top: 1px;
	left: 14px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	margin: 0 0 10px 0;
	width: 80px;
	height: auto;
	text-align: center;
	background-color: #bbb;
	}

.textsmall {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0 0 8px 0;	}

/*==================================*/

/*	FEATURED CONTENT				*/
/*  also see container ~143 		*/

/*==================================*/

div.fitem {
	width: 276px;
	min-height:250px; 
	height:auto !important; 
	height:250px;
	margin: 8px auto 7px auto;
	padding: 0 0 10px 0;
	position: relative;
	float: none;
	background-color: white;
	background-image: url(../central_coast/feature_bg.gif);
	text-align: center; }
	
	div.fitem_bot {
	height: 10px;
	width: 276px;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	background-image: url(../central_coast/featureBG.png);
	background-repeat: no-repeat;
	z-index: 4;
	}
	
img.cooking_sydney {
	border: none;
	padding: 0;
	margin: 7px auto 0 auto;
	}

div.fitem h1 {
	/* h: 37, w: 276 */
	display: block;
	width:260px;
	height: 25px;
	margin: 0;
	padding: 12px 0 0 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	}
	div.fitem h1.green { background-image: url(../central_coast/hd_green.jpg); }
	div.fitem h1.orange { background-image: url(../central_coast/hd_orange.jpg); }	
	div.fitem h1.purple { background-image: url(../central_coast/hd_purple.jpg); }
	div.fitem h1.rose { background-image: url(../central_coast/hd_rose.jpg); }	
	div.fitem h1.blue { background-image: url(../central_coast/hd_blue.jpg); }
	div.fitem h1.gold { background-image: url(../central_coast/hd_gold.jpg); }
	
	
div.fitem h2 {
	width:246px;	
	font-size: 13px;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 0;
	margin: 0 auto 0 auto;	
}

div.fitem p {
	width:246px;	
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
}

div.fitem p a.flink,
div.fitem p a.flink:link,
div.fitem p a.flink:visited {
	text-align: left;
	padding: 6px 20px 5px 0;
	color: #C90;
	text-decoration: none;
	background-image: url(../central_coast/arrow.gif);
	background-position: 90% 64%;
	background-repeat: no-repeat;
}

div.fitem p a.flink:hover,
div.fitem p a.flink:active {
	color: #BC5215;
}

.eventList {
	font-size: 10px;
	color: #999;
	width: 230px;
	min-height: 30px; 
	height: auto !important; 
	height: 30px;	
	text-align: left;
	background-image: url(../central_coast/star.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding: 4px 0 10px 24px;
	margin: 10px auto 4px auto;
	border-bottom: 1px dashed #ccc;
	}
	
	.eventList a { 
	font-size: 12px; 
	color: #666;
	font-weight: bold;
	text-decoration: none;}
	
.goto {
	font-family: Courier, monospace;
	font-size: 9px;
	letter-spacing: -5px;
	color: #CCC;
	padding-right: 8px;
	}



/****************************************/

/*  FOOTER FEATURES					 	*/

/****************************************/


div.featuresRow {
	width: 992px;
	margin: 0 auto;
	text-align: center;
	}

div.footeritem {
	width: 270px;
	min-height:246px; 
	height:auto !important; 
	height:246px;
	float: left;
	text-align: left;
	margin: 20px 0 0 20px;
	padding: 0 30px 0 0;
	}
	
	div.featuresRow .item1 {
	border-right: 2px solid #1A1A1A;
	}

	div.featuresRow .item2 {
	padding-left: 20px
	}

div.footeritem h1 {
	font-size: 26px;
	color: #999;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 3px;
	
}

div.footeritem h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 5px 0;	
}


div.footeritem p {
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;	
}

div.footeritem p a.flink,
div.footeritem p a.flink:link,
div.footeritem p a.flink:visited {
	text-align: left;
	padding: 6px 20px 3px 0;
	color: #C90;
	text-decoration: none;
	background-image: url(../central_coast/arrow.gif);
	background-position: 90% 64%;
	background-repeat: no-repeat;
}

div.footeritem p a.flink:hover,
div.footeritem p a.flink:active {
	color: #BC5215;
}


/* feature image - round corner */
div.fpic {
	position: relative;
	padding: 0;	
	margin: 0;
	width: 236px;
	height: 126px;
	clear: both;
	}

	img.featbotpic {
	position: relative;
	overflow: visible;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 3px solid #5a5a5a;	
	width: 230px;
	height: 120px;
	z-index: 2;
	}
	
.fpic_tl,
.fpic_tr,
.fpic_bl,
.fpic_br {
	position: absolute;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	border: none;
	z-index:99;
	
}

.fpic_tl { 
	background-image: url(../central_coast/fpic_tl.png);
	top: 0;
	left: 0;}
.fpic_tr {
	background-image: url(../central_coast/fpic_tr.png);
	top: 0;
	right: 0; }
.fpic_bl {
	background-image: url(../central_coast/fpic_bl.png);
	bottom: 0;
	left: 0;
	}
.fpic_br {
	background-image: url(../central_coast/fpic_br.png);
	bottom: 0;
	right: 0;
	}


/****************************************/

/* iFlavour specific - general		 	*/

/****************************************/

img.masterclass {
	margin: 5px 0 3px 14px;
	border: none;
}

img.degustation {
	float: right;
	border: none;}

img.order {
	border: none;
	margin: 4px 0 6px 12px;	
	}

/****************************************/

/*  SUBSCRIBER (INC FILE)			 	*/

/****************************************/

#subSubscribe {
	/* w:290 h:270 */
	width: 262px;
	height: 254px;
	padding: 6px 12px 10px 16px;
	margin: 24px 13px 0 0;	
	text-align: left;
	float: right;
	background-image: url(../central_coast/joinBG.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #ccc;
	position: relative;
	}
			
#subSubscribe h1 {
	font-size: 26px;
	font-weight: normal;
	color: #CA9746;
	text-transform: lowercase;
	padding-bottom: 10px;
	}
	
#subSubscribe p {
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	}
	
#subSubscribe ul {
	margin: 0;
	padding: 10px 0 12px 3px;
	list-style-type: none;
	}
	
	#subSubscribe ul li {
	font-size: 12px;
	color: #999;
	background-image: url(../central_coast/tick_onblack.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	padding: 3px 0 4px 18px;
	}


#subSubscribe img.joinnow {	
	margin-top: 14px;
	border: none;
	position: absolute;
	bottom: 14px;
	left: 14px;
	}
	
#subSubscribe a.unsubscribe:link,
#subSubscribe a.unsubscribe:visited{	
	margin-top: 14px;
	border: none;
	position: absolute;
	bottom: 21px;
	right: 42px;
	color: #555;
	}	
	
/****************************************/

/*  CONTACT & FEEDBACK FORMS		 	*/

/****************************************/


div.formkey {
	width:100%;
	text-align: right;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color:#CCC;
	}

div.formkey div.req, div.formkey div.opt { 
	display: inline; 
	background-image:url(../central_coast/req.gif);
	background-repeat: no-repeat;
	background-position: 0 -4px; 
	padding: 1px 10px 1px 11px;}
	div.formkey div.opt { background-image:url(../central_coast/opt.gif); }
	
	
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  padding: 20px 0 0 26px;
  margin: 10px 0 0 0;
  width: 600px; 
  text-align: left;
  clear: left;
}

/* container for each fieldset */
form fieldset {
	/ * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
	width: 540px;
	display: block;
	position: relative;
	padding: 10px 10px 15px 10px;   /* padding in fieldset support spotty in IE */
	margin: 20px 0 10px 0;
	border-top: 2px solid #eaeaea;
	z-index: 0;
}

/* Legend for each fieldset */
form legend {
	color: #B08A16;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	margin: 0 0 0 14px;
	padding: 0 1px 0 2px;
	position: absolute;
	top: -7px;
	left: 0;
	}

/* Labels for each field */
form label {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	width: 110px;
	color: #777; 
	margin: 6px 0 0 0;
	padding: 13px 15px 3px 0;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	text-align: right;	}
	
	form label.req, form label.opt { 
	background-image: url(../central_coast/req.gif);
	background-repeat: no-repeat;
	background-position: right bottom; 	}
	form label.opt { background-image: url(../central_coast/opt.gif); }	


/* GENERIC STYLES FOR TEXT FIELDS, CHECK BOX, SELECT MENU, SUBMIT, ETC */
form input, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 290px;
	border: 1px solid #DADCD3;
	margin: 13px 0 0 0;
	padding: 4px 2px 4px 4px;
	background-color: #fff;
	float: left;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	}	

/* SMALL TEXT FIELD */
form input.sml { width: 60px; }		

/* MED TEXT FIELD */
form input.med { width: 110px; }

form div.checkboxes {
	width: auto;
	height: auto;
	float: left;
	overflow: visible;
	margin: 14px 0 0 0;}

div.checkboxtext {
	width: auto;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #999;
	padding: 3px 0 4px 2px;
	float: left;
	clear: right;
}

form input.checkbox {
	border: 0;
	clear: left;
	width: 14px;
	height: 14px;
	float: left;
	margin: 3px 3px 4px 10px;	}
	
form input.radio {
	border: 0;
	clear: left;
	width: auto;
	height: auto;
	float: left;
	margin: 10px 10px 4px 3px;	}	
	
form select { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 295px;
	border: 1px solid #DADCD3;
	margin: 13px 5px 0 0;
	padding: 3px 2px 3px 2px;
	background-color: #fff;
	float: left;
	}

/* SMALL SELECT MENU */	
form select.sml { width: 60px; }	

/* MEDIUM SELECT MENU */	
form select.med { width: 90px; }		

form textarea {
	width: 400px;
	height: 100px;
	margin-left: 14px;}	
	textarea { overflow: auto; }

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
	
form small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0 0 0 116px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 0 3px;
	font-size: 88%;
	color: #aeaeae;	}


form .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	float: left;
	padding: 9px 0 5px 0; 
	margin: 0 0 0 0;
	}
	form .text a { color: #999; }
	
form input#submit {
	width: 102px;
	height: 32px;
	float: none; 
	border: none;
	margin:10px 0 20px 5px;
	padding:0;
	clear: both;
	}

div.formError {
	width: 24px;
	height: 35px;
	float: left;
	margin: 0 0 0 0;
	background-image: url(../central_coast/formError.gif);
	background-repeat: no-repeat;
	background-position: 5px 17px;	
	}
	
.fielderror {
	border: 1px dotted #FF0000;	
	}

	
div.msgError {
	color: #FF0000;
	font-weight: bold;
	margin: 10px 0 32px 16px;
}

div.content div.msgError ul {
	font-weight: normal;
	font-size:  12px;
	list-style-type: none;
	color: #FF0000;	
	padding: 0;
	margin: 10px 0 10px 10px;
}

div.content div.msgError ul li {
	color: #FF0000;
	padding: 0 0 4px 18px;
	margin: 0;
	background-image: url(../central_coast/bulletx.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}


div.msgContinue {
	color: #0066CC;
	font-weight: bold;
	margin: 20px 0 32px 16px;
}

div.content div.msgContinue ul {
	font-weight: normal;
	font-size:  12px;
	list-style-type: none;
	color: #888;	
	padding: 0;
	margin: 10px 0 10px 10px;
}

div.content div.msgContinue ul li {
	color: #0066CC;
	padding: 0 0 4px 18px;
	margin: 0;
	background-image: url(../central_coast/msgContinue.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}


div.content .msgConfirm {
	border: 2px dashed #C5AA55;
	padding: 22px;	
	font-size: 15px;
	color: #2071AC;
	margin: 20px auto 50px auto;


}
div.content .msgConfirm strong {
	font-size: 16px;
	color: #B08A16;
}

div.content .msgConfirm p {
	font-size: 15px;
	color: #B08A16;
}



/* SECURITY CSS */
form fieldset input.xfield { width: 100px; }	
	
img.scode {
	margin: 0 0 0 4px;
	padding: 13px 0 0 0;
	float: left;
	}	
	
.moreinfo {
	width:5px;
	visibility:hidden;
	display: none;
	}	
	

/* PRODUCT ORDER */
form table.order {
	width: 500px;
	}
	
form table.order th {
	width: auto;
	padding: 5px;
	background-color: #F4F4F4;
	border: 1px solid white;
	}

form table.order td {
	width: auto;
	padding: 2px;
	margin: 0;
	padding-top: 10px;
	}		

form table.order td.qty {
	width: 1%;
	padding-top: 6px;
	text-align: center;
}

form table.order td input {
	width: 20px;
	margin: 0;
	text-align: center;
	float: none;
	padding: 3px;
	}		
	



/*==================================*/

/*	FOOTER, TEMPLATE				*/

/*==================================*/

#central_coast_nsw_australia {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #332F2F;
	position: relative;
}

#cooking_products {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
}


/* COPYRIGHT ETC */
.cooking_school_central_coast {
	font-size: 11px;
	width: 600px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	color: #999;
	position: relative;
	float: left;	
	float: none;
	text-align: center;
}	

.terms { position: absolute; top: 20px; left: 46%; text-align: center;	}

.cooking_school_central_coast a:link, .cooking_school_central_coast a:visited { color: #999; text-decoration: none; }
.cooking_school_central_coast a:hover, .cooking_school_central_coast a:active { color: #BBB;  }	

	
	/* Web Sharp Designs link */
	.web_site_design_newcastle {
	display: none;
	font-size: 11px;
	width: 320px;
	margin: 0;
	text-align: right;
	padding: 0 0 0 0;
	color: #666;
	position: relative;
	float: right;
	}	
	
	.web_site_design_newcastle a:link, .web_site_design_newcastle a:visited { color: #666; text-decoration: none; }
	.web_site_design_newcastle a:hover, .web_site_design_newcastle a:active { color: #999;  }	
