
/*
  $Id: stylesheet.css, template: OS03C00279 v3.00 08/15/08  12:41:57 project3000 Exp $

  This file created as a part of graphical design by AlgoZone, Inc
  http://www.algozone.com for osCommerce v 2.2ms2
  
  Copyright (c) 2003-2005 AlgoZone, Inc

*/

BODY {
	font-family: Arial;
	font-size: 12px;
	background-color: #333333;
	margin: 0px;
	background-color : #FFFFCC;
}
.text
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
}
.small_text
{
	font-family: Verdana;
	font-size: 9px;
	color: #23435A;
}
.header_text
{
	font-family: Lucida Sans;
	font-size: 20px;
	color: #990000;
	font-weight: bold;
}

.subheader_text
{
	font-family: Lucida Sans;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

.text_bold
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.text_italic
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: italic;
}

.text_bold_italic
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.blue_text
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #23435A;
}

.blue_text_bold
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #23435A;
	font-weight: bold;
}

.red_text
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #990000;
}
.yellow_text
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	font-style: italic;
	font-weight: bold;
}
.green_text
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #7D6F02;
}

.menutext_symbol
{
	font-size: 16px;
	font-weight: bold;
	color: #7D6F02;
}

A {
	color: #23435A;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
A:hover { 
  color: #990000;
  text-decoration: none; 
  font-weight: bold;
}
A:visited {
	color: #7D6F02;
	text-decoration: underline;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

A.menutext {
	color: #7D6F02;
	text-decoration: none;
	font-weight: bold;
	font-family: Lucida Sans, Georgia;
	font-size: 16px;
}
A.menutext:hover { 
  color: #990000;
  text-decoration: none;
  font-family: Lucida Sans, Georgia;
  font-weight: bold;
  font-size: 16px;
}
A.menutext:visited {
	color: #23435A;
	text-decoration: none;
	font-weight: bold;
	font-family: Lucida Sans, Georgia;
	font-size: 16px;
}

A.submenutext {
	color: #7D6F02;
	text-decoration: none;
	font-weight: bold;
	font-family: Lucida Sans, Georgia;
	font-size: 14px;
}
A.submenutext:hover { 
  color: #990000;
  text-decoration: none;
  font-family: Lucida Sans, Georgia;
  font-weight: bold;
  font-size: 14px;
}
A.submenutext:visited {
	color: #23435A;
	text-decoration: none;
	font-weight: bold;
	font-family: Lucida Sans, Georgia;
	font-size: 14px;
}


A.small_link {
	color: #23435A;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9px;
}
A.small_link:hover { 
  color: #990000;
  text-decoration: none; 
  font-weight: bold;
  font-size: 9px;
  font-family: Verdana;
}
A.small_link:visited {
	color: #7D6F02;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana;
	font-size: 9px;
}

/*  CSS Drop Down Navigation */

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	width: 140px;
}
 
#nav li { /* all list items */
	float: left;
	width: 140px; /* width needed or else Opera goes nuts */
	border: 1px solid #7D6F02;
	white-space:nowrap;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	border: 1px solid #7D6F02;
	white-space:nowrap;
	background: #FFFFCC;
	width: 140px;
	line-height: 20px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


