
html, body {
	font-family: Verdana, Ariel;
	font-size: 10px;
	background-image:url('../graphics/bg_ny.jpg');
	background-color: black;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: 50% 50%; 
}

a {
	text-decoration: none;
	color: black;
}

img {
	border: 0px;
}

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 950px; /*Width of Carousel Viewer itself*/
	height: 425px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 950px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.shadow {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -640px;
	margin-top: -380px;
	width: 1300px;
	height: 655px;
	
}

.center {
	position: absolute;
	margin-top: -250px; 
	margin-left: -476px;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 425px;
	border: 1px solid gray;
}

.relatedbox {
	position: absolute;
	left: 234px;
	bottom:4px;
	width: 45px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.relatedbox2 {
	position: absolute;
	background-image: url("../graphics/transparent90.png");
	left: 234px;
	bottom:10px;
	padding: 5px;
}

.shopbox {
	position: absolute;
	background-image: url("../graphics/transparent90.png");
	left: 10px;
	bottom: 10px;
	width: 195px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.newsbox {
	position: absolute;
	background-image: url("../graphics/transparent90.png");
	left: 10px;
	bottom: 10px;
	width: 600px;
	padding: 10px;	
	z-index: 1000;
}

.accountbox {
	position: absolute;
	background-image: url("../graphics/transparent90.png");
	left: 10px;
	bottom: 10px;
	padding: 10px;	
}

.logo {
	position: absolute;
	z-index: 1;
	width: 200px;
	top: 10px;
	right: 10px;
	z-index: 10000;
}

.emptymenu {
	background-image: url("../graphics/menubg.png");
	width: 200px;
	height: 15px;
}

.logo {
	font-size: 18px;
	width: 200px;
	height: 40px;
	color: white;
	margin-bottom: 10px;
	text-align: right;
}

.rightmenu {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	text-align: right;
}

.rightmenu a {
	color: white;
}

.navi {
	text-align: center;
}

.dashedline {
	height: 2px;
	width: auto;
	background-image: url("../graphics/dashedline.png");
	margin-top: 5px;
	margin-bottom: 5px;
}

.minimaxi {
	text-align: right;
	margin-bottom: 5px;
}

#tmp {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

#menus {
	position: absolute;
	top: 10px;
	left: 10px;
}

#menus a{
	padding: 3px 3px 3px 3px;
	color: white;
}

#menus a:hover {
}

#middle_pulsate {
	color: black;
	position: absolute;
	width: 200px;
	left: 365px;
	text-align: center;
	//top: 10px;
	top: 200px;
	z-index: 200;
	background-image: url("../graphics/transparent90.png");
	padding: 10px;
}

#use_keyboard {
	color: black;
	position: absolute;
	width: 200px;
	left: 365px;
	text-align: center;
	//top: 10px;
	top: 200px;
	z-index: 200;
	background-image: url("../graphics/transparent90.png");
	padding: 10px;
}

.all_products {
	position: absolute;
	text-align: center;
	background-image: url("../graphics/transparent90.png");
	left: 170px;
	bottom: 135px;
	width: 130px;
	padding: 10px;
}

.thumb {
	border: 1px solid white;
	margin: 2px;
}

.headline {
	font-weight: bold;
	margin-bottom: 10px;
}

#cards {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 500000;
}

.transborder {
	position: absolute;
	background-image: url('../graphics/trans.png');
	margin-top: -349px; 
	margin-left: -575px;
	left: 50%;
	top: 50%;
	width: 1149px;
	height: 624px;
}