﻿body
{
	font-family: 'Trebuchet MS' , Trebuchet, Arial, Helvetica, Verdana, Sans-Serif;
	color: #191919;
	background-color: silver;
	margin: auto;
	width: 1000px;
	font-size: 11pt;
	letter-spacing: 0.03em;
}

a
{
	text-decoration: none;
}

.productinfoactionbuttons
{
	float:right; 
	width:250px; 
	border: silver thin solid; 
	padding: 15px; 
	margin-right: 5px; 
	margin-left: 20px; 
	margin-top: 10px; 
	margin-bottom: 10px;
	background-color: beige;
}

.actionbuttons
{
	float:right; 
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
}

.importantnotice
{
	border-right: gray thin solid;
	padding-right: 10px;
	border-top: gray thin solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 10px;
	border-left: gray thin solid;
	padding-top: 10px;
	border-bottom: gray thin solid;
	background-color: lightpink;
	color: maroon;
}

#page
{
	background-color: White;
	border: black thin solid;
	padding: 5px 5px 5px 5px;
	margin-top: 5px;
}

#construction
{
	background-color: peachpuff;
	border: black thin solid;
	padding: 10px;
	color: black;
}

#maincontentleft
{
	margin-top: 10px;
	float: left;
	width: 140px;
	padding-right: 10px;	
}

#maincontentleft img
{
	width: 140px;
	height: 60px;
	border-bottom: solid 1px blue;
}

#maincontentright
{
	float: left;
	width: 830px;
	margin-top: 10px;
	padding-bottom: 10px;
}

#maincontentright .heading
{
	font-weight: bold;
	color: maroon;
	border-bottom: black thin groove;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	clear: both;
}

#maincontentright .content .logoleft
{
	float: left;
	border: 0;
	padding: 10px;
}

#maincontentright .content .logoright
{
	float: right;
	border: 0;
	padding: 10px;
}

#maincontentright .content .contentitem
{
	clear: both;
	margin-top: 25px;
	border-top: solid 2px gray;
}

#maincontentright .contentitem .contenttitle
{
	background-color: lightgoldenrodyellow;	
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	
}

#maincontentright .contentitem .contenttitle .contentsubtitle
{
	font-size: 10pt;
	color: dimgray;
	font-style: italic;
}

#maincontentright .contentitem a
{
	color: #009900;
	font-weight: bold;
	font-size: 14pt;
	font-family: Verdana;
}

#maincontentright .content
{
	margin-bottom: 15px;
}

/* downloads */
#maincontentright .downloads .logoleft
{
	float: left;
	border: 0;
	padding: 10px;
}

#maincontentright .downloads .logoright
{
	float: right;
	border: 0;
	padding: 10px;
}

#maincontentright .downloads .downloaditem
{
	clear: both;
	margin-top: 25px;
	border-top: solid 1px gray;
}

#maincontentright .downloads .downloaditem .downloadtitle
{
	background-color: lightgoldenrodyellow;
	padding: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	color: indianred;
}

.downloadlink
{
	float: left;
	padding-right: 10px; 
	border-right: solid 1px gray;
}

.downloadlearnmore, .downloadlearnmore a
{
	padding-left: 10px;
}

#maincontentright .downloads .downloaditem .downloaddate
{
	text-align: right;
	background-color: lightgoldenrodyellow;
	padding-bottom: 5px;
	padding-right: 15px;
}

#maincontentright .downloads .downloaditem .downloadversion
{
	text-align: right;
	background-color: lightgoldenrodyellow;
	padding-right: 15px;
	padding-top: 5px;
	color: indianred;
}

#maincontentright .downloads .downloaditem .downloaddescription
{
	padding-top: 4px;
	padding-bottom: 5px;
	background-color: snow;
}

#maincontentright .downloads img
{
	border: none;
	padding-right: 5px;
}


#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	background-color: olivedrab;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

/* horizontal list */
#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: olivedrab;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: yellowgreen;
	color: #fff;
}

/* vertical list */
.navcontainervertical
{
	width: 140px;
	border-right: 0px solid #000;
	padding: 0 0 5px 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: rosybrown;
	color: #333;
	overflow: hidden;
}

