@charset "utf-8";
body {
	background-color: #000;
	background:url(images/bg.jpg);
	background-position: top center;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
a img{
	border: none;	
}
#main{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 	1000px;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
}
#nav{
	position: absolute;
	background:url(images/navbar.png);
	width: 879px;
	height: 48px;
	top: 30px;
	left: 110px;
	z-index: 4;
	padding: 10px;
	text-align: right;
}
#nav a img{
	position: relative;
	top:0px;
	left: 0px;
}
#secret{
	position: absolute;
	top: 50px;
	left: 440px;
	background:url(images/secret.png);
	width: 525px;
	height: 102px;
	z-index: 3;	
}
#content{
	background:url(images/panelmid.png);
	width: 830px;
	position: absolute;
	top: 156px;
	left: 170px;
	z-index: 2;
}
#content #top{
	position: relative;
	background: url(images/paneltop.png);
	background-repeat: no-repeat;
	line-height: 20px;
	min-height: 300px;
	width: 830px;
	top: -116px;
}
#content #bottom{
	clear: both;
	position: relative;
	background: url(images/pannelbot.png);
	height: 118px;
	top: 20px;
	text-align: right;
}
#content #top #block{
	position: relative;
	width: 800px;
	left: 10px;
	top: 80px;
}
#content #top #block #left{
	float: left;
	position: relative;
	width: 530px;
	#min-height: 400px;
}
#content #top #block #right{
	float: left;
	top: 20px;
	width: 255px;
	position: relative;
}
#slideshow img{
	border: 1px solid black;	
}
#right img{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: -10px;
}
#countdown{
	position: absolute;	
	top: 26px;
	width: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	left: 60px;
	z-index: 9;
	color: white;
	text-align: center;
}
#specials{
	position: absolute;
	top: 110px;
	left: 60px;
}
.tip{
	overflow: hidden;
	position: absolute;
	z-index: 10;
	width: 200px;
	display: none;
	background: url(images/tip.jpg);
	border: thin solid #ccc;
	padding: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
.tip h1{
	margin: 3px;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #036;
}
