body
{
	text-align: center;
	font-family: Garamond, "Times New Roman";
	color: #444444;
	height: auto;
	font-size: 14pt;
}

img.item
{
    max-width: 400px;
    max-height: 300px;
}

td
{
	background-image: url("img/design_40p.png");
}

div.intropic_bg
{
	position: absolute;
	z-index: 1;
}

div.intropic_fg
{
	position: relative;
	z-index: 2;
}


div.item_image
{
	position: relative;
	margin-left: auto;
	margin-right: 0px;
	float: right;
}

div.item_price
{
	margin-left: 25px;
	margin-top: 25px;
	align: center;
}

div.item_longdesc
{
	margin-top: 25px;
}


div.top_gradient
{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	top: 118px;
	background-image: url('img/design_whitegradient.png');
	width: 800px;
	
}

div.introclick
{
	position: relative;
	align: center;
	top:250px;
	margin:	0 auto;
}

div.container
{
	background-image: url('img/design_shadow.png');
	text-align: center;
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;

}

div.content
{
	background-image: url('img/design_bg.jpg');
	background-position: top;
	width: 800px;
	min-height: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div.pagecontent
{
	text-align: left;
	width: 650px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: 0;
}


div.menu
{
	margin-top: -90px;
	margin-left: -48px;
	width: 150px;
	//background-color: white;
}

ul#menu
{
	//margin:0;
	list-style-type:none;
	width: 150px;
	position:relative;
	display:block;
	height:36px;
	font-size:14px;
	font-weight:bold;
	text-transform:lowercase;
	background:transparent;// url("img/design_menubutton0.png") repeat-x top left;
	font-family:"Garamond",Times New Roman;
}

ul#menu li
{
	display:block;
	width: 150px;
	float:up;
	//margin:0;
	//pading:0;
}
	
ul#menu li a
{
	display:block;
	float:up;
	color:#959eb0;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color:#222222;
	background:transparent;// url("img/design_menubutton1.png") no-repeat top right;
}

ul.categorylist
{
	display:block;
	height:36px;
	text-transform:lowercase;
	width: 400px;
	display: block;
	background: transparent;
}

ul.categorylist li
{
	list-style-type:none;
	padding: 0px 10px;
}

ul.categorylist li a
{
	display: block;
	height: 36px;
	list-style-type:none;
	text-decoration: none;
	padding: 0px 10px;
	background: transparent url("img/design_40p.png") repeat top left;
}

ul.categorylist li a:hover
{
	background-color: #ffffff;
}






ul.itemlist
{
	display:block;
	height:64px;
	text-transform:lowercase;
	width: 400px;
	display: block;
	background: transparent;
}

ul.itemlist li
{
	list-style-type:none;
	padding: 0px 10px;
}

ul.itemlist li img
{
	border-style: none;
	width: 64px;
	height: 64px;
}

ul.itemlist li a
{
	display: block;
	height: 64px;
	list-style-type:none;
	text-decoration: none;
	padding: 0px 10px;
	background: transparent url("img/design_40p.png") repeat top left;
}

ul.itemlist li a:hover
{
	background-color: #ffffff;
}

.login
{
    background: #dedede;
    border-bottom: 1px solid #abc;
    text-align: center;
}
.loginButton
{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 32px;
    height: 26px;
    -moz-opacity: .0;
    filter: alpha(opacity=0);
    opacity: .0;
    padding-top: 6px;
    cursor: default;
}