/*CSS Document*/
BODY
{
	background: #000000;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 75%;
}
#page
{
	margin: 0;
}
#header
{
	position: absolute;
	top: 454px;
	padding: 12px 0 40px;
	width: 100%;
}
HR
{
	display: none;
}
#content
{
	height: 451px;
	border-bottom: 3px solid #FFFFFF;
}
.wrap
{
	width: 781px;
	margin: 0 auto;
	position: relative;
}
#side
{
	width: 216px;
	text-align: right;
	height: 451px;
}
#main
{
	height: 451px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 235px;
}
#main DIV
{
	position: relative;
	width: 546px;
	height: 451px;
}
H1
{
	width: 235px;
	height: 93px;
	background: url(images/logo.gif) no-repeat;
	text-indent: -99em;
	overflow: hidden;
	margin: 0;
}
#nav
{
	margin: 0;
	list-style: none;
	padding: 0;
	position: absolute;
	left: 221px;
	top: 0;
}
#nav LI
{
	float: left;
}
#nav LI A
{
	width: 126px;
	height: 88px;
	display: block;
	margin-left: 14px;
	background: url(images/btn-about.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -999em;
}
#nav LI#btn-about A
{
	background-image: url(images/btn-about.jpg);
}
#nav LI#btn-sculpture A
{
	background-image: url(images/btn-sculpture.jpg);
}
#nav LI#btn-landscape A
{
	background-image: url(images/btn-landscape.jpg);
}
#nav LI#btn-contact A
{
	background-image: url(images/btn-contact.jpg);
}
#nav LI.active A, .about #btn-about A, .sculpture #btn-sculpture A, .landscape #btn-landscape A, .contact #btn-contact A
{
	background-position: 0 -88px;
}
H2
{
	width: 90px;
	height: 52px;
	overflow: hidden;
	text-indent: 999em;
	float: right;
	margin-top: 14px;
}
.about H2
{
	background: url(images/hdr-about.gif);
}
.sculpture H2
{
	background: url(images/hdr-sculpture.gif);
}
.landscape H2
{
	background: url(images/hdr-landscape.gif);
}
.contact H2
{
	background: url(images/hdr-contact.gif);
}
#side P
{
	padding-right: 6px;
}
#side .description
{
	width: 216px;
	position: absolute;
	left: 0;
	bottom: 25px;
}
#side #product-description
{
	width: 204px;
	position: absolute;
	left: 0;
	top: 85px;
	background: #1C1C1C;
	padding: 8px 19px 4px 12px;
}
#side #product-description.empty
{
	width: 94px;
	padding-bottom: 0;
	left: 110px;
	height: 29px;
}
#side #product-description P
{
	margin: 12px 0;
}
A:link, A:visited
{
	color: #37804E;
}
A:hover
{
	color: #6EB182;
}
#main DIV#buttons
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: #1C8753;
	color: #FFF;
	height: 20px;
	width: 100px;
}
#subnav
{
	padding-right: 2px;
}
#subnav A
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding: 0 3px 2px;
}
#subnav A:hover
{
	background: #007D3B;
}

