

/*
Main area's of the website are:

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

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

	#container {
		width: 743px;
		margin: 0px auto 0px auto;
		background-color: #fff;
		color: #333;
		line-height: 130%;
	}
	
	#topholder {
		background-image:url(/site/static/images/topholder.jpg);
		background-repeat: no-repeat;			
		height: 20px;
		width: 743px;
	}	

/* Main */
	#red {
		background-image:url(/site/static/images/red.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 8px;
	}
	
	#yellow {
		background-image:url(/site/static/images/yellow.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 8px;
	}	
	
	#purple {
		background-image:url(/site/static/images/purple.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 8px;
	}	
	
	#pink {
		background-image:url(/site/static/images/pink.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 8px;		
	}
	
*html
	#pink {
		background-image:url(/site/static/images/pink.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 0px;		
	}		
	
	#green {
		background-image:url(/site/static/images/green.jpg);
		background-repeat: no-repeat;	
		height: 214px;
		width: 128px;
		float: left;
		margin-left: 8px;
		margin-right: 8px;		
	}	

	#content {			
		padding: 10px;
	}

/* Header */
	#banner {
		height: 195px;
		background-image:url(/site/static/images/background.jpg);
		background-repeat: repeat-x;			
	}

	#strap {
		font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
		font-size: 150%;
		color: white!IMPORTANT;
		text-decoration: none;
		text-align: center!IMPORTANT;
		padding: 10px 0 0 48px;
		float: left;
	}
	
	#telephone {
		font-family: Arial Rounded MT Bold, Arial, Helvetica, sans-serif;
		font-size: 150%;
		color: white!IMPORTANT;
		text-decoration: none;
		text-align: left;
		padding: 2px 0 0 0;
		float: right;
		clear: right;
	}	

	#menutop {	
		height: 30px;
		position: relative;
		clear: right;
	}

	#menu {
		text-align: right;
	}
	
	#basket {
		color: black;
		float: right;  
		background-image:url(/site/static/images/basket.jpg);
		background-repeat: no-repeat;	
		width: 145px;
		height: 55px;
		margin-left: 97px;
		margin-top: 1px;		
	}
	
	#signup {
		color: black;
		clear: right;
		float: right;  
		background-image:url(/site/static/images/newsletter.jpg);
		background-repeat: no-repeat;	
		width: 139px;
		height: 105px;
		text-align: center;
		padding-left: 5px;
		margin-bottom: 5px;
	}		

/* 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: 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 */
		#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;
		}

/* 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 */
	#holderbottom {
		background-image:url(/site/static/images/bottomholder.jpg);
		background-repeat: no-repeat;			
		height: 25px;
		width: 743px;
	}

	#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!IMPORTANT;
	}

	#footermenu a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: white;
		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 {
		clear: both;
		margin: 0;
		height: 60px;
		color: #333;
		background-color: #DDDDDD;
		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: ##00B7F9;
		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;
	}
	

	
/* Forms */	
	
	.textform {
		background-color: white!IMPORTANT;
		color: black!IMPORTANT;
		border: 1px solid #cccccc!IMPORTANT;
	}

	
/*
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;
	}		
	
		
