/* CSS */
body {
	font-size: 100%; /* 12pt */
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: "Times New Roman", serif;
	font-size: 300%;
	font-style: italic;
	font-weight: normal;
	color: #006699;
	margin: 0;
}
h2 {
	font-size: 100%;
}
h3 {
	font-size: 90%;
}
label {
	font-size: 90%;
	padding-top: 1em;
}
ol,ul,blockquote,p,td,th {
	font-size: 0.833em;
}

.banner {
	display: flex;
	width: 708px;
	height: 58px;
	vertical-align: middle;
	background-color: #ffffcc;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #3399cc;
	border-width: 0 0 2px 2px;
}
.banner >div {
	width: 33%;
}

.pagebody {
	max-width: 710px;
	margin: auto;
}
.content {
	margin-top: 0.625em;
	margin-left: 1.25em;
	margin-right: 1.25em;
}
.indent {
	margin-left: 2em;
	margin-right: 2em;
}

p.norobot {
	color:#006699;
	font-style:italic;
	font-size:100%
}

ul.mainmenu {
	list-style-type: none;
	margin: 0;
	border: 0;
	padding: 0;
	overflow: hidden;
	background-color: #ffcc00;
	font-size: 1.07em;
	line-height: normal;
}
ul.mainmenu li {
	float: left;
	border-right: 1px solid white;
}
ul.mainmenu li:last-child {
	border-right: none;
}
ul.mainmenu li a {
	display: block;
	color: #006699;
	text-align: center;
	padding: 0.2em 0.9em;
	text-decoration: none;
	font-size: 0.917em;
}
ul.mainmenu li a:hover:not(.active) {
	background-color: #eebb00;
}
ul.mainmenu img {
	padding: 0 0.25em;
}
@media screen and (max-width: 690px) {
	ul.mainmenu li {float: none;}
	.flex-container {flex-direction: column;}
	.flex-container > div { width: 100%;}
}
ul.langmenu {
	list-style-type: none;
	padding: 0.5em 0 0 6em;
	overflow: hidden;
}
ul.langmenu li {
	float: left;
	border-right: 1px solid black;
	font-size: 70%;
}
ul.langmenu li:last-child {
	border-right: none;
}
ul.langmenu li a {
	display: block;
	color: #006699;
	text-align: center;
	padding: 0.1875em 0.5em;
	text-decoration: none;
}
ul.langmenu li a:hover:not(.active) {
	text-decoration: underline;
}

ul.submenu1 {
	list-style-type: none;
	margin-bottom: 1.5em;
	padding: 0;
	overflow: hidden;
}
ul.submenu1 li {
	float: left;
	border-right: 1px solid black;
}
ul.submenu1 li:last-child {
	border-right: none;
}
ul.submenu1 li a {
	display: block;
	color: black;
	text-align: center;
	padding: 0.1875em 0.5em;
	text-decoration: none;
}
ul.submenu1 li a:hover:not(.active) {
	text-decoration: underline;
}

ul.submenu2 {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
	overflow: hidden;
}
ul.submenu2 li {
	float: left;
	border-right: 1px solid black;
}
ul.submenu2 li:last-child {
	border-right: none;
}
ul.submenu2 li a {
	display: block;
	color: black;
	text-align: center;
	font-size: 90%;
	padding: 0.1875em 0.5em;
	text-decoration: none;
}
ul.submenu2 li a:hover:not(.active) {
	text-decoration: underline;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.on {
	background-color: #e8ae00;
}

.localNav {
	font-size: 0.75em;
	font-weight: bold;
	color: black;
	padding-left: 1.25em;
}

.flex-container {
	display: flex;
}
.flex-container > div {
	width: 50%;
	margin: 1.875em;
	font-size: 0.833em;
}

.boldtext {
	color: #006699;
	font-weight: bold;
}
hr {
	margin-top: 1.25em;
	background-color: #cccccc;
	border-style: none;
	height: 1px;
}

.button {
	background-color: #ffcc00;
	border: none;
	color: #006699;
	padding: 6px;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1em;
	margin: 4px 2px;
	cursor: pointer;
}
.button:disabled {
	background: LightGray;
	color: white;
}
.button:hover:enabled {
	background-color: #eebb00;
}
.button a:hover {
	text-decoration: none;
}
.buttonb {
	background-color: #e8ae03;
}
.lists li {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

table.zebra {
    font-size: 100%;
    border-collapse: collapse;
    border: 2px solid #909090;
    width: 100%;
}

table.zebra th {
    border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: #909090;
    color: white;
}

table.zebra td {
    border: 1px solid #ddd;
    text-align: left;
    padding: 5px;
}

table.zebra tr:nth-child(even){background-color: #f2f2f2}

table.orderform {
	font-size: 100%;
	background-color: #EEEEEE;
	border: 0px;
}
table.orderform td {
	padding: 2px;
}
table.orderform th {
	padding: 2px;
	background-color: #CCCCCC;
}

.center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.dropbtn {
  background-color: #ffffcc;
  color: steelblue;
  margin-top: 1.3em;
  padding: 0.2em 0.9em;
  font-size: 0.8em;
  border: none;
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: AliceBlue;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: steelblue;
  padding: 0.5em 0.9em;
  font-size: 0.8em;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: Gainsboro;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: Gainsboro;
}

.sales-contact {
 background-color: #EEEEEE;
}
.sales-contact ul {
	list-style-type: none;
}
.sales-contact li {
 margin: 0px;
 font-size: 1.07em;
}
#contact legend, #bill_contact legend, #notes legend {
 color: #25708d;
 font-size: 1.3em;
 font-weight: bold;
 letter-spacing: .1em;
}
#contact li>label, #bill_contact li>label {
 width: 30%;
 display: inline-block;
 text-align: right;
}
#contact input, #bill_contact input {
 font-size: 1.07em;
 outline: none;
}
#notes li {
 font-size: 0.9em;
 margin-top: 2px;
}

