* { padding: 0; margin: 0; }

HTML {overflow: -moz-scrollbars-vertical;}

p,td,div {
	/*font-family: Georgia, "Times New Roman", Times, serif; */
        font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
}

p {
	padding-bottom: 10px;
	line-height: 18px;
}

body {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
        font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e1e1e1;
	background-image: url(../images/site-bg.jpg);
	background-repeat: repeat-x;
}
.article_item {
  padding-top: 20px;
}
.article_detail {
  padding-top: 8px;
  padding-left: 14px;
}
.article_title, .article_full_title {
  font-size: 20px;
  font-weight: bold;
}
.article_date {
  font-size: 16px;
  font-weight: bold;
}
.article_full_date {
  font-size: 14px;
  font-weight: normal;
}
.article_tagline {
  font-size: 16px;
  font-style: italic;
  font-weight: bold;
  color: #606060l;
}
.article_full_tagline {
  font-size: 16px;
  font-weight: bold;
  color: #606060l;  
}
.back_link {
  font-size: 12px;
  padding-top: 24px;
  text-align: right;
}

.faq_titles {
  border-left: 3px #0000dd solid;
  margin-left: 10px;
  padding-left: 8px;
}

.faq_titles a {
        font-family: Arial;
	font-size: 14px;
	color: #444D78;
	text-decoration:none;
}
.faq_titles a:hover, .faq_titles a.active {
	color:#FF9900;
	text-decoration:underline;
}

.faq_title, .faq_header, .link_category_title {
  font-size: 16px;
  font-weight: bold;
}
.faq_detail {
  margin-left: 20px;
  margin-top: 6px;
}

.top_link {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}

.link_category {
  border-bottom: 2px #d0d0d0 solid;
  padding-bottom: 8px;
}
.link_detail {
  margin-top: 6px;
  margin-left: 24px;
}

.gallery_items {
  width: 100%;
}

.event_items {
  position: relative;
  width: 720px;
}
.event_item {
  position: relative;
  width: 720px;
  margin-top: 10px;
  padding-bottom: 18px;
}
.event_detail {
  position: relative;
  font-size: 14px;
}
.event_title {
  font-size: 20px;
  font-weight: bold;
}
.event_date {
  font-size: 20px;
  font-weight: bold;
}
.event_time {
  font-size: 12px;
  font-weight: bold;
}
.event_location {
  font-size: 16px;
  font-weight: bold;
}
.event_contacts {
  font-size: 16px;
  font-weight: bold;
}

.event_left {
  width: 200px;
  left: 0px;
  top: 0px;
  text-align: left;
}
.event_right {
  position: absolute;
  width: 500px;
  left: 200px;
  top: 0px;
  text-align: left;
}


/* Table definition below */

#table_container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablemain {
  border: #bababa 1px solid;
  border-collapse: collapse;
}

.tablemain td {
  border: #bababa 1px solid;
}

.tablemain .rowheader {
  background-color: #dadada;
  font-weight: bold;
}

.tablemain .col4 {
  background-color: #fdfdba;
}

.tablesearch {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tablesearch td span {
  font-weight: bold;
}

.tablenav_top td span, .tablenav_bottom td span {
  font-size: 11px;
}


.err, .required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}




/* Site Specific CSS */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	margin-left: 0px;
	margin-top: 8px;
        margin-bottom: 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-left: 0px;
        margin-bottom: 5px;
        padding-bottom: 5px;
}


h2 a {
	color: #444D78;
}

h2 a:hover, h2 a.active {
	color:#FF9900;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #626880;
	padding-bottom: 5px;	/* margin-left: 10px; */
}


#wrapper {
	margin: 7px auto 0;
	width: 900px;
	background-color: #FFFFFF;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	height: 115px;
	margin: 0px;
	background-color: #999;
	position: relative;
}
#float-menu {
	position:absolute;
	top:79px;
	left:666px;
	color:#4a5056;
	font-size:12px;
	font-weight:bold;
	width: 192px;
	height: 45px;
}
#float-menu a {
	margin-right:5px;
	margin-left:5px;
	color: #444D78;
	text-decoration:none;
}
#float-menu a:hover, #float-menu a.active {
	color:#FF9900;
}
#navcontainer {
	float: left;
	width: 900px;
	color: #333;
	margin: 0px 0px 0px 0px;
	background: #660000;
}
#navcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
    margin-left: 0;
	/* background-color: #333333; */
	color: white;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	font-size: 10px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
/* border-right: 1px solid #fff; */
}

