body {
  background-image: url('bg.gif');
  background-repeat: repeat-x;
  background-color: #505150;
  font-size: 12px;  
  padding:0px;
  margin:0px;
  text-align: center;
}

body, p, table, td, th, ul, ol {
	font-size: 12px;
	font-family: trebuchet, arial, verdana, sans-serif;
}
h1 {
	color: black;
	font-size: 150%;
	font-family: trebuchet, arial, verdana, sans-serif;
	margin-top:5px;
	margin-bottom:10px;
}
h2, h3 {
	color: black;
	font-size: 130%;
	font-family: trebuchet, arial, verdana, sans-serif;
	margin-top:5px;
	margin-bottom:7px;
}
textarea, input {
/*	font-size: 100%;*/
	font-family: trebuchet, arial, verdana, sans-serif;
}

a{
	text-decoration: none;
	color: black;
}
a:hover{
	text-decoration:underline;
}

.black{
	color:black;
}







.item-price-text {
	color:#990000;
	font-weight:bold;
}

hr {
	border-top: 1px solid #7BB1CB;
	height: 1px;
	margin-top:10px;
	margin-bottom:5px;
}


#page
{
  width: 900px;
  padding: 0px;
  margin: 0px auto;
  /* border: 1px #000 solid; */
}

#header
{
  width: 900px;
  height: 86px;
  background-color: #505150;
}

h1.menu
{
font-size: 14px;
font-weight: bold;
color: #ffffff;
}

div
{
  padding: 0px;
  margin: 0px;
}

#menuitems
{
  height: 36px;
  width: 100%;
  text-align: center;
  vertical-align: center; 
}

#bottommenu
{
  height: 36px;
  width: 100%;
  text-align: center;
  vertical-align: center; 
  margin-top: 10px;
  float: left;
}

#menuitems ul
{
  margin: 0px;
  padding: 0px;
  border: 0px #000 solid;
  color: #ffffff;
}

#menuitems ul li
{
  display: inline;
}

#menuitems ul li a
{
  color: #fff;
  text-decoration: none;
  /* font-weight: bold; */
  font-size: 20px;
  padding-right: 16px;
  padding-left: 16px;
}

#main
{
  width: 100%;
  padding: 0px;
  margin: 0px;
  /* border: 1px #000 solid; */
}

td.right-padded {
  padding-right: 6px;
}

#category
{
  height: auto;
  width: auto;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}

#content
{
  height: auto;
  width: auto;
  padding-right: 10px;
  padding-top: 10px;
  float: right;
}

.content-page {
  padding: 0px 6px 6px 6px;
}

input.searchbar
{
  line-height:22px;
  height:22px;
  vertical-align:bottom;
  margin-left: 5px;
  padding: 0px;
}

input.searchbutton
{
vertical-align:bottom;
margin: 0px;
padding: 0px;
}

form
{
  padding: 0px;
  margin: 0px;
}

span.small
{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

span.med
{
  color:#fff;
  font-size: 20px;
  font-weight: bold;
}

span.cat
{
  color: #fff;
  font-size: 18px;
  white-space:nowrap;

}

#menuitems ul li a:hover
{
color: #ff9c00;
}

span.greendot
{
  font-weight: bold;
  font-size: 18px;
  color: #a4fe26;
}
.limegreen {
  color: #a4fe26;
}

.active div
{
  color: #ff9c00;
}

.menu_center li {
	text-transform: lowercase;
	white-space:nowrap;


}

.menu_center li div {
  display:inline;
}

td.cat_left
{
  background-image: url('cat_left_rounded.jpg');
  background-repeat: no-repeat;
}

td.cat_center
{
  background-image: url('cat_middle.jpg');
  background-repeat: repeat-x;
}

td.cat_right
{
  background-image: url('cat_right_rounded.jpg');
  background-repeat: no-repeat;
}

td.menu_left
{
  background-image: url('menu_left_rounded.gif');
  background-repeat: none;
}

td.menu_center
{
  background-image: url('menu_center.gif');
  background-repeat: repeat-x;
  width: 868px;
  text-align: center;
}

td.menu_right
{
  background-image: url('menu_right_rounded.gif');
}






#user-menu-float { 
} 











