.tdhdr
{	padding: 0px;
}

/* Sales Bar */

#sales-bar
{	position: fixed; top: 0px; left: 0px; width: 100%; display: none; z-index: 110;
}
	#sales-bar p
	{	height: 41px; width: 960px; background: url(images/shoppingbar-test.png) no-repeat; margin: 0 auto;
	}
	
	#sales-bar p a
	{	padding: 4px;
	}


#sales-bar-basic
{	position: absolute; top: 0px; left: 0px; width: 100%;	
}
	#sales-bar-basic p
	{	height: 41px; width: 960px; background: url(images/shoppingbar-test.png) no-repeat; margin: 0 auto;
	}
	
	#sales-bar-basic p a
	{ background: none; 
	}
	
	.buy-dollar, .buy-pound, .buy-euro	
	{ display: block; float: left; width: 103px; height: 35px; text-indent: -9999px; background:none; margin: 0px;
	}
	
	.viewcart 
	{	display: block; float: right; width: 200px; height: 35px; text-indent: -9999px; background: none; margin: 0px; 
	}
	
	
/* Main Content Area */
#bp-content 
{	background: #000 url(images/fotoedgefx-background.jpg?v1.0) no-repeat 0px 40px; padding-top: 340px; 
	
}
	/* Right Hand Content Area */
	#bp-right 
	{	float: left; width: 670px; padding-left: 25px; position: relative;
	}
		#bp-right p
		{	color: #fff; font-size: 0.8em; 
		}

		#bp-right h2
		{ 	margin-top: 15px; color: #aaa;
		}
		
		.pic1, .pic2
		{	height: 209px; padding-top: 80px; margin-top: 15px; margin-bottom: 25px; 
		}

		.pic1
		{	background: url(images/bp-pic1.jpg) no-repeat right 0; padding-right: 480px;
		}
		
		.pic2
		{ 	background: url(images/bp-pic2.jpg) no-repeat left 0; padding-left: 480px;
		}
		
		#bp-right blockquote 
		{	background:  url(images/open-quotes.png) no-repeat 0px 0px; padding: 30px 10px 10px 40px; 
			margin-bottom: 25px; display: block; 
		}
			#bp-right blockquote p
			{	display: block; background:  url(images/close-quotes.png) no-repeat right bottom;
				color: #fff; font-size: 0.9em; font-style: italic; 
			}
			
			#bp-right blockquote br
			{	display: block; margin-bottom: 25px;
			}
		
		#bp-right p.remaining-copies
		{	position: absolute; margin-left:620px;	top:-95px;	width:280px;
		}
		
	/* Left Hand Content Area */
	#bp-left
	{	float: right; padding-right: 25px; width: 190px; padding-top: 5px; 
	}
		#bp-left p
		{	font-size: 0.7em; color: #888;
		}
			#bp-left p a
			{	background: none; color: #DDF; padding: 0px;
			}
				#bp-left p a:hover
				{	background: none; color: #DDF; background: #333;
				}
						
		#bp-left h2
		{	color: #aaa;
		}
		
		#bp-left h2.topper
		{	font-size: 1.1em; margin-top: 0px;
		}
		
		#bp-left li
		{	margin-bottom: 25px; 
		}
		
	/* Cart */
	#cart
	{	position: absolute; top: 50px; left: 20px; background: #fff; padding: 5px; 
	}
