body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	background-image:url(images/background.gif);
	background-attachment: fixed;
}
/*-----------------------TEXT PROPERTIES-------------------------*/
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height:16px;
	color: #090;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
}
.formP {
	margin:0px;
	padding:0px;
}
.green {
	color: #99CC66;
}
a:link {color:#333366; text-decoration:none;}
a:visited {color:#333366; text-decoration:none;}
a:hover {color:#99CC66; text-decoration:underline;}
a:active {color:#99CC66; text-decoration:underline;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #333366;
	margin:0px;
	padding-bottom:10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #99CC66;
	margin:0px;
	padding:0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CC3300;
	margin:0px;
	padding:0px;}
	
h3 a:link {color:#CC3300; text-decoration:none;}
h3 a:visited {color:#CC3300; text-decoration:none;}
h3 a:hover {color:#CC3300; text-decoration:underline;}
h3 a:active {color:#CC3300; text-decoration:underline;}

ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
li ul{
	padding-top: 10px;
}
ul.discul {
	margin: 0px 0px 15px;
}
li.disc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height:19px;
	color: #333366;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: 0px 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
/*-----------------------CONTAINERS-----------------------------*/
#contentContainer {
	margin: 0 auto 0 auto;
	padding:0px;
	width:905px;
	text-align:center;
}
#bannerContainer {
	margin:0px;
	padding:0px; 
	width:905px;
	height:105px;
}
#columnLeft {
	width: 676px;
	float: left;
	margin:0px;	
	text-align:left;
	padding:0px;
}
#columnRight {
	width: 229px;
	float: right;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
}
.clearFive{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:10px;
}
.clearTen{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:20px;
}
fieldset {
	border:0px;
	margin:0px;
	padding:0px;
}
/*---------------------BANNER---------------------------*/
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
	float:left;
	width:300px;
	height:105px;
}
#tagline {
	float:right;
	width:460px;
	height:75px;
	padding-top:30px;
}
#tagline h1, #searchBoxTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333366;
}
.whiteTag {
	color: #FFFFFF;
	font-weight: bold;
}
#searchBoxTop {
	float:right;
	width:460px;
	height:75px;
	padding-top:30px;
}  
#searchBoxTop h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #333366;
	padding-bottom:0px;
}
.postcode {
	margin-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333366;
}
.searchForm {
	margin:0px;
	padding:0px;
}
.searchText {
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;	
	margin-right:5px;
}
.searchButton, .searchButtonHome {
	background-image:url(images/search_button.gif);
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:11px;
	width:66px;
	height:22px;
	border:0px;
	padding:2px;
	margin:0px;
}
.searchButtonHome {
	background-image:url(images/search_button_home.gif);
}
/*------------------------MENU------------------------------*/
#homeMenuContainer, #joinMenuContainer, #officeMenuContainer, #storageMenuContainer, #europeanMenuContainer, #internationalMenuContainer, #packagingMenuContainer, #noneMenuContainer {
	margin: 0px;
	height:58px;
	width:905px;
	list-style:none;
}
#homeMenuContainer {
	background-image:url(images/tab_home.gif);
}
#joinMenuContainer {
	background-image:url(images/tab_join.gif);
}
#officeMenuContainer {
	background-image:url(images/tab_office.gif);
}
#storageMenuContainer {
	background-image:url(images/tab_storage.gif);
}
#europeanMenuContainer {
	background-image:url(images/tab_european.gif);
}
#internationalMenuContainer {
	background-image:url(images/tab_international.gif);
}
#packagingMenuContainer {
	background-image:url(images/tab_packaging.gif);
}
#noneMenuContainer {
	background-image:url(images/tab_none.gif);
}
/*------------------------MENU LINKS-----------------------------*/
#menu {
	padding-top:29px;
	text-align:left;
	margin: 0px;
	color: #99CC66;
}
#menu  a:link {color:#FFFFFF; text-decoration:none;}
#menu  a:visited {color:#FFFFFF; text-decoration:none;}
#menu  a:hover {color:#99CC66; text-decoration:none;}
#menu  a:active {color:#99CC66; text-decoration:none;}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display:inline;	
}
#menu li.linkOne {
	padding-left: 47px;
}
#menu li.linkTwo {
	padding-left: 80px;
}
#menu li.linkThree{
	padding-left: 78px;
}
#menu li.linkFour{
	padding-left: 75px;
}
#menu li.linkFive{
	padding-left: 63px;
}
#menu li.linkSix{
	padding-left: 50px;
}
#menu li.linkSeven{
	padding-left: 42px;
}
/*---------------------LEFT COLUMN---------------------------*/
#columnLeftTop {
	width: 676px;
	height:24px;
	background-image:url(images/cl_top.gif);
	margin: 0px;
	padding: 0px;
}
#columnLeftBottom {
	width: 676px;
	height:14px;
	background-image:url(images/cl_bottom.gif);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	line-height:0px;
	font-size:0px;
}
#columnLeftMainContent {
	width:586px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-image:url(images/cl_bgnd.gif);
	background-color:#FFFFFF;
}
#columnLeftMainContent-canadatowns {
	height: 550px;
	width:586px;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
	background-image:url(images/cl_bgnd.gif);
	background-color:#FFFFFF;
}
#mainContentBottom {
	width: 676px;
	height:12px;
	background-image:url(images/main_bottom.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#ukMap {
	width:586px;
	height:320px;
	background-image:url(images/uk.gif);
	margin-top:20px;
	background-repeat: no-repeat;
	background-position: center;
}
#homeRLogo {
	width:99px;
	height:79px;
	float:right;
	background-image:url(images/r_home.gif);
}
/*--------------------COMPANY RESULTS PAGE------------------------*/
.resultsContainer {
	width:586px;
	margin:0px;
	text-align:left;
}
.rLogoSm {
	float:left;
	width:50px;
	height:38px;
	background-image:url(images/r_sm.gif);
	margin-right:25px;
}
.companyDetailResults {
	float:left;
	width:320px;
}
.addressResults, .telResults, .emailResults, .webResults {
	background-repeat:no-repeat;
	background-position: left 2px;
	text-indent: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height:16px;
	color: #333366;
}

