body {
	background-image: url(http://violentdelights.co.uk/siteimages/components/wallpaper.jpg);
	background-attachment:fixed;
	margin-top: 0px;
}
.table1 {
	border-width: 1px;
	border-style: solid;
	border-color: #333;
	background-color: #000;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
.headercell {
	background-color: #333;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: bold;
}
.txt1 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.txt2 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 7pt;
	text-decoration: none;
	font-weight: normal;
}
.txt3 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.form1 {
     margin-bottom: 3px; 
     margin-top: 0px;
}
.form2 {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-color: #333;
	border-width: 3px;
	border-left-width: 3px;
}
.button {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	border-color: #333;
	border-width: 3px;
}
.menu1{
	margin-left:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 2px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	height: 20px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	width: 152px;
	border-left: 2px outset #333333;
	border-right: 2px outset #333333;
	border-bottom: 2px outset #333333;
	cursor: hand;
}
.submenu{
	background-image: none;
	border-left: 2px outset #333333;
	border-right: 2px outset #333333;
	display: block;
	height: 19px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 7px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	width: 155px;
	text-decoration: none;
	cursor: hand;
}

.submenulast{
	background-image: none;
	border-left: 2px outset #333333;
	border-right: 2px outset #333333;
	border-bottom: 4px outset #333333;
	display: block;
	height: 19px;
	margin-left: 0px;
	padding-top: 2px;
	padding-left: 7px;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	font-variant: normal;
	width: 157px;
	text-decoration: none;
	cursor: hand;
}
.hide{
display: none;
}
.show{
display: block;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 1px;
padding-bottom: 0;
background: #000000;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	color: #FFFFFF;
	padding: 5px;
	text-align: right;
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #000000;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #000;
	padding: 5px;
	z-index: 5;
	color: #FFF;
	font: verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.search{
	margin-left:0px;
	padding-left:10px;
	padding-top:4px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
	height: 18px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	width: 118px;
	border: 2px outset #333333;
	cursor: text;
	text-align: center;
}
.searchbutton {
	margin-left:0px;
	padding-top:2px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #FFFFFF;
	height: 25px;
	width: 35px;
	background-color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	border: 2px outset #333333;
	cursor: hand;
}
