

/*
Main area's of the website are:

Containers
Header
Sidebar
Testimonial
Newsletter
RSS
Main
Frequently Asked Questions
Footer
*/

/* Containers */
	body {
		background-color: #8cb324;	
	}

	#container {
		width: 815px;
		margin: 0px auto 0px auto;
		background-color: #fff;
		color: #333;
		line-height: 130%;
		border-right: 3px solid white;		
	}

/* Header */
	#banner {
		width: 815px;
		height: 159px;	
		background-image: url(/site/static/images/banner.jpg);
		background-repeat: no-repeat;
		border-bottom: 3px solid white;
	}
	
	#logo {
		width: 269px;
		height: 33px;	
		background-image: url(/site/static/images/logo.jpg);
		background-repeat: no-repeat;
		float: left;
		background-color: white;
		padding-bottom: 3px;
		padding-right: 1px;
	}

	#menutop {	
		height: 36px;
		position: relative;
		background-image: url(/site/static/images/menugradient.jpg);
		background-repeat: repeat-x;	
		border-bottom: solid 3px white;	
	}

	#menu {
		text-align: center;
	}
	
	#basket {
		text-align: center;
		color: black; 
		border: solid black 1px;
		background-color: white;	
		margin: 0 10px 0 10px;
	}	

/* Sidebar */
	#sidebar {
		float: left;
		width: 170px;
		margin: 0;
		padding: 5px;
		border-right: 1px solid gray;	
	}

	#sidemenutitle a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: white;
		background-color: #618519;
		text-decoration: underline;
		text-align: justify;
		padding: 2px 10px 2px 10px;
		font-weight: bold;
	}

	#sidemenutitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: white;
		text-decoration: none;
		text-align: justify;
		background-color: #add12f;
		padding: 2px 10px 2px 10px;
		font-weight: bold;		
	}
	
	/* Testimonial */
		#testimonial {
			width: 148px;
			margin: 0px 0 10px 12px;
		}

		#ttop {
			width: 148px;
			height: 17px;
			background-color: #ddd;
			background-repeat: no-repeat;
		}

		#trepeat {
			width: 148px;
			background-color: white;
			background-repeat: repeat-y;
		}

		#testimonialtext {
			padding: 0 9px 0 9px;
			text-align: center;
			font-size: 85%;	
		}

		#tbottom {
			width: 148px;
			height: 15px;
			background-color: #ddd;
			background-repeat: no-repeat;
		}

	/* Newsletter */
		.newsletter {
			width: 148px;
			margin: 10px 0 10px 12px;
			background-color: white;	
		}

		.newsletter p {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: black;
			text-decoration: none;
			padding: 2px 0 0 0;
		}

		.ntop {
			width: 148px;
			height: 17px;
			background-color: #ddd;
		}

		.nrepeat {
			width: 148px;
			background-repeat: repeat-y;
		}

		.newslettertext {
			padding: 0px 9px 0 9px;
			background-color: white;
		}

		.nbottom {
			width: 148px;
			height: 15px;
			background-color: #ddd;
		}

	/* RSS */
		#rss {
			margin-bottom: 10px; 
			text-align: center; 
			padding-left: 20px;
			color: #8cb324;
		}

		#rss a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #8cb324;
			text-decoration: underline;
			text-align: justify;
			padding: 2px;
		}

		#rss a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #8cb324;
			text-decoration: underline;
			text-align: justify;
			padding: 2px;
		}

/* Main */
	#content {
		margin-left: 170px;
		border-left: 1px solid gray;
		padding: 10px;
	}
	
	.interest a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		text-decoration: none;
		text-align: justify;
		padding: 7px;
	}

	.interest a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		background-color: black;
		text-decoration: underline;
		text-align: justify;
		padding: 7px;
	}
	
	#viewbasket a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		text-decoration: none;
		text-align: justify;
		padding: 2px;
	}

	#viewbasket a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		background-color: black;
		text-decoration: underline;
		text-align: justify;
		padding: 2px;
	}
	
	
/* Frequently Asked Questions */
	.answer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: black;
		text-decoration: none;
		text-align: justify;
		padding: 2px 0 0 0;
	}

	.answer a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: black;
		text-decoration: none;
		text-align: justify;
		padding: 2px 0 0 0;
	}

/* Footer */
	#contactinfo p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: white;
		text-decoration: none;
		text-align: center;
	}

	#footermenu {
		margin-top: 10px;
	}

	#footermenu p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #333333;
		text-decoration: none;
		text-align: center;
	}

	#footermenu a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #333333;
		text-decoration: none;
		text-align: justify;
	}

	#footermenu a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #333333;
		text-decoration: underline;
		text-align: justify;
	}

	#footer {
		clear: both;
		margin: 0;
		height: 60px;
		color: white;
		background-color: #668c1b;
		border-top: 1px solid gray;
	}

	#tel {
		margin: 20px 15px 0 0;
		float: right;
	}

	#fax {
		margin: 20px 20px 0 0;
		float: right;
	}

	#bpfooter {
		text-align: center;
		background-color: #8cb324;
		background-repeat: no-repeat;
		margin-top: 5px;
	}

	#bpfooter a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: white;
		text-decoration: none;
		text-align: justify;
	}

	#bpfooter a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: white;
		text-decoration: underline;
		text-align: justify;
	}
