/*** Styles for page header ***/

#header {
	background: transparent;
	height: 130px;
	padding: 0;
	border: 0;
	margin: 0 20px;
	border-bottom: 10px solid #06ad00;
}

.gobutton {
	background: url(./gfx/go_food.gif);
	width: 45px;
	height: 22px;
	border: 0;
	cursor: pointer;
	outline: none;
}


/*** Styles for the Content section ***/

.title1 {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 2.0em;
	font-weight: normal;
	color: #06ad00;
}

.head1 {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #06ad00;
}

.nhead {
	background: transparent;
	font-family: arial, sans-serif, tahoma;
	font-size: 1.1em;
	font-weight: bold;
	color: #06ad00;
	text-align: center;
}

.c1_tl {
	background: url(./gfx/c_food1_tl.gif) 0 0 no-repeat #06ad00;
	overflow: hidden;
}

.c1_tr {
	background: url(./gfx/c_food1_tr.gif) 100% 0 no-repeat;
	overflow: hidden;
}

.c1_bl {
	background: url(./gfx/c_food1_bl.gif) 0 100% no-repeat;
	overflow: hidden;
}

.c1_br {
	background: url(./gfx/c_food1_br.gif) 100% 100% no-repeat;
	padding: 20px;
	overflow: hidden;
}

.c2_tl {
	background: url(./gfx/c_food2_tl.gif) 0 0 no-repeat #8fda8e;
	overflow: hidden;
}

.c2_tr {
	background: url(./gfx/c_food2_tr.gif) 100% 0 no-repeat;
	overflow: hidden;
}

.c2_bl {
	background: url(./gfx/c_food2_bl.gif) 0 100% no-repeat;
	overflow: hidden;
}

.c2_br {
	background: url(./gfx/c_food2_br.gif) 100% 100% no-repeat;
	padding: 20px;
	overflow: hidden;
}


/*** Styles for the Courses section ***/

#cpageno {
	position: absolute;
	top: 185px;
	right: 50px;
	background: transparent;
	color: #06ad00;
	white-space: nowrap;
}

.cbutton {
	background: #8fda8e;
	width: 160px;
	height: 30px;
	font-family: 'segoe ui', arial, sans-serif, tahoma;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 0 0 4px 0;
	border: 0;
	margin: 10px;
	cursor: pointer;
	outline: none;
}

.cbutton:focus {
	background: #06ad00;
	color: #ffffff;
}


/*** END OF CSS ***/
