html,body {

   /* The following had to be added to fix a display problem in Safari on the iPhone (4) */
   /* See stackoverflow.com/questions/4617872/white-space-showing-up-on-right-side-of-page-when-background-image-should-extend */
   width: 100%;
   height: 100%;
   margin: 0px;
   padding: 0px;
   overflow-x: hidden; 
    /* end */

  border: 0;
  text-align: left;
  color: #000A4F; /* Very dark blue, matches marquee edge fill */
  background: #FFFFFF; 
  font-weight: 400; font-size: 19px;  font-family: verdana, arial, helvetica, sans-serif;
}

select.buydrop {
   padding-left: 6px;
   margin-bottom: 0px;
   FONT-SIZE: 10px; COLOR: #00002D; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none; FONT-STYLE:normal
}

a.bluebutton {
    background: transparent url('../images/btnblue_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 18px; /* height of image on each button - 1/2 total */
    margin-right: 8px;
    padding-right: 5px; /* sliding doors padding */
    text-decoration: none;

}

a.bluebutton span {
    background: transparent url('../images/btnblue_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 3px 0 3px 11px;
    text-decoration: none;
}
a.bluebutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.bluebutton:active span {
    background-position: bottom left;
    padding: 4px 0 2px 11px; /* push text down 1px */
}


div.pagecontent {
  padding-top: 30px;        /* a little space before content so text doesn't abut the banner for example */
  padding-bottom: 50px; /* a little space below the content so content doesn't abut screen bottom */

  width: 1150; margin-left: auto; margin-right: auto; /* fixed width with auto left/right margins forces center */
}

div.headingleft {
  margin-top: 0px;
  margin-bottom: 22px;
  text-align: left;
  font-weight: 700; font-size: 20px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}

div.headingcenter {
  margin-bottom: 22px;
  text-align: center;
  font-weight: 700; font-size: 23px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}

div.bodyleft	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  color: #000A4F;
 font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
  margin-bottom: 12px;
}

div.bodyleftindent	{
  margin: 0;
  padding: 0;
  border: 0;
  text-indent:0px;  /* indent of 15 alone causes line wrap to left edge.. */
  margin-left: 35px; /* ..but indent with margin lines up */
  text-align: left;
  color: #000A4F;
 font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
  margin-bottom: 12px;
}

div.productversionunderbutton {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #000A4F;
 font-weight: 700; font-size: 11px; font-family: verdana, arial, helvetica, sans-serif;
}

div.bodycenter {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #000A4F;
 font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}

hr.divider { 
    /*some ideas from css-tricks.com/examples/hrs/ style-one */

  /* here to there: from  http://www.iraqtimeline.com/maxdesign/basicdesign/principles/prinhorizontal.html */
/*
   display: block;
   position: relative;
   padding: 0;
   margin: 8px auto;
   height: 0;
   width: 100%;
   /* max-height: 0; */ /* makes line disappear?? */
   font-size: 1px;
   line-height: 0;
   clear: both;
   border: none;  
*/
  /* there */

   /* NOTE: cannot use any top or bottom margin, screws up Safari on iphone adds right white column at top! */
   margin: 0 auto 0 auto; /* top right bottom left */

    /* solid in Safari */
    height: 1px;
    background: #000A4F; /* #333; */
    background-image: linear-gradient(to right, #ccc, #404A8F, #ccc); /*  #ccc, #333, #ccc */

    /* Invisible in Safari */
/*
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
*/
 margin: 25 0 25 0;  /* top right bottom left */
}


div {
  text-align: left;
 font-weight: 400; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}
p {
 font-weight: 400; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}
blockquote {
 font-weight: 400; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}
ol {
 font-weight: 400; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
}
ul {
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}
dl {
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}
li {
  padding-bottom: 5px; 
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}


ul.drop_menu li ul li {
  padding-bottom:0px;
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}

dt {
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}
dd {
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}
td {
  color: #000A4F; font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;
}
b {
 font-weight: 700
}
strong {
 font-weight:700
}
.question   {
 font-weight: bold; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
  margin-bottom: 16px;
}
.answer     {
 font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif;
  margin-left: 28px;
  margin-bottom: 16px;
}
.smallwhite {
       FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.companyname {
	FONT-SIZE: 24px; COLOR: #000A4F; 
}
.sitetitle {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 16px; 
  COLOR: #ffffff;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #325191;
}
.pagetitle {
	FONT-SIZE: 18px; COLOR: #ffffff
}
.headline {
	FONT-SIZE: 115%; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-WEIGHT: 700; FONT-STYLE:italic
}
.body {
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.body A:active {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.body A:link {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.body A:visited {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.body A:hover {
	FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #ff9900; TEXT-DECORATION: underline
}
.topnav A:active {
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: none
}
.topnav A:link {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
.topnav A:visited {
	FONT-SIZE: 12px; COLOR: #000000; TEXT-DECORATION: none
}
.topnav A:hover {
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.icons A:active {
	FONT-SIZE: 10px; COLOR: #ff6600; TEXT-DECORATION: none
}
.icons A:link {
	FONT-SIZE: 10px; COLOR: #333333; TEXT-DECORATION: none
}
.icons A:visited {
	FONT-SIZE: 10px; COLOR: #333333; TEXT-DECORATION: none
}
.icons A:hover {
	FONT-SIZE: 10px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.leftside {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.leftside A:active {
	FONT-SIZE: 12px; COLOR: #ff6600
}
.leftside A:link {
	FONT-SIZE: 12px; COLOR: #000A4F; 
}
.leftside A:visited {
	FONT-SIZE: 12px; COLOR: #000A4F; 
}
.leftside A:hover {
	FONT-SIZE: 12px; COLOR: #ff6600
}
.rightside {
	FONT-SIZE: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.rightside A:active {
	FONT-SIZE: 12px; COLOR: #000A4F; TEXT-DECORATION: none
}
.rightside A:link {
	FONT-SIZE: 12px; COLOR: #000A4F; TEXT-DECORATION: none
}
.rightside A:visited {
	FONT-SIZE: 12px; COLOR: #000A4F; TEXT-DECORATION: none
}
.rightside A:hover {
	FONT-SIZE: 12px; COLOR: #ff6600; TEXT-DECORATION: underline
}
.footer {
	FONT-SIZE: 17px; COLOR: #666666; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.footer A:active {
	FONT-SIZE: 17px; TEXT-DECORATION: none
}
.footer A:link {
	FONT-SIZE: 17px; COLOR: #666666; TEXT-DECORATION: none
}
.footer A:visited {
	FONT-SIZE: 17px; COLOR: #666666; TEXT-DECORATION: none
}
.footer A:hover {
	FONT-SIZE: 17px; COLOR: #ff6600; TEXT-DECORATION: underline
}

SPAN.menuhead { 
	FONT-SIZE: 18px; COLOR: #315294; FONT-WEIGHT: bold; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none 
}
A.menulink:link    { 
line-height: 24px;
	FONT-SIZE: 18px; COLOR: #315294; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none 
}
A.menulink:visited { 
	FONT-SIZE: 18px; COLOR: #315294; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none 
}
A.menulink:active  { 
	FONT-SIZE: 18px; COLOR: #315294; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none 
}
A.menulink:hover   { 
	FONT-SIZE: 18px; COLOR: #315294; FONT-WEIGHT: normal; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;
	text-shadow: 0px 0px 2px rgba(255,255,255,0.9),  0px 0px 12px rgba(0,0,0,0.1); 
}

A.pagelink:link    { 
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underlined;  
}
A.pagelink:visited {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underlined;  
}
A.pagelink:active  {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underlined;  
}
A.pagelink:hover   {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underlined;  
text-shadow: 0px 0px 1px rgba(110,110,110,0.9),  0px 0px 11px rgba(0,0,0,0.15); 
}

A.smalllink:link    { 
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smalllink:visited {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smalllink:active  {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smalllink:hover   {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
   text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}

A.smallthinlink:link    { 
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smallthinlink:visited {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smallthinlink:active  {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.smallthinlink:hover   {
	FONT-SIZE: 17px; COLOR: #000A4F; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
   text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}

A.footlink:link    { 
  text-align: left;
  font-weight: bold; font-size: 17px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.footlink:visited { 
  text-align: left;
  font-weight: bold; font-size: 17px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.footlink:active  { 
  text-align: left;
  font-weight: bold; font-size: 17px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.footlink:hover   { 
  text-align: left;
  font-weight: bold; font-size: 17px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; background:rgb(216,228,241); 
}

A.pricelistlink:link    { 
	FONT-SIZE: 17px; COLOR: #FFFFFF; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.pricelistlink:visited {
	FONT-SIZE: 17px; COLOR: #FFFFFF; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.pricelistlink:active  {
	FONT-SIZE: 17px; COLOR: #FFFFFF; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}
A.pricelistlink:hover   {
	FONT-SIZE: 17px; COLOR: #8080CC; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underlined; 
}

A.questionlink:link    { 
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline;
}
A.questionlink:visited {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline;
}
A.questionlink:active  {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline;
}
A.questionlink:hover   {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: underline;/* 0033CC */
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}

A.questionlinkfixed:link    { 
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.questionlinkfixed:visited {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.questionlinkfixed:active  {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
}
A.questionlinkfixed:hover   {
  font-weight: normal; font-size: 19px; color: #000A4F; font-family: verdana, arial, helvetica, sans-serif; text-decoration: none 
  text-shadow: 0px 0px 2px rgba(0,0,0,0.7), 0px 0px 15px rgba(0,0,0,0.1);
}

.catalog {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: left;
  color: #000A4F;
  font-weight: 400; font-size: 19px; font-family: verdana, arial, helvetica, sans-serif;

  margin-bottom: 5px;
}
H4 {
	FONT-WEIGHT: 700; FONT-SIZE: 14px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

H5 {
	FONT-WEIGHT: 700; FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

TH.pricelist {
  FONT-WEIGHT: 700; 
  FONT-SIZE: 15px; 
  COLOR: #FFFFFF; 
  BACKGROUND-COLOR: #315294;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TD.pricelist {
  FONT-WEIGHT: 400; 
  FONT-SIZE: 15px; 
  COLOR: #000080; 
  BACKGROUND-COLOR: #D8E4F1;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


TH.flist {
  FONT-WEIGHT: 700; 
  FONT-SIZE: 15px; 
  COLOR: #FFFFFF; 
  BACKGROUND-COLOR: #315294;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TD.flist {
  FONT-WEIGHT: 400; 
  FONT-SIZE: 15px; 
  COLOR: #000080; 
  BACKGROUND-COLOR: #D8E4F1;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.pricestrike {
  FONT-WEIGHT: 400; 
  FONT-SIZE: 15px; 
  COLOR: #000080; 
  TEXT-DECORATION: line-through;
  BACKGROUND-COLOR: #D8E4F1;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TD.pricelistcmt {
  FONT-WEIGHT: 400; 
  FONT-SIZE: 15px; 
  COLOR: #000080; 
  BACKGROUND-COLOR: #D8E4F1;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

input, select, textarea {
font-size: 120%; /* size of text in forms */
}


.motto {
  FONT-FAMILY: "Times New Roman", Times, serif;
  FONT-WEIGHT: 700; 
  FONT-SIZE: 17px; 
  COLOR: #315294;
  FONT-STYLE: italic;
}
.replyform {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 14px; 
  COLOR: #315294;
  FONT-WEIGHT: bold;
  BACKGROUND-COLOR: #cfd0c2;
}
.msgwindow {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 14px; 
  COLOR: #315294;
  FONT-WEIGHT: bold;
  FONT-STYLE: italic;
}
.companylist {
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  FONT-SIZE: 17px; 
  COLOR: #000A4F;
}


.treemenu {
  margin : 0px 0px;
  padding : 0px;
  list-style: none;
	
}

.treemenu UL {
margin-left: 0;
  list-style-type : disc;
  list-style-position : outside;
	FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.treemenu LI {
  FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.treemenu LI.feature {
  FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #009900; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.treemenu LI.fix {
  FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #990000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.treemenu A:active {
	display : block;
	padding-left : 16px;
	text-decoration : none;
	FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
.treemenu A:visited {
	display : block;
	padding-left : 16px;
	text-decoration : none;
	FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
.treemenu A:hover {
	display : block;
	padding-left : 16px;
	text-decoration : none;
	FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
.treemenu A:link {
	display : block;
	padding-left : 16px;
	text-decoration : none;
	FONT-WEIGHT: 400; FONT-SIZE: 16px; COLOR: #333333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
margin-bottom: 10px;
}
.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}

