* {margin: 0; padding: 0;}
body {
	background-image:url(/includes/bee_background_solid.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	background-attachment: fixed;
	background-color: #fff; 
	padding-top: 0px;
	font-family: sans-serif;
	color: #333;
}
#printhead{
display: none;
}

.right a {
		color: #5bb36e;
	
}
.right a:hover {
	background: #64C7ED;	
	color: #fff;
}

#pods a {
	color: #5bb36e;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#pods  a:hover {
	background: #64C7ED;	
	color: #fff;
	border-bottom: 1px solid #64C7ED;
}

#controls a {
	color: #5bb36e;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#controls  a:hover {
	background: #64C7ED;	
	color: #fff;
	border-bottom: 1px solid #64C7ED;
}


.homelink a {
	color: #02648B;
	text-decoration: none;
}
.homelink a:hover {
	background: #64C7ED;
}



h1 {
padding: 0px 0 10px; 
}
h2,h3,h4,h5 {
color: #333;
padding: 10px 0 10px 0; 
}

h1 {
	font: bold 2.4em sans-serif;
	color: #5bb36e;
	letter-spacing: -1px;
}

h2 {
	font: normal 1.5em sans-serif; 	
	letter-spacing: -1px;
	color: #E5620F;
}

h3 {
	font: normal 1.3em sans-serif; 
	letter-spacing: -1px;
 	color: #64C7ED;
}
	
h4 {
	font: normal 1.1em sans-serif; 
	letter-spacing: -0.15mm; 
	color: #5bb36e;
}

h5{font: normal 0.8em sans-serif; }

h6 {	
	line-height: 130%;
	border: 4px dotted #62c7ed;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
	font: normal 1em sans-serif; 
	color: #203f90;
}



li {line-height: 1.3em;}
p {padding: 0 0 10px;}

hr {
	margin-bottom: 7px;
	height: 2px;
	border: 0;
	color: #8f4490;
	background-color: #8f4490;
}

fieldset { 
	margin-top: 15px;
	border: 1px solid #009344;
	background-color: #F5F5F5; 
	}
ul {
	list-style-type: square;
	padding: 0 1.5em 1em;
}

ol {  
	padding: 0 2em 1em ;
}


.green {
	color: #009344;
}

.red {
	color: #e50404;
}


.alert {
	background-image:url(/images/alert_small_warning.png);
	background-repeat: no-repeat;
	background-position: top left; 
	margin: 0 0 2px 0; 
	padding: 4px 0 0 20px; 
	color: #e50404;
	font-weight: bold;
}

.starbox {
	border: 2px solid #62c7ed;
	background-color: #fff;
	padding: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

/* members search bar */
#members a {
	font-size: 0.8em;
}
#members a {
	color: #5bb36e;
	text-decoration: none;
}
#members a:hover {
	background: #64C7ED;	
	color: #fff;
}
/* members search bar ends */






/* main container */
#wrapper {
	margin: 0 auto;
	width: 860px;
}

/* top bar */
#topbar {
	padding: 5px 20px 5px 0;
	height: 25px;
	background-image:url(/includes/frame_top_sachi.png);
	background-repeat: no-repeat;
	background-position: top left; 
}

#tools {
	float: right;

}



/* main horizontal menu */
#menu {
	width: 252px;
	padding: 0;
	margin: 0;
}

#menu .img {
	padding: 0;
	margin: 0;
}

#menu a.top {
	display: block;
	text-align: right;
	background-image: url(/includes/beesmenu_off.png);
	background-repeat: no-repeat;
	background-position: top right; 
	font: normal 1em sans-serif; 
	font-family: sans-serif;
	padding: 17px 100px 0px 0px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #333
}

#menu a.seconda {
	display: block;
	text-align: right;
	background-image: url(/includes/beesmenu_offseconda.png);
	background-repeat: no-repeat;
	background-position: top right; 
	font: normal 0.8em sans-serif; 
	font-family: sans-serif;
	padding: 20px 115px 0px 0px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #666
}
#menu a.secondb {
	display: block;
	text-align: right;
	background-image: url(/includes/beesmenu_offsecondb.png);
	background-repeat: no-repeat;
	background-position: top right; 
	font: normal 0.8em sans-serif; 
	font-family: sans-serif;
	padding: 8px 115px 0px 0px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #666
}

