html { height: 100%; }

body
{
	color: black;
	font-family: Trebuchet MS, Arial, Helvetica, "Sans Serif";
	font-size: .9em;
	line-height: 130%;
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 100% border-width: 0px;
	text-align: center;
	min-width: 820px;
	background-image: url(images/brushed-metal-bkgrnd.jpg);
	background-attachment: fixed;
}

#wrapper
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 820px;
	text-align: left;
}

#Table_01
{
	width: 820px;
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: auto;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	height: 100% min-width: 820px;
}

#Header_
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 820px;
	height: 105px;
}

#Header002_
{
	position: absolute;
	left: 0px;
	top: 105px;
	width: 171px;
	height: 30px;
}

#BirdsButton_
{
	position: absolute;
	left: 171px;
	top: 105px;
	width: 72px;
	height: 30px;
}

#FishButton_
{
	position: absolute;
	left: 243px;
	top: 105px;
	width: 71px;
	height: 30px;
}

#FlowersButton_
{
	position: absolute;
	left: 314px;
	top: 105px;
	width: 109px;
	height: 30px;
}

#HumansButton_
{
	position: absolute;
	left: 423px;
	top: 105px;
	width: 107px;
	height: 30px;
}

#MasksButton_
{
	position: absolute;
	left: 530px;
	top: 105px;
	width: 100px;
	height: 30px;
}

#OthersButton_
{
	position: absolute;
	left: 630px;
	top: 105px;
	width: 99px;
	height: 30px;
}

#Header015_
{
	position: absolute;
	left: 729px;
	top: 105px;
	width: 91px;
	height: 30px;
}

#BelowHeader_
{
	position: absolute;
	left: 0px;
	top: 135px;
	width: 820px;
	height: 29px;
}

#LeftSide_
{
	position: absolute;
	left: 0px;
	top: 164px;
	width: 23px;
	height: 436px;
}

#HomeButton_
{
	position: absolute;
	left: 23px;
	top: 164px;
	width: 134px;
	height: 34px;
}

#Base-13_
{
	position: absolute;
	left: 157px;
	top: 164px;
	width: 663px;
	height: 436px;
}

#BelowHomeButton_
{
	position: absolute;
	left: 23px;
	top: 198px;
	width: 134px;
	height: 16px;
}

#ArtistButton_
{
	position: absolute;
	left: 23px;
	top: 214px;
	width: 134px;
	height: 34px;
}

#BelowArtistButton_
{
	position: absolute;
	left: 23px;
	top: 248px;
	width: 134px;
	height: 16px;
}

#PurchaseButton_
{
	position: absolute;
	left: 23px;
	top: 264px;
	width: 134px;
	height: 34px;
}

#BelowPurchaseButton_
{
	position: absolute;
	left: 23px;
	top: 298px;
	width: 134px;
	height: 302px;
}

#Disclaimer
{
	position: absolute;
	left: 23px;
	top: 620px;
	width: 134px;
	/*height: 280px;*/
	background-color: #ddd;
	border-color: #666 #000 #000 #666;
	border-width: 1px;
	border-style: solid;
	font-size: .7em;
	padding: .5em;
}


/* This is the transparent box */
.transbox
{
	width: 300px;
	margin: 0 20px 40px 20px;
	/*Transparency text box margins*/
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	border-color: #666 #000 #000 #666;
	border-width: 1px;
	border-style: solid;
}

/* This is the container which set text to solid color. position: relative used for IE */
.transbox div
{
	padding: 10px;
	font-weight: bold;
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	position: relative;
	text-align: left;
}

.itemimage
{
	position: relative;
	/* margin-top: 0px; margin-right: 0px; margin-bottom; 10px; margin-left: 0px; */
	/*Item image box margins*/
	margin: 0px 0px 10px 0px;
}

.itemimage img
{
	border-width: 1px;
	border-color: #666 #000 #000 #666;
	border-style: solid;
}

.clearing { clear: both; }

/* This is the transparent box */
.footer
{
	width: 350px;
	margin: 40px 0px 10px 70px;
	/*Transparency text box margins*/
	background-color: #fff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	border-color: #666 #000 #000 #666;
	border-width: 1px;
	border-style: solid;
	z-index: 0;
}

/* This is the container which set text to solid color. position: relative used for IE */
.footer div
{
	padding: 10px;
	color: #000;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	position: relative;
	text-align: center;
	font-size: .7em;
	z-index: 0;
}

.footer a
{
	text-decoration: underline;
	color: black;
	font-weight: bold;
}

#maincontent
{
	position: absolute;
	left: 25px;
	top: 1px;
	width: 520px;
	height: 1049px;
	padding: 0 0 100px 0;
}

.captionhead
{
	color: black;
	font-weight: bold;
	text-align: left;
}

.captiondesc { text-indent: 1em; }
.captionprice { text-align: right; }

