body {
	background: #ffffff url(../img/bg-shadow.gif) center 40px no-repeat;
	/* background: #ffffff url(../img/bg-logo-bleed.gif) right bottom no-repeat; */
	color: #666666; /* #99918B; */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a, a:link, a:visited { color: #ed930b; }
a, a:hover, a:active { color: #ffad33; }
h1, h2, h3 { color: #666666; }

strong.logotype .lt1 { font-weight: normal; }
strong.logotype .lt2 { color: #ffad33; }

.nav {
	padding-top: 26px;
}
.nav ul {
	list-style-type: none;
}
.nav li {
	display: block;
	float: right;
	margin: 0;
	padding: 0 0 0 4px;
}
.nav li h2 {
	margin: 0;
	padding: 0;
}
.nav li a {
	display: block;
	color: #ffffff;
	width: 0.1em;
	padding: 4px 12px;
	background: #99918B;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #99918B;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.nav > ul a {
	width: auto;
}
.nav li.active a:active, .nav li.active a:hover,
.nav li.active a {
	background: #ffffff;
	color: #99918B;
	border-color: #99918B;
}
.nav li a:active, .nav li a:hover {
	background: #ed930b;
	color: #ffffff;
	border-color: #ed930b;
}	

.topblock {
	height: 36px;
}

.detail {
	margin-bottom: 50px;
}
.imagedetail {
	height: 512px;
	background-color: transparent;
	background-position: middle center;
	background-repeat: no-repeat;
}

.footer {
	height: 100px;
	color: #ffffff;
	background: #ffffff url(../img/bg-logo-bleed-right.gif) right bottom no-repeat;
}
.footer h1 {
	float: right;
	margin: 26px 0 0 0;
	padding: 0;
	visibility: hidden;
}
.footer p {
	margin-top: 44px;
}
/*	.footer {
	background: #99918B;
	color: #ffffff;
}
.footer img {
	margin: 8px 8px 0 8px;
	float: right;
} */

/* **** */

.services ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
