@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-color: #622a84;
	background-image: url(images/backgroundBody.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
b, a {
	color: #632E96;
}
h1, h2 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #5E2E94;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
h3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #5E2E94;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}
p {
	line-height: 18px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
blockquote {
	line-height: 18px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 30px;
}

td {
	padding: 5px;
}
ol, ul {
	margin-left: 50px;
	margin-right: 80px;
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
}
.formInput {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5F2A86;
	padding: 3px;
}
select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #5F2A86;
}
#content {
	background-image: url(images/backgroundContent.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
}
#tradeLogin {
	font-weight: bold;
	color: #5F2C91;
	position: absolute;
	left: 10px;
	top: 15px;
	text-decoration: none;
}

#mainMenu {
	width: 560px;
	margin-left: 240px;
}
#mainMenu a {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-right: 13px;
	padding-left: 13px;
	color: #FFFFFF;
	display: block;
	float: left;
	padding-top: 16px;
}
#mainMenu a:hover {
	color: #F6EEC9;
}
#mainMenu span {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 15px;
	width: 1px;
	margin-top: 16px;
	background-color: #E8C9FF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #430081;
}
#adminBox {
	float: left;
	margin-left: 6px;
	margin-top: 195px;
	display: inline;
	background-color: #FFFFFF;
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	width: 785px;
	border: 2px solid #5D268B;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#wrapper {
	float: left;
	margin-left: 6px;
	margin-top: 195px;
	display: inline;
}
#cartBox {
	background-color: #FFFFFF;
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	height: 65px;
	width: 180px;
	border: 2px solid #5D268B;
	position: relative;
}
#cartBox img {
	position: absolute;
	left: 7px;
	top: 25px;
}
#cartBox a {
	position: absolute;
	left: 52px;
	top: 33px;
	font-weight: bold;
}
#categoryBox {
	background-color: #FFFFFF;
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	width: 180px;
	border: 2px solid #5D268B;
	margin-top: 10px;
	padding-bottom: 10px;
}
#categoryBox a {
	width: 140px;
	margin-left: 20px;
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 20px;
}
#cartBox h2, #categoryBox h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5F2C91;
	display: block;
	height: 22px;
	width: 180px;
	margin-bottom: 5px;
	text-indent: 5px;
	margin-top: 0px;
	margin-left: 0px;
}
#categoryBox a:hover {
	text-decoration: underline;
}
#organisationBox {
	background-color: #FFFFFF;
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	width: 180px;
	border: 2px solid #5D268B;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 5px;
}
#mainContent {
	background-color: #FFFFFF;
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	width: 590px;
	border: 2px solid #5D268B;
	float: right;
	margin-top: 195px;
	display: inline;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#photoTukata {
	float: right;
	border: 2px solid #5F2C91;
	margin: 10px;
}
#photoRecipe {
	float: right;
	border: 2px solid #5F2C91;
	margin: 10px;
}
.herbsPic {
	float: left;
	border: 2px solid #5F2C91;
	margin: 5px;
}

.switchOff a {
	background-image: url(admin/images/switchOff.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOff a:hover {
	background-image: url(admin/images/switchOff.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOn a {
	background-image: url(admin/images/switchOn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.switchOn a:hover {
	background-image: url(admin/images/switchOn.gif);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	text-indent: -9999px;
	height: 21px;
	width: 50px;
	display: block;
}
.productBox {
	background-image: url(images/backgroundBoxes.jpg);
	background-repeat: repeat-x;
	height: 160px;
	width: 540px;
	border: 1px solid #5F2C91;
	margin-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.productBox h2 {
	font-size: 14px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 0px;
	width: 350px;
}
.productBox p {
	line-height: 16px;
	margin-left: 10px;
	margin-top: 5px;
	width: 350px;
}
.productImage {
	border: 1px solid #5F2C91;
	position: absolute;
	top: 10px;
	right: 15px;
	z-index: 1;
}
.productAward {
	position: absolute;
	z-index: 2;
	top: -7px;
	height: 52px;
	width: 54px;
	right: -7px;
}
.productBox form {
	width: 400px;
	position: absolute;
	left: 5px;
	bottom: 5px;
	padding: 0px;
}
.productBox select {
	width: 150px;
}
.pageBox {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #5F2C91;
	font-weight: bold;
	color: #5F2C91;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pageBox:hover {
	color: #995ED4;
}
.pageBoxOn {
	line-height: 16px;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #5F2C91;
	background-color: #5F2C91;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.pageNumbers {
	text-align: right;
	margin-right: 30px;
	clear: both;
	float: right;
	display: inline;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


#transparent {
	position: absolute;
	left: 10px;
	top: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
