/****** CONTENT ******/

table.about {
	padding:0 15px;
}

a#catalog:link img, a#catalog:visited img {
	height:55px;
	width:137px;
	border-width:0;
	background-image:url(../images/catalog_button_off.gif);
}
a#catalog:hover img {
	height:55px;
	width:137px;
	border-width:0;
	background-image:url(../images/catalog_button_on.gif);
}
a#mail:link img, a#mail:visited img {
	height:42px;
	width:137px;
	border-width:0;
	background-image:url(../images/mail_button_off.gif);
}
a#mail:hover img {
	height:42px;
	width:137px;
	border-width:0;
	background-image:url(../images/mail_button_on.gif);
}
a#contact:link img, a#contact:visited img {
	height:42px;
	width:137px;
	border-width:0;
	background-image:url(../images/contact.gif);
}
a#contact:hover img {
	height:42px;
	width:137px;
	border-width:0;
	background-image:url(../images/contact_on.gif);
}
div.links {
	height: 20px;
}
div.links a:link, div.links a:visited {
	float: left;
	padding: 4px 0px 4px 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	background-image: url(../images/nav_button.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
div.links a.currpage:link, div.links a.currpage:hover, div.links a.currpage:visited  {
	float: left;
	padding: 4px 0px 4px 0px;
	border-right: 1px solid #333333;
	border-left: 1px solid #999999;
	color: #FFFFFF;
	background-image: url(../images/nav_button_on.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}
div.links a:hover {
	background-image: url(../images/nav_button_on.gif);
}
table.columns {
	background-image:url(../images/page_bg.jpg);
	background-position:bottom;
	background-repeat: no-repeat;
	float: left;
}
table.columns td.centercolumn {
	padding: 20px 14px 0px 14px;
}
table.columns td.rightcolumn {
	padding: 0px 14px 0px 14px;
	float:right;
}
table.columns td.leftcolumn {
	font-size: 11px;
	padding: 18px 0 0 10px;
}
table.columns p {
	margin: 10px 20px 20px 20px;
	padding: 0 0 0 0;
	border-top-width: 0;
	border-bottom-width: 0;
}
table.columns h1 {
	margin: 5px 10px 0 10px;
	font-size: 16px;
	border-bottom: #cccccc 1px solid;
}
table.columns td.leftcolumn p.quote {
	font-style:italic;
	margin: 0 0 20px 20px;
	padding: 0 0 0 0;
	border-top-width: 0;
	border-bottom-width: 0;
	color:#999999;
	font-size:16px;
	line-height:25px;
}
table.columns p.quotemail {
	font-style:italic;
	margin: 5px 20px 10px 20px;
	padding: 0 0 0 0;
	border-top-width: 0;
	border-bottom-width: 0;
	color:#999999;
	font-size:16px;
	line-height:25px;
}
table.columns h2 {
	background-image:url(../images/h2.gif);
	background-repeat:repeat-y;
	padding: 0 0 0 10px;
	margin: 10px 0 0 10px;
	border-top-width: 0;
	border-bottom-width: 0;
	font-size: 14px;
	color:#FFFFFF;
}
table.columns td.leftcolumn ul {
	margin: 10px 0 20px 32px;
	line-height:16px;
	padding: 0 0 0 0;
	border-top-width: 0;
	border-bottom-width: 0;
}
table.columns td.leftcolumn img {
	padding: 20px;
	border: 0;
}

table.columns img.aboutlogo {
	margin: 10px 10px 10px 0;
	padding: 10px 10px 10px 0; 
}

p.footnote {
	font-size: 9px;
}
div.downloads p {
  padding:0;
	margin:0;
	line-height:14px;
}			
div.downloads img {
  padding:0;
	margin:0;
	vertical-align:middle;
}
div.downloads a{
  vertical-align:middle;
}
  

/****** SPEC TABLE **************/

table.spec {
  margin: 0 20px;
	padding:8px;
	width:80%;
}
table.spec tr {
  vertical-align:top;
	background-color:#CCCCCC;
}
table.spec td {
  padding:10px;
}
table.spec th {
  text-align:left;
	font-size:12px;
  padding:10px;
}
table.spec a.spec {
	text-decoration:none;
	font-weight:bold;
}

/****** SEARCH BOX *************/

form#search table {
  color:#000000;
	font-weight:bold;
	text-align:center;
  background-color:#CCCCCC;
	margin:5px 0 20px 130px;
	border:thin #666666 solid;
}

/****** ANNOUNCEMENT TABLE ******/

table.announce {
	margin-top: 20px;

}
table.announcetext {
	width:100%;
  background-color:#FFFFFF;
  background-image: url(../images/ann_cen.gif);
  background-repeat: no-repeat;
	border-collapse:collapse;
}  
table.announcetext div.header {
 	font-size: 12px;
  color: #003300;
	padding-left: 7px;
	border-bottom: solid #003300 thin;
	font-weight: bold;
}  
table.announcetext div.formtext {
	font-size: 10px;
	color: #006600;
	padding: 0;
}  
table.announcetext div.announcetext {
	font-size: 10px;
	color: #003300;
  padding: 10px;
}  
table.announcetext div.announcetext p {
  line-height:15px;
	padding:0;
	margin:5px;
}
table.announcetext div.announcetext tr {
  vertical-align:top;
}
table.announcetext div.announcetext td {
  border-bottom: thin solid #CCCCCC;
	padding:5px 0;
}
table.announcetext div.supporttext {
	font-size: 10px;
	color: #003300;
  padding: 5px 10px;
}  
table.announcetext div.supporttext p {
  line-height:13px;
	padding:5px 0 0 0;
	margin:0;
}
table.announcetext div.supporttext ul {
	padding:0 0 5px 15px;
	border-bottom:#CCCCCC thin solid;
}
span.required {
	color: #FF0000;
}
.newstitle {
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 0 20px;
}
.newsdate {
	margin-bottom: 5px;
	font-style: italic;
	padding: 0 0 0 20px;
}
span.first
{
 float: left;
 font-family: Old English, Georgia,serif;
 font-size: 280%;
 color:#CC0000;
 line-height: 0.85em;
 margin-right: .3em;
 margin-bottom:-0.25em;
}

/******* PAGE FOOTER ********/

table.footer {
	display: block;
	font-size: 10px;
	margin: 10px;
	color: #CCCCCC;
}
a.footerlink, a.footerlink:visited {
    color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.footerlink:hover {
    color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
#ffscrollbarfix {
	visibility:hidden;
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
}

/****** CONTACT FORM ******/

div.form {
 	padding: 0 25px 0 20px;
}
div.form td.formheader {
  background-image:url(../images/h2_long.gif);
	background-repeat:repeat-y;
	padding: 1px 2px 2px 10px;
	margin: 0 0 0 0px;
	border-top-width: 0;
	border-bottom-width: 0;
	font-size: 13px;
	font-weight:bold;
	color:#FFFFFF;
}
.errortext {
  color: #FF0000;
  line-height: 0px;
}
.thankyou {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color: #396632;
  font-size: 165%;
  font-weight: bold;
}
.other {
  visibility:hidden;
}
div.address p {
  border-left:#CCCCCC 10px solid;
	margin:15px 20px;
	padding-left:10px;
}

/********* IMAGE PRELOADERS **************/

div#imagepreload1 {
  background-image: url("../images/mail_button_on.gif");
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}
div#imagepreload2 {
  background-image: url("../images/catalog_button_on.gif");
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}
div#imagepreload3 {
  background-image: url("../images/contact_on.gif");
  background-repeat: no-repeat;
  background-position: -1000px -1000px;
}

