body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #d9dcb2;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}
a {
	color: #560e23;
}
a:link, a:visited {
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
img {
  border-color: #000000;
}
.page_heading {
	font-size: 18px;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cdca9e;
	padding: 2px;
	text-align: center;
	clear: both;
}
.user_links {
	font-size: 14px;
	color:#0000FF;
}
a.user_links:link, a.user_links:visited {
  text-decoration: none;
}
a.user_links:hover, a.user_links:active {
	text-decoration: underline;
}
.user_links_rollover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 300%;
	padding: 5px;
	text-align: center;
	text-decoration:none;
}
a.user_links_rollover:link, a.user_links_rollover:visited {
	color: #000000;
	background-color: #c1d5cdd;
	text-decoration:none;
}
a.user_links_rollover:hover, a.user_links_rollover:active {
	color: #edf600;
	background-color: #000000;
	text-decoration:none;
}
.shop_links {
	font-size: 16px;
	color: #0000FF;
}
.shop_links a:link, .shop_links a:visited {
  text-decoration: none;
}
.shop_links a:hover, .shop_links a:active {
	text-decoration: underline;
}
.shop_links_rollover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 200%;
	padding: 2px;
	text-align: center;
	text-decoration:none;
}
a.shop_links_rollover:link, a.shop_links_rollover:visited {
	color: #000000;
	background-color: c1d5dd;
	text-decoration:none;
}
a.shop_links_rollover:hover, a.shop_links_rollover:active {
	color: #edf600;
	background-color: #000000;
	text-decoration:none;
}
.hot_news {
	font-size: 14px;
  color: #000000;
	background-color: #c5d4b8;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 10px;
	width: 40%;
}
.hot_news img {
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
}
.clear {
  clear: both;
}
.selector_name {
	font-size: 12px;
	font-weight: bold;
}
.selector_desc {
	font-size: 14px;
	color: #000000;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
.other_items {
	font-size: 14px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.catalog_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #cad4d5;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.item_number {
	font-size: 16px;
	font-weight: bold;
}
.item_name {
	font-size: 16px;
	font-weight: bold;
}
.item_desc {
	font-size: 12px;
}
.item_id {
	font-size: 12px;
}
.item_supplier {
	font-size: 12px;
}
.item_category {
	font-size: 12px;
}
.item_grouping {
	font-size: 12px;
}
.item_price {
	font-size: 14px;
}
.enlarge_link {
font-size: 12px;
}
.photo_source {
font-size: 12px;
}
.counter {
	color: #FFFFFF;
	background-color: #a39733;
	font-family: Courier New, Courier, mono;
	font-size: 12px;
}
.s1 {
	color: #a50000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
.s2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.s3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.s4 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.s5 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}

/* Dropdown menus */

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em; 
}

#nav {
	margin: 0 10px;
}

#nav a {
	display: block;
	padding: 0px 5px;
	border: 1px solid black;
	text-decoration: none;
	color: #ffffff;
	background-color: #666666;
}

#nav a:hover {
	color: #666666;
	background-color: #ffffff;
}

#nav li {
	float: left;
	position: relative;
}

#nav ul {
	position: absolute;
	display: none;
	width: 15em;
	top: 1.5em;
}

#nav li ul a { 
	width: 15em;
	height: auto;
	float: left;
}

#nav ul ul {
	top: auto;
}	

#nav li ul ul {
	left: 15em;
	margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

/* Hardcoded (not user-editable) rules */

#featured_table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#featured_table td {
	padding: 0 2px 4px 2px;
}

/* Home page layout */

div#index_wrapper {
	padding: 0;
	margin: 0 5px 0 5px;
}

div#index_feat_panel_left {
	float: left;
}

div#index_feat_panel_right {
	float: right;
}

div#index_news_content_wrapper {
	min-width: 400px;
}

div#index_news_panel_left, div#index_news_panel_left_float {
	float: left;
	margin: 0 5px 5px 0;
}

div#index_news_panel_right, div#index_news_panel_right_float {
	float: right;
	margin: 0 0 5px 5px;
}

div#index_content_panel {
	background-color: yellow;
}
