#footer-outer {
	clear: both;
	width:100%;
	padding-top:15px;
}
	#footer-inner {
		width: 100%;
		/*background-image: url('../Images/Backgrounds/StripeBar.gif');
		background-repeat:repeat-x;
		background-position:1px top; /*line the stripes up with the menu and top stripe*/*/
		padding-top:21px;
	}

		#footer-alpha-outer {
			clear: both;
		}
			#footer-alpha-inner {
				width: 100%;
				/*background-image: url(FooterLinks.gif);
					background-repeat:repeat-y;*/
			}
				#footer-links {
					
					padding-left:15px;
				}
					ul.footer-links {
						display:block;
						position:relative;
						float:left;
						padding: 0 5px 0 13px;
						margin: 0;
						font-size:80%;
						line-height:150%;
						border-left: 1px solid #cacaca;
					}
					ul.footer-links-richardburbidge{
						width:139px;
					}
					ul.footer-links-productcategories{
						width:148px;
					}
					ul.footer-links-professional{
						width:139px;
					}
					ul.footer-links-helpandadvice{
						width:137px;
					}
					ul.footer-links-legal{
						width:134px;
					}
					ul.footer-links-social{
						width:143px;
						height: 77px;	
						border-right: 1px solid #cacaca;
					}
						ul.footer-links li {
							display: block;
							list-style-type: none;
							padding: 0 0 0 0;
							margin: 0;
						}
						ul.footer-links li.start {
							padding-left: 0;
						}
							ul.footer-links li a{
								font-weight:bold;
								text-decoration:none;
								color:#666666;
							}

					ul.footer-links-social li.twitter a{	
						background: #fff url("../images/buttons/twitter.jpg") left top no-repeat;
						padding: 3px 0 9px 28px;
						margin-top: 3px;
						margin-bottom: 4px;
						display: block;
					}
					ul.footer-links-social li.facebook a{	
						background: #fff url("../images/buttons/facebook.jpg") left top no-repeat;
						padding: 3px 0 6px 28px;
						display: block;
					}
		#footer-beta-outer {
			clear: both;
			width:100%;
			padding-top:15px;
			padding-bottom:20px;
		}
			#footer-beta-inner {
				padding: 5px 15px;
				background-color:#000000;
				color:#ffffff;
			}
				.copyright {
					float: left;
				}