body {
	background-color: white;
	color: #5A5A5A;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin: 0;
}
body.fullscreen {
	overflow: hidden;
}
a {
	color: #5a5a5a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.menu {
	font-size: 18px;
	font-weight: normal;
	left: 17.53%;
	line-height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
}
.fullscreen .menu {
	display: none;
}
.menu a,
#contact a {
	text-decoration: none;
}
.menu li.white a,
.menu li.off a {
	color: #D3D3D3 !important;
}
#menu li a:hover,
.menu li.on a,
#contact a:hover {
	color: #CBFF95 !important;
}
#logo {
	top: 10px;
}
#menu {
	top: 70px;
}
.menu li {
	clear: left;
}
.menu ul {
	display: none;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.menu ul li {
	background: url(/elements/blank.gif) repeat-x repeat-y;
	clear: none;
	float: left;
	height: 19px;
	padding-left: 18px;
}
.menu li.category {
	margin-left: 72px;
}
.menu li span.item {
	float: left;
	height: 20px;
	position: relative;
	z-index: 1;
}
.home li span.item a,
#menu li span.item a {
	display: none;
}
.menu li.spaced {
	margin-top: 40px;
}
#photo {
	left: 17.53%;
	position: absolute;
	top: 70px;
	visibility: hidden;
	z-index: 1;
}
#caption {
	height: 40px;
	left: 17.53%;
	position: absolute;
	bottom: 20px;
}
#caption a {
	text-decoration: none;
}
#caption a:hover {
	text-decoration: underline;
}
#label {
	left: 160px;
	position: absolute;
	top: 15px;
	width: 300px;
}
#thumbnails {
	color: #D3D3D3;
	display: none;
	left: 17.53%;
	position: absolute;
	z-index: 100;
}
#thumbnails span.toggle,
#menu .category {
	cursor: pointer;
}
#thumbnails span.toggle:hover,
span.toggle.on,
.hidden span.toggle.off {
	color: #C6FF95;
}
span.toggle.off,
.hidden span.toggle.on {
	color: #D3D3D3;
}
#thumbnails ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 480px;
}
#thumbnails ul li {
	float: left;
	margin: 5px 5px 0 0;
}
#thumbnails img {
	max-width: 50px;
}
.hidden ul {
	display: none;
}
#backlayer {
	background-color: white;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
#overlay {
	background-color: black;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 50;
}
#fullscreen {
	left: 0;
	position: absolute;
	top: 0;
}
#fullscreen img {
	opacity: 0;
	visibility: hidden;
}
#contact {
	font-size: 19px;
	left: 17.53%;
	margin: 0;
	position: absolute;
	visibility: hidden;
}
#contact dd.phone,
#contact dt.phone {
	margin-left: 72px;
}
#contact dd.mail,
#contact dt.mail {
	margin-left: 0;
}
#contact span.item {
	position: relative;
	z-index: 1;
}
#text {
	left: 17.53%;
	padding-bottom: 60px;
	padding-left: 72px;
	position: absolute;
	visibility: hidden;
	width: 400px;
}
p {
	margin: 0;
	text-indent: 30px;
}
p.first {
	text-indent: 0;
}
.border {
	border-top: 1px solid #C6FF95;
	height: 0;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}
div.fade {
	display: none;
}
.transparent {
	background: url(/elements/blank.gif);
}