body {
	overflow: hidden;
	font-family: Monaco,monospace;
	font-size: 10px;
	line-height: 13px;
	color: #222;
	margin: 0;
	padding: 0;
	background: #FFF url('../images/background-gradient.png') repeat-x top left;
}

a { color: #000;}
a:hover { color: #FFF; background-color: #000; }
a.nohover:hover { background-color: transparent; }
a.button, .button_decor {
	color: #FFF;
	background-color: #000;
	padding: 2px;
	border: 1px solid #FFF;
}
a.button.emph {
	color: #FFF;
	padding: 3px;
	font-size: 1.2em;
	text-transform: uppercase;
}
a.button.red { background-color: #ED145A; }
a.button.green { background-color: #A6CE39; }
a.button.emph.paypal { background-color: #1B3664; text-decoration: none; border: 2px solid #336699; }
a.button.paypal:hover { background-color: #FFF; color: #1B3664;}
a.button:hover { color: #000; background-color: #FFF; border-color: #000; }
a > img { border-width: 0; }
img < a:hover { background-color: none; text-decoration: none; }
h1 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 18px;
}

h2 {
	color: #000;
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

strong { text-transform: uppercase; font-weight: bold; }

table * { border: 0; padding: 2px; }

#init_load {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/background-stripe.gif');
	width: 100%;
	height: 100%;
	z-index: 2000;
}
#init_load > div {
	padding: 42px;
	background-color: #FFF;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	margin-top: 200px;
}

#logo {
	position: fixed;
	top: -20px;
	left: 15px;
	width: 225px;
	height: 200px;
	background: url('../images/undone-logo-all.png') 0px 0px no-repeat;
}
#logo:hover { background-position: -225px 0px;}

#wood {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 50px;
	background: url('../images/wood_strip.png') repeat-x center;
}
.comment { position: absolute; top: -10px;}
.comment#better { background-image: url('../images/better.png'); width: 400px; height: 50px; left: 150px; top: -5px;}
.comment#buystuff { background-image: url('../images/buystuff.png'); width: 350px; height: 50px; left: 450px; top: 10px; }
.comment#dontworry { background-image: url('../images/dontworry.png'); width: 400px; height: 50px; left: -50px; top: 10px; }
.comment#grizzly { background-image: url('../images/grizzly.png'); width: 400px; height: 100px; left: 780px; top: -20px; }

#grass {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 73px;
	background-image: url('../images/grass.gif');
}

#wall_container {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

#wall {
	position: absolute;
	top: 17%;
	padding-top: 33px;
	padding-bottom: 33px;
	background-image: url('../images/barbed_wire.png');
	background-repeat: repeat-x;
	background-position: top left;
}

#scroll_controls {
	position: relative;
	text-align: center;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	padding: 5px;
	background-image: url('../images/wood_strip.png');
}

#drag_turtle {
	position: absolute;
	bottom: 90px;
	width: 83px;
	height: 61px;
	background: url('../images/drag-turtle-all.png') 0px bottom no-repeat;
}
#drag_turtle:hover {
	background: url('../images/drag-turtle-all.png') -83px bottom no-repeat;
}

#scroll_right_button, #scroll_left_button {
	position: fixed;
	bottom: 105px;
	padding: 3px;
	background-image: url('../images/wood_strip.png');
}
#scroll_left_button { text-align: left;; left: 0; }
#scroll_right_button { text-align: right;; right: 0; }

#basket {
	width: 225px;
	height: 150px;
	background: url('../images/basket-all.png') 0px 0px no-repeat;
	position: fixed;
	top: -25px;
	right: 0px;
}
#basket:hover { background-position: -225px 0px; }
#basket.dropping, #basket.over { background-position: -450px 0px; }
#basket.filled { background-position: -675px 0px; }
#basket .basket_message {
	background-image: url('../images/basket-notifybox.png');
	width: 285px;
	height: 30px;
	position: relative;
	left: -140px;
	top: 130px;
	padding: 30px 10px 0px 5px;
	color: #FFF;
}
#basket .checkout_message {
	background-image: url('../images/basket-checkoutbox.png');
	width: 100px;
	height: 30px;
	position: relative;
	float: left;
	left: -20px;
	top: 70px;
	color: #FFF;
	text-transform: uppercase;
	padding: 16px 0px 0px 5px;
}
#basket .basket_message a { color: inherit; }

.text_navigation {
	position: absolute;
	bottom: 10px;
	margin: 10px;
	/*color: #ED145A;*/
	color: #999;
	font-size: 9px;
}
.text_navigation a { color: inherit; }
.text_navigation.static {
	position: relative;
}
.nav_item {
	white-space: nowrap;
	margin-right: 14px;
}

.interactive_poster {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.interactive_poster > img { display: none; }
.interactive_poster:hover > img { display: block; }

.poster {
	float: left;
	text-align: center;
	width: 350px;
}
.poster_details_box {
	margin-left: 350px; min-height: 350px;
}

.draggable {	cursor: move; }
.poster_tab {
	height: 30px;
}

.bubble {
	position: relative;
	color: #FFF;
}

.bubble.text {
	font-size: 14px;
	line-height: 18px;
	width: 318px;
	height: 335px;
	padding: 160px 100px 20px 200px;
	margin-top: 200px;
	font-weight: normal;
	color: #000;
}
.bubble.poster {
	float: none;
	font-size: 9px;
	line-height: 12px;
	width: 220px;
	height: 245px;
	padding: 55px 40px 0px 40px;
	background-image: url('../images/bubble_poster.png');
	margin-left: -150px;
	margin-top: -21px;
}
.bubble.poster .price {
	font-size: 22px;
	margin-top: 14px;
	margin-bottom: 7px;
}
.bubble.topleft {
	background-image: url('../images/bubble_top_left.png');
}
.bubble.topright {
	margin-left: -618px;
	background-image: url('../images/bubble_top_right.png');
	padding-right: 140px;
	padding-left: 160px;
}

.flash {
	background: #F37021 url('../images/flash.png') no-repeat bottom left;
	padding: 7px;
	color: #FFF;
	width: 286px;
	margin-top: -20px;
	margin-bottom: 20px;
}
.flash a { color: inherit; }

.cloud {
	position: fixed;
	width: 129px;
	height: 53px;
	background-image: url('../images/cloud.png');
	z-index: -300;
}



/* STATIC CONTENT STYLES */
#static_content {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.poster.cropped {
	width: 105px;
	height: 125px;
	min-width: 105px;
	background: center center no-repeat;
	margin-right: 14px;
	margin-bottom: 14px;
}

.flickr_box {
	margin-right: 14px;
	margin-bottom: 14px;
}

#waybill {
	width: 247px;
	padding: 7px 21px 21px 21px;
	background: url('../images/waybill.gif') repeat-y top left;
}