body
{
	background-color: rgb(31, 31, 31);
}

#whiteline2
{
	position: absolute;
	top: 48px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: white;
}
#whiteline3
{
	position: absolute;
	top: 54px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: white;
}
#whiteline
{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 3px;
	background-color: white;
}

#imageCategories
{
	position: absolute;
	left: 0px;
	top: 55px;
	background-color: black;
	width: 100%;
	text-align: center;
	z-index: 0;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	white-space: nowrap;
}

.category
{
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	cursor: pointer;
}

address
{
	position: absolute;
	top: 28px;
	right: 0px;
}

.images
{
	position: relative;
	top: 80px;
	text-align: center;
	display: none;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

.image
{
	position: relative;
	width: 200px;
	overflow: hidden;
	display: inline;
}

.image img
{
	border: 2px white solid;
}

.image .imageLabel
{
	position: absolute;
	display: none;
	color: white;
	z-index: 1;
	left: 1px;
	width: 200px;
	font-size: small;
    bottom: 9px;
    text-shadow: black -1px -1px 2px, black 1px 1px 2px;
}

.imageLabel a
{
	color: white;
	text-decoration: none;
	background-color: black;
	border: 1px white solid;
	padding-left: 10px;
	padding-right: 10px;
}

img.topImage
{
	vertical-align: top;
}

.image
{
	display: none;
	display: inline;
}

#VoceLabel
{
	bottom: 38px;
}

#CoTLabel
{
	bottom: 46px;
}

#CupLabel
{
	bottom: 11px;
}

#RGBOLabel, #BrownLabel, #TowersLabel
{
	bottom: 49px;
}
	
#RGBOLabel
{
	color: black;
	text-shadow: white -1px -1px 2px, white 1px 1px 2px;
}