#navBar 
{
	position: absolute;
    top: 0px; left: 0px;
}
.topMenu
{
	font-size: 10pt;
}
.topMenuCurrent
{
	font-size: 10pt;
	font-weight: bold;
	color:	#white;
}
.subMenu
{
	font-size: 10pt;
}
a.catLink:link
{
	color:black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
a.catLink:visited
{
	color:black;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
}
.categoryTree
{
	font-size: 10pt;
}

.categoryTree a:link {
	color:#999999;
	text-decoration: none;
	color:blue;
}

.categoryTree a:visited {
	color:#999999;
	text-decoration: none;
	color:blue;
}

.mainMenu
{
	width:25%;
	vertical-align:top;
	background-color:black;
	font-family: arial;
}
.body{
	width:75%;
	vertical-align:top;
	color:#999999;
	font-family: arial;
}
a.menuLink:link 
{
	color:white;
	text-decoration: none;
}
a.menuLink:visited 
{
	color:white;
	text-decoration: none;
}
a.menuLink:hover
{
	color:yellow;
}
.main
{
	background-color:white;
	color:#999999;
	font-family: arial;
}
.catImage {
  max-width: 200px;
  max-height: 150px;
  width: expression(this.width > 200? "200px" : true);
  height: expression(this.height > 150 ? "150px" : true)

}
.descImage{
max-width: 400px;
  max-height: 1000px;
  width: expression(this.width > 400? "400px" : true);
  height: expression(this.height > 1000 ? "1000px" : true)
}

.productLabel
{
	font-weight:bold;
}
a.productLink:link 
{
	color:#999999;
	text-decoration: none;
}
a.productLink:visited 
{
	color:#999999;
	text-decoration: none;
}
a.productLink:hover
{
	color:blue;
}
.productComingSoon
{
	color:red;
}
.productDescHeader 
{
	background-color:black ;
	color: white;
	font-weight:bold;
	font-size: 16pt;
}
.productDescSectionHeader 
{
	font-weight:bold;
	font-size: 12pt;
}
.sectionHeader
{
	background-color:black ;
	color: white;
	font-weight:bold;
}
.txtDisclaimer {
	font-size: 32pt;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	font-weight:bold;
}
.txtEnter {
	font-size: 18pt;
	text-align: center;
	padding: 16pt;
	text-transform: uppercase;
	color:black;
}
ul.noBullet{ list-style-type: none; }
/*
#
# BEGIN TABS
#
*/
.tabs { width:100%; display:block; float: left; margin-bottom: 20px; }
.tabs ul.navigation {
	position: relative;
	overflow: hidden;
	list-style: none;
	font-size: 14px;
	padding:0px;
	margin:0px;
	width:100%;
}

.tabs ul.navigation li {
	float:left;
	padding:0;
	margin:0;
}

.tabs ul.navigation li a
{
	margin:0;
	padding:0;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 25px;
	padding-top:7px;
	padding-bottom:7px;
	height:32px;
	line-height:32px;
}

/* Unselected tabs (all but first and last) */
.tabs ul.navigation a {
	border: 1px solid #484848;
}
.tabs ul.navigation a:hover {
	border: 1px solid #484848;
	background-color:#2C2D2E;
	color:blue;
}
.tabs ul.navigation a:visited{
	border: 1px solid #484848;
	color:blue;
}
.tabs ul.navigation a:unvisited{
	border: 1px solid #484848;
	background-color:#2C2D2E;
	color:blue;
}

/* Selected tab (first only) */
.tabs ul.navigation a.first  {
	border: 1px solid #484848;
}

/* Selected tab (last only) */
.tabs ul.navigation a.last {
	border: 1px solid #484848;
}

/* Unselected content */
.tabs div.ui-tabs-hide { display: none; }

/* Selected content */
.tabs div {
	border:1px solid #484848;
	padding:20px;
	background-color:#2C2D2E;
	margin-top: -1px;
}

/* Selected tabs (all but first) */
.tabs ul.navigation li.ui-tabs-selected a {
	border: 1px solid #484848;
	background-color:black;
}

/* Selected tab (first only) */
.tabs ul.navigation li.ui-tabs-selected a.first {
	border: 1px solid #484848;
}

/*
#
# END TABS
#
*/
