body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image: url('/images/bg2.gif');
	background-repeat: repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.main {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#000;
}
.none {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	background-image: url('/images/top.png'); 
	background-repeat:no-repeat;
}
.foot {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	padding-top:5px;
}
.footer {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.cart {
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	vertical-align:super;
}
.tab {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}
.title {
	font-size:18px;
	color:#dedede;
}
.art_title {
	font-size:16px;
	color:#dedede;
}
.captialize {
	text-transform:capitalize;
	color:#000000;
}
.foot {
	font-size:10px;
	color:#dedede;
}
.head {
	font-size:16px;
}
a {
	color: #dedede;
	text-decoration:none;
}
a:hover {
	color: #9999BB;
}

.link	{
	font-size:12px;
}

.tdHEAD	{
	font-size: 12px;
	font-weight:bold;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
.menu {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:0 12px;
	text-align:center;
}

.menu:hover {
	color:#CCD;
}

#menu {
	background-image:url(/images/menu_bg1.gif); 
	height:20px;
	padding-top:4px;
	text-align:center;
	width:768px;
	padding-right:0;
	padding-left:0;
}

.clear {
	clear:both;
	line-height:0;
}

#gallery_menu {
	width:190px;
	float:left;
}

#gallery {
	position:relative;
	height:375px;
	width:568px;
	float:left;
	text-align:left;
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:500
}

#gallery .caption {
	z-index:-600; 
	background-color:#000; 
	color:#ffffff; 
	height:80px; 
	width:100%; 
	position:absolute;
	bottom:0;
	text-align:left;
}

#gallery .caption .content {
	margin:5px
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:#1DCCEF;
}

.gal_men {
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	padding:25px 20px;
	color:#DEDEDE;
}

.gal_men:hover {
	color:#9999BB;
}

.div20 {
	padding:7px 0;
}

#all {
	display:block;
}

#over {
	display:block;
}

#vessel {
	display:none;
}

#bowl {
	display:none;
}

#vase {
	display:none;
}

#sculpture {
	display:none;
}

#perfume {
	display:none;
}

#jewelry {
	display:none;
}

#weight {
	display:none;
}

#other {
	display:none;
}

/* rotator in-page placement */
div#rotator {
	position:relative;
	width:578px;
	height:385px;
	float:left
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	margin-left:-30px;
	margin-top:-10px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:none;
}
    div#rotator ul li.show {
	z-index:500;
}

div#preload { 
	display: none; 
}

.art_title {
	font-size:16px;
	font-weight:bold;
	color:#232323;
}

.art_details {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.art_details:hover {
	color:#000;
}

.title {
	font-size:12px;
	font-weight:bold;
	color:#DEDEDE;
}

.title:hover {
	color:#9999BB;
}