.companyNameResults {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #99CC66;
	padding:0x;
	margin:0px;
}
.addressResults {
	background-image:url(images/a.gif);	
}
.telResults {
	background-image:url(images/t.gif);
}
.emailResults {
	background-image:url(images/e.gif);
}
.webResults {
	background-image:url(images/w.gif);
}
.fullDetails {
	width:165px;
	height:59px;
	float:right;
}
.fullDetails a {
	display:block;
	width:165px;
	height:59px;
	background-image: url(images/full_details.gif);
	text-indent: -9999px;
}
.fullDetails a:hover {
	display:block;
	width:165px;
	height:59px;
	background-image: url(images/full_details.gif);
	text-indent: -9999px;
	background-position: 0px 59px;
}
.ratingResults {
	width:163px;
	height:51px;
	float:right;
	margin-top:15px;
}
.hLine {
	width:586px;
	height:2px;
	background-color:#99CC66;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:0px;
	line-height:0px;
}
/*----------------------COMPANY PAGE-------------------------*/
.companyDetails {
	float:left;
	width:370px;
	margin-right:30px;
}
.companyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height:19px;
	color: #99CC66;
	margin-bottom:10px;
}
#companylogo {
	height:51px;
	float:right;
}
#companyDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height:19px;
	color: #99CC66;
	clear:both;
	padding-top:5px;
	letter-spacing: normal;
}
#rating {
	width:163px;
	height:51px;
}
#key, #associations, #contactForm, #submitReview {
	margin-top:10px;	
}
#key img, #associations img{
	margin-right:25px;	
}
#reviewHeading {
	width:129px;
	height:39px;
	margin-top:15px;
	background-image:url(images/review.gif);
	margin-bottom: 15px;
}
#contactForm a {
	display:block;
	width:586px;
	height:46px;
	background-image: url(images/contact.gif);
	text-indent: -9999px;
}
#contactForm a:hover {
	display:block;
	width:586px;
	height:46px;
	background-image: url(images/contact.gif);
	text-indent: -9999px;
	background-position: 0px 46px;
}
#submitReview a {
	display:block;
	width:586px;
	height:46px;
	background-image: url(images/submit_review.gif);
	text-indent: -9999px;
}
#submitReview a:hover {
	display:block;
	width:586px;
	height:46px;
	background-image: url(images/submit_review.gif);
	text-indent: -9999px;
	background-position: 0px 46px;
}
/*----------------------STORAGE PAGE-------------------------*/
.storageLogo {
	float:left;
	width:123px;
	margin-right:25px;
}
.storageContact {
	float:left;
	width:205px;
}
.storageDetails {
	float:right;
	width:205px;
}
/*----------------------REMOVALS PAGE-------------------------*/
.removalsLogo {
	float:left;
	width:123px;
	margin-right:25px;
}
.removalsDetails {
	float:left;
	width:290px;
	text-align:left;
}
.removalsDetails p {
}
.removalsPicture {
	float:right;
	width:123px;
	margin-left:25px;
}
.removalsPicture img, .removalsLogo img {
	width:123px;
}
/*----------------------CONTACT PAGE-------------------------*/
#contactDetails {
	float:left;
	width:245px;
}
#teamPicture {
	width:226px;
	height:180px;
	background-image:url(images/team_pic.jpg);
	float:right;
}
#contactFormSM {
	width:245px;
	float:left;
	margin-top:22px;
}
#contactFormSM a {
	display:block;
	width:245px;
	height:46px;
	background-image: url(images/contact_sm.gif);
	text-indent: -9999px;
}
#contactFormSM a:hover {
	display:block;
	width:245px;
	height:46px;
	background-image: url(images/contact_sm.gif);
	text-indent: -9999px;
	background-position: 0px 46px;
}
.alignLeft {
	float:left;
	margin-top:26px;
	margin-left: 15px;
}
#reasons {
	width:198px;
	height:60px;
	background-image:url(images/5_reasons.gif);
	float:left;
}
.formHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333366;
	width: 100px;
	margin:0px;
	padding:0px;
	float:left;
}
.formHeadingTwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333366;
	display:block;
	margin:0px;
	padding:0px;
}
.formText, .formTextPostcode {
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;	
	margin-top:5px;
	float:left;
}
.formTextPostcode {
	width:100px;
}
.formTextDescription {
	width:350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;	
	margin-top:5px;
	float:left;
	margin-left:100px;
}
.formPostcode{
	width:150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;	
	margin-top:5px;
}
.formButtonSubmit {
	margin-left:100px;
}
.formButtonReset {
	margin-left:10px;
}
/*---------------------RIGHT COLUMN--------------------------*/
#homePicture, #storagePicture, #resultsPicture, #detailsPicture, #contactPicture {
	width:229px;
	height:392px;
}
#homePicture {
	background-image:url(images/home_pic.gif);
}
#storagePicture {
	background-image:url(images/storage_pic.gif);
}
#resultsPicture {
	background-image:url(images/results_pic.gif);
}
#detailsPicture {
	background-image:url(images/details_pic.gif);
}
#contactPicture {
	background-image:url(images/contact_pic.gif);
}
#pictureBottom {
	width:229px;
	height:34px;
	background-image:url(images/picture_bottom.gif);
}
#email {
	width:215px;
	height:60px;
	margin-left:14px;
}
#email a {
	display:block;
	float:left;
	width:215px;
	height:60px;
	background-image: url(images/email.gif);
	text-indent: -9999px;
}
#email a:hover {
	display:block;
	float:left;
	width:215px;
	height:60px;
	background-image: url(images/email.gif);
	text-indent: -9999px;
	background-position: 0px 60px;
}
#rightColumnTag {
	width:189px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#rightColumnTag p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFFFFF;
	line-height:28px;
	margin:0px;
	padding:0px;
	
}
/*------------------------FOOTER------------------------------*/
#footerContainer {
	margin:0px;
	width:906px;
	padding-bottom:15px;
}
#footerLeft {
	width:647px;
	height:30px;
	margin:0px;
	padding:15px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#footerRight {
	width:229px;
	float:right;
	margin-top:10px;
	padding:0px;
	text-align:right;
}
#edge {
	margin:0px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lowerMenuFirst {
	padding: 0px 8px 0px 0px;
	margin: 0px;
	display: inline;
	background-image: url(images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.lowerMenu {
	margin: 0px;
	display: inline;
	background-image: url(images/menu_spacer.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.lowerMenuEnd {
	padding: 0px 0px 0px 5px;
	margin: 0px;
	display: inline;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#footerContainer a{
	color:#FFFFFF;
	text-decoration:none;
}
#footerContainer a:hover{
	color:#333333;
	text-decoration:none;
}