#menu a.thirda {
	display: block;
	text-align: right;
	background-image: url(/includes/beesmenu_third.png);
	background-repeat: no-repeat;
	background-position: top right; 
	font: normal 0.7em sans-serif; 
	font-family: sans-serif;
	padding: 3px 115px 0px 0px;
	margin: 0;
	border: none;
	text-decoration: none;
	color: #999
}



#menu a:hover{
	color: #64C7ED;
}


/*sub horizontal menu */
#submenu {
	background: url(/includes/subfade.gif) repeat-x;
	border-top: 1px solid #ccc;
	background-color: #FFFFFF;
	padding: 3px 0 2px 0;
	text-decoration: none;
	font: normal 0.8em sans-serif; 
	margin: 0;
	color: #ccc;
}
#submenu a {
	text-decoration: none;
}

/* footer */
#footer {
	width: 100%;
	color: #009344;
	font: normal 0.8em sans-serif; 
	background-image:url(/includes/frame_bottom_sachi.png);
	background-repeat: no-repeat;
	background-position: bottom left; 
}
#footer .text{
	padding: 15px 25px 15px 10px;
	text-align: right;
}
#footer a {
	color: #009344;
}

/*Page Layout */
#col2 {
	padding: 0 5px 0 0;
	background-image:url(/includes/frame_middle_sachi.png);
	background-position: top left; 	
}

#col2 .right {width: 530px; margin-right: 30px;}
#col2 .left {width: 200px;}

#maincontent {
	margin: 71px 23px 0px 30px;
}

.left {	float: left;}
.right {float: right;} 
.spacer {
	background: #FFF;
	width: 100%;
}

/* boxes */
.box {
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 0.8em;
}

/* Features */
.feature {
	background-image: url(http://www.foodmagazine.org.uk/includes/feat_top.gif); 
	background-repeat: repeat-x; 
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Search */
#searchnext {
	font: normal 0.8em sans-serif; 
	color: #999;
}
.border {
	border: 1px solid #999; 
	padding: 0 2px 0 2px; 
}

/* Error Box */
.error {
	color: #e50404;
	border: 1px solid #e50404;
	background-color: #F5F5F5; 
	padding: 15px;
	margin-bottom: 15px;
}

.success {
	color: #009344;
	border: 1px solid #009344;
	background-color: #F5F5F5; 	
		padding: 15px;
	margin-bottom: 15px;
}


/* Page navigation with multi levels */
#nav {
	position: static;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 11px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav li a {
	font: normal 1.2em sans-serif; 
	font-family: "Times New Roman", Times, serif;
	display: block;
	padding: 4px 4px 4px 0;
	text-decoration: none;
}
#nav li a:hover {
	background: #E3E3E3;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.nav1 { padding-left: 1px; font-size: 1.2em; }
.nav2 { padding-left: 9px; }
.nav3 { padding-left: 17px; }
.nav4 { padding-left: 25px; }

.download {
	border: 4px solid #E3E3E3;
	padding: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
		color: #669966;
}


/* olds below */

.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
#results {
	border: 4px dotted #BFDFFF;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#searchbox {
	color: #0066CC;
	padding-bottom: 16px;
	margin-bottom: 15px;
	border-bottom: 4px dotted #FFBFC5;
}
#searchbox p {
	color: #666;
	line-height: 130%;
}
#productbox {
	color: #0066CC;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 4px dotted #FFBFC5;
}
#productbox p {
	color: #666;
	line-height: 130%;
}
.prod_search {	
	border: 4px dotted #FFBFC5;
	padding: 10px 10px 20px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#productlist {
	border-top: 4px dotted #BFDFFF;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-top: 12px;
}
.productlist {
	border-top: 4px dotted #BFDFFF;
	padding-top: 7px;
	margin-top: 12px;
	margin-bottom: 1px;
	padding-bottom: 5px;
}
.productlist a {
	display: block;
	color: #333;
	border-bottom: 0px dotted #FFF;
}
.productlist a:hover {
	color: RED;
	border-bottom: 0px dotted #FFF;
}



.artwrap {
	margin: 10px 0 0 0;
	width: 100%;
}
.artwrap a {
	text-decoration: none;
	color: #666;
	font: bold 1.2em sans-serif;
}

