/* w a l c o t t imaging CSS
handcoded by Rob Walcott - 2007-2010 */

* { margin: 0; padding: 0; list-style-type: none; }

body	{
	font-family: IM Fell, georgia, arial, sans-serif;
	color: #666;
	font-size: .86em;
	position: relative;
}

a	{
	color: #777;
}

a:visited, a:active, a:hover	{
	color: #482d11;
}
blockquote	{
	padding: 10px;
	margin: 5px 30px;
	background: #f7f1ee;
}

#container		{
	width: 775px;
	position: relative;
}

	#content-container	{
		float: right;
		display: block;
		width: 580px;
	}
	
		#content-container p	{
			line-height: 2em;
			margin: 2em 0;
		}
	h3.container-headline, h3.container-headline2	{
		font-weight: normal;
		display: block;
		color: #555;
		padding: .7em 2em .7em 4.6em;
		font: 2.6em/1em "garamond", "Garamond Premier Pro", "Adobe Garamond Pro", times, "times new roman", serif;
		text-indent: -1.5em;
	}
		h3.container-headline span, h3.container-headline2 span	{
			font-style: normal;
			color: #222;
			font-weight: 600;
		}
		h3.container-headline:first-letter, h3.container-headline2:first-letter	{ font-size: 1.4em; }
		
		h3.container-headline2	{ 
			border-bottom: 1px solid #666;
			text-indent: 0;
			padding: 1em 0 .4em 0;
			margin: 0 0 .5em 0;
			text-align: center;
		}
		
	#content-container p:first-letter	{ font-size: 1.4em; }
	#content-container p	{

	}
	
	.highlight	{ background: #fcef5d; color: #222; }
	.helper, .savings	{ 
			
			padding: .4em 0 .1em 1em;
			margin: 1.7em 0 0 0;
			font-size: 1.3em;
			color: #222;
			text-indent: 0;
			letter-spacing: .06em;
			display: block;
		}
		.helper	{ background: transparent url(/img/lightbulb-med.gif) 3% 10% no-repeat; }
		.savings {	background: transparent url(/img/dollar-med.gif) 1% 80% no-repeat; }
		


/* Flickr Portfolio Images
	--------------------------------------------------------------------------------------------  */
	#portfolio-photos	{
		width: 80%;
		margin: 1em 0 1em .5em;
	}
		#portfolio-photos a {
			margin: 0 .2em .4em .2em;
		}
		
		#portfolio-photos a img {
			padding: .25em .25em .5em .25em;
			border-top: 1px solid #ccc;
			border-right: 1px solid #aaa;
			border-bottom: 2px solid #777;
			border-left: 2px solid #aaa;
		}
		
		/* Portfolio Images Used in "Alternating Information Blocks" (below)
		----------------------------------------------------------------  */
		dl.alt-infoblock dd #portfolio-photos	{
			float: left;
		}
		
		a.extended-portfolio, #sidenav a.extended-portfolio	{
			float: left;
			width: 15%;
			text-align: center;
			font-size: 10em;
			margin-top: 13%;
			display: block;
		}
			a.extended-portfolio span, #sidenav a.extended-portfolio span	{
				display: block;
				font-size: .09em;
				line-height: 1em;
				padding-top: 30%;
			}
			
			a.extended-portfolio:hover, #sidenav a.extended-portfolio:hover	{
				color: #adcf71;
			}
				a.extended-portfolio:active, #sidenav a.extended-portfolio:active, a.extended-portfolio:visited, #sidenav a.extended-portfolio:visited	{
					text-decoration: none;
				}
			
				#sidenav a.extended-portfolio	{
					line-height: 0em;
					text-align: center;
					margin: .25em 0 0 45%;
					width: 50%;
				}
					#sidenav a.extended-portfolio span	{
						padding-top: 45%;
					}


	/* ALTERNATING INFORMATION BLOCKS (seen originally on the services page
	--------------------------------------------------------------------------------------------  */
	dl.alt-infoblock, dl.alt-infoblock-v2
		{
		width: 90%;
		margin: 0 0 0 2em;
		padding: 0;
		}

		.alt-infoblock dt, .alt-infoblock-v2 dt
			{
			width: 18%;
			float: left;
			margin: 0 0 8px 0;
			padding: 1em .7em 1em .7em;
			border-top: 1px solid #999;
			font-weight: bold;
			font: 2.5em "garamond", "Garamond Premier Pro", "Adobe Garamond Pro", times, "times new roman", serif;
			letter-spacing: 1px;
			color: #482d11;
			text-align: center;
			}

			/* commented backslash hack for mac-ie5 \*/
			dt { clear: both; }
			/* end hack */

			
		.alt-infoblock dd, .alt-infoblock-v2 dd
			{
			float: left;
			width: 72%;
			margin: 0 0 8px 0;
			padding: 2em .7em 1em .7em;
			border-top: 1px solid #999;
			line-height: 1.6em;
			}
			
			.alt-infoblock dd ul, .alt-infoblock-v2 dd ul	{
				background: #e7e7e7;
				margin-top: .6em;
				border: 1px solid #888;
			}
			.alt-infoblock-v2 dd ul	{ 
				background: #FFF; 
				padding-left: 3em;
				}
				.alt-infoblock-v2 dd ul li	{
					list-style-type: disc;
				}
							
				a.link, a.pdf	{ 
						padding: 3px 10px 3px 40px;
						margin: 0 0 0 13px;
						display: block;
						float: left;
						font-size: .9em;
						color: #555;
					}
				a.pdf	{ background: transparent url(/img/pdf_icon-20.jpg) 3% 50% no-repeat; }
				a.link	{ background: transparent url(/img/link-button.jpg) 3% 45% no-repeat; }
				
				a.link:hover, a.pdf:hover	{ text-decoration: underline; }
				a.link:active, a.pdf:active	{ color: #999; }
				
		/* First seen on Portrait Pricing page ---------------   */
		.alt-infoblock-v2 dl dd dl dt	{
			font-size: 1.3em;
			width: 20%;
			border: 0;
		}
			.alt-infoblock-v2 dl dd dl dd	{
				border: 0;
				width: 50%;
			}
		
			.price	{
				font-size: 1.3em;
			}
			
			.strikeprice	{
				color: red;
			}
			.alt-infoblock-v2 p 	{
				padding: 0 0 2em 6.1em;
			}
				dl p a	{
					color: #b23a3a;
				}
				
		a.sample-session	{
			font-size: 1.3em;
			background: #f9eba0;
			color: #333;
			padding: 1px 5px;
			margin: 0 0 0 25px;
			text-decoration: underline;
		}
		
		.arrow-link	{ 
			background: #fbceff url(/img/arrow-link.gif) 100% 50% no-repeat; 
			padding: 0 40px 0 0;
			color: #000;
			font-size: 1.2em;
		}
		
		a.arrow-link:visited	{ 
			color: #777; 
			text-decoration: underline;
			}
			
			
		/*   	HIGHLIGHTED FEATURES LISTS
		-------------------------------------------------------------  */
		.alt-infoblock ul.highlighted-features, .alt-infoblock-v2 ul.highlighted-features	{
			background: transparent;
			padding: 0 2em .2em 3.9em;
		}
			.alt-infoblock ul.highlighted-features li, .alt-infoblock-v2 ul.highlighted-features li	{
				list-style-type: disc;
				padding: .35em 0;
				color: #444;
			}
		
			/*   	2ND LEVEL DEFINITION LISTS (READ MORE)
			-------------------------------------------------------------  */		
			.alt-infoblock dd dl, .alt-infoblock-v2 dd dl	{
				background: #fff;
				width: 85%;
				margin: 1.3em 0 0 5%;
			}
			.alt-infoblock dd dt, .alt-infoblock-v2 dd dt	{
				font-size: 1.1em;
				width: 120px;
				color: black;
			}
				.alt-infoblock dd dt a, .alt-infoblock-v2 dd dt a	{ color: black; }
				.alt-infoblock dd dt a img, .alt-infoblock-v2 dd dt a img	{ border: 1px solid #888; }
			.alt-infoblock dd dd, .alt-infoblock-v2 dd dd	{
				font-size: .94em;
				color: #333;
				padding: .3em;
				width: 65%;
			}
			
			/*   	UL Styling for Portrature Page
			-------------------------------------------------------------  */		
			.alt-infoblock-v2 dd dd ul	{
				border: 0;
			}
				
		/* BOTTOM LINKS - originally found on the about us page
		-------------------------------------------------------  */
		ul.bottom-links	{
			border-top: 1px solid #ccc;
			margin: 0 2%;
			padding: .4em 2em;
		}
			ul.bottom-links li	{
				display: block;
				float: left;
			}
		
		
			/*   	Styling for Wedding Packages Page
			-------------------------------------------------------------  */	
			#packages	{
				width: 65%;
				margin: 0 0 0 23%;
			}
			
			#packages ul	{
				padding: 10px 10px 10px 20px;
				width: 80%;
			}
			
			#packages ul li	{
				padding: 2px 2px 2px 2px;
				margin: 0 0 0 10px;
				list-style-type: disc;
			}
			
			#packages h4	{
				margin: 20px 0 0 0;
				padding: 5px;
				font-size: 1.1em;
				border-bottom: 1px solid #666;
			}
			
			
			
