

/*
Main area's of the website are:

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

/* Containers */
	body {
		background-color: #ced9e1;
		color: black;	
		background-image:url(/site/static/images/background-repeat.jpg);
		background-repeat: repeat-x;				
	}

	#container {
		width: 991px;
		margin: 0px auto 0px auto;
		background-color: white;
		color: #333;
		border-left: 5px solid white;
		border-right: 5px solid white;		
		line-height: 130%;
	}

/* Header */
	#banner {
		height: 105px;
	}
	
	#strapline {
		color: #747c93!IMPORTANT;
		float: left;
		font-size: 202%;
		margin-left: 139px;
		margin-top: 32px;
	}
	
	#telphone {
		color: #747c93!IMPORTANT;
		float: right;
		font-size: 202%;		
	}
	
	#logo {
		height: 95px;
		width: 261px;
		background-image:url(/site/static/images/logo.jpg);
		background-repeat: no-repeat;
		float: left;
		margin-top: 10px;
	}
	
	#imagebanner {
		height: 157px;
		width: 991px;
		background-image:url(/site/static/images/banner.jpg);
		background-repeat: no-repeat;
		border-bottom: 6px solid #deb407;	
		overflow: hidden;
	}
	
	#imagestrap{
		color: #deb407!IMPORTANT;
		float: right;
		font-size: 500%;
		margin-top: 93px;
	}

	#menutop {	
		height: 45px;
		position: relative;
		background-image:url(/site/static/images/menu-repeat.jpg);
		background-repeat: repeat-x;	
	}

	#menu {
		text-align: center;
		text-align: -moz-center !important;
	}
	
	#basket {
		color: #2d4799;
		padding: 0 5px 0 5px;
		background-color: #deb407;	
	}	

/* Sidebar */
	#sidebar {
		float: left;
		width: 210px;
	}

	#sidemenutitle a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
	padding: 13px 10px 0px 10px;
	color: white;
	background-image:url(/site/static/images/sidemenu-repeat.jpg);
	background-repeat: repeat-x;	
	background-color: white;
	height: 27px;
	}

	#sidemenutitle a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
	padding: 13px 10px 0px 10px;
	color: white;
	background-image:url(/site/static/images/sidemenu-repeat.jpg);
	background-repeat: repeat-x;	
	background-color: white;
	height: 27px;
	text-decoration: underline!IMPORTANT;
	}
	
	/* Testimonial */
		#testimonial {
			width: 148px;
			margin: 10px 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: 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;
		}
		
		#years {
			height: 147px;
			width: 147px;
			background-image:url(/site/static/images/40years.jpg);
			background-repeat: no-repeat;
			margin-top: 140px;
			margin-left: 29px;			
		}

/* Main */
	.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!IMPORTANT;
	}

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

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

	#footer {
		margin: 0;
		height: 60px;
		color: white;
		background-color: #94a0b9;
	}

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

	#fax {
		margin: 20px 0 0 20px;
		float: left;
	}
	
	#email {
		margin: 20px 0 0 20px;
		float: left;
	}	

	#bpfooter {
		text-align: center;
		background-color: #ced9e1;
		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;
	}
	
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body {
	font:13px arial,helvetica,clean,sans-serif;
	font-size:small;
	font:x-small;
	}
	
table {
	font-size:inherit;
	font:100%;
	}
	
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
	}

pre, code {
	font:115% monospace;
	font-size:100%;
	}
	
body * {
	line-height:1.22em;
	}
	
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
	
table {
	border-collapse:collapse;
	}
	
fieldset,img {
	border:0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
	}

ol,ul {
	list-style:none;
	}
	
caption,th {
	text-align:left;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;	
	}
	
acronym {
	border:0;
	}		
	
		