.article {
	width: 60px;
	background: #FFF;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #666; 
	padding: 2px 5px 0px 5px;
	margin-left: 14px;
	font-weight: bold;
}




/* block list */
ul.block {
	margin: 2px 0 15px 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #CCCCCC;
}
.block li {
	list-style: none;
	border-bottom: 1px solid #CCCCCC;
}
.block li a,.block li em {
	display: block;
}

.block li a {
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	color: #62c7ed;
	font-weight: bold;
}
.block li a:hover {
	background: #64C7ED;
	color: #fff;
}






.smallblue {
	padding-top: 3px;
	font: normal 0.75em sans-serif;
	color: #0066CC;
}

.form_question{
	margin: 13px 0px 5px 0px;
}
.form_subitem {
	margin: 5px 0px 5px 7px;
}

.caption{
	padding: 0px 3px 2px 3px;
	color: #ffffff; 
	font-size: 0.8em;
	background-color: #8f4490;
}














/* ######### BUTTONS ######### */
.button_next {
	background-image:url(/includes/next-button.png);
	background-repeat: no-repeat;
	background-position: top right; 	
	background-color: transparent; 
	padding: 2px 1px 1px 8px; 
	border: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: left;
	height: 28px;
	width: 155px;
	cursor: hand;
}	
.button_prev {
	background-image:url(/includes/prev-button.png);
	background-repeat: no-repeat;
	background-position: top left; 	
	background-color: transparent; 
	padding: 2px 8px 1px 1px; 
	border: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: right;
	height: 28px;
	width: 155px;
	cursor: hand;
}	

.button_exit {
	background-image:url(/includes/exit-button.png);
	background-repeat: no-repeat;
	background-position: top left; 	
	background-color: transparent; 
	padding: 2px 1px 1px 1px; 
	border: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: middle;
	height: 28px;
	width: 101px;
	cursor: hand;
}	

.button_subapp {
	background-image:url(/includes/subapp-button_txt.png);
	background-repeat: no-repeat;
	background-position: top left; 	
	background-color: transparent; 
	padding: 2px 1px 1px 8px; 
	border: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: left;
	height: 28px;
	width: 201px;
	cursor: hand;
}	

.button_sub {
	background-image:url(/includes/submit-button.png);
	background-repeat: no-repeat;
	background-position: top left; 	
	background-color: transparent; 
	padding: 2px 1px 1px 8px; 
	border: 0px;
	margin: 0px;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: left;
	height: 28px;
	width: 102px;
	cursor: hand;
}	

.button_go {
	background-image:url(/includes/go-button.png);
	background-repeat: no-repeat;
	background-position: top left; 	
	background-color: transparent; 
	padding: 2px 1px 1px 8px; 
	border: 0px;
	margin: 0px;
	color: #7c7143;
	font-weight: bold;
	font-size: 0.9em;
	font-family: helvetica, sans-serif;
	text-align: left;
	height: 28px;
	width: 43px;
	cursor: hand;
}	




/* ######### BUTTONS######### */
	
	
	
	
	
		

/* ------------------------------------------------------------
	HOMEPAGE NEWS SLIDER
---------------------------------------------------------------- */

#slider1 h3 {
	margin: 0;
	padding: 0 0 3px 0;
}
#slider1 h4 {
	color: #e5620e;
	margin: 0;
	padding: 0 0 3px 0;
}
#slider1 p {
	margin: 0;
	padding: 0 0 5px 0;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 267px; /*width of featured content slider*/
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
height: 100%;
}

.pagination{
width: 263px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin: 4px 0 0 0;
padding: 4px 0 0 0 ;
border-top: 4px dotted #D0CF24;
}

.pagination a{
color: #666;
font: normal 0.8em sans-serif; 
background-color: #fff;
padding: 0px 3px 0px 3px;
margin: 0 0 0 3px;
text-decoration: none; 
border: 1px solid #ccc;
}

.pagination a:hover, .pagination a.selected{
background-color: #fff;
border: 1px solid #009344;
text-decoration: none; 
}

/* ------------------------------------------------------------
	HOMEPAGE NEWS SLIDER ENDS
---------------------------------------------------------------- */	


	
	
	
	
	
	
	
	