/*	PRODUCT PHOTO GALLERIES
-----------------------------------------------------------------------  */

	ul.product-photos 	{
		float: right;
		display: block;
	}
		ul.product-photos li	{
			margin-bottom: 2px;
		}
			
			ul.product-photos li a	{
				
			}
			ul.product-photos li a img	{
				padding: 3px 3px 7px 3px;
				border-top: 1px solid #aaa;
				border-right: 1px solid #999;
				border-bottom: 2px solid #666;
				border-left: 2px solid #aaa;
		}
	
		img.product-photos-large	{
			float: left;
			width: 465px;
			padding: 10px 10px 21px 10px;
			border-top: 2px solid #aaa;
			border-right: 2px solid #999;
			border-bottom: 4px solid #666;
			border-left: 2px solid #aaa;
		}

/*	PRODUCT ORDER FORM TABLES, PRINT PRICING TABLE
-----------------------------------------------------------------------  */
table.order-form, table.price-table	{ 
	border-collapse: collapse; 
	width: 100%; 
	text-align: left;
	margin: 0 0 20px 0;
}

table.price-table	{
	width: 60%;
	margin: 0 0 15% 10%;
}

	.order-form td, .order-form th, .price-table td, .price-table th	{
		padding: .3em .5em;
	}
	
	.order-form th, .price-table th	{
		border-bottom: 2px solid #BBB; 
	}
	.order-form tr, .price-table tr	{
		border-bottom: 1px solid #CCC;
	}
	.order-form tr.odd-row, .price-table tr.odd-row	{
		background: #EEE;
	}
	
	.order-form tr:hover	{ background: #fdf4aa; }
	.order-form col.last-col	{
		border: 1px solid #999;
	}
	
	
/* List first seen on the photobooth page */
ul.list-style-1	{
	width: 90%;
}
	ul.list-style-1 li	{
		list-style-type: disc;
		margin: .2em 0 .6em 2.8em;
	}


		
	/* CLIENT PAGES
	---------------------------------------  */
	#clientportfolio-img	{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.clients .client-post	{
		position: relative;
		top: 0;
		left: 0;
		z-index: 200;
	}
	.clients .client-post h2	{
		color: #f56200;
		font-family:  garamond, "century gothic", times, "myriad pro", serif;
		font-size: 2.3em;
		font-weight: normal;
		width: 330px;
		padding: 38px 0 10px 0;
		margin: 0 0 0 30px;
		text-align: center;
	}
	
	.clients .client-post-body	{
		width: 260px;
		background: #fff;
		opacity: 0.7;
		margin: 4px 0 20px 64px;
		padding: 6px 0 12px 0;
	}
	
		.clients .client-post-body h3, .clients .client-post-body ul, .clients .client-post-body p, .clients .client-post-body cite, .clients .client-post-body small	{
			margin:6px 15px;
		}
		
		.clients .client-post-body cite	{
			font-size: 1.2em;
			font-style: normal;
		}
			.clients .client-post-body cite a	{ color: #6b92a0; }
	
		.clients .client-post-body h3	{
			color: #222;
			font-family:  garamond, "century gothic", times, "myriad pro", serif;
			font-size: 1.4em;
			border-bottom: 1px solid #222;
			text-align: center;
			text-transform: uppercase;
		}
		
		.clients .client-post-body ul	{ 
			border-bottom: 1px solid #222;
			padding-bottom: 4px;
		}
		.clients .client-post-body ul li	{ 
			text-align: center; 
			padding: 6px 0;
			border-bottom: 1px solid #ddd;
		}
		
		.clients .client-post-body ul li a	{
			color: #f56200;
			font-size: 1.1em;
			line-height: .6em;
		}
		
		.clients .client-post-body h3#comments	{ font-size: 1em; }
		.clients .client-post-body h3#respond	{ font-size: 1.2em; }

		
	/* BLOG
	------------------------------------------------------------  */

	#blog-content-container	{
		margin: 10px 0 10px 10px;
		width: 740px;
	}
	.entry img	{
		margin: 10px 10px 10px 0px;
		padding: 5px 5px 15px 5px;
		border: 1px solid #BBB;
	}
	.entry img.stock	{
		width: 100%;
		border: 0;
		margin: 8px 0;
		padding: 0;
	}
	.entry .verticalpair	{
		padding: 10px 0 25px 0;
		margin: 8px 0;
		border: 1px solid #AAA;
		text-align: center;
	}
		.entry .verticalpair img	{
			margin: 0 4px;
			border: 0;
			padding: 0;
		}
		
	.entry .verticalclipped	{
		margin: 8px 0;
		text-align: center;
		height: 750px;
		overflow: hidden;
		position: relative;
	}
		.entry .verticalclipped img	{
			border: 0;
			padding: 0;
			margin: 0;
			width: 760px;
			position: absolute;
			top: -100px;
			left: 0;
		}
	.entry .threepack	{
		margin: 8px 0;
		padding: 10px 10px 25px 10px;
		border: 1px soli #BBB;
		text-align: center;
	}
		.entry .threepack img	{
			width: 33%;
			border: 0;
			margin: 0 1px;
			padding: 0;
		}

	#sidebar	{
		padding-left: 10px;
	}

	.post h3 {
		border-bottom: 1px solid #000;
		font-size: 1.5em;
		margin-top: 1.8em;
	}
		.post h3 a	{
			color: #444;
		}
		
	.navigation	{
		background: #819e2a; 
		color: #f2eeb1; 
		padding: 2px 14px 2px 14px;
	}
		.navigation .alignleft	{ float: left; }
		.navigation .alignright	{ float: right; }
		.navigation a	{
			color: #fff;
		}
			.navigation a:hover	{
				text-decoration: underline;
			}
			.navigation a:visited, .navigation a:active, .navigation a:hover	{
				color: #f2eeb1;  
			}
	
	#sidebar ul	{
		margin: 5px 0;
	}
	#sidebar li	{
		margin: 2px 0 2px 8px;
	}