/**************************************************************   Site Map ***********************************************************************/

span.pager {
  padding:0 20px;
}
span.bullet {
  color: #003300;
}
div.sitemap {
	width:480px;
}
	
/************************************************************** Support Page ***********************************************************************/

div.hltable {
  margin-left: 13px;
  width:450px;
	padding-bottom:10px;
}
div.hltable div.toprow {
	background:url(../images/box_top.gif);
	height:38px;
}
div.hltable div.toprow h3 {
  padding:10px 15px;
	margin:0;
	color:#CCCCCC;
}
div.hltable div.middlerow {
  background:url(../images/box_middle.gif) repeat-y;
}
div.hltable div.middlerow a{
  vertical-align:middle;
}
div.hltable div.middlerow p {
  padding:0 15px 10px 15px;
	margin:0;
	line-height:14px;
}			
div.hltable div.middlerow img {
  padding:0 0 0 8px;
	margin:0;
	vertical-align:text-top;
}
div.hltable div.bottomrow {
  background:url(../images/box_bottom.gif);
	height:23px;
}
div.hltable div.middlerow ul {
	padding:0 10px 0 30px;
	margin:0;
}
div.hltable div.middlerow li {
	padding:0;
	margin:0;
}
img.floatright {
	float:right;
	margin: 0 40px 10px 10px;
}

.strongLink {
	font-weight:bold;
}

.strongLink img{
	vertical-align:middle;
	padding:0 10px;
}





