/* CSS Document */
#navigation
{
	background: url(../grfx/nav.gif) no-repeat;
	height: 41px;
	width: 750px;
	margin: 0 auto;
	clear: both;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	height: 41px;
}

#navigation ul li 
{
	position: relative;
	float: left;
	list-style: none;
}

#navigation ul li a
{
	display: block;
	list-style: none;
}

#navigation ul li span
{
	display: none;
}

#navigation li#home a
{
	background: url(../grfx/nav.gif) 0px 0px;
	width: 94px;
	height: 41px;
}

#navigation li#home a:hover
{
	background: url(../grfx/nav.gif) 0px -41px;
	width: 94px;
	height: 41px;
}

#navigation li#services a
{
	background: url(../grfx/nav.gif) -94px 0px;
	width: 94px;
	height: 41px;
}

#navigation li#services a:hover
{
	background: url(../grfx/nav.gif) -94px -41px;
	width: 94px;
	height: 41px;
}

#navigation li#about a
{
	background: url(../grfx/nav.gif) -188px 0px;
	width: 83px;
	height: 41px;
}

#navigation li#about a:hover
{
	background: url(../grfx/nav.gif) -188px -41px;
	width: 83px;
	height: 41px;
}

#navigation li#gallery a
{
	background: url(../grfx/nav.gif) -271px 0px;
	width: 72px;
	height: 41px;
}

#navigation li#gallery a:hover
{
	background: url(../grfx/nav.gif) -271px -41px;
	width: 72px;
	height: 41px;
}

#navigation li#artist a
{
	background: url(../grfx/nav.gif) -343px 0px;
	width: 68px;
	height: 41px;
}

#navigation li#artist a:hover
{
	background: url(../grfx/nav.gif) -343px -41px;
	width: 68px;
	height: 41px;
}

#navigation li#buying a
{
	background: url(../grfx/nav.gif) -411px 0px;
	width: 108px;
	height: 41px;
}

#navigation li#buying a:hover
{
	background: url(../grfx/nav.gif) -411px -41px;
	width: 108px;
	height: 41px;
}

#navigation li#contact a
{
	background: url(../grfx/nav.gif) -519px 0px;
	width: 93px;
	height: 41px;
}

#navigation li#contact a:hover
{
	background: url(../grfx/nav.gif) -519px -41px;
	width: 93px;
	height: 41px;
}

#navigation li#auction a
{
	background: url(../grfx/nav.gif) -612px 0px;
	width: 138px;
	height: 41px;
}

#navigation li#auction a:hover
{
	background: url(../grfx/nav.gif) -612px -41px;
	width: 138px;
	height: 41px;
}

#subnav
{
	width: 140px;
	font-size: 0.91em;
	color: #b26832;
	text-transform: capitalize;
	font-weight: bold;
}

#subnav ul
{
	margin: 0;
	padding: 0;
}

#subnav li
{
	border-bottom: 1px solid #d8baa3;
	list-style: none;
	margin: 0;
	padding-top: 0.55em;
}

#subnav li a
{
	color: #b26832;
	text-decoration: none;
}

#subnav li.current
{
	list-style: url(../grfx/icon_nav.gif) outside;
	color: #000000;
}

#subnav li.current a
{
	color: #000000;
}

#subnav li a:hover
{
	color: #000000;
}

#breadcrumbs
{
	margin-top: 1.09em;
	margin-bottom: 1.27em;
	height: 11px;
	line-height: 1.00em;
}

#breadcrumbs img
{
	vertical-align: bottom;
}

#breadcrumbs a
{
	color: #007eff;
}

#breadcrumbs a.current
{
	color: #b26832;
}