* {
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #000;
	margin: 0;
	padding : 0;
}

body {
	background-color: #FFF;

	/* scrollbars wont color with the doctype set to strict */
	scrollbar-face-color: #FFF;
	scrollbar-shadow-color: #F00;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #F00;
	scrollbar-darkshadow-color: #F00;
	scrollbar-track-color: #000;
	scrollbar-arrow-color: #F00;
}

body.centred {
	text-align: center;
}

body.transparant {
	background-color: #FFF;
	background-color: transparent;
}

img {
	border: 0;
}

ul {
	margin-left: 20px;
}

ol {
	margin-left: 20px;
}

#galleryMenuroot ul,
#galleryMenuroot ol {
	margin: 0;
}

.pageContent {
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.greytext {
	color: #999;
	font-weight: bold;
}

.greytext_small {
	color: #999;
	font-size: 9px;
}

.invisiframe {
	width: 1px;
	height: 1px;
	visibility: hidden;
}

div.signLink {
	margin-top: 10px;
	text-align: center;
}

#contentHeader p {
	font-weight: bold;
}

/* newsitems */
div.newsitem {
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 24px;
}

.newsitemGraphic {
	border: 0;
	margin-left: 20px;
	float: right;
}

/* SOME ELEMENTS */
h1 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 8px;
}

h3 {
	display: inline;
	margin-right: 4px;
}

p.performanceHeader {
	margin-top: 3px;
	margin-bottom: 2px;
}

div.performanceOverviewLink {
	margin-top: 4px;
}

hr {
	border: 0;
	border-bottom: 1px solid #F00;
	height: 0;
}

div.hr-div hr {
	display:none;
}

div.hr-div {
	height: 0;
	border-bottom: 1px solid #F00;
	margin-top: 6px;
	margin-bottom: 12px;
}

/* LINKS */
a {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}

/****************/
/* Pageheader	*/
/****************/
#pageHeader {
	height: 174px;
	background-image: url(./../images/bg_strip.gif);
}

#pageHeaderContent {
	height: 174px;
	width: 760px;
}

#topButtons {
	height: 25px;
	text-align: right;
}

#topButtons img {
	border: 0;
}

#topNegatives {
	height: 90px;
	border: 0;
	margin-top: 5px;
}

#topNegatives img {
	width: 40px;
	height: 90px;
}

#topNegatives span img {
	width: 120px;
	height: 90px;
}

#topNegatives span a img {
	border: 0;
	width: 120px;
	height: 90px;
}

#topSiteName {
	text-align: right;
}

#topSiteName img {
	border: 0;
}

/****************/
/* Menu		*/
/****************/
.currLink {
	font-weight: bold;
	color: #F00;
}

#pageMenu {
	margin-top: 10px;
}

#pageMenu li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	margin-right: 14px;
}

/****************/
/* Main		*/
/****************/
#pageMain {
	margin-top: 10px;
}

#mainContent {
	vertical-align: top;
}

.sidebox {
	width: 162px;
	vertical-align: top;
}

.sidebox .box .boxcontent {
	text-align: center;
}

#sideboxLeft {
	padding-right: 10px;
}

#sideboxRight {
	padding-left: 10px;
}

/****************/
/* Footer	*/
/****************/
#pageFooter {
	text-align: center;
	margin-top: 10px;
}

#pageFooter p {
	font-weight: normal;
}

/****************/
/* Boxes	*/
/****************/
.box {
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #000;
}

.box h1 {
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 2px;
	text-align: left;
	background-color: #000;
	color: #FFF;
	font-size: 10px;
	margin: 0;
}

.undertitle,
.box h2 {
	font-weight: bold;
	color: #333;
}

.box h2 {
	font-size: 11px;
	margin-bottom: 4px;
}

.box div.boxcontent {
	padding: 5px;
}

#picOfTheMonth {
	width: 150px;
}

/****************/
/* Page Navs	*/
/****************/
div.pageNav {
	margin-bottom: 4px;
	text-align: left;
}

div.centredNav {
	text-align: center;
}

div.centredNav div {
	text-align: center;
}

div.navLinks span.navLink {
	margin-left: 6px;
	margin-right: 6px;
}

div.navLinks span.navDirection {
	color: #DDD;
}

/****************/
/* Guestbook	*/
/****************/
table.gbPost{
	margin-left: 6px;
	margin-right: 6px;
}

table.gbPost tr td {
	padding-bottom: 10px;
}

td.gbPostinfo {
	width: 110px;
	vertical-align: top;
}

span.gbPostContent {
	vertical-align: top;
}

div.gbPostTitle {
	margin-bottom: 3px;
	background-color: #000;
	color: #FFF;
}

/* box */
.guestbookBox {
	margin-left: 15px;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px dashed red;
}

/* popup */
#guestbookInput {
	margin: 20px;
	width: 100%;
}

#guestbookInput div {
	margin-bottom: 6px;
	line-height: 20px;
}

.gbedit {
	position: absolute;
	left: 80px;
	height: 20px;
	border: 1px solid #000;
	background-color: #FFF;
	font-size: 13px;
}

.gbhalfwidth {
	width: 200px;
}

#x_subject {
	width: 485px;
}

#x_body {
	width: 485px;
	height: 164px;
}

