@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: "Courier New", Courier, monospace;
	color: #B2B2B2;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
table.bg {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
table.bg th.bg-top {height: 98%;}
table.bg td.bg-bottom {
	font-size: 10px;
	color: #868686;
	height: 2%;
}
table.bg td.bg-bottom a, table.bg td.bg-bottom a:active, table.bg td.bg-bottom a:visited {color: #868686;text-decoration: none;}
table.bg td.bg-bottom a:hover, table.bg td.bg-bottom a:focus {color: #868686;text-decoration: underline;}

table#screen {
	width:500px;
	height:400px;
}
table#screen .logo {
	background: url(../images/arts-delicatessen-logo-2.png) no-repeat center 50%;
}
table#screen .slogan {
	background: url(../images/arts-delicatessen-logo-slogan-2.png) no-repeat center 50%;
}
table#screen a {outline:none;}

table#screen .txt-logo {display: none;}
table#screen .txt-slogan {display: none;}
/*
p#vtip1 {
	color:#F09;
	display: none;
	position: absolute;
	padding: 3px;
	left: 5px;
	font-size: 0.6em;
	background-color: white;
	border: 1px solid #F09;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 9999
}
p#vtip1 #vtipArrow { position: absolute; top: -10px; left: 4px }
p#vtip2 {
	color:#829900;
	display: none;
	position: absolute;
	padding: 3px;
	left: 5px;
	font-size: 0.6em;
	background-color: white;
	border: 1px solid #829900;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	z-index: 9999
}
p#vtip2 #vtipArrow { position: absolute; top: -10px; left: 4px }
*/
.menu {
	margin: 0px;
	padding: 0;
	list-style: none;
	position: relative;
}
.menu li {
	float: left;
	text-align: center;
}
.menu li.btn1 {
	padding: 0px;
	margin: 0px;
}
.menu li.btn2 {
	padding: 0px;
	margin: 0px;
}
.menu a {
	display: block;
	color: #000000;
	width: 250px;
	text-decoration: none;
	font-weight: bold;
	padding: 0px;
}
.menu li em {
	width: 500px;
	position: absolute;
	top: 80px;
	left: 0px;
	text-align: center;
	font-style: normal;
	z-index: 2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0px;
	height: 170px;
	display: none;
}
.menu li em.tfa {
	color: #FE007A;
	background: url(../images/ad_tfa-1.png) no-repeat center top;
}
.menu li em.tca {
	color: #00CC00;/*border: 1px solid #00CC00;*/
	background: url(../images/ad_tca-1.png) no-repeat center top;
}


a.graylink {
	color: #F3F3F3;
}
