/*
Main area's of the website are:

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

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

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

/* Header */
	#banner {
		height: 147px;
		width: 1000px;
		background-image: url(/site/static/images/banner.jpg);
		background-repeat: no-repeat;
		background-color: #ffffff;
	}
	
	#logo {
		height: 124px;
		width: 309px;
		background-image: url(/site/static/images/logo.jpg);
		background-repeat: no-repeat;
		float: right;
		margin-right: 20px;
		margin-top: 10px;
		display: block;
	}
	

	#menutop {	
		height: 54px;
		position: relative;
		background-image: url(/site/static/images/menurepeat.jpg);
		background-repeat: repeat-x;
		border: 2px solid white;
	}

	#menu {
		text-align: center;
	}
	
	#basket {
		color: white;
		padding: 0 5px 0 5px;
		background-color: #004f9e;
		margin-top: 2px;	
	}	

/* Sidebar */
	#sidebar {
		float: left;
		width: 258px;
		margin-left: 1px;
		padding: 5px;
		border-right: 2px solid white;	
		background-color: white;				
	}

	#sidemenutitle a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		background-color: #004f9e;
		text-decoration: none;
		text-align: justify;
		padding: 2px 10px 2px 13px;
		font-weight: bold;		
	}

	#sidemenutitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 90%;
		color: white;
		text-decoration: underline!IMPORTANT;
		text-align: justify;
		padding: 2px 10px 2px 13px;
		font-weight: bold;
	}
	
	/* Testimonial */
		#testimonial {
			width: 258px;
			margin: 0px;
			background-color: #00adef;
			border-bottom: 2px solid white;			
		}

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

		#trepeat {
			width: 258px;
		}
		
		.quoteheading {
			color: white;
			font-size: 150%;
			text-align: center;
			padding-top: 10px;
		}
		
		.quoteheading1 {
			color: #ffffff;
			font-size: 120%;
			text-align: center;
		}		

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

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

	/* Newsletter */
		.newsletter {
			width: 258px;
			margin: 0px;
			background-color: #00adef;
			border-top: 2px solid white;
			border-bottom: 2px solid white;									
		}

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

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

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

		.newslettertext {
			padding: 0px 9px 0 9px;
		}

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

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

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

		#rss a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #6a625e;
			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: gray;
		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: #004f9e;
		border: 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: #ffffff;
		background-repeat: no-repeat;
		margin-top: 5px;
	}

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

	#bpfooter a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: gray;
		text-decoration: underline;
		text-align: justify;
	}
	
	#homepage {
		background-color: #00adef;
		padding: 10px;
		margin-left: 258px;
		border-left: 2px solid white;
		border-top: 2px solid white;				
	}