/* CSS Document */
#printlogo {
	display: none;
}
body {
	background-color: #666666;
	color: #d5d0b9;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.regularfont {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .01em;
	margin: 0 54px 20px 0px;
}
p {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: .01em;
	margin: 0 54px 18px 0px;
}
.italics {
	font-size: 13px;
	line-height: 17px;
	font-style: italic;
}
.detailfont {
	font-style: normal;
}
.boldfont {
	font-weight: bold;
}
h3 {
	font-size: .75em;
	font-weight: bold;
	margin: 0 0 16px 0;
	padding: 15px 30px 0 0;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 20px 0px;
	padding: 3px;
	padding-left: 40px;
	letter-spacing: .05em;
}
h1 {
	font-size: 17px;
	letter-spacing: .08em;
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#purple {
	background: #6e607a url(bar_bullet.gif) 12px 6px no-repeat;
}
#beige {
	background: #635842 url(bar_bullet.gif) 12px 6px no-repeat;
}
#brickred {
	background: #a7432f url(bar_bullet.gif) 12px 6px no-repeat;
}
#green {
	background: #577364 url(bar_bullet.gif) 12px 6px no-repeat;
}
/* Buy Now Buttons */
#buynow {
	background: #212121 url(buythiscd.gif) top left no-repeat;
	width: 402px;
	height: 22px;
	float: left;
	display: block;
}
#buynow:hover {
	background-position: 0 -22px;
}
#leftbuynow {
	margin: 0 0 0 152px;
	padding: 0;
}
#buynow-left {
	background: url(buythiscd-left.gif) top left no-repeat;
	width: 200px;
	height: 22px;
	float: left;
}
#buynow-left:hover {
	background: url(buythiscd-left-over.gif) top left no-repeat;
}
.clear:after {
	content: ".";
	height: 10px;
	visibility: hidden;
	display: block;
	clear: both;
}
