

/*
Main area's of the website are:

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

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

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

/* Header */
	#banner {
		height: 330px;
		width: 815px!IMPORTANT;
		background-color: white;
		margin-top: 8px;
		margin-right: 0px;
		padding-right: 0px;
	}

	*html
	#banner {
		height: 330px;
		width: 800px!IMPORTANT;
		background-color: white;
		margin-top: 8px;
		margin-right: 0px;
		padding-right: 0px;
	}
	
	#logo {
		height: 66px;
		width: 496px;
		background-image: url(/site/static/images/logo.jpg);
		margin-left: 30px;	
		float: left;	
	}
	
	*html
	#logo {
		height: 66px;
		width: 496px;
		background-image: url(/site/static/images/logo.jpg);
		margin-left: 15px;	
		float: left;	
	}	
	
	#telephone {
		float: right;
		font-family: Times New Roman, Arial, Helvetica, sans-serif!IMPORTANT;
		font-size: 200%!IMPORTANT;
		margin-top: 18px;
		margin-right: 40px;
	}

	#menutop {	
		background-color: #000000;	
		height: 45px;
		position: relative;
		text-align: center;
	}

	#menu {
		text-align: center;
		text-align: -moz-center !important;
	}
	
	#headertab {
		width: 364px;
		height: 251px;
		background-image: url(/site/static/images/headertab.jpg);
		margin-left: 43px;
		margin-top: 8px;
		float: left;		
	}
	
	*html
	#headertab {
		width: 364px;
		height: 251px;
		background-image: url(/site/static/images/headertab.jpg);
		margin-left: 20px;
		margin-top: 8px;
		float: left;		
	}	
	
	#headertext {
		font-family: Times New Roman, Arial, Helvetica, sans-serif!IMPORTANT;
		font-size: 300%!IMPORTANT;
		color: white!IMPORTANT;	
		margin-left: 65px;
		margin-top: 45px;
	}
	
	#homepageimage {
		width: 364px;
		height: 251px;
		margin-right: 44px;
		margin-top: 8px;
		float: right;		
	}
	
	*html
	#homepageimage {
		width: 364px;
		height: 251px;
		margin-right: 3px;
		padding-right: 29px;
		margin-top: 8px;
		float: right;		
	}		
	
	#basket {
		color: black;
		float: right; 
		clear: right; 
		border: solid black 1px;
		padding: 0 5px 0 5px;
		background-color: white;
		margin-right: 10px;		
	}	

/* Main */
	#content {
		margin-left: 406px;
		margin-right: 34px;			
		padding: 10px 10px 10px 37px;
	}

	#content1 {
		margin-left: 40px;
		margin-right: 45px;			
	}	
	
	#sidebar {
		float: left;
		width: 406px;
		padding: 5px;
	}

/* Sidebar */
	#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 */
	#pslogo {
		height: 55px;
		width: 150px;
		background-image: url(/site/static/images/positivesolutionslogo.jpg);
		float: left;		
	}
	
	#pstext {
		float: left;
		font-size: 80%;
		margin-left: 10px;
		margin-top: 5px;
		width: 285px;
	}

	#contactinfo p {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 85%;
		color: gray;
		text-decoration: none;
		text-align: center;
	}

	#footermenu {
		margin-top: 10px;
		text-align: center!IMPORTANT;
		text-align: -moz-center !important;
	}
	
	*html
	#footermenu {
		margin-top: 10px;
		text-align: center;
	}	

	#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: #333333;
		text-decoration: underline;
		text-align: center!IMPORTANT;
	}

	#footer {
		clear: both;
		margin: 0;
		height: 60px;
		color: #ffffff;
		background-color: black;
	}

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

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

	#bpfooter {
		text-align: center;
		background-color: #ecf0f9;
		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;
	}
	
	.datetab {
		width: 38px;
		height: 42px;
		background-image: url(/site/static/images/datetab.jpg);			
		background-repeat: no-repeat;
		margin-right: 10px;			
	}
	
	.day {
		width: 39px;
		color: #893048!IMPORTANT;
		font-size: 118%;
		text-align: center;
		padding-top: 2px;	
		font-weight: bold;
	}	
	
	.month {
		width: 41px;
		color: #893048!IMPORTANT;
		text-align: center;	
		padding-top: 0px;				
		font-weight: bold;
	}
	
/*
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;
	}		
	
.newsheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	font-weight: normal;
	color: #893048;
	text-decoration: none;
	padding: 2px 0 0 0;
	text-align: left;	
}

.newsheading2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #689bc8;
	text-decoration: none;
	padding: 2px 0 0 0;
	text-align: left;	
}		