

 /*CSS for slide show with captions*/
body,td{
	background:#F7F7E3; 
	color:Black;
   margin:0px 0px 0px 0px;
	font:11pt/1.5 sans-serif;
		}	
  #header{
	margin:0;
	padding:0;
	background:transparent;
	color:Black; 
		}
		.logo{
		 position:absolute;
		top:8px;
		 left:340px;
		 }
 		.menu{
		position:absolute; 
		font:10px arial,helvetica,sans-serif; 
		background:#C9C6F8;		
		color:Black;
		padding-left:5px;	 
		top:-90px;
		z-index:4;		 
		}
		#fileMenu{
		left:410px; 
		width:56px;
		border-left: thin solid silver;}
		#searchMenu{
		left:466px;
		width:68px;
		border-left:thin solid silver;}
		#gardenMenu{
		left:532px;
		width:80px;
		border-left:thin solid silver;}
		#allotmentMenu{
		left:612px;
		width:76px;
		border-left:thin solid silver;}
		#recipesMenu{
		left:688px;
		width:65px;
		border-left:thin solid silver;}
		a{
		text-decoration:none;
		background:transparent;
		color:#000;}
		a:hover{
		background-color:#009;
		color:#FFF;
		}
		 		
	span.topmenu{
		font:10px Verdana,Geneva,Arial,Helvetica,sans-serif, bold;
		padding-left:5px;
		color:#963818;
		background:transparent;
	}
	input,select,textarea{
	background-color:#EBF1FA;
	color:#222;
}

input[type=submit], 
input[type=reset], 
input[type=button],
button{
	background-color:#B2B9C6;
	color:#000;
}

input:focus, 
select:focus, 
textarea:focus{
	background:#fff;
	color: Black;
	}
	     a:active{font-weight: 600;}

       .test:hover{font-weight:600;
		  color:Blue;
		  background:transparent;}
	.Yaptontitle{
		font:120% Georgia,sans-serif,bold;
		border-bottom:thick;
		border-color:#A42A67;			  
		background:#B7DCFF;
		color:White;	
	}
	#imagebox{
		margin-left:25px;
		padding:5px 5px 5px 10px;
		border-left:inset;
		border-top:inset;
		width:500px;
		background:#B7DCFF;
		color:White;	
	}
	.link{
			background:transparent;
			color:Blue;
			text-decoration:underline;
		}
	
h1{font:24px verdana,arial,helvetica,geneva,sans-serif;}
textarea{font:12px verdana,arial,helvetica,geneva,sans-serif;}

input{
	font:bold 12px verdana,arial,helvetica,geneva,sans-serif;
	background-color:#F7F7E3;
	border:outset #0FF;
	color:#000;
}
		.javnav{
			background-color:#FFED84; 
			color:Black;
			border:1px solid #33c;
			margin:0 5% 0 5%;
		}

		 .yap{
		 margin-left:0;
		 font:28px  Georgia,Geneva,Arial,Helvetica,sans-serif,oblique;
		 	 }
		 .copy{
	background:transparent;
	color:Maroon; 
	text-align:center; 
	font-size:80%; 
	}
	/* footer control */
	#footer{
		background:#F7F7E3;
		 border-top:1px solid #5c6f90;
		 border-bottom:1px solid #5c6f90;
		color:#8D1EFF;
		font:75%  sans-serif,oblique;
		text-align: center;
		 margin:0 10px 0 10px;
		 }
		
	span .foot{
	background:transparent;
		color:Maroon;
	}

