@import url(reset.css);

/* GENERAL */
body {
	color: #a29e96;
	background-color: #1e1b13;
	font: 12px Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
	color: #a71421;
	text-decoration: none;
}
a:hover {
	color: #ec1c2e;
}
h2, h3 {
	font-size: 14px;
}
canvas {
	cursor: pointer;
}

/* FORMS */
label {
	display: block;
}
input.text, .text input {
	color: #97948c;
	font: 12px Arial, Helvetica, sans-serif;
}

/* HEADER */
#header {
	border-top: 4px solid #7d0d15;
	background: url(/_img/header/header-bg.png) left top no-repeat;
	height: 134px;
	min-width: 980px;
	position: relative;
}
#header h1 {
	font: bold 30px/30px Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	position: absolute;
	top: 91px;
	left: 20px;
	color: #d0cbc0;
}
#header h2 {
	color: #a49e96!important;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	top: 74px;
	left: 20px;
}
#header p a {
	float: left;
	text-indent: -3000px;
	background: url(/_img/header/frizz-quadrata.png) left top;
	width: 243px;
	height: 27px;
	margin: 7px 20px 0 20px;
}
#header form, #header ul {
	float: right;
}
#header form {
	margin: 6px 20px 0 19px;
	padding: 0;
}
#header form input.text {
	background: url(/_img/header/search-bg.png) left top no-repeat;
	border-width: 0;
	width: 168px;
	height: 26px;
	margin: 0;
	padding: 5px 7px 0 7px;
	border-width: 0;
	float: left;
}
#height form input.image {
	float: right;
}
#header ul {
	margin-top: -4px;
}
#header li {
	float: left;
	padding-top: 13px;
	border-top: 4px solid transparent;
	margin-left: 20px;
}
#header li.active {
	border-top: 4px solid #ec1c2e;
}
#header li a {
	display: block;
	text-indent: -3000px;
	height: 13px;
	background: url(/_img/header/head-nav.png) 0 0 no-repeat;
	float: left;
}
#header li.home {
	margin-left: 0;
}
#header li.home a {
	width: 34px;
	background-position: 0 0;
}
#header li.home a:hover {
	background-position: 0 -13px;
}
#header li.home.active a {
	background-position: 0 -26px;
}
#header li.legacy a {
	width: 46px;
	background-position: -58px 0;
}
#header li.legacy a:hover {
	background-position: -58px -13px;
}
#header li.legacy.active a {
	background-position: -58px -26px;
}
#header li.albums a {
	width: 50px;
	background-position: -126px 0;
}
#header li.albums a:hover {
	background-position: -126px -13px;
}
#header li.albums.active a {
	background-position: -126px -26px;
}
#header li.news a {
	width: 89px;
	background-position: -197px 0;
}
#header li.news a:hover {
	background-position: -197px -13px;
}
#header li.news.active a {
	background-position: -197px -26px;
}
/*
#header li.links a {
	width: 35px;
	background-position: -300px 0;
}
#header li.links a:hover {
	background-position: -252px -13px;
}
#header li.links a.active {
	background-position: -252px -26px;
}
*/
#header li.store a {
	width: 39px;
	background-position: -361px 0;
}
#header li.store a:hover {
	background-position: -361px -13px;
}
#header li.store.active a {
	background-position: -361px -26px;
}
#header li.mail a {
	width: 78px;
	background-position: -420px 0;
}
#header li.mail a:hover {
	background-position: -420px -13px;
}
#header li.mail a.active {
	background-position: -420px -26px;
}

/* FOOTER */
#footer {
	font-size: 11px;
	background-color: #19170f;
	min-width: 980px;
	clear: both;
}
#footer, #footer a {
	color: #d7d2c9;
}
#footer a:hover {
	color: #efe9dd;
}
#footer .crossbuster a {
	text-indent: -3000px;
	background: url(/_img/footer/crossbuster.png) left top no-repeat;
	width: 26px;
	height: 26px;
	float: left;
	margin: 7px -4px 0 20px;
}
#footer .copyright {
	float: right;
	margin: 15px 20px 0 0;
}
#footer ul {
	float: left;
	margin-top: 8px;
}
#footer li {
	display: inline;
}
#footer ul a {
	float: left;
	height: 11px;
	margin-left: 18px;
	margin-top: 8px;
	text-decoration: none;
	text-transform: uppercase;
}

/* KEEP FOOTER ON BOTTOM OF PAGE */
html, body {
	height: 100%;
}
body>div#root {
	min-height: 100%;
	margin-bottom: -41px;
}
#footer {
	height: 41px;
}
#footerHack {
	height: 41px;
}

