html, body {
	background-color: rgb(128, 128, 128);
	color: rgb(0, 0, 0);
	cursor: default;
}

div#container {
	top: 2%;
	padding: 18px 0 0 166px;
	margin: 0 auto;
	text-align: left;
	width: 618px;
	float: left;
	color: rgb(234, 234, 234);
	z-index: 20;
}

div#container div.wrapper {
	padding: 0;
	margin: 0;
/*	width: 420px;*/
}

div#container a, div#art_notice a {
	color: #333;
}

div#container a:hover, div#art_notice a:hover {
	color: #e5e5e5;
}

div#container img.random_image {
	border: 1px solid;
	margin-top: 30px;
}

div#container div.pusher {
	padding: 0;
	margin: 0;
	height: 46px;
	clear: both;
}

div#art_notice {
	background-color: rgb(128, 128, 128);
}

div.vanisher {
	position: fixed;
	padding: 0;
	margin: 0;
	width: auto;
	background: rgb(128, 128, 128) url(/images/blank.png);
	border: 0;
	z-index: 40;
	right: 0;
	left: 0;
}

div.vanisher.top {
	top: 0;
	height: 12px;
}

div.vanisher.bottom {
	bottom: 0;
	height: 44px;
}

h1 {
	padding: 0;
	margin: 0;
}

div#index {
	position: fixed;
	top: 2%;
	left: 10px;
	padding: 0;
	margin: 0;
	width: 116px;
	height: 90%;
	float: left;
	z-index: 50;
	background-color: rgb(128, 128, 128);
}

div#index ul {
	padding: 0;
	margin: 0;
	float: left;
	height: 100%;
}

div#index ul li {
	padding: 0 0 0 24px;
	margin: 0;
	width: 82px;
	height: 60px;
	text-align: left;
	line-height: 60px;
	vertical-align: middle;
	list-style-type: none;
	font-size: 14pt;
}

div#index ul li a {
	display: block;
	color: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	text-decoration: none;
}

div#index ul li a:hover {
	text-decoration: underline;
}

div#index ul li.selected {
	background: transparent url(/images/icon_info_index.png) no-repeat scroll center left;
}

div#index div#border {
	padding: 0;
	margin: 0;
	width: 6px;
	height: 100%;
	float: right;
	border: 1px solid white;
	border-left: 0;
}

div#logo {
	position: fixed;
	top: 2%;
	height: 90%;
	right: 36px;
	z-index: 50;
}

div#logo img {
	position: absolute;
	bottom: -2px; /* accommodating border for index */
	right: 0;
}

/* events */
ul.list {
	padding: 0;
	margin: 0;
}

ul.list li {
	padding: 4px 0;
	margin: 0;
	list-style-type: none;
}

ul.floating.list {
	width: 452px;
}

ul.floating.list li {
	float: left;
	width: 50%;
}

ul.list li img.flag {
	vertical-align: middle;
}

/* navigator */

ul#navigator li a {
	color: rgb(255, 255, 255);
}

ul#navigator li.info a {
	background: transparent url(/images/navigator/info/info_off.png) no-repeat bottom center;
	vertical-align: top;
}

ul#navigator li.info a:hover {
	background-image: url(/images/navigator/info/info_on.png);
}

ul#navigator li.gallery a {
	background: transparent url(/images/navigator/info/gallery_off.png) no-repeat top center;
	vertical-align: bottom;
}

ul#navigator li.gallery a:hover {
	background-image: url(/images/navigator/info/gallery_on.png);
}

ul#navigator li.shop a {
	background: transparent url(/images/navigator/info/shop_off.png) no-repeat bottom center;
	vertical-align: top;
}

ul#navigator li.shop a:hover {
	background-image: url(/images/navigator/info/shop_on.png);
}

#go_designs {
	color: #333;
	background-image: url(/images/go-designs-button-dark.png);
}

/*#go_designs:hover {
	background-image: url(/images/go-designs-button-light.png);
}*/

img.info_pic {
	margin-top: 20px;
}

/* join newsletter */
div#join_newsletter {
	color: rgb(234, 234, 234);
}

div#join_newsletter_shadow {
  background-color: rgb(128, 128, 128);
}

div#join_newsletter a {
	color: #333;
}

div#join_newsletter form input[type=text] {
	background-color: rgb(128, 128, 128);
	border-color: rgb(234, 234, 234);
	color: rgb(234, 234, 234);
}

div.under_bracket div.the_bracket {
	border-color: rgb(234, 234, 234);
}

div.under_bracket {
	background-image: url(/images/arrow_down_on.png);
}

ul.vertical {
	padding-left: 0;
	margin-left: 0;
	padding-right: 0;
	margin-right: 0;

}

ul.vertical li {
	list-style-type: none;
	float: left;
	width: 75px;
	margin: 0;
	font-size: 90%;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 24px;
}

ul.vertical li a {
	text-decoration: none;
}

ul.vertical li img {
	text-decoration: none;
	border: 0;
}

#links {
	clear: both;
}

#links span.desc {
	font-size: 90%;
}

.clearer {
	clear: both;
	float: none;
}