/* Old Stuff	

			h3.pagetitle	{
				margin-bottom: 25px;
				border-bottom: 1px solid #888;
				background: #DDD;
			}
	.post	{
		margin-top: 2em;
	}
			
	.post h2, .post h3	 {
		font-variant: normal;
		font-weight: normal;
		font-size: 1.9em;
		text-align: center;
	}
	.post small	{
		display: block;
		border-bottom: 1px solid #777;
		margin-bottom: 10px;
		padding: 2px 0 2px 0;
		text-align: center;
	}
		
		.post h3 a, .post h3	{
			text-decoration: none;
			color: #000;
		}
		
		.post object	{
		margin-left: 25px;
		}
	
	
	.post p.postmetadata	{
		border-top: 1px solid #DDD;
		text-align: center;
		padding: 2 20px;
		margin: 10px 50px 0 50px;
		font-size: .8em;
	}
	
	p.posttopic-list	{
		font: 1em "century gothic", "myriad pro", arial, sans-serif;
		margin: 0 0 25px 0;
		padding: 2px 8px;
		background: #ebecd6;
		display: inline;
	}
		p.posttopic-list a	{
			color: #887b58;
			text-decoration: underline;
			font: .85em garamond, times, "times new roman", serif;
		} .entry .post p.posttopic-list a:hover	{ text-decoration: none; }
	
	.postedcomment	{
		 border: 1px solid #666; 
		 background: #eee; 
		 padding: 3px 5px; 
		 margin: 2px 5px 8px 5px;
	}
	
	.navigation	{
		text-align: center;
		margin-bottom: 25px;
		padding: 5px 0 2px 0;
		border-bottom: 3px solid #888;
		background: #ddd;
	}
		.navigation a	{ color: #de8736; }
		.navigation .alignleft, .navigation .alignright	{
			display: inline;
			padding: 0 8px;
		}
		.navigation .alignleft	{
			border-right: 1px solid #777;
		}
		.navigation .alignright	{
			border-left: 1px solid #777;
		}
		
		
		.tt-flickr	{
			display: block;
			margin: 5px 0 10px 0;
		}
	
	.post-pics img	{
		float: left;
		padding: 5px;
	}
			
*/	
				
