/* Style for sweepers products page */


#border {
  background-image: url(../images/sweeper_product_bg.gif);
  background-repeat: no-repeat;
  width: 960px;
  height: 1020px;
  margin: 0 auto;
  padding-top: 2.2em;
  }

	
/* Top un-ordered list */


#product {
  background-image: url(../images/sweeper_bg.gif);
  background-repeat: no-repeat;	
  margin: 0 auto;
  width: 900px;
  height: 473px;
  }

#product ul { 
  list-style-type: none;
  width: 900px;
  margin: 0 auto;
  }

#product li {
  float: left;
  width: 270px;
  padding-left: 6px;
  padding-right: 6px;
  }

	
/* Un-ordered list link images */


h3 {
  margin: 0;
  padding: 2em 0 2em 0;
  font-size: 100%;
  }

h3 img {
  display: block;
  border: none;
  }


h4 {
  font-size: 1em;
  padding-top: .5em;
	padding-bottom: .6em;
  }


		
/* Second un-ordered list */



.products {
  background-image: url(../images/sweeper_bg.gif);
  background-repeat: no-repeat;
  width: 900px;
  height: 473px;
  margin: 0 auto;
  margin-top: -1em;
  }

.products ul { 
  list-style-type: none;
  width: 900px;
  margin: 0 auto;
  }

.products li {
  float: left;
  width: 270px;
  padding-left: 8px;
	padding-right: 4px;
  }

#nav_link {
  width: 914px;
	margin-top: -.6em;
	}
	
.colour {
  background-image: url(../images/link_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
  float: right;
	width: 170px;
	padding: 4px;
  }
	
	
/* Footer section and navigation/additional information */



#footer {
  background-image: url(../images/footer_bg.png);
  background-repeat: no-repeat;
  width: 960px;
  height: 140px;
  margin: 0 auto;
  margin-top: -.5em;
  padding: 0;
  clear: both;
  }

#footer_navigation {
	width: 960px;
	padding-top: 10px;
	padding-bottom: 5px;
	}

.menuft {
			margin:0 auto;
			padding:0;
			height:40px;
			width:960px; 
			display:block; 
			}

.menuft li {
			padding:0; 
			margin:0; 
			list-style:none; 
			display:inline;
			}
			
.menuft li a {
			float:left; 
			padding-left:56px;
			display:block; 
			text-decoration:none; 
			color: #ffffff; 
			font-size:14px; 
			font-family: Arial, Verdana,  Helvetica, sans-serif; 
			cursor:pointer; 
			outline:none;
			}
			
.menuft li a span {
			line-height:30px; 
			float:left; 
			display:block; 
			padding-top: 5px; 
			padding-bottom: 5px; 
			padding-right:57px;
			}

.menuft li a:hover {
			color: #ffff1b;
			}

.menuft li a.active, .menuft li a.active:hover {
			line-height:30px; 
			background:url("../images/bottomMenuImages.png"); 
			background-repeat: no-repeat; 
			width: 58px; 
			text-indent: -9999px;
			}

#additional_info {
  float: right;
  width: 600px;
  }
	
#credit_info {
  background-image: url(../images/credit_info.jpg);
  background-repeat: no-repeat;
  width: 214px;
  height: 0px;
  padding-top: 40px;
  overflow: hidden;
  } 

#tpw_info {
  float: right;
  width: 643px;
  color: #fff;
  padding-top: 1px;
  }
	
.fs {
  font-size: 70%;
  color: #ffff1b;
  }
  
.cc {
  font-size: 70%;
  color: #fff;
  }

a:link, a:visited {
  text-decoration: none;
  color: #fff;
  }

a:hover {
  text-decoration: underline;
  color: #ffff1b;
  }

