/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
  
  COLORS:
  green:	#004b24
  orange:	#f37e21
  blue 1:	#1895cd
  blue 2:	#50b0da
  gray dk:	#808080
  gray lt:	#bfbfbf
*/

BODY {
  background: #E5EAED;
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #f37e21;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

P {
	margin: 0;
	padding: 0 0 10px 0;
}

#nav {
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f37e21;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #004b24;
}
#nav ul {
	list-style-type: none;
	margin: 3px 0;
	padding: 0;
}
#nav li {
	display: inline;
	border-color: #000;
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 2px 5px;
	border-right: 1px solid #000;
}
#nav li.last {
	border-right: none;
	margin-right: 0;
}
#nav a {
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
}
#nav a.on {
	text-decoration: underline;
}

.featuredProd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:530px;
	vertical-align:top;
	margin:0;
	padding:0 10px;
}
.productHead {
	color:#f37e21;
	background:#dddddd;
	font-size:14px;
	font-weight:bold;
	padding:7px 15px;
	width:100%;
}
.productHead a{
	color:#f17e21;
	text-decoration:none;
}
/*
.featuredProd td {
	font-size:12px;
	width:50%;
	border:1px dotted #000;
	height:200px;
	vertical-align:top;
	padding:5px;
}*/
#content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#contentFooter{
	margin-top:10px;
	border-top: 2px solid #bfbfbf;
	border-bottom:2px solid #50b0da;
	height:4px;
	line-height:4px;
}

#callToday {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	float:right;
	width:228px;
	height:65px;
	padding:10px;
	background:#f37e21;
	color:#fff;
}

.bgWhite {background-color: #fff;}

/*#navigation {
	background:#fff;
	color:fff;
	font-weight:bold;
	font-size:16px;
	width:800px;
	text-align:center;
}
#navigation ul{
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li{
	display:inline;
	background:#666;
	border:1px solid #000;
	margin:5 20px;
	width:150px;
	padding:5px 50px;
}
#navigation a{
	color:#fff;
	text-decoration:none;
}*/