body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
p, ul, ol, li, td, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	padding: 0 0 1em 0;
}
ul {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.4em;
	padding: 0 0 1em 0;
}
a {
	text-decoration: underline;
	color: #982417;
}
a:hover {
	text-decoration: underline;
	color: #D17415;
}




/* ************************************************** global classes **************************************** */
.note {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.title {
	font-weight: bold;
}
.alert {
	color: #990000;
	font-style: italic;
}




/* ************************************************** div#wrap **************************************** */
div#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
}




/* ************************************************** div#page **************************************** */
div#page {
	width: 750px;
	margin: 0 5px;
	padding: 0;
}




/* ************************************************** div#header **************************************** */
div#header {
	width: 750px;
	overflow: hidden; 						/* clears contained floats */
}
#header .sitetitle img {
	margin: 0 0 5px 0; 
	padding: 0;
	display: block;
}
/* ******************** .featurenav ******************** */
#header ul.featurenav {
	width: 750px;
	margin: 0 0 5px 0; 
	padding: 0;
	overflow: hidden; 						/* clears contained floats */
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	list-style-type: none;
}
#header .featurenav li {
	margin: 8px 0;
	padding: 0 8px;
	display: block
}
#header .featurenav a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#header .featurenav a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#header .featurenav li.contactus {
	float: left;
	border-right: solid 2px #ffffff;
}
#header .featurenav li.visitiwf {
	float: left;
}
#header .featurenav li.viewcart {
	float: right;
	margin: 0;
	padding: 8px 8px 8px 30px;
	background-image: url(/images/icon_cart.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* ******************** .deptnav ******************** */
#header ul.deptnav {
	width: 750px;
	margin: 0 0 5px 0; 
	padding: 0;
	overflow: hidden; 						/* clears contained floats */
	background-color: #ffffff;
	list-style-type: none;
}
#header .deptnav li {
	width: 102px;
	height: 80px;
	margin: 0 0 0 6px;
	padding: 0;
	float: left;
	display: block;
}
#header .deptnav a {
	width: 102px;
	height: 80px;
	margin: 0;
	padding: 0;
	display: block;
	text-decoration: none;
}
/* hides text */
#header .deptnav a span {
	position: relative;
	top: -500px;
}
#header .deptnav li.house, #header .deptnav li.house a {
	background-image: url(/images/nav_dept_house.gif);
	background-position: 0 80px;
	margin-left: 0;
}
#header .deptnav li.house a:hover {
	background-position: 0 0;
}
#header .deptnav li.clothing, #header .deptnav li.clothing a {
	background-image: url(/images/nav_dept_clothing.gif);
	background-position: 0 80px;
}
#header .deptnav li.clothing a:hover {
	background-position: 0 0;
}
#header .deptnav li.dog, #header .deptnav li.dog a {
	background-image: url(/images/nav_dept_dog.gif);
	background-position: 0 80px;
}
#header .deptnav li.dog a:hover {
	background-position: 0 0;
}
#header .deptnav li.art, #header .deptnav li.art a {
	background-image: url(/images/nav_dept_art.gif);
	background-position: 0 80px;
}
#header .deptnav li.art a:hover {
	background-position: 0 0;
}
#header .deptnav li.bags, #header .deptnav li.bags a {
	background-image: url(/images/nav_dept_bags.gif);
	background-position: 0 80px;
}
#header .deptnav li.bags a:hover {
	background-position: 0 0;
}
#header .deptnav li.jewelry, #header .deptnav li.jewelry a {
	background-image: url(/images/nav_dept_jewelry.gif);
	background-position: 0 80px;
}
#header .deptnav li.jewelry a:hover {
	background-position: 0 0;
}
#header .deptnav li.misc, #header .deptnav li.misc a {
	background-image: url(/images/nav_dept_misc.gif);
	background-position: 0 80px;
}
#header .deptnav li.misc a:hover {
	background-position: 0 0;
}




/* ************************************************** div#main **************************************** */
div#main {
	width: 750px;
	overflow: hidden; 						/* clears contained floats */
}
#main h1 {
	width: 750px;
	margin: 0 0 5px 0; 
	padding: 8px 0;
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
}
#main h1 span {
	padding: 0 8px;
}
#main h1 a {
	text-decoration: none;
}
#main h1 a:hover {
	text-decoration: underline;
}



