﻿body, td {
	font-family: arial,helvetica,verdana,san-serif;
	font-size: 12pt;
	color: #000000;
}

#header {
	background: url('../siteart/header-grass-bg.jpg') repeat-x right bottom;
}

#nav {
	background: url('../siteart/nav-bg.jpg') repeat-x;
	height:31px;
}

#nav a:link, #nav a:active, #nav a:visited  {
    color:#000;
    text-decoration:none;
    font-size:12px;
    font-family:"Stencil Std",arial,san-serif;
    padding:0 7px 3px 7px;
}

#nav a:hover {
    color:#fff;
    text-decoration:none;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: ##ffffff;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #089046;
}
a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	color: #089046;
	text-decoration: none;
}
a.map:link, a.map:active, a.map:visted {
	text-decoration: underline;
	color: black;
	font-size: 11px;
}
a.map:hover {
	text-decoration: underline;
	color: red;
	font-size: 11px;
}

#footer {
	background: url('../siteart/footerbar.gif') repeat-x center top;
	height: 57px;
	padding: 0;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