#navcontainer ul li a:hover
{
	background-color: #374165;
	color: white;
}

.left-nav {
	list-style: none;
	border-top: 1px solid #D1D1E9;
	margin: 0px;
	padding: 0px;
}
ul.left-nav li a:link, ul.left-nav li a:visited {
	display: block;
	background-color: #626880;
	text-decoration: none;
	width: 133px;
	padding: 4px 0px 4px 7px;
	color: #FFFFFF;
	border-bottom: 1px solid #D1D1E9;	
    margin: 0px;
	text-align: left;
}
ul.left-nav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #FFFFFF;
 width: 133px;
 background-color: #444e72;
} 

#slideshow {
	float: left;
	color: #333;
	margin: 0px 0px 0px 0px;
	height: 302px;
	width: 900px;
	display: inline;
	background-color: #e1e1e1;
	background-image: url(../images/slideshow-shadow.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#inside-content {
	float: left;
	color: #333;
	background: #FFFFFF;
	height: auto;
	width: 630px;
	display: inline;
	padding: 10px 10px 40px 20px;
}
#inside-content li {margin-left: 15px;}


#leftcolumn {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: auto;
	width: 695px;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCC;
}

#leftcolumn a {
	color: #444D78;
}
#leftcolumn a:hover, #leftcolumn a.active {
	color:#FF9900;
}

#rightcolumn {
	color: #616161;
	background: #FFFFFF url(../images/constant_contact_box.jpg) no-repeat;
	margin: 0px;
	padding: 5px 15px 5px;
	height: auto;
	width: 135px;
	float: left;
}
#bottom-body {
	width: 880px;
	height: auto;
	clear: both;
	color: #000000;
	background: #FFFFFF url(../images/section_shadow.jpg) no-repeat center top;
	margin: 0px;
	padding: 10px 10px 0px;
}
#body-left-col { 
 color: #333;
 background: #e4e3df;
 margin: 0px 0px 0px 0px;
 padding: 5px;
 height: 150px;
 width: 110px;
 float: left;
}
#body-center-col {
	float: left;
	color: #333;
	background: #e4e3df;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	height: 150px;
	width: 210px;
	display: inline;
}

#body-center-col li {
	margin-left: 10px;
	list-style-type: circle;
}

.blue-bold {
	color: #626880;
	font-weight: bold;
	font-size: 14px;
}

#body-one-col {
	color: #333;
	background: #FFFFFF;
	height: auto;
	width: 880px;
	text-align: center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
}

#body-inside {
	color: #333;
	background: #FFFFFF;
	margin: 15px 0px 0px;
	padding: 12px 10px 2px;
	height: auto;
	width: 765px;
	text-align: left;
	clear: both;
}


#body-one-col img {padding-bottom:20px;} 

/* #img-spacer {padding-bottom:0px;} */
#img-spacer img {padding-left:17px;padding-right:20px;}

#footer {
	width: 890px;
	height: 14px;
	color: #666666;
	margin: 0px auto;
	padding: 8px 5px 5px 5px;
	font-size: 11px;
	text-align: center;
	background-color: #E1E1E1;
}

#footer a {
	color: #666666;
	text-decoration:none;
}
#footer a:hover, #footer a.active {
	text-decoration:underline;
}

#bottom-nav {
	width: 890px;
	height: 12px;
	clear: both;
	color: #999999;
	background: #FFFFFF;
	padding: 5px;
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #999999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#bottom-nav a {
	color: #999999;
	text-decoration:none;
}
#bottom-nav a:hover, #credits a.active {
	text-decoration:underline;
}

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	border-top-width: 0;
	font:normal 12px Verdana;
	line-height: 16px;
	z-index: 100;
	background-color: #660000;
	width: 330px;
	padding-top: 0px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 5px;
	text-align: left;
	color: white;
	font-size: 12px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #1d61aa;
	color: white;
	text-decoration: none;
}

.snapshot {color: #000; background-color: #fff; padding: 4px; border: 1px solid #CDCFCD; display: inline; margin:2px;}

.right {
	float:right;
	margin-left: 15px;
}

.left {
	float:left;
	margin-right: 15px;
}

#leftcolumn ul {margin: 5px 0px 0px 30px; padding: 0px; list-style-type: square;}
#leftcolumn li {text-indent: 0px; padding: 0px 0px 5px 0px }


/* Product catalog, manuals, service centers */
.product_spec_name {
  background-color: #dadaed;
}

.product_spec {
  color: #808080;
}

#search_container {
  width: 400px;
  background-color: #faf8ff;
  border: #8585a8 1px solid;
  margin: 12px;
}