.navcontainervertical ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
font-size: .6em;
}

.navcontainervertical li
{
	border-bottom: rosybrown 1px solid;
	margin: 0; /* width: auto; */
}

.navcontainervertical li a
{
	display: block;
	padding: 5px 2px 5px 0.5em;
	border-left: chocolate 1px solid;
	border-right: chocolate 1px solid;
	background-color: sienna;
	color: #fff;
	text-decoration: none;
}

.navlistverticaldescription
{
	color: palegoldenrod;
	display: block;
}

html>body .navcontainervertical li a { width: auto; }

.navcontainervertical li a:hover
{
	border-left: darkkhaki 1px solid;
	border-right: darkkhaki 1px solid;
	background-color: darkkhaki;
	color: white;
}

/* end vertical list */

.title
{
	font-size: 18pt;
	color: darkred;
	text-decoration: underline overline;
	margin-bottom: 0px;
}

.section
{
	font-size: 14pt;
	background-color: lightsteelblue;
	color: navy;
	padding: 2px 2px 2px 2px;
	border: none;
	font-weight: bold;
}

.download
{
}

.informationitem
{
	clear: both;
	margin-bottom: 20px;
}

.informationitem .heading
{
	font-weight: bold;
	color: maroon;
	border-bottom: black thin groove;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	clear: both;
}

.informationitem .caption
{
	display: block;
	font-weight: bold;
	color: maroon;
	text-align: left;
	float: left;
	padding: 4px;
}

.informationitem .date
{
	color: Gray;
	font-weight: normal;
	text-align: right;
	padding: 4px;
}

.informationitem img
{
	border: none;
}

.informationitem img .logo
{
	float: right;
	padding: 10px;
	border: none;
}

.footer
{
	border-top: solid 1px black;
	margin-top: 25px;
	padding: 5px;
	clear: both;
	height: 25px;
}

.footer .footerleft
{
	float: left;
	width: 35%;
	text-align: left;
	vertical-align: middle;
}
.footer .footerright
{
	text-align: right;
	float: right;
	width: 65%;
	vertical-align: middle;
}

.newsheading
{
	width: 130px;
	background-color: #ffcc33;
	padding: 5px;
	color: black;
	font-style: italic;
	font-weight: bold;
}

.content h2
{
	font-weight: bold;
	color: darkblue;
	margin-bottom: 5px;
	font-size: 1.2em;
}

#maincontentright .content ul li
{
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 5px;
	margin-right: 45px;
	font-size: .9em;
	border-bottom: gainsboro 1px solid;
}

.productnav a:hover
{
	background-color: lightsalmon;
}

ul.contactitems li:hover
{
	background-color: snow;
}

.pricequote
{
	font-size: .9em;
}

.quoteheading
{
	font-weight: bold;
	color: darkblue;
	margin-bottom: 5px;
	margin-top:15px;
	font-size: 1.1em;
	
}

.quotedescription
{
	margin-bottom: 10px;	
}

.quotelabel
{
	float: left;
	width: 100px;
	
}

.quoteinput
{
	margin-bottom: 2px;
}

.quoteerrorheading
{
	color: Red;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 50px;
	border-bottom: solid 1px red;
}

.quoteerrors
{
	color:Red;
	list-style-position: outside;
	list-style-type: square;
	padding-bottom: 5px;
	margin-right: 45px;
	font-size: .9em;
	border-bottom: gainsboro 1px solid;
}

.paragraphemphasis
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color: black;
	padding-top: 10px;
	background-color: wheat;
}

#switchbanner
{
	border-right: burlywood thin solid;
	padding-right: 4px;
	border-top: burlywood thin solid;
	padding-left: 4px;
	padding-bottom: 10px;
	border-left: burlywood thin solid;
	color: aliceblue;
	padding-top: 10px;
	border-bottom: burlywood thin solid;
	background-color: chocolate;
	text-align: center;
	margin-bottom: 10px;
}

#switchbanner a
{
	text-decoration: none;
	color: White;
}

#switchbanner #weshouldtalk
{
	margin-left: 5px;
	color: #ffff33;
	display: inline;
	text-decoration: underline;
}