/*	SIDENAV & TOPNAV
----------------------------------------------------------------------------- */
#sidenav, #sidenav-blog	{
	float: left;
	width: 185px;
	display: block;
	text-align: right;
}

#topnav	ul	{
	float: left;
	padding-top: .3em;
}
	#topnav ul li	{
		display: inline;
	}
	
	#sidenav h3, #topnav h3	{
		font: 2.5em "garamond", "Garamond Premier Pro", "Adobe Garamond Pro", times, "times new roman", serif;
		color: #999;
		letter-spacing: .04em;
	}
	#topnav h3	{
		float: left;
		font-size: 1.4em;
		padding: .3em 0 .3em 2em;
	}
	
	#sidenav-blog	{
		text-align: center;
	}
	
		#sidenav-blog ul	{
			border-bottom: 2px dotted #999;
			padding: .8em 0 1.2em .8em;
			margin: 0 1em;
			text-align: left;
		}
		
		#sidenav-blog h4	{
			padding: .7em 0 0 0;
			margin: 0 2em 1em 2em;
			border-bottom: 1px solid #999;
			margin-top: 2em;
		}


/*	HEADER
----------------------------------------------------------------------------- */
#header	{
	position: relative;
	background: #FFF;
	padding-left: 10px;
	height: 8.7em;
	border-bottom: 1px solid #ddd;
}

	#header h1 {
		position: absolute;
		float: left;
		top: 28px;
		left: 10px;
		height: 0px !important;
		line-height: 65px;
		overflow: hidden;
		background: transparent url(/img/logo.jpg) no-repeat top left;
		width: 99%;
		padding: 65px 0 0 0;
		height /**/:65px;
		z-index: 0;
	}	
			#header h1 a {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 500px;
				height: 63px;
				text-indent: -200em;
				padding: 0;
				margin: 0;
				border: none;
				text-decoration: none;
			}

