

/*
Main area's of the website are:

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

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

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

/* Header */
	#headerbar {
		background-color: #2e2e2e;
		height: 30px;
		color: #959494;
	}
	
	.arrow {
		width: 3px;
		height: 5px;
		margin: 3px 3px 0 3px;
		background-image:url(/site/static/images/arrow.jpg);
		background-repeat: no-repeat;			
	}
	
	.menuarrow {
		width: 14px;
		height: 14px;
		background-image:url(/site/static/images/menuarrow.jpg);
		background-repeat: no-repeat;		
	}
	
	#headerbar a {
		color: #959494;	
		text-decoration: none;
	}
	
	#headerbar a:hover {
		color: #959494;
		text-decoration: underline;	
	}

	#banner {
		height: 2px;
		background-color: white;
		overflow: hidden;
	}
	
	#bannerimage {
		width: 550px;			
		height: 250px;
		background-image:url(/site/static/images/bannerimage.jpg);
		background-repeat: no-repeat;
		border-bottom: #5e0000 solid 1px;	
		margin: 0px;
		padding: 0px;
		display: block;
		border-left: 0px solid white;
		border-right: 0px solid white;
		float: left;
	}
	
	*html
	#bannerimage {
		width: 543px;			
		height: 250px;
		background-image:url(/site/static/images/bannerimage.jpg);
		background-repeat: no-repeat;
		border-bottom: #5e0000 solid 1px;	
		margin: 0px;
		padding: 0px;
		display: block;
		border-left: 0px solid white;
		border-right: 0px solid white;
	}
	
	#homepage {
		width: 100%;
	}	
	
	*html
	#homepage {
		width: 98%;	
	}		
	
	#menutop {	
		background-color: #ddd;	
		height: 30px;
		position: relative;
		border-bottom: 1px solid gray;
	}

	#menu {
		text-align: center;
	}
	
	#basket {
		color: white;
	}	
	
	#baskettop {
		background-image:url(/site/static/images/baskettop.jpg);
		background-repeat: no-repeat;		
		width: 202px;
		height: 38px;
	}
	
	#basketbottom {
		background-image:url(/site/static/images/basketbottom.jpg);
		background-repeat: no-repeat;		
		width: 204px;
		height: 16px;
	}
	
	#basketrepeat {
		background-image:url(/site/static/images/basketrepeat.jpg);
		background-repeat: repeat-y;		
		width: 202px;
	}
	
/* Sidebar */
	#sidebar {
		float: left;
		width: 224px;
		margin: 0;
		padding: 5px;
		border-right: 1px solid gray;
		background-color: #993333;	
	}

	#sidemenutitle a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: black;
		background-color: #ddd;
		text-decoration: underline;
		text-align: justify;
		padding: 2px 10px 2px 10px;
	}

	#sidemenutitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		text-decoration: none;
		text-align: justify;
		background-color: #000000;
		padding: 2px 10px 2px 10px;
	}
	
	/* Testimonial */
		#ttop {
			width: 148px;
			height: 17px;
			background-color: #ddd;
			background-repeat: no-repeat;
		}

		#trepeat {
			background-repeat: repeat-y;
		}

		#testimonialtext {
			text-align: center;
			font-size: 110%;	
			color: white;
			margin-top: 10px;
			padding: 10px;
		}

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

	/* Newsletter */
		#newslettertop {
			background-image:url(/site/static/images/newslettertop.jpg);
			background-repeat: no-repeat;
			height: 73px;
			width: 208px;		
		}

		#newsletterrepeat {
			background-image:url(/site/static/images/newsletterrepeat.jpg);
			background-repeat: repeat-y;
			width: 208px;
		}
		
		#newsletterbottom {
			background-image:url(/site/static/images/newsletterbottom.jpg);
			background-repeat: no-repeat;
			height: 18px;
			width: 208px;		
		}		

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

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

		#rss a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: red;
			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!IMPORTANT;
		background-color: #660000!IMPORTANT;
		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: black;
		text-decoration: none;
		text-align: center;
	}

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

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

	#footer {
		clear: both;
		margin: 0;
		height: 60px;
		color: #979797;
		background-color: #2e2e2e;
		border-top: 2px solid white;
	}

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

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

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

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

	#bpfooter a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: #2e2e2e;
		text-decoration: underline;
		text-align: justify;
	}
	
/* News & Events */

	#sidenews a {
		color: white;
		text-decoration: underline!IMPORTANT;
	}	
	
	#sidenews a:hover {
		color: #660000;
		text-decoration: none!IMPORTANT;
		background-color: white;
	}
	
	.newsdivider {
		background-color: #853333;
		overflow: hidden;
		height: 1px;
		width: 100%;
		clear: right;
		margin-bottom: 10px;		
	}
	
	#coffee {
		background-image:url(/site/static/images/coffee.jpg);
		background-repeat: no-repeat;	
		height: 20px;
		width: 22px;
	}
	
	#rssimage {
		background-image:url(/site/static/images/rss.jpg);
		background-repeat: no-repeat;	
		height: 22px;
		width: 22px;
	}	
	
	.serviceinfo {
		background-image:url(/site/static/images/serviceinfo.jpg);
		background-repeat: no-repeat;	
		height: 16px;
		width: 16px;
	}		
