

/*
Main area's of the website are:

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

/* Containers */
	body {
		background-color: #bcecff;	
		background-image: url(/site/static/images/backgroundrepeat.jpg);
		background-repeat: repeat-x;
		background-position: top;		
	}

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

/* Header */
	#banner {
		height: 186px;
		width: 798px;
		background-image: url(/site/static/images/header.jpg);
		background-repeat: no-repeat;
	}

	#strapline {
		float: left;
	}
	
	*html
	#strapline {
		float: left;
	}	
	
	#strapline p {
		font-size: 160%;
		color: #f58220;
		margin-left: 280px;
		padding-top: 107px;
		float: left;
	}
	

	*html
	#strapline p {
		font-size: 160%;
		color: #f58220;
		margin-left: 140px;
		padding-top: 107px;
		float: left;
	}
	
	#maintelephone {
		font-size: 160%;
		color: #00adef;
		float: right;
		margin-right: 147px;
		margin-top: 16px;		
	}
	
	*html
	#maintelephone {
		font-size: 160%;
		color: #00adef;
		float: right;
		margin-right: 80px;
		margin-top: 16px;		
	}	

	#menutop {	
		height: 45px;
		position: relative;
		background-image: url(/site/static/images/menu.jpg);
		background-repeat: repeat-x;
		margin-left: 8px;
		margin-right: 10px;
		border-bottom: 6px solid #f58220;	
	}

	#menu {
		text-align: center;
	}
	
	#basket {
		color: white;
		padding: 10px;
		background-color: #ffb628;
		margin-left: 5px;		
	}	

/* Sidebar */
	#sidebar {
		float: left;
		width: 160px;
		margin: 0 0 0 10px;
		padding: 5px;
		background-color: #f68722;			
	}
	
	#man {
		width: 140px;
		height: 274px;
		background-image: url(/site/static/images/man.jpg);
		background-repeat: repeat-x;	
		margin-top: 3px;
		margin-left: 15px;
	}

	#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 */
		#testimonialtext {
			text-align: center;
			font-size: 95%;	
			color: black;
		}

	/* 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: 33px;
			margin-top: 10px;
		}

		#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;
		padding: 10px;
	}
	
	*html
	#content {
		margin-left: 180px;			
		padding: 10px;
		background-color: white!IMPORTANT;		
	}	
	
	.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;
		height: 69px;
		width: 798px;
		background-image: url(/site/static/images/footer.jpg);
		background-repeat: repeat-x;
	}

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

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

	#bpfooter {
		text-align: center;
		background-color: #bcecff;
		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;
	}
	
	#signuptop {	
		height: 11px;
		width: 156px;
		background-image: url(/site/static/images/signuptop.jpg);
		background-repeat: no-repeat;
	}	
	
	#signupbottom {	
		height: 11px;
		width: 156px;
		background-image: url(/site/static/images/signupbottom.jpg);
		background-repeat: no-repeat;
	}	
	
	#speechtop {	
		height: 15px;
		width: 156px;
		background-image: url(/site/static/images/speechtop.jpg);
		background-repeat: no-repeat;
	}	
	
	#speechbottom {	
		height: 40px;
		width: 156px;
		background-image: url(/site/static/images/speechbottom.jpg);
		background-repeat: no-repeat;
	}		