.floating-box {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}
.floating-box-top {
	font-size: 12px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background-color: #949494;
}

.search-bar{
	background-color: #e4e4e4;
	color: #000000;
}
.search-bar-input, .search-bar-button {
	font-size: 100%;
}
.newsletter-signup-input, .newsletter-signup-button {
	font-size: 100%;
}

/*These adjust the list of categories*/
.category-list-div {
	padding:6px;
}
.category-list-item {
	text-indent: -2ex;
	margin-left: -4ex;
}
.category-list {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
/*.category-list-item {
	text-indent: -2ex;
}
.category-list {
	list-style-type: none;
	margin-left: 4ex;
	margin-top: 0px;
	margin-bottom: 0px;
}*/




/*This adjusts the shopping cart top spacer*/
.cart-top-spacer-div {
	padding-top:14px;
}
/*These adjust the shopping cart backgrounds */
.cart-background-light {
/*	background-color: #FBFBFB;*/
	background-color: #FFFFFF;
}
.cart-background-dark {
	background-color: #F2F2F2;
}
.cart-background-header {
/*	background-color: #B3D6DF;*/
	background-color: #95CF19;
}
/*These adjust the shopping cart text */
.cart-text {
	font-size: 11px;
	font-family: trebuchet, arial, verdana, sans-serif;
} 
.cart-text-header {
	font-size: 11px;
	font-family: trebuchet, arial, verdana, sans-serif;
} 
.cart-text a {
	font-size: 100%;
}
.cart-text-light {
	color: #454545;
	font-size: 11px;
	font-family: trebuchet, arial, verdana, sans-serif;
}
.cart-text-light a {
	color: #080361;
/*	font-size: 11px;
	font-family: trebuchet, arial, verdana, sans-serif;*/
}
.cart-text-outofstock, .cart-text-outofstock a {
	color: red;
	font-size: 200%;
	font-size: 11px;
	font-family: trebuchet, arial, verdana, sans-serif;
}
/*These adjust the shopping cart borders */
.cart-border-bottom-right {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.cart-border-bottom-left {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.cart-border-top-right {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.cart-border-top-left {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.cart .price-too-low, .cart .price-too-low:hover {
	color:#8b0000;
	font-style:italic;
	text-decoration:none;
}
.cart .price-savings, .cart .price-savings:hover {
	color:#ff6600;
	font-style:italic;
	text-decoration:none;
}




/*These adjust the text on the checkout screen */
.checkout-header {
	font-weight: bold;
	font-size: 25px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-bar {
	color: #FFFFFF;
/*	background-color: #0066CC;*/
/*	background-color: #95CF19;*/
	background-color: #5C5C5C;
	font-weight: bold;
	font-size: 20px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-text-large {
	color: #000000;
	font-size: 18px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-text {
	color: #000000;
	font-size: 16px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-text-light {
	color: #8D8383;
	font-size: 16px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-text a {
	color: blue;
	text-decoration: underline;
}
.checkout-text-error {
	color: red;
	font-weight: bold;
	font-size: 16px;
	font-family: timesroman, sans-serif;

	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.checkout-menu-text {
	font-size: 16px;
	font-family: timesroman, sans-serif;
}

.order-checkout-item-price-each {
	padding-left: 1ex;
	padding-right: 4ex;
}
.order-checkout-item-price-total {
	padding-left: 1ex;
	padding-right: 4ex;
}



.news {
	color: #000000;
}

.copyright-text {
	margin-top:4px;
	margin-bottom:20px;
	font-weight:bold;
	font-size:14px;
}
.coupon-code-text {
/*	color: #454545;*/
	color: #FFFFFF;
}
.thank-you-text {
	font-size: 14px;
	color: #000000;
}
.login-box{
	border-left: 1px solid #7F9DB9;
	border-right: 1px solid #597593;
	border-top: 1px solid #7F9DB9;
	border-bottom: 1px solid #597593;
	color: #294059;
	background-color: #FBFBFB;
	font-weight: bold;
}
