/* CSS Document */

/* 1st Tier nav */

#nav ul li a.pricing {
	color: #333333;
	border-bottom: 1px solid #333333;
	background: #FFC;}

/* Open up 2nd Tier nav */

#pricing #nav ul ul.pricing { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#pricing #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 115px;
	text-decoration: none; }		
	
#pricing #nav ul ul a:link, #pricing #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background-color: #fff; }
	
#pricing #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F0F0E1; }
	
/* Second Tier nav Links */

#pricing.flat #nav ul ul li a.flat {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#pricing.wrapped #nav ul ul li a.wrapped {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
#pricing.reproduction #nav ul ul li a.reproduction {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
		
#pricing.restoration #nav ul ul li a.restoration {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
		
#pricing.shipping #nav ul ul li a.shipping {	
	color: #333333;
	background: #F0F0E1 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
	
/* Other CSS */

#pricing table {
	margin-top: 20px;
	border: 1px solid #999;
	border-spacing: 0px;
	border-collapse: collapse;}
	
	
#pricing table td  {
	margin: 0px;
	padding: 3px 10px;
	border: 1px solid #999; }

#pricing table td.price {
	text-align: right;}	
	
#pricing .toprow {
	font-weight: bold;
	background: #F0F0E1;
	text-align: center;}		#pricing.shipping #content_main img {
	border-style: none;
}
