body { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #CCCCCC; 
	margin: 0px;
}

	#frame { 
		width: 938px; 
		background-image: url(../images/bgtile.jpg); 
		background-repeat: repeat-y; 
	}
	
	#header{ 
		height: 120px; 
		background-image: url(../images/header.jpg); 
		background-repeat: no-repeat; 
		text-align: right;
	}
	
	#headlink {
		padding-right: 40px;
		padding-top: 25px;
	}
	
	#menu { 
		height: 28px; 
		background-image: url(../images/menu.jpg); 
		background-repeat: no-repeat; 
		overflow: hidden; 
		line-height: 28px; 
		vertical-align: middle;
		font-size: 14px; 
		color: #333333; 
		font-weight: bold; 
		padding-left: 0px;
		text-align: right;
	}
		
		#menu a { 
			font-size: 14px; 
			color: #333333; 
			font-weight: bold; 
			text-decoration: none; 
			margin: 0px 25px;
		}
		
		#menu a:hover { 
			color: #FFFFFF; 
		}

	#imagerow { 
		height: 154px; 
		background-image: url(../images/imagerow.jpg); 
		background-repeat: no-repeat; 
		overflow: hidden; 
	}
	
	#main { 
		background-image: url(../images/bgtile.jpg); 
		background-repeat: repeat-y; 
		text-align: left; 
	}

		#main h1 { 
			font-size: 16px; 
			color: #333333; 
		}
		
		#main p {  }
		
		#main p:last-child { 
			margin-bottom: 0px; 
		}
		
		#main a { 
			color: #B8DC7C; 
			text-decoration: none; 
		}
		
	#footer { 
		height: 29px; 
		background-image: url(../images/footer.jpg); 
		background-repeat: no-repeat; 
	}
	
	/* this padding is used  to compensate for the shadow edges */
	.shadowpad { 
		padding: 20px 40px; 
	}
	
	#leftcol { 
		float: left; 
		clear: none; 
		width: 586px; 
		margin-right: 10px; 
	}
	
	#leftcol a {
		color: #000000;
		text-decoration: underline;
	}
	
	#leftcol a:hover {
		text-decoration: none;
	}

	#leftcol .greenhp {
		color: #006600;
		font-weight: bolder;
	}
	
	#leftcol_FAQ { 
		float: left; 
		clear: none; 
		width: 840px; 
		margin-right: 10px; 
	}
	
	#rightcol { 
		float: left; 
		clear: none; 
		width: 254px;
	}
	
	.breaker {
		clear: both; 
	}
	
	#sideboxtop { 
		background-image: url(../images/sbtop.jpg); 
		height: 17px; 
		width: 253px;
	}
	
	#sidebox { 
		background-color: #cccccc; 
		width: 253px;
	}
	
	#sidebox p { 
		color: #000000; 
		margin-left: 10px; 
		margin-right: 10px;
	}
	
	#sidebox p:first-child { 
		margin-top: 0px; 
	}
	
	#sidebox p:last-child { 
		margin-bottom: 0px; 
	}

		#sidebox a {
			color: #0066CC;
			text-decoration: underline;
			line-height: 20px;
			margin-left: 8px;
		}
		
		#sidebox a:hover {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebox h1 {
			color: #FFFFFF;
			font-size: 18px;
			font-weight: bolder;
			margin-left: 18px;
			margin-top: 0px;
			text-align: left;
		}
	#sideboxbottom { 
		background-image: url(../images/sbbottom.jpg); 
		height: 17px; 
		background-repeat: no-repeat; 
	}
	
	#copyright { 
		text-align: center; 
		font-size: 11px; 
		color: #666666; 
	}

		#copyright a { 
			color: #666666; 
			text-decoration: none;
		}
		
	#breaker {
		clear: both; 
	}

	#product_container {
		width: 584px;
		border: 1px solid #999999;
		height: 98px;
	}
	
	#product_left {
		width: 98px;
		float: left;
		vertical-align: top;
	}
	
	#product_left img {
		border-right: 1px solid #999999;
	}
	
	#product_main {
		width: 285px;
		margin-left: 110px;
		margin-right: 5px;
		vertical-align: top;
		margin-top: -3px;
	}
		
		#product_main p {
			font-size: 11px;
		}
	
	#product_basket {
		width: 180px;
		float: right;
		vertical-align: top;
		text-align: right;
		margin-right: 5px;
		margin-top: -3px;
	}
		
		#product_basket h1 {
			color: #0066CC;
			font-size: 17px; 
			line-height: 10px;
		}
		
		#product_basket h2 {
			font-size: 17px; 
			color: #333333;
			line-height: 10px;
			margin-bottom: 5px;
		}
				
#rspaging a {
	color: #000000;
	font-size: 13px;
}

#rspaging a:hover {
	color: #CC0000;
	font-size: 13px;
}
		
h3 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bolder;
	margin-top: 0px;
	margin-left: 0px;
	text-align: center;
}
