body {
	background-attachment: fixed;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #DCEFFE;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;;
	font-size: 12px;
	line-height: 16px;
	color: #999999;
}

p a {
   color: #66CCFF;
	text-decoration: none;
}
p a:link a:visited {
   color: #66CCFF;
	text-decoration: none;
}
p a:hover {
   color: #0099FF;
	text-decoration: none;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FF6600;
	font-weight: normal;
	line-height: 24px;
}
.contentCol {
	padding-left: 45px;

}
.nav {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 20px;
	float: left;
}
.nav a:link a:visited {
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}
#promoBox {
	height: 88px;
	padding-left: 16px;
}

#sold {
position:relative;
display:block;
}

img.sold {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 62;
} 


.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.description {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
}
.price {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.picBorder {
	padding: 6px;
	border: thin solid #CCCCCC;
	margin: 3px;
}
#cart {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	text-align: right;
	float: right;
	padding-right: 15px;
}
.subHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FF6600;
}

