.prodshot
{
  position: absolute;
  top: -30px;
  left: 0px;
  border-right: solid black 2px;
  border-bottom: solid black 2px;
  width: 300px;
  height: 225px;
  z-index: 2;
}

.undershot
{
  z-index: 1;
  width: 300px;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 300px;
  left: 0px;
  border-right: solid black 2px;
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { float: right; }

.note {
	width: 200px;
	border: 1px solid #666;
	padding: 10px;
	background: #ffc;
	color: #333;
}

.SomeTransparency
{
  -moz-opacity:  0.45;
	opacity: .45;
	filter: alpha(opacity=45);
}


.ModuleAlign
{
  text-align: left;
}

.ShadowDiv
{
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  opacity: 0.5;
  background-color: black;
}

.Translucent
{
}

.MainLink A:link{ color: black; text-decoration: none; }
.MainLink A:visited{ color: black; text-decoration: none; }
.MainLink A:hover{ color: black; text-decoration: underline; }
.MainLink
{
  color: black;
  font: normal 12px/18px "Times New Roman", Times, serif;
  letter-spacing: .15em;
  word-spacing: .15em;
}


.MainBG
{
  background-color: white;
  background-image: url('images/bg.gif');
  background-repeat: no-repeat;
  background-position: bottom center;
}



.BottomText A:link{ color: #c69a1a; font-size: x-small; }
.BottomText A:visited{ color: #c69a1a; font-size: x-small; }
.BottomText
{
  color: #c69a1a;
  font-size: x-small;
}



.ManageUsersText A:link{ color: #333092; }
.ManageUsersText A:visited{ color: #333092; }
.ManageUsersText
{
  color: #333092;
}

.admintop A:link{ color: black; }
.admintop A:visited{ color: black; }
.admintop
{
  color: black;
}



.LoginHeader A:link{ color: #454545; }
.LoginHeader A:visited{ color: #454545; }
.LoginHeader
{
  color: #454545;
}



.ContactText A:link{ color: #333092; }
.ContactText A:visited{ color: #333092; }
.ContactText
{
font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #333092;
}


.CenterText A:link{ color: #333333; }
.CenterText A:visited{ color: #333333; }
.CenterText
{
font: bold normal 14px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}


.GalleryHeader A:link{ color: #333092; }
.GalleryHeader A:visited{ color: #333092; }
.GalleryHeader
{
  color: #333092;
  font-style: italic;
}



.GalleryText A:link{ color: #333092; }
.GalleryText A:visited{ color: #333092; }
.GalleryText
{
  color: #333092;
  font-weight: bold;
}

.GalleryTinyText A:link{ color: #333092; }
.GalleryTinyText A:visited{ color: #333092; }
.GalleryTinyText
{
  color: #333092;
  font-size: 12px;
}


.IndexText A:link{ color: #333333; }
.IndexText A:visited{ color: #333333; }
.IndexText
{
  color: #333333;
  font-weight: bold;
}

.PanelImage
{
  padding: 5px;
}


