/* CSS Document */

body {
	padding-top: 20px;
	background-image: url(../images/pd_backback.png);
	background-position: center 20px ;
	background-repeat: no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

strong {
	color: #701414;
}

#content {
	color: #FFF;
	width: 740px;
	margin: 62px auto;
	background-image: url(../images/pd_backpattern.png);
	background-repeat: repeat-y;
}

#header {
	margin: 0px;
	padding: 0px;
	padding-top: 220px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/pd_headerone.png);
	background-repeat: no-repeat;
}

#main {
	margin: 0px;
	padding: 10px 40px 5px 35px;
	background-image: url(../images/pd_backmain.png);
	background-repeat: no-repeat;
}

#main p {
	margin-top: 0px;
}

#main #continue {
	text-align: center;
	margin-top: 30px;
}

#main #continue a:link, #main #continue a:visited {
	display: block;
	padding: 0px;
	padding-top: 37px;
	width: 177px;
	height: 0px;
	overflow: hidden;
	background-image: url(../images/pd_continue.png);
	margin: 0px auto;
}

#footer {
	padding: 0px;
	padding-top: 24px;
	height: 0px;
	background-image: url(../images/pd_backfooter.png);
	background-repeat: no-repeat;
}

#chooseproduct .header {
	background-image: url(../images/pd_header_products.png);
	height: 29px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
}

#chooseproduct .header h2{
	display: none;
}

#chooseproduct #searchterms {
	margin: 0px;
	float: right;
	height: 24px;
	padding: 8px 10px 0px 0px;
	overflow: hidden;
	font-size: 13px;
}

#chooseimprint .header {
	background-image: url(../images/pd_header_imprinting.png);
	height: 29px;
	padding: 0px;
	overflow: hidden;
	margin: 0px;
	margin-top: 5px;
}

#chooseimprint .header h2{
	display: none;
}

#chooseimprint .imprint {
	background-color: #CCCCCC;
	border: solid 1px #004243;
	color: #004243;
}

#storefront {
	background-color: #CCCCCC;
	border: solid 1px #004243;
}
#storefront h2 {
	font-size: 1.5em;
	margin: 0px;
	padding: 4px 2px;
}
#storefront .navigation {
	padding: 5px;
	font-size: 12px;
	color: #052525;
}
#storefront .navigation p{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}
#storefront .navigation .tell{
	float: left;
}
#storefront .navigation .listen{
	text-align: right;
}
#storefront .navigation .listen a:link, #storefront .navigation .listen a:visited, #storefront .navigation .listen span{
	padding: 2px;;
	margin: 0px;
	color: #FFFFFF;
	background-color: #6C0F0F;
	text-decoration: none;
	margin-right: 2px;
}
#storefront .navigation .listen .deactive {
	padding: 2px;;
	margin: 0px;
	color: #999999;
	background-color: #052525;
	text-decoration: none;
	margin-right: 2px;
}
#storefront .navigation .listen a:hover {
	color: #FFFF00;
	background-color: #052525;
}
#storefront .navigation .listen span {
	color: #CCCCCC;
}
#storefront .item {
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 10px;
	padding-bottom: 0px;
	min-height: 64px;
	background-color: #999999;
	clear: both;
}
#storefront .item:hover {
}
#storefront hr.itemender {
	clear: both;
	visibility: hidden;
	height: 0px;
}
#storefront .item img {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0px 5px 5px 0px;
}
#storefront .item ul {
	list-style: inside;
}
#storefront .item p {
	margin: 5px;
	line-height: 120%;
}
#storefront .item h3 {
	font-size: 1.2em;
	margin: 5px 0px;
	padding-bottom: 3px;
}
#storefront .item .buyit {
	font-size: small;
	padding: 5px 5px;
	min-height: 64px;
	margin-right: 10px;
}
#storefront .item .selectitem {
	float: right;
}
#storefront .item .buyit input, #storefront .item .buyit select {
	font-size: .9em;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	background-color: #D4E6F3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	margin-bottom: 5px;
	width: 100px;
}
#storefront .item .buyit select {
	text-align: left;
}
#storefront .item .buyit .price {
	font-weight: bold;
}
#storefront .item .buyit .price .numbers {
	color: #FFFFFF;
	font-size: 18px;
}
#storefront .item .buyit .recalculate {
}
#storefront .item .buyit a:link, #storefront .item .buyit a:visited{
	font-size: 11px;
	margin-top: 5px;
	text-decoration: none;
	background-color: #015190;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 3px 1px 3px;
}
#storefront .item .buyit a:hover {
	color: #FFFFFF;
	background-color: #900000;
	text-decoration: underline;
}
#storefront h2.noreturns {
	padding-bottom: 400px;
}