#guestbookFooter {
	position: relative;
	top: 130px;
}

#guestbookBoxNote {
	position: relative;
	left: 80px;
	color: #F90;
	margin-bottom: 6px;
}

#guestbookError {
	text-align: center;
	margin-bottom: 2px;
}

#guestbookError p {
	font-weight: bold;
	color: #F00;
}

#guestbookButtons {
	text-align: center;
}

/****************/
/* Gallery	*/
/****************/
#gallery {
	width: 100%;
	margin-bottom: 10px;
}

#gallery tr td#galleryMenu {
	width: 20%;
	height: 100%;
	vertical-align: top;
}

#gallery tr td#galleryContent {
	width: 80%;
	height: 100px;
	vertical-align: top;
}
#metalpicsmaingallery {
	width: 100%;
}

#gallery tr td#galleryHeight {
	background-color: red;
	height: 100px;
	width: 1px;
}

#gallery tr td#galleryHeight img#heightimg {
	width: 1px;
	height: 100px;
}

#galleryFrame {
	width: 100%;
	border: 0;
}

/* treeview */
.BeingLoadedNode {
	width: 70px;
	margin: 1px;
	margin-left: 20px;
	cursor: hand;
}

.BeingLoadedNode span{
	color: #ccc;
}

li.galleryMenuitem {
	margin: 1px;
	margin-left: 10px;
	list-style-type: none;
	list-style-image: none;
}

#galleryMenuroot {
	margin-left: -10px;
}

/* gallery iframe content */
#performanceContent {
	width: 508px;
	padding: 4px;
}

#performanceOverview {
	width: 508px;
	padding: 4px;
}

table.galleryThumbnails {
	margin-top: 10px;
	padding-left: -2px;
	padding-right: -2px;
}

table.galleryThumbnails tr td.galleryThumbnail {
	padding: 1px;
}

table.galleryThumbnails tr td.galleryThumbnailLeft {
	padding-left: 0px;
}

table.galleryThumbnails tr td.galleryThumbnailRight {
	padding-right: 0px;
}

table.galleryThumbnails tr td.galleryThumbnail a img {
	border: 0;
	width: 59px;
	height: 59px;
}

/****************/
/* Picturepopup */
/****************/
.verticaltext {
	writing-mode: tb-rl;
}

#horizontal_copyright {
	position: absolute;
	color: #999;
	top: 0;
	left: 0;
	width: 100%;
	height: 14px;
}

#vertical_copyright {
	position: absolute;
	color: #999;
	top: 0;
	width: 14px;
	height: 100%;
}

#pictureFrame {
/*	display: none;*/
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#pictureType {
	margin-top: 24px;
}

#pictureType350 {
	margin-top: 137px;
}

#pictureType500 {
	margin-top: 62px;
}

#pictureType525 {
	margin-top: 50px;
}

#pictureClose {
	z-index: 10;
	position: absolute;
	bottom: 0;
	margin-bottom: 6px;
}

#pictureNavigation {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/****************/
/* Links	*/
/****************/
table#links {
	width: 100%;
	border: 0;
}

table#links tr td.linksLink {
	padding-left: 10px;
	padding-bottom: 2px;
	width: 25%;
}

table#links tr td.linksundertitle {
	padding-top: 16px;
}

#linktoUs {
	margin-top: 10px;
	text-align: center;
}

.linksitem {
	margin-top: 10px;
}

.linksitem p.centred {
	text-align: center;
}

/* popup */
div.contextMenu {
	position: absolute;
	width: 165px;
	background-color: menu;
	border: 1px solid black;
	line-height: 18px;
	z-index: 100;
	visibility: hidden;
}

div.contextMenu a {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}

#gotoMouseover {
	background-color: highlight;
}

#gotoMouseover a {
	color: white;
}

/****************/
/* Maillist	*/
/****************/
/* Sidebar */
#fvMailinglistForm fieldset {
	border: 0;
}

#fvMailinglistForm fieldset legend {
	display: none;
}

#fvMaillistEmail {
	float: left;
	height: 15px;
	width: 120px;
	border: 1px solid black;
}

#fvMaillistSubmit {
	float: left;
	height: 17px;
	width: 23px;
	color: #999;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid black;
	margin-left: 4px;
}

#fvMaillistSubmit:hover {
	color: #f00;
}

.fvMaillistRadio {
	float: left;
}

span>input#fvMaillistActionSubscribe {
	margin: 4px 3px -1px 4px;
}

span>input#fvMaillistActionUnsubscribe {
	margin: 4px 3px -1px 4px;
}

#updatePreview {
	float: right;
	width: 232px;
	padding: 8px 16px 12px 16px;
	margin: 0 4px 6px 12px;
	background-color: #f6f6f6;
	border: 1px solid #e6e6e6;
}

#updatePreview .newsitem {
	padding: 12px 0 0 0 !important;
	margin: 12px 0 0 0 !important;
	border-top: 1px solid #e6e6e6;
}

#updatePreview h2,
#updatePreview h2 * {
	font-size: 12px;
	color: #f00;
	margin: 0 0 -6px 0;
}

#updatePreview p {
	margin: 0 !important;
	padding: 0 !important;
}

#updatePreview p a {
	color: #000;
	font-weight: normal;
}

#updatePreview p a:hover {
	color: #f00;
}