﻿body
{
	background: #999999;
	background-image: url(/images/bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
	color: Black;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
}

#frame
{
	width: 760px;
	background: White;
	margin: 0px auto;	
}

#header
{
	padding: 10px;
}

#menu
{
	background: #8B0000;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 3px 10px;
}

#menu li
{
	display: inline;
	padding: 3px 5px;
}

#menu a, #menu a:visited
{
	color: White;
	text-decoration: none;
}

#menu a:hover
{
	color: Yellow;
	text-decoration: none;
}

.dropdownmenu
{
	width: 150px;
	position: absolute;
	background: #8B0000;
	color: White;
	visibility: hidden;
	border: solid 1px White;
}

.dropdownmenu ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.dropdownmenu li
{
	padding: 2px 5px;
}

.dropdownmenu a, .dropdownmenu a:visited
{
	text-decoration: none;
	color: White;
}

.dropdownmenu a:hover
{
	text-decoration: none;
	color: Yellow;
}

#main
{
	padding: 10px;
	background: White;
	margin: 0px auto;
}

#main ul.fancy
{
	list-style-image: url(/images/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

#main ul.fancy li
{
	padding: 3px 0px;
}

#footer
{
	clear: both;
	font-size: 8pt;
	color: Gray;
	padding: 10px;
	text-align: center;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

a, a:visited
{
	text-decoration: none;
	color: #0000FF;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

a img
{
	border: 0px;
}


div.gallery
{
	width: 600px;
	text-align: center;
}

div.gallery img
{
	border: solid 2px black;
}

div.thumbs
{
	float: right;
	width: 130px;
	height: 400px;
	overflow-y: auto;
	overflow-x: hidden;	
}

div.thumbs img
{
	margin: 3px;
	border: solid 1px black;
	cursor: pointer;
}

table.productdesc td
{
	padding: 2px 10px;
}

table.productdesc tr
{
	vertical-align: top;
}

table.productdesc img
{
	border: solid 1px black;
}

table.grid
{
	border-collapse: collapse;
}

table.grid th
{
	background: #336699;
	color: White;
	font-weight: bold;	
	text-align: left;
	padding: 3px;
}

table.grid th a, table.grid th a:visited
{
	color: White;
	text-decoration: none;
}

table.grid th a:hover
{
	color: Yellow;
	text-decoration: none;
}

table.grid td
{
	padding: 3px;
}

table.grid td.right, table.grid th.right
{
	text-align: right;
}

table.grid tr.footer td
{
	font-weight: bold;
}

table.grid tr.alt
{
	background: #ccff99;
}

textarea
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
}

blockquote
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}