﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #8d6731;
}

#masthead {
	min-width: 600px;
	background-color: #b29460;
	height: 100px;	
	border-bottom: 2px solid white;
	clear: both;

}

#container {
	clear: both;
	min-width: 600px;
	background-color: #f0eae1;
}

#left_col {
	float: left;
	width: 150px;
	min-height: 450px;
	background-color: #f0eae1;
	border-bottom: 2px solid #f0eae1;
	border-top:1px solid black;
}

#page_content {
	margin-left: 150px;
	background-color: white;
	min-height: 452px;
	border-top:1px solid black;
	padding-left: 20px;
}

#footer {
	background-color: #b29460;
	height: 25px;
	font: 10pt VERDANA, ARIAL, SANS-SERIF;  
	font-weight:normal; 
	color:white;
	clear: both;
}

#insettable {
	margin-left: 100px;
}
#button {
	border: thin black outset;
	height: 29px;
	background-color: #b19a78;
}

#buttonup {
	border-left:thin white solid;
	border-top:thin white solid;
	border-right:thin solid #663300;
	border-bottom:thin #663300 solid;
	height: 24px;
	background-color: #b19a78;
	font: 10pt VERDANA, ARIAL, SANS-SERIF;  
	font-weight:normal; 
	color:white;
	padding-left: 5px;
	padding-top: 2px;
	vertical-align:middle;
}
#buttondown {
	height: 24px;
	border-bottom:thin black solid;
	background-color: #fdf3c5;
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight:bold; 
	color:#666699;
	padding-left: 5px;
	padding-top: 4px;
	vertical-align:middle;
}
a.menu	{
	font: 10pt  ARIAL,VERDANA, SANS-SERIF;  
	font-weight:normal; 
	color:white;
	text-decoration:none;
}
a	{
	font: 10pt  ARIAL,VERDANA, SANS-SERIF;  
	font-weight:normal; 
	color:maroon;
	text-decoration:none;
	border:0px;
}
a.itemlist	{
	font: 10pt  ARIAL,VERDANA, SANS-SERIF;  
	font-weight:bold; 
	color:maroon;
	text-decoration:none;
}

a.bookmarkname	{
	font: 12pt  ARIAL,VERDANA, SANS-SERIF;  
	font-weight:bold; 
	color:#8F8A2B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:hover.bookmarkname {
	text-decoration:none;
}

h1	{
	font: 14pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold; 
	color:#8F8A2B;
}
h2	{
	font: 12pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold; 
	color: #8F8A2B;
}
h3	{
	font: 11pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold ; 
	color: black;
}
h4	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold;
	color: black;
}
h5	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: medium; 
	font-style: italic;  
	color: black;
}
h6	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: bold; 
	color: black;
}
p 	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: medium; 
	color: black;
} 
li 	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: medium; 
	color: black;
} 
td.normal	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: medium; 
	color: black;
	background-color:white;
	vertical-align:top;

}
td.topcenter	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: medium; 
	color: black;
	background-color:white;
	vertical-align:top;
	text-align:center;

}

td.highlight	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: medium; 
	color: black;
	background-color:#fdf3c5;
}

td.pattern	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF;  
	font-weight: medium; 
	color: black;
	background-color:#e9e8d5;
}

td.header	{
	font: 10pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold; 
	color: white;
	background-color:#b29460;
}
.outofstock {
	font: 10pt ARIAL, VERDANA, SANS-SERIF; 
	font-weight: bold; 
	color: red;
}