/*
  $Id: stylesheet.css,v 1.1.1.1 2004/03/04 23:42:24 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/*regular paragraph text*/
p {
	font-family: georgia;
	font-size: 12px;
	color: #7D4B16;
	}
/*paragraph text for single column layout*/
pind {
	font-family: georgia;
	font-size: 12px;
	color: #7D4B16;
	padding-left: 10px;
	padding-right: 10px;
	}
/*list with wrapping*/
ul.outside {
    list-style-position:outside
	}
/*regular bulleted list text*/
li {
	font-family: georgia;
	font-size: 12px;
	color: #7D4B16;
	}
BODY {
	background-image:url(images/bg-o.png);
	}
a:link {
  color: #6F9D2F;
  text-decoration: underline;
  }
		a:visited {
		color: #6F9D2F;
		text-decoration: underline;
		}
		a:active {
		color: #6F9D2F;
		text-decoration: underline
}
h1 {
	font-size: 18px;
	color: #7D4B16;
	padding: 1px;
	font-style: normal;
	font-weight: bolder;
}
h2 {
	font-size: 14px;
	color: #7D4B16;
	padding: 0.5px;
	font-style: normal;
	font-weight: bold;
}
/*for nav in menu*/
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: center;
	white-space: nowrap
}
		ul#minitabs li{
		display: inline;
		margin: 0 2px
		}
		ul#minitabs a{
		text-decoration: none;
		padding: 0 0 3px;
		border-bottom: 4px solid #FFF;
		color: #6F9D2F}
		ul#minitabs a#current{
		border-color: #7D4B16;
		color: #7D4B16
		}
		ul#minitabs a:hover{
		border-color: #9ddaef;
		color: #9ddaef		} 