/* CONTENT */
.content {
	width: 960px;
	margin: 40px 20px 0 20px;
	line-height: 16px;
	border-bottom: 1px solid transparent;
}

/* PRIVACY POLICY, TERMS OF USE */
#privacyPolicy, #terms {
	padding-bottom: 20px;
}

/* SEARCH RESULTS */
#searchResults h2, #searchResults h3 {
	font-weight: bold;
}
#searchResults h2, #searchResults .count {
	width: 240px;
	position: absolute;
	left: 0;
}
#searchResults .categories h2 {
	background-image: url('/_img/search/categories.png');
	height: 17px;
	position: static;
}
#searchResults .albums h2 {
	background-image: url('/_img/search/albums.png');
	height: 20px;
}
#searchResults .tracks h2 {
	background-image: url('/_img/search/tracks.png');
	height: 20px;
}
#searchResults .news h2 {
	background-image: url('/_img/search/news.png');
	height: 19px;
}
#searchResults .lyrics h2 {
	background-image: url('/_img/search/lyrics.png');
	height: 24px;
}
#searchResults .photos h2 {
	background-image: url('/_img/search/photos.png');
	height: 23px;
}
#searchResults .videos h2 {
	background-image: url('/_img/search/videos.png');
	height: 23px;
}
#searchResults .commentaries h2 {
	background-image: url('/_img/search/commentaries.png');
	height: 20px;
}
#searchResults .events h2 {
	background-image: url('/_img/search/events.png');
	height: 19px;
}
#searchResults .categories {
	border-bottom: 1px solid #363430;
	overflow: auto;
	padding-bottom: 14px;
}
#searchResults .albums,
#searchResults .tracks,
#searchResults .news,
#searchResults .lyrics,
#searchResults .photos,
#searchResults .videos,
#searchResults .commentaries,
#searchResults .events {
	clear: both;
	position: relative;
	margin-top: 22px;
	overflow: auto;
}
#searchResults h2 {
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 2px;
	top: 0;
}
#searchResults .count {
	top: 23px;
}
#searchResults .categories h2, #searchResults .categories li {
	float: left;
}
#searchResults .items {
	float: left;
	width: 720px;
	margin-left: 240px;
	border-bottom: 1px solid #363430;
	padding-bottom: 15px;
}
#searchResults .last .items {
	margin-bottom: 60px;
}
#searchResults .items .more {
	display: none;
}
#searchResults .categories li {
	margin-right: 18px;
}
#searchResults .seeAll {
	clear: both;
}
#searchResults .seeAll a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #302B21;
	padding: 6px 10px;
	margin-right: 6px;
}
#searchResults .albums .items div {
	float: left;
	width: 220px;
	margin-right: 20px;
}
#searchResults .albums .items img {
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;
}
#searchResults .tracks .items div,
#searchResults .commentaries .items div,
#searchResults .lyrics .items div {
	width: 340px;
	margin-right: 20px;
	float: left;
}
#searchResults .tracks .items div,
#searchResults .commentaries .items div {
	margin-bottom: 5px;
}
#searchResults .tracks .items img.cover,
#searchResults .commentaries .items img.cover {
	float: left;
	margin-right: 12px;
	margin-bottom: 14px;
}
#searchResults .tracks .items .canvas,
#searchResults .commentaries .items .canvas {
	float: left;
	margin-top: 3px;
}
#searchResults .tracks .items h3,
#searchResults .commentaries .items h3 {
	font-size: 12px;
	margin-left: 90px;
	line-height: 26px;
}
#searchResults .tracks .items p,
#searchResults .commentaries .items p {
	margin-top: 3px;
}
#searchResults .tracks canvas,
#searchResults .commentaries canvas {
	float: left;
	margin-left: -2px;
}
#searchResults .news .items div {
	margin-bottom: 18px;
	clear: left;
}
#searchResults .news img {
	float: left;
	margin: 0 12px 18px 0;
}
#searchResults .news h3 {
	margin-bottom: 4px;
}
#searchResults .news .meta {
	margin-top: 4px;
	font-size: 12px;
	color: #64625B;
}
#searchResults .news .meta a {
	color: #870017;
}
#searchResults .lyrics div {
	margin-bottom: 12px;
}
#searchResults .lyrics p a {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#searchResults .lyrics .seeAll {
	padding-top: 6px;
}
#searchResults .photos a {
	float: left;
}
#searchResults .photos img {
	float: left;
	margin: 0 20px 20px 0;
}
#searchResults .videos .items div {
	width: 160px;
	float: left;
	margin-right: 20px;
	padding-bottom: 14px;
}
#searchResults .videos img {
	margin-bottom: 4px;
}
#searchResults .videos h3 {
	font-size: 12px;
}
#searchResults .events .event {
	padding: 0 0 10px 0;
	width: 345px;
	margin-right: 15px;
	float: left;
}
#searchResults .events .event a {
	display: block;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 1px;
}
#searchResults .events p.seeAll {
	margin-top: 10px;
}

