/* Default */

#homeBtns img{ display:block }

body,td {
  font-family: helvetica, arial, bitstream vera sans, verdana, sans-serif;
  font-size: 11px;
line-height: 16pt;
  color: #000000;
}

body {
  margin: 0px auto;
  background-color: #000;
  background-image: url('../images/pictures/large/system-files/img_background.jpg');
  background-repeat: no-repeat;
}

input,select,textarea {
  font-family: verdana, bitstream vera sans, arial, helvetica, sans-serif;
  font-size: 11px;
}

/* Headings, styles */

.heading { font-size: 11px; font-weight: bold; }
.redheading { font-size: 18px; color: #5D011D; }
.subheading { font-size: 14px; }

.tiny { font-size: 10px; }
.white { color: white; }
.grey { color: #555555; }
.red { color: #cc0001; }
.brown { color: #927a52; }

/* Links */

a {
  color: #8d5800; font-weight: bold;
}
a:visited {
  color: #8d5800; font-weight: bold;
}
a:hover {
  color: #8d5800; font-weight: bold;
}

/* Misc */

form {
  margin: 0px;
}

hr {
  border-width: 0px;
  height: 1px;
  color: #c0c0c0;
  background-color: #c0c0c0;
}

.star {
  font-family: verdana;
  font-size: 13px;
  color: #c01010;
}

#mainCell {
  padding-top: 14px;
  padding-right: 24px;
  padding-bottom: 14px;
  padding-left: 20px;
}

div.siteByInfo {
  padding-top: 2px;
  padding-bottom: 3px;
  font-size: 10px;
  color: #c0c0c0;
}
div.siteByInfo a { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:visited { color: #c0c0c0; text-decoration: none; }
div.siteByInfo a:hover { color: #e0e0e0; text-decoration: none; }




div.navHoverLink .subMenu {
	/*text-transform: uppercase;*/
	font-weight: bold;
	display: none;
	position: absolute;
	margin-left: 156px;
	margin-top: -32px;
	background-color: #c0c0c0;
	/*border: 1px solid black;*/
	border-bottom: 1px solid #939598;
	z-index: 10;
}


.subMenu a {
	display: block;
	padding: 5px;
	color: #202020;
	text-decoration: none;
	border-top: 1px solid #939598;
}
.subMenu a:visited {
	color: #202020;
	text-decoration: none;
}
.subMenu a:hover {
	background-color: #f0f0f0;
	color: #707070;
	text-decoration: none;
}

div.navHoverLink:hover .subMenu {
	display: block;
}


.sitemapDiv {
  margin-bottom: 3px;
}
.sitemapHdrDiv {
  background-color: #f0f0f0;
  padding: 4px;
  margin-top: 24px;
  margin-bottom: 6px;
}
table.sitemapTbl {
  width: 500px;
}
td.sitemapMidCell {
  border-left: 1px solid #c0c0c0;
}

.galleryThumbnail2 { border: solid #BE9A2F 1px; }
div.galleryListName { font-weight: bold; }

