body
{
	background-color: f7f4e5;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	word-spacing: 0.1em;
	color: #333333;
}
a,
a:hover,
a:active

{
	color: #333333;
	text-decoration: none;
}

a:hover
{
	color: #E80418;
	text-decoration: underline;
}

a:active
{
	color: #DF0418;
}

a:visited
{
	color: #999999;

}

a img
{
	border: 0px solid #eaeed2; /* background-color */
}

a.active,
a:hover.active,
a:active.active,
a:visited.active
{
	color: #999999;
}

p
{
	padding: 0px;
	margin:15px 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h1, h2, h3, h4, h5, h6
{
	line-height: normal;
	font-family: "Helvetica Neue", Tahoma, Lucida Sans, Verdana, sans serif;
	margin: 0px;
}

h1
{
	font-size: 185%;
	line-height: 30px;
	margin-bottom: 15px;
}

h2
{
	font-size: 170%;
	line-height: 30px;
	margin-bottom: 15px;
}

h3
{
	font-size: 130%;
	line-height: 30px;
	margin-bottom: 15px;
}

h4
{
	font-size: 130%;
	line-height: 15px;
	margin-bottom: 15px;
}

h5
{
	font-size: 120%;
	line-height: 15px;
	margin-bottom: 15px;
}

h6
{
	font-size: 100%;
	line-height: 15px;
	margin-bottom: 15px;
}

small
{
	font-size: 0.9em;
}

#page
{
	width: 925px; /*750*/
	margin: 0px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}

#logo
{
	height: 60px;
	width: 350px;
}

#header
{
	font-weight: bold;
	padding-left: 150px; /*90*/
	height: 110px;
}

#header b
{
	padding: 0 6px 0 6px;
}

#header form
{
	display: inline;
	float: right;
}

#header #search-field
{
	width: 120px;
	font-size: 10px;
	padding-left: 4px;
}

#menu #links
{
	padding-top: 2px;
}

#user-menu
{
	position: absolute;
	top: 0px;
	margin-left: 150px;
	width: 660px;
	border-bottom: 1px solid a9a87f;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: white;
}

#user-menu .column-right
{
	float: right;
}

#main
{
}

.clear
{
	clear: both;
}

#main #secondary-navigation
{
	height: 35px;
}

#main #breadcrumbs
{
	float:left;
	padding-left: 150px; /* 90 */
	width: auto;
}

#main #breadcrumbs a
{
	font-weight: bold;
}

#main #pager
{
	float:right;
	width: 330px;
	text-align: right;
}

#main .menu-left,
#footer #go-to-top
{
	float: left;
	width: 120px; /* 60 */
	text-align: right;
}

#main .menu-left ul
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
}

#main .menu-left ul ul
{
	/*margin: 0px;
	border-right: 1px solid #a9a87f;
	margin-right: 3px;*/
}

#main .menu-left li
{
	list-style: none;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: bold;
}

#main .menu-left li.open
{
	padding-right: 10px;
	background-image: url(../img/open.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	margin: 0px;
}

#main .menu-left li.level1
{
	padding-right: 10px;
	
	background-image: url(../img/bullet.gif);
	background-position: 100% 0px;
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: normal;
}

#main .content,
#footer #address
{
	margin-left: 150px; /*90*/
}

#main .content .column-left,
#main .content .column-right
{
	width: 370px;
}

#main .content .column-left
{
	float: left;
}

#main .content .column-right
{
	float: right;
}

#main .content .table
{
}

#main .content .tablerow
{
	float: left;
	width: 100%;
	height: 165px;
}

#main .content .tablecell
{
	float: left;
	display: inline;
	/*width: 120px;*/
	height: 180px;
	padding-left: 0px;
	padding-right: 35px;
}

#main .content .tablecell .title
{
	width: 120px;
}

#main .content .last-cell
{
	margin-right: 0px;
}

#main .content .tablecell img
{
	display: block;
	margin-bottom: 15px;
}

#main .content h3#item-title,
#main .content h3#item-artist
{
	margin-bottom: 0px;
}

#main .content #item-details
{
	font-size: 0.9em;
	overflow: auto;
}

#main .content #item-details a
{
	display: block;
	float: left;
	background: f7f4e5;
	padding: 0 6px 0 6px;
	margin: 0 4px 0 0;
	font-size: 0.9em;
}

#main .content #item-details a.active
{
	color: #DF0418;
}

#main .content .item-description
{
	font-size: 1.1em;
}

#main .hspacer
{
	height: 25px;
}

.red 
{
	color: #DF0418;
}

#footer
{
	clear: both;
	padding-top: 20px;
	height: 80px;
	color: #333333; /* same as active links */
}

#footer a,
#footer a:hover,
#footer a:visited,
#footer a:link,
#footer a:active
{
	color: #333333; /* same as active links */
}

#footer #info
{
	float: right;
	width: auto;
}