/* MAILING LIST */
#mailingList fieldset {
	padding: 0 0 11px 0;
	margin: 20px 0 0 0;
	width: 900px;
	background: transparent url(/_img/mailing-list/h-rule.png) left bottom no-repeat;
}
#mailingList label, #mailingList span.label {
	width: 130px;
	float: left;
	clear: left;
	line-height: 26px;
}
#mailingList .text {
	display: block;
	background: transparent url(/_img/field-right.png) right top no-repeat;
	height: 26px;
	float: left;
}
#mailingList .text, #mailingList select {
	margin-bottom: 10px;
}
#mailingList .text input {
	background: transparent url(/_img/field-left.png) left top no-repeat;
	border-width: 0;
	width: 248px;
	margin: 0 2px 0 0;
	padding: 6px 4px;
	float: left;
}
#mailingList .text.error {
	background-image: url(/_img/field-right-error.png);
}
#mailingList .text.error input {
	background-image: url(/_img/field-left-error.png);
	color: #B9BCBA;
}
#mailingList p.error {
	background: transparent url(/_img/field-error-arrow.png) left top no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 12px;
	margin-left: 11px;
	float: left;
	font-weight: bold;
	color: #d7d2c7;
	white-space: nowrap;
}
#mailingList p.error span {
	display: block;
	background-color: #a71421;
	padding: 0 10px 0 4px;
}
#mailingList a.submit {
	width: 245px;
	height: 45px;
	background: url(/_img/submit.png) 0 0 no-repeat;
	text-indent: -3000px;
	display: block;
	margin: 20px 0 100px 72px;
}
#mailingList a.submit:hover {
	background-position: 0 -45px;
}
#mailingList .zip p.caption {
	margin-left: 130px;
	font-size: 10px;
	line-height: 12px;
	margin-top: -1px;
	margin-bottom: 4px;
	width: 248px;
	clear: left;
}
#mailingList .zip input {
	width: 110px;
}
#mailingList .birthday div {
	float: left;
	margin-right: 10px;
	line-height: 27px;
}
#mailingList .birthday .text {
	margin-right: 10px;
}
#mailingList .birthday input {
	width: 50px;
}
#mailingList .birthday .text {
	float: left;
}
#mailingList label.gender {
	width: auto;
	clear: none;
	margin-right: 10px;
}
#mailingList label em {
	color: #9B0E15;
}

/* ALBUM */
#album {
	overflow: auto;
	padding-bottom: 151px;
}
#album .art, #album .tracks, #album .meta {
	float: left;
	margin-bottom: 60px;
}
#album .art, #album .tracks {
	width: 300px;
	margin-right: 20px;
}
#album .art {
	text-align: center;
}
#album .art .buy a {
	display: block;
	text-indent: -3000px;
	margin: 13px auto 18px auto;
	background: transparent url(/_img/albums/buy-album.png) 0 0 no-repeat;
	width: 245px;
	height: 45px;
}
#album .art .buy a:hover {
	background-position: 0 -45px;
}
#album .art .release {
	border-top: 1px solid #363430;
	width: 200px;
	margin: auto;
	padding-top: 12px;
	font-size: 11px;
}
#album .tracks h2 {
	height: 11px;
	text-indent: -3000px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}