#header #nav-links	{
	position: absolute;
	top: 1.8em;
	right: 0;
	float: right;
	width: 30em;
	background: #FFF;
	opacity: 0.8;
	z-index: 2;
}
	
#header ul	{
	display: block;
	position: relative;
	float: left;
	text-align: right;
	border-left: 1px solid #ccc;
	padding: 0 4% 0 8.4%;
	height: 6.7em;
	width: 6em;
}
#header h3	{
	font: 1.3em "garamond", "Garamond Premier Pro", "Adobe Garamond Pro", times, "times new roman", serif;
	letter-spacing: 1px;
	color: #000;
}
	#header ul li h3 a	{ color: #000; text-decoration: none; }
	#header ul li h3 a:hover	{ color:#888; }
	
	
	#header ul li#active-nav-link	{
		background: #ffed70;
	}
		#header ul li#active-nav-link a	{ color: black; }
	#header ul li a {
		color: #777;
		font-size: .94em;
		letter-spacing: .5px;
		text-decoration: none;
			}
		#header ul li a:hover {
				color: #111;
			}
		
		#header ul li a.nav-pdf	{
			padding: 0 20px 0 0;
			background: transparent url(/img/pdf-sm.jpg) top right no-repeat;
		}

	
	#gallery-login	{
	float: right;
	padding: .1em 2% 0 0;
	
	}
	#gallery-login h3, #gallery-login p, #gallery-login form	{
		display: inline;
	}
	
	#gallery-login h3	{
		margin-right: 6px;
		font-size: .9em;
	}
	
	#gallery-login p 	{
		margin: 0 8px 0 5px;
		font-size: .8em
	}
			
	#gallery-login p a	{
		color: #555;
		text-decoration: underline;
	}

	/*	FOOTER
----------------------------------------------------------------------------- */
#footer	{
	width: 100%;
	padding: 5px 0 4px 0;
	background: #fff;
	border-top: 1px solid #CCC;
	color: #111;
}
	#footer a	{ color: #333; }
	#footer p	{
		text-align: left;
		margin: 3px 0 0 2%;
		font-size: .9em;
	}
	
	

	
	/*	404 PAGE
----------------------------------------------------------------------------- */
#content-container .error-scenario	{
	margin: 10px 20px;
	padding: 10px;
	border: 1px solid #666;
	background: #ddd;
}

	/*	CONTACT PAGE
----------------------------------------------------------------------------- */

	fieldset#contact-form	{
		padding: 1em;
		background: #EEE;
		margin: 20px 25% 0 2em;
	}
	fieldset#contact-form legend {
		display: none;
	}
	
	fieldset#contact-form label	{
		display: block;
		margin-top: .2em;
	}
	fieldset#contact-form input	{
		display: block;
	}
	.submitbutton	{
		margin: 15px 0 5px 0;
	}
	
	address	{
		font-style: normal;
	}


	/*	ABOUT US PAGE - ORDERED LIST
----------------------------------------------------------------------------- */
	ol.aboutus-list	{
		list-style-type: disc;
		margin: 0 20% 0 10%;
	}
		ol.aboutus-list li	{
			margin: 1em 0;
			list-style-type: decimal;
		}
	

	/*	FORMS
----------------------------------------------------------------------------- */
.formquestion		{
	border: 1px solid #777;
	background: #ddd;
	margin: 10px 20px;
	padding: 8px;
}

	form .formquestion p	{
		font-weight: bold;
		font-size: 12px !important;
		line-height: 15px !important;
	}
	
	form .formquestion ul	{
		margin-left: 10px;
	}

