body
{
	font-family: Georgia, Times New Roman, Times, serif;
	background-color: #CC9;
}

a
{
	color: #C30;
	font-weight: bold;
	text-decoration: none;
}

a img
{
	border: none;
}

div
{
}

.clear
{
	clear: both;
}

#outer
{
	min-width: 750px;
}

#titles
{
	float: left;
}

div#main_menu
{
	padding-top: 25px;
	padding-left: 5px;
	font-size: 14pt;
	width: 6em;
	float: left;
}

#content_outer
{
	width: 80%;
	float: left;
	background-color: white;
}

#content_top
{
	height: 25px;
}

#content_inner
{
	margin: 0px 25px
}

#content_bottom
{
	height: 25px;
}

img.corner
{
	background-color: #CC9;
}

img.corner_left
{
	float: left;
}

img.corner_right
{
	float: right;
}

.menu_buffer
{
	font-size: 14pt;
	width: 5em;
	float: left;
}

.corner_buffer
{
	width: 25px;
	float: left;
}

#title
{
	font-size: 24pt;
	white-space: nowrap;
}

#subtitle
{
	font-size: 12pt;
	white-space: nowrap;
}

table.main_menu
{
	width: 100%;
	border-collapse: collapse;
}

td.menu_item
{
	height: 30px;
	padding: 0px;
}

td.menu_item_active
{
	background-image: url(../images/site/menu_item_background.gif);
}

a.menu_item
{
	padding-left: 0.25em;
}

a.menu_item_active
{

}

td.menu_item:hover
{
	background-image: url(../images/site/menu_item_background.gif);
}

.thumbnail
{
   position: relative;
   z-index: 0;
   border: 0px;
   padding-left: 0px;
   padding-top: 0px;
}

.full-image-left,
.full-image-right,
.full-image-left-last,
.full-image-right-last
{
   position: absolute;
   background-color: #F0F0C0;
   padding: 5px;
   border: 1px solid black;
   visibility: hidden;
   color: black;
   text-decoration: none;
}

div.full-image-left
{
   bottom: -180px;
   left: 170px;
}

.full-image-right
{
   bottom: -180px;
   left: -580px;
}

.full-image-left-last
{
   bottom: -70px;
   left: 170px;
}

.full-image-right-last
{
   bottom: -70px;
   left: -580px;
}

.thumbnail:hover
{
   z-index: 50;
   background-color: #fefefe;
}

.thumbnail:hover .full-image-left,
.thumbnail:hover .full-image-right,
.thumbnail:hover .full-image-left-last,
.thumbnail:hover .full-image-right-last
{
   visibility: visible;
}

.main
{
   font-size: 12pt;
   font-family: Times;
}

.inventory-caption
{
   font-size: 12pt;
   font-family: Times;
   font-weight: bold;
}

.inventory-code-left,
.inventory-code-right
{
   font-size: 12pt;
   font-family: Times;
   font-weight: bold;
}

.inventory-code-left,
.inventory-description-left,
.inventory-name-left,
.inventory-notes-left
{
   text-align: left;
}

.inventory-code-right,
.inventory-description-right,
.inventory-name-right,
.inventory-notes-right
{
   text-align: right;
}


.inventory-description-left,
.inventory-description-right
{
   white-space: nowrap;
}


.inventory-name-left,
.inventory-name-right
{
   font-weight: bold;
   white-space: normal;
}

.inventory-notes-left,
.inventory-notes-right
{
   white-space: normal;
}