#album .tracks h2.tracklisting {
	background-image: url(/_img/albums/tracklisting.png);
}
#album .tracks h2.commentary {
	background-image: url(/_img/albums/commentary.png);
	margin-top: 22px;
}
#album .tracks ol {
	overflow: auto;
	margin-left: -4px;
}
#album .tracks li {
	font-weight: bold;
	line-height: 26px;
	clear: both;
	padding-left: 2px;
}
#album .tracks li canvas {
	float: left;
	vertical-align: middle;
	margin-right: 6px;
}
#album .tracks li a {
	float: left;
}
#album .meta {
	position: relative;
	width: 300px;
}
#album .meta h2 {
	font-size: 14px;
	font-weight: bold;
	color: #d7d2c7;
}
#album .meta .chooser {
	border-width: 1px 0;
	border-style: solid;
	border-color: #363430;
	padding: 8px 0;
	margin: 14px 0;
}
#album .meta .chooser a {
	font-weight: bold;
}
#album .meta div {
	position: relative;
	z-index: 10;
}
#album .meta div p {
	margin-bottom: 12px;
}
#album .meta dl {
	position: absolute;
	left: 0;
	top: 67px;
	z-index: 9;
}
#album .meta dt {
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	color: #d7d2c7;
	font-weight: bold;
}

/* ALBUM CHOOSER */
body.albums #footer {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
}
#footerHack.albums {
	display: none;
}
#albums {
	height: 152px;
	background: #1e1b13 url(/_img/albums/albums-bg.png) left top repeat-x;
	border-top: 1px solid #1F1D17;
	position: fixed;
	bottom: 41px;
	left: 0;
	width: 100%;
	z-index: 10;
}
#albums .thumbs {
	margin: 10px 0;
	height: 100px;
	width: 100%;
	position: relative;
}
#albums a {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	margin-left: 10px;
}
#albums .thumbs span {
	display: block;
	width: 100px;
	height: 100px;
	background: transparent url(/_img/albums/album-thumb-overlay.png) left top repeat-x;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#albums img {
	position: relative;
	left: 0;
	top: 0;
}

/* NEWS */
#news .blog, #news .updates, #news .etc {
	float: left;
	margin-bottom: 60px;
}
#news .blog, #news .updates {
	margin-right: 20px;
}
#news .blog {
	width: 500px;
}
#news .blog .date {
	color: #9e9c93;
	margin-bottom: 5px;
	font-weight: bold;
	clear: left;
}
#news .blog h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #d0cbc0;
}
#news .blog h2.flash-replaced {
	margin-top: -2px;
	margin-bottom: -7px;
}
#news .blog .author {
	font-weight: bold;
}
#news .blog img, #news .blog object {
	display: block;
	margin: 9px 0 11px 0;
}
#news .blog p {
	margin-bottom: 10px;
}
#news .blog p a.more {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
#news .blog .meta a {
	height: 16px;
	float: left;
	margin-bottom: 20px;
}
#news .blog .meta a.share {
	padding-left: 22px;
	background: url(/_img/news/share-this.png) left top no-repeat;
}
#news .blog .meta em {
	float: left;
	margin: 0 12px;
}
#news .blog .paging {
	clear: left;
	border-top: 1px solid #363430;
	padding-top: 8px;
	font-weight: bold;
}
#news .blog .paging li {
	display: inline;
}
#news .blog .paging .older {
	float: left;
}
#news .blog .paging .newer {
	float: right;
}
#news .updates {
	width: 204px;
	padding: 37px 8px 10px 8px;
	background: #26231c url(/_img/news/updates-bg.png) 0 37px no-repeat;
	overflow: hidden;
}
#news .updates a {
	font-weight: bold;
	white-space: nowrap;
}
#news .updates h2 {
	text-indent: -3000px;
	background-image: url(/_img/news/updates.png);
	width: 220px;
	height: 37px;
	margin-top: -37px;
	margin-left: -8px;
}
#news .updates dl {
	text-align: center;
	font-size: 14px;
	padding: 0 8px;
}
#news .updates dt {
	margin-top: 18px;
}
#news .updates dd {
	font-size: 12px;
	margin-top: 10px;
}
#news .updates dd.date {
	font-size: 9px;
	text-transform: uppercase;
	color: #666;
	margin-top: 0;
	margin-bottom: 13px;
	padding-bottom: 16px;
	background: url(/_img/news/updates-rule.png) center bottom no-repeat;
}
#news .updates h3 {
	height: 14px;
	text-indent: -3000px;
	background: url(/_img/news/contributors.png) center top no-repeat;
	margin: 15px 0;
}
#news .updates ul img {
	float: left;
	margin-right: 10px;
}
#news .updates li {
	clear: left;
	margin: 0 10px 10px 10px;
	overflow: auto;
}
#news .updates h4 {
	font-weight: bold;
	color: #d0cbc0;
	margin-bottom: 1px;
	font-size: 12px;
}
#news .updates h4, #news .updates li p {
	float: left;
	width: 133px;
}
#news .updates li p {
	font-size: 11px;
	line-height: 13px;
}
#news .updates li span {
	font-size: 9px;
	text-transform: uppercase;
}
#news .etc {
	width: 200px;
}
#news .etc h2 {
	height: 12px;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -3000px;
}
#news .etc .events .items {
	border-top: 1px solid #363430;
	margin-top: 14px;
}
#news .etc .events h2 {
	background-image: url(/_img/news/tour-dates.png);
	margin-top: 2px;
}
#news .etc .events .items li {
	border-bottom: 1px solid #363430;
}
#news .etc .events .items li.open,
#news .etc .events .items li:hover {
	background-color: #26231c;
}
#news .etc .events h3 a {
	display: block;
	color: #d0cbc0;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	margin-left: 0;
	padding: 10px 0 8px 31px;
	background: url(/_img/news/arrow-right.png) 12px center no-repeat;
}
#news .etc .events .open h3 a {
	background-image: url(/_img/news/arrow-down.png);
	background-position: 10px center;
}
#news .etc .events .items li div {
	display: none;
}
#news .etc .events .items li.open div {
	/*display: block;*/
}
#news .etc .events h3 a span {
	display: block;
	font-weight: normal;
	color: #a29e96;
}
#news .etc .events img {
	display: block;
	margin-top: 8px;
	margin-bottom: 12px;
	border: 1px solid #d0cbc0;
}
#news .etc .events div {
	font-size: 11px;
	line-height: 13px;
	margin-left: 9px;
	border-top: 1px solid #363430;
	padding-top: 10px;
}
#news .events .paging {
	padding: 10px 0 0 0;
	overflow: auto;
}
#news .events .paging a {
	font-weight: bold;
}
#news .events .paging .older {
	float: left;
}
#news .events .paging .newer {
	float: right;
}
#news .etc .rss {
	margin-top: 25px;
	padding: 17px 15px 13px 15px;
	background-color: #26231c;
	clear: both!important;
}
#news .etc .rss h2 {
	background-image: url(/_img/news/follow-us.png);
	margin-bottom: 8px;
}
#news .etc .rss li {
	height: 16px;
	line-height: 16px;
	margin: 2px 0;
}
#news .etc .rss a {
	background: url(/_img/news/rss.png) left top no-repeat;
	padding-left: 16px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