/* MISC
---------------------------------------------------------------------------    */
h3#ie6-update	{
	display: none;
}

span#showdate { display: none; border: 1px solid red; }


	/* HOME PAGE
	---------------------------------------  */
	
	img#homeportfolio-img	{
		width: 100%;
	}
	
	ul#homeportfolio-links	{
		position: absolute;
		top: 145px;
		right: 6px;
		z-index: 400;
	}
	
	ul#homeportfolio-links li	{
		display: inline;
		float: left;
		padding: 3px 5px;
		margin: 2px 1px;
		text-align: center;
		background: #555;
		border: 1px solid #aaa;
		font-size: .7em;
	}
		
		ul#homeportfolio-links li a	{
			color: #fff;
		}
		
/* Forms (Contact)
------------------------------------------------------------------    */
	fieldset	{
		background: #ddd;
		padding: 5px 30px;
	}


		
/* Senior Sale Page
------------------------------------------------------------------    */
	#senior-sale-home a	{
		color: #000; background: orange; text-decoration: underline;
	}
	#senior-sale-home-top5 ol li	{
		list-style-type: decimal;
		margin: 4px 0 4px 20px;
	}
	
	#senior-sale-home-top5 a	{
		color: red;
		text-decoration: underline;
		font-weight: bold;
	}
	
	#senior-sale-home a:hover	{
		background: black;
		color: #fff;
	}
	
	#senior-sale	{
		margin: 0 0 25px 140px;
		width: 70%;
		position: relative;
	}
	
	#senior-sale ol li	{
		list-style-type: decimal;
		margin: 4px 0 4px 20px;
	}
	
	h4#box1-headline, h4#box2-headline, h4#box3-headline, h4#box4-headline {
		position: relative;
		height: 0px !important;
		z-index: 0;
		overflow: hidden;
	}	
		h4#box1-headline { background: transparent url(/seniors/img/digitalfiles.jpg) no-repeat top left; line-height: 107px; width: 290px; padding: 107px 0 0 0; height /**/:107px; margin: 5px 0 0 0; }
		h4#box2-headline { background: transparent url(/seniors/img/july.jpg) no-repeat top left; line-height: 53px; width: 280px; padding: 53px 0 0 0; height /**/:53px; margin-left: 10px; }
		h4#box3-headline { background: transparent url(/seniors/img/packages.jpg) no-repeat top left; line-height: 25px; width: 420px; padding: 25px 0 0 0; height /**/:25px; margin-left: 50px; }
		h4#box4-headline { background: transparent url(/seniors/img/june.jpg) no-repeat top left; line-height: 74px; width: 275px; padding: 74px 0 0 0; height /**/:74px; margin-left: 15px; }

	
			h4#box1-headline a, h4#box2-headline a, h4#box3-headline a, h4#box4-headline a {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				text-indent: -200em;
				padding: 0;
				margin: 0;
				border: none;
				text-decoration: none;
				background: none;
			}
					h4#box1-headline a	{ width: 290px; height: 107px; }
					h4#box2-headline a	{ width: 280px; height: 53px; }
					h4#box3-headline a	{ width: 420px; height: 25px; }
					h4#box4-headline a	{ width: 275px; height: 74px; }
			
			
		.sale-details	{
			padding: 8px 12px;
			margin: 4px;
			border: 1px solid #999;
			background-color: #fbfceb;
			width: 60%;
			line-height: 1.5em;
		}
			.sale-details a	{
				color: #a8471c;
				text-decoration: underline;
			}
			.sale-details a:active, .sale-details a:visited	{
				color: #703921;
				text-decoration: underline;
			}
			