/* ************************************************** div#content **************************************** */
div#content {
	width: 525px;
	overflow: hidden; 						/* clears contained floats */
	margin: 0;
	padding: 20px 0 10px 0;
	float: left;
	text-align: left;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px 0 10px;
	padding: 0;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px 0 10px;
	padding: 0 0 1em 0;
}
#content p {
	margin: 0 20px 0 10px;
	padding: 0 0 1em 0;
}
#content ul {
	margin: 0;
	padding: 0 25px 0 40px;
}
#content li {
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 12px;
	line-height: 1.4em;
	list-style-position: outside;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #982417;
}
#content a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D17415;
}
#content table {
	margin: 0 20px 0 10px;
	padding: 0 0 1em 0;
}
#content th {
	font-weight: 12px;
	font-weight: bold;
	text-align: left;
	padding: 0 4px 4px 0;
}
#content td {
	font-weight: 12px;
	text-align: left;
	padding: 0 4px 4px 0;
}
#content .title {
	font-weight: bold;
}
/* ******************** .preview ******************** */
#content table.preview {
	width: 98%;
	margin: 0 20px 0 10px;
}
#content .preview th {
	font-weight: bold;
	text-align: left;
	padding: 10px 30px;
	font-size: 11pt;
}
#content .preview td.thumb {
	width: 200px;
	text-align: right;
	vertical-align: middle;
	padding: 10px;
}
#content .preview td.listing {
	padding: 10px;
	vertical-align: middle;
	text-align: left;
}
div.new {
	position: relative; 
	height: 1px;
	padding: 0;
	margin: 0;
}
html>body div.new {
	height: auto;
}
#content .preview td.thumb div.new img.new {
	position: absolute; 
	left: +70px; 
	top: 0px;
	z-index: 2; 
	border: none;
}
/* ******************** .product ******************** */
#content table.product {
	width: 98%;
	margin: 0 20px 0 10px;
}
#content .product td.thumb {
	width: 220px;
	vertical-align: top;
	text-align: center;
}
#content .product td.listing {
	padding: 0 5px 8px 8px;;
	vertical-align: top;
	text-align: left;
}
.listing .note {
	color: #000000;
	font-size: 10pt;
}
.listing .title {
	font-weight: bold;
}
#content .product .listing table.rates {
	margin: 0 20px 0 10px;
	padding: 0 0 1em 0;
}
/* ******************** .artistnav ******************** */
#content ul.artistnav {
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}
#content ul.artistnav li {
	line-height: 1.4em;
}
#content ul.artistnav a, ul.artistnav a:hover {
	font-weight: normal;
}




/* ************************************************** div#column **************************************** */
div#column {
	width: 200px;
	margin: 0;
	padding: 20px 0 0 0;
	float: right;
	text-align: left;
}
#column h3 {
	background-color: #000000;
	margin: 0 0 .7em 0;
	padding: 8px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
#column h3.alert {
	background-color: #990000;
	font-style: normal;
}
#column p {
	margin: 0 5px;
	padding: 0 0 1em 0;
}
#column p.notice {
	font-weight: normal;
	color: #982417;
	font-size: 10px;
}
#column .note {
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
#column .note a {
	text-decoration: none;
}
#column .note a:hover {
	text-decoration: underline;
}
#column .note2 {
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #666666;
	font-weight: bold;
}
#column .note2 a {
	text-decoration: none;
	font-weight: bold;
}
#column .note2 a:hover {
	text-decoration: underline;
}
/* ******************** .deptnav ******************** */
#column ul.deptnav {
	list-style-type: none;
	margin-left: 8px;
	padding: 0 0 1em 0;
}
#column .deptnav li {
	line-height: 1.4em;
}
#column .deptnav a {
	font-weight: bold;
	text-decoration: none;
	color: #982417;
}
#column .deptnav a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #D17415;
}
/* ******************** .deptsubnav ******************** */
#column ul.deptsubnav {
	list-style-type: disc;
	margin-left: 18px;
	padding: 0;
}
#column .deptsubnav li {
	line-height: 1.4em;
	font-size: 11px;
}
#column .deptsubnav a {
	font-weight: normal;
	text-decoration: none;
	color: #982417;
}
#column .deptsubnav a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #D17415;
}




/* ************************************************** div#reference **************************************** */
#reference  {
	width: 750px;
	height: 120px;
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}
#reference p {
	width: 510px;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 120px;
	font-size: 10px;
	text-align: center;
}
#reference img.logo {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 0px;
	vertical-align: text-bottom;
}
#reference img.payments {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	vertical-align: text-bottom;
}




/* ************************************************** div#footer **************************************** */
div#footer {
	width: 750px;
	margin: 0 0 5px 0;
	padding: 10px 0;
	background-color: #000000;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}	
#footer a:hover {
	text-decoration: underline;
}
/* ******************** ul.deptnav ******************** */
#footer ul.deptnav {
	width: 710px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	text-align: center;
	list-style-type: none;
}
#footer .deptnav li {
	display: inline;
	padding: 0 4px 0 6px;
	border-left: solid 1px #ffffff;
}
#footer .deptnav li.house {
	border-left: none;
}
/* ******************** ul.featurenav ******************** */
#footer ul.featurenav {
	width: 710px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	list-style-type: none;
}
#footer .featurenav li {
	display: inline;
	padding: 0 4px 0 6px;
	border-left: solid 1px #ffffff;
}	 
#footer .featurenav li.contactus {
	border-left: none;
}	 




/* ************************************************** div#credits **************************************** */
div#credits {
	width: 750px;
	margin: 0;
	padding: 10px 0;
	overflow: hidden; 						/* clears contained floats */
	background-color: #000000;
	text-align: center;
}
#credits p {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #ffffff;
}
#credits a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#credits a:hover {
	text-decoration: underline;
}











/* nav styles */


/* footer styles */

div.new {
	position: relative; 
	height: 1px;
	padding: 0;
	margin: 0;
}
html>body div.new {
	height: auto;
}
div.new img.new {
	position: absolute; 
	left: 70px; 
	top: 0px;
	z-index: 2; 
	border: none;
}