/* TIMELINE */
body.legacy {
	background: #1e1b13 url(/_img/timeline/bottom-pane.png) 0 674px repeat-x;
	overflow-x: hidden;
}
#timeline {
	margin: 0;
	width: 100%;
	overflow: hidden;
}
#timeline #items {
	height: 495px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #363430;
	position: relative;
	background: #000 url(/_img/timeline/end-bg.png) right top no-repeat;
	overflow: hidden;
	margin-top: 3px;
}
#timeline #items li {
	width: 300px;
	height: 100%;
	border-right: 1px solid #363430;
	background-color: #000;
	float: left;
	cursor: pointer;
	position: relative;
}
#timeline #items li div {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#timeline #items li div span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#timeline #items li div span.overlay {
	background: transparent url(/_img/timeline/pane-gradient.png) left top repeat-x;
	z-index: 1;
}
#timeline #items li div span.image {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	z-index: 0;
}
#timeline #items li div div.album {
	background: transparent url(/_img/timeline/album-overlay-gradient.png) left top repeat-x;
}
#timeline #items h2 {
	text-indent: -3000px;
	position: absolute;
	top: 15px;
	left: 14px;
	width: 61px;
	height: 19px;
	background: transparent url(/_img/timeline/years.png) 0 0 no-repeat;
	z-index: 10;
}
#timeline #items p.caption {
	position: absolute;
	z-index: 3;
	top: 425px;
	left: 14px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	width: 275px;
}
#timeline #items .internal,
#timeline #items a.internal {
	display: none;
	z-index: 4;
}
#timeline #items h3,
#timeline #items p.description,
#timeline #items a.albumDetails {
	color: #fff9ec;
	margin-left: 15px;
	width: 465px;
}
#timeline #items h3 {
	margin-top: 55px;
	font-weight: bold;
	font-size: 18px;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);*/
}
#timeline #items p.description {
	margin-top: 10px;
}
#timeline #items a.albumDetails {
	display: block;
	margin-top: 15px;
	margin-left: 14px;
	width: 119px;
	height: 26px;
	text-indent: -3000px;
	background: transparent url(/_img/timeline/album-details.png) 0 0 no-repeat;
}
#timeline #items a.albumDetails:hover {
	background-position: 0 -26px;
}
#timeline #items .flash-replaced {
	position: absolute;
	left: 0;
	top: 0;
}
#timeline #items div.photoInfo {
	width: 526px;
	position: absolute;
	bottom: 11px;
	left: 7px;
	height: auto;
	background: transparent url(/_img/timeline/photo-caption-top.png) left top no-repeat;
	font-size: 12px;
	line-height: 16px;
}
#timeline #items div.photoInfo div {
	background: transparent url(/_img/timeline/photo-caption-bottom.png) left bottom no-repeat;
	margin-top: 8px;
	color: #E1DBCC;
	padding: 0 20px 8px 10px;
	width: 496px;
}
#timeline>p {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 240px;
}

