#subnav
{
padding: 3px 0;
margin: 1;
border-bottom: 1px solid #666;
font: bold 10px Verdana, sans-serif;
}
#subnav li
{
list-style: none;
margin: 0;
display: inline;
}
#subnav li a
{
padding: 3px 0.5em;
margin-left: 3px;
margin-bottom: 0px;
border: 1px solid #778;
border-bottom: none;
background: #CCCCCC;
text-decoration: none;
}
#subnav li a:link { color: #333; }
#subnav li a:visited { color: #667; }
#subnav li a:hover
{
color: #000;
background: #AAE;
border-color: #227;
}
#subnav li a#current
{
background: white;
border-bottom: 1px solid white;
}
.pricing {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	width: 100%;
}
.pricing th, td{
	padding: 10px;
}
.process {
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-align: left;
}
.priceinfo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: right;
}
.presswork {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: left;
}
.sizes {
	font-size: 10px;
	text-align: right;
	background-color: #CCCCCC;
}
dl {
margin-bottom:40px;
}
dt {
	font-weight: bold;
	border-bottom: 1px solid #333;
	margin-bottom: 10px;
	width: 375px;
}
dd {
	margin-bottom: 10px;
	margin-left: 5px;
	padding-left: 25px;
	background-image: url(../images/dd_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	width: 375px;	
}