#centers {
  margin-top: 10px;
  margin-bottom: 20px;
}

.search_title {
  width: 100%;
  background-color: #dadaed;
  padding: 2px;
  margin: 2px 0px 4px 0px;
  font-weight: bold;
}

.maincategory {
  margin-top: 8px;
  margin-bottom: 2px;
}
.subcategory {
  margin-left: 10px;
}
#categories {
  margin: 4px 0 20px 0;
}

#categories a {
        font-size: 14px;
	color: #444D78;
	text-decoration:none;
}
#categories a:hover, #categories a.active {
	color:#FF9900;
	text-decoration:underline;
}

.product_header {
  margin-bottom: 10px;
}

.product_header a {
	color: #444D78;
}
.product_header a:hover, .product_header a.active {
	color:#FF9900;
}

.product_header div td {
  font-size: 12px;
}
.product_header h2 {
  margin-bottom: 2px;
}
.product_item_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product_item_desc {
  font-size: 12px;
}

#product_features {
  margin-left: 16px;
}
#product_details {
  margin-bottom: 20px;
}

.manual_category, .manual_category h3, .manual_category hr {
  margin: 0;
}

.manual_category h3 {
  padding-top: 10px;
}

#products {
  margin-top: 10px;
  margin-bottom: 20px;
}

#products a {
        font-size: 14px;
	color: #444D78;
	text-decoration:none;
}
#products a:hover, #categories a.active {
	color:#FF9900;
	text-decoration:underline;
}

.color_row0 {
  background-color: #dadada;
}
.color_row1 {
  background-color: #fefeee;
}
.color_row2 {
  background-color: #eeeefe;
}


/* ========= quick search ========== */

#quick_search {
  position: absolute;
  right: 10px;
  bottom: 8px;
}


/* ========= rounded box ========== */

.box {
  position: relative;
  width: auto;
  padding: 20px;
  border: #ccc 2px solid;
}

.box .topleft, .box .topright, .box .bottomleft, .box .bottomright {
  position: absolute;
  width: 15px;
  height: 15px;
}
.box .topleft  { top:-2px; left:-2px; background: url(../images/box_topleft.gif) no-repeat top left; }
.box .topright { top:-2px; right:-2px; background: url(../images/box_topright.gif) no-repeat top left; }
.box .bottomleft  { bottom:-2px; left:-2px; background: url(../images/box_bottomleft.gif) no-repeat top left; }
.box .bottomright { bottom:-2px; right:-2px; background: url(../images/box_bottomright.gif) no-repeat top left; }

.clear {
  clear: both;
  height: 0;
}


/* ========= featured products ========== */

.featured_products_list {
  text-align: center;
  width: 110%;
}

.featured_products_list .featured_product {
  width: 24%;
  float: left;
  text-align: center;
 
}

.featured_products_list .featured_product a img {
  border: #ccc 1px solid;
}

.featured_products_list .featured_product p {
  /*  margin: 0px;
 padding: 4px; */
  font-size: 11px;
  text-align: left;
padding-right: 8px;
margin-right: 5px;
}

/* ========= products category page (3 boxes) ========== */

#categories_columns {
  width: 100%;  
}

#categories_column_left {
  width: 25%;
  float: left;
}

#categories_column_right {
  width: 75%;
  float: left;
}


#categories_column_right #boxtop {
  margin-bottom: 10px;
}

#categories_column_right .box {
  margin-left: 10px;
}

/* ========= products listing (table 4 columns) ========== */

.row_color1 { background-color: #efefef; margin-bottom: 5px; }
.row_color2 { background-color: #f5f5f5; margin-bottom: 5px;}

/* .products_list_col1 { width: 16%; }
.products_list_col2 { width: 52%; }
.products_list_col3 { width: 6%; }
.products_list_col4 { width: 26%; } */

.products_list_col1 { width: 20%; }
.products_list_col2 { width: 52%; }
.products_list_col3 { width: 6%; }
.products_list_col4 { width: 22%; }



/* ========= products detail ========== */

#pdf_docs { 
  margin-top: 30px;
  padding-left: 44px;
  padding-bottom: 26px;
  background: url(../images/pdficon.gif) no-repeat left top;
}

#pdf_docs a {
	color: #444D78;
}
#pdf_docs a:hover, #pdf_docs a.active {
	color:#FF9900;
}