/* HOME */
body.home {
	background: #1e1b14 url(/_img/home/dev/bg-photo.jpg) center top no-repeat;
	overflow: hidden;
}
body.home.promo {
	background-image: url(/_img/home/watercolor-bg.jpg);
}
body.home #header {
	height: 41px;
	background-position: left bottom;
	background-image: url(/_img/header/header-bg-plain.png);
	position: relative;
	z-index: 10;
}
body.home #footer {
	position: fixed;
	width: 100%;
	z-index: 10;
}
#home .promo a.enter {
	display: block;
	width: 245px;
	height: 45px;
	text-indent: -3000px;
	background-image: url(/_img/home/enter.png);
	background-position: 0 0;
	position: absolute;
	bottom: 0;
	left: 198px;
}
#home .promo a.enter:hover {
	background-position: 0 -45px;
}
#home .promo>div {
	width: 640px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
#home .promo>div>div {
	width: 640px;
	height: auto;
	background: transparent url(/_img/home/pane-top.png) left top no-repeat;
	padding-top: 18px;
}
#home .promo>div>div>div {
	background: transparent url(/_img/home/pane-bottom.png) left bottom no-repeat;
	padding: 0 0 16px 18px;
}
#home .promo p {
	margin: 4px 0 0 0;
	width: 600px;
}
#home .promo a.enter {
	position: absolute;
	bottom: 0;
}
#home .promo h1 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 4px;
}
#home .promo img {
	position: relative;
	z-index: 2;
}
#home .promo>div>div .flash-replaced {
	position: absolute;
	left: 18px;
	top: 51px;
	z-index: 1;
}

/* CONTACT */
#contact dl {
	width: 300px;
	margin-right: 20px;
	float: left;
	line-height: 18px;
}
#contact dt {
	margin-bottom: -9px;
	font-weight: bold;
}
#contact dd.meta {
	text-transform: uppercase;
	margin-top: 26px;
	line-height: 12px;
	font-size: 10px;
	font-weight: bold;
	color: #C6BFB2;
}

/* LINKS */
#links div {
	width: 300px;
	margin-right: 20px;
	float: left;
}
#links a {
	font-weight: bold;
}
#links h2 {
	font-weight: bold;
	margin-bottom: 20px;
}

/* SCROLLBAR */
.scrollbar, .scrollbar div {
	height: 24px;
}
.scrollbar {
	margin: 6px 10px 8px 10px;
	background: url(/_img/scrollbar/scrollbar-left.png) left top no-repeat;
}
.scrollbar>div {
	background: transparent url(/_img/scrollbar/scrollbar-right.png) right top no-repeat;
}
.scrollbar>div>div {
	background: transparent url(/_img/scrollbar/scrollbar-middle.png) left top repeat-x;
	margin: 0 11px 0 11px;
}
.scrollbar>div>div>div {
	margin: 0 -8px;
}
.scrollbar span {
	display: block;
	height: 18px;
}
.scrollbar .scroller {
	width: 300px;
	cursor: pointer;
	background: transparent url(/_img/scrollbar/scroller-left.png) left top no-repeat;
	position: relative;
	top: 3px;
}
.scrollbar .scroller>span {
	background: transparent url(/_img/scrollbar/scroller-right.png) right top no-repeat;
}
.scrollbar .scroller>span>span {
	margin: 0 8px;
	background: transparent url(/_img/scrollbar/scroller-middle.png) left top repeat-x;
}

/* ETC */
li.invisible {
	visibility: hidden;
}

/* FAKE-LIGHTBOX */
#modalOverlayBackground {
	background-color: #000;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#modalOverlay {
	padding: 10px;
	background: /*#F3F2EC*/ #817D76 url(/_img/modal_overlay/meter.gif) center center no-repeat;
	position: fixed;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 320px;
	height: 240px;
	z-index: 2;
}
