﻿* {
  margin: 0;
  padding: 0;
}
body {
  font: 62.5%/1.6 "arial", "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#fff;
  text-align: center;
  background: url(/images/top_bar.gif) repeat-x;
}
h1, h2, h3 {
  margin: .4em 0;
  padding: 0;
  color: #0051a2;
}
h3 
{
  font-size:1.5em;    
    }
h1 {
  font-size: 2.2em;
  font-weight: normal;
  color: #0051a2;
  font-family: Tahoma;
}
h1.h1grey 
{
  padding-bottom:0;
  margin-bottom:0;
}
.blue 
{
  color: #0051a2;  
    }
h3.h3grey 
{
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  color: #0051a2;  
}
span.spanh1
{  
    display: block;
    margin: 0;
    padding: 0;
    line-height: 14px; 
    font-size: 14px;
    color:#bbb;   
}
h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #0051a2;
  font-family: Tahoma;
}
img.left {
  float: left;
  margin: 10px 10px 10px 0;
}
img.right {
  float: right;
  margin: 10px 0 10px 10px;
}
img.right1 {
  float: right;
}
.right {
  float: right;
}
.h1small {
  font-size: 18px;
}
img {
  border: 0;
}
img.no_margin {
  margin: 0;
}
p {
  font-size: 1.2em;
    margin: 1em 0;
}
.clear {
  clear: both;
}
#header {
  height: 290px;
  background-color:#fff;
 /* background: url(/images/header_bg1.png) no-repeat bottom right;*/
 background:transparent url(/images/top_bar.gif) repeat-x scroll 0 0;
}
#footer {
  background: url(/images/footer_bg.gif) no-repeat;
  clear: both;
  margin-left: 12px;
  height: 170px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
}
#footer p {
  color: #0051a2;
  line-height: 12px;
  font-size: 1.1em;
}
#footer a {
  color: #104881;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 12px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .grey {
  color: #d0d1d1;
}
#wrapper {
  width: 946px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
#content {
  width: 698px;
  margin-left: 8px;
  float: right;
}
#content_wrap {
  float: right;
  width: 934px;
  margin-left: 12px;
  background: url(/images/content_grad.png) 20px 0 repeat-x;
  position:relative;
}
* html #content_wrap {
  display: inline;
}
.intro {
  float: left;
  border-bottom: 1px solid #909090;
  margin-bottom: 10px;
}
.intro h1 {
  margin: 0;
  margin-top: 10px;
  font-size: 30px;
}
/* boxes */
.product_home_box {
  background:#fff url(/images/prodbox_btm.gif) no-repeat bottom left;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
  width: 320px;
  float: left;
  margin-top: 10px;
  margin-bottom: 13px;
  min-height: 150px;
}
* html .product_home_box {
  height: 150px;
}
.product_home_box h2 {
  background: url(/images/prodbox_top.gif) no-repeat top left;
  margin: 0;
  font-family: Tahoma;
  font-size: 18px;
  color: #000;
  padding: 5px;
}
.product_home_box li {
    list-style: none;
}
.product_home_box li a {
  text-decoration: none;
  display: block;
  color: #0051a2;
  font-size: 11px;
  padding: 0 10px 0 15px;
  background: url(/images/prodbox_blt.gif) no-repeat 5px .4em;
}
* html .product_home_box li a {
  height: 1%;
}
.product_home_box img {
  float: right;
  margin-right: 3px;
}
.product_home_box p {
  padding: 10px;
  padding-top: 0;
  font-size: 11px;
  color: #0051a2;
}
.product_home_box li a:hover {
  color: #eb8a23;
}
.with_margin {
  margin-left: 55px;
}
.dotted {
  width: 318px;
  float: left;
  height: 3px;
  background: url(/images/dotted.gif) no-repeat top left;
}

/* */

.news_letter {
  background: url(/images/news_letter.png) no-repeat;
  height: 120px;
  width: 214px;
  float: left;
  margin-bottom:10px;
}
.Latest_News {
  float: left;
  background: url(/images/news_btm.gif) no-repeat bottom left;
  width: 214px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_top {
  float: left;
  padding: 0;
  margin: 0;
  width: 214px;
  height: 38px;
  background: url(/images/news_top.gif) no-repeat top left;
}
.Latest_News ul {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 14px;
}
.Latest_News ul li {
  list-style: none;
  padding-left: 20px;
  padding-right: 15px;
  color: #797979;
  font-size: 1em;
  background: url(/images/news_blt.gif) no-repeat 10px .3em;
}
.Latest_News ul li.news_bulletin {
  background: none;
}
.Latest_News ul li a {
  font-size: 1.2em;
  height: 1%;
  text-decoration: none;
  color: #0051a2;
  padding: 0;
  margin: 0;
  line-height: 15px;
  display: block;
  padding-bottom: 15px;
}
.Latest_News ul li a:hover {
  color: #eb8a23;
}
/* prod boxes */

#content .product_boxes 
{
  position:relative;
  width: 217px;
  height: 208px;
  background: url(/images/products_bg.gif) no-repeat;
  float: left;
  margin-right: 12px;
  margin-bottom: 8px;
}
* html #content .product_boxes {
  display: inline;
}
#content .product_boxes h2 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-align: center;
  padding:15px 5px 5px 5px;
  line-height:15px;
  color:#0051a2;
}
#content .product_boxes h2 a:hover 
{
  color:#eb8a23;
}
#content .product_boxes h2 a 
{
  color:Green;
  text-decoration:none; 
  color:#0051a2; 
}
#content .product_boxes img {
  display: block;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left:8%;
  top:33%;
}
/**/
/* descriptions menu */
.descriptions {
  width: 677px;
  margin: 0;
  padding: 0;
  background: url(/images/desc_btm.gif) no-repeat bottom left;
  padding-bottom: 30px;
}
.descriptions p, .descriptions h3 {
   padding-left: 10px;
   padding-right:10px;
}
.descriptions img 
{
    padding-left: 10px;
}
.description_menu {
  height: 30px;
  z-index: 1000;
  background:#fff url(/images/desc_top.gif) no-repeat bottom left;
  padding-bottom: 17px;
  width: 677px;
}
* html .description_menu {
  padding-bottom: 16px;
}
.description_menu ul {
  float: right;
  margin-right: 15px;
}
.description_menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  height: 30px;
  padding-right: 5px;
  background: url(/images/desc_tab_right.gif) no-repeat top right;
  border-bottom: 1px solid #c6c6c6;
}
.description_menu ul li a:hover {
  color: #eb8a23;
}
.description_menu ul li a {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  display: block;
  float: left;
  height: 1%;
  padding: 5px;
  height: 20px;
  padding-left: 10px;
  color: #0051A2;
  text-decoration: none;
  background: url(/images/desc_tab_left.gif) no-repeat top left;
}
.description_menu ul li.selected {
  border-bottom: 1px solid #fff;
}
.description_menu ul li.selected a {
  color: #000;
}
/**/
#prod_menu {
  position: absolute;
  left: 665px;
  top: 148px;
  width: 225px;
  height:62px;
}
#prod_menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  list-style: none;
  padding-left: 10px;
  background: url(/images/arrow1.gif) no-repeat 0 50%;
  font-size: 12px;
  line-height: 15px;
}
* html #prod_menu a 
{
  height: 1%;     
}
#prod_menu li {
  list-style: none;
}
#prod_menu li a:hover {
  color: #eb8a23;
}
ul.normal,  ol.normal  {
  font-size :1.2em;
  margin-left :30px;
  margin-bottom :10px;
  margin-top :10px;
}
ul.normal_used,  ol.normal_used
 {
  margin-left :30px;
  margin-bottom :10px;
  margin-top :10px;
}
ul.normal li, ol.normal li 
{
  margin-bottom :10px;    
    } 
.dotted1 
{
  padding-bottom:10px;
  border-bottom: 1px dotted #ccc;
}      
.prod_holder, .prod_holder2, .prod_holder3, .prod_holder4 
{
  padding:20px 10px 20px 10px;  
}    
.prod_holder img, .prod_holder2 img, .prod_holder3 img, .prod_holder4 img 
{
  display:block;
  margin:0 auto;
  text-align:center;
}
.prod_holder2 
{
    background: url(/images/fps_img_new.png) no-repeat;
}  
.prod_holder3 
{
    background: url(/images/fps_img_sample.png) no-repeat;
} 
.prod_holder4 
{
    background: url(/images/fps_img_retrofit.png) no-repeat;
}   
.text_center 
{
  text-align:center;
}
.thumbnail {
position: relative;
z-index: 0;
}
.thumbnail:hover {
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 5px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
text-align: inherit;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
text-align:left;
min-width:40em;
min-height:0;
}
* html .thumbnail:hover span 
{
  width:40em;    
    }
.thumbnail:hover span p 
{
  text-align:left; 
  float:none;
  height:1%;
  display:block;
    }
.feature_list 
{
  font-size:1.2em;
  padding-right:5px;   
    }
.feature_list td.cam 
{
  padding-right:10px; 
  vertical-align:top; 
    }
.feature_list td 
{
  padding-bottom:5px; 
    }
ul.option_list 
{
  font-size:1.2em;
  margin-left:10px; 
  list-style:none;  
    }
ul.option_list li
{
  text-decoration:none; 
  background:url(/images/desc_blt.gif) no-repeat;padding-left:25px; 
  margin-bottom:10px; 
    }
ul.option_list li a 
{
  color: #0051a2;
    }
table.prod_specs {
  width: 90%;
  clear: both;
  margin-left: 10px;
}
.prod_specs {
   font-size:12px;
}
.prod_specs td {
  padding-left: 5px;
  padding-right: 5px;
}
.prod_specs th {
   background-color: #ccc;
}
.prod_specs td.alt {
   background-color: #efefef;
}
.spec_menu {
  list-style: none;
  margin: 10px 10px 10px 10px;
  float: left;
  clear: both;
}
* html .spec_menu {
  display:inline;
}
.spec_menu li {
  float: left;
  margin-right: 15px;
  list-style: none;
  border-right: 4px solid #999;
}
.spec_menu li a 
{
  float:left;
  display: block;
  height: 1%;
  color: #fff;
  background-color: #135391;
  text-decoration: none;
  line-height: 13px;
  font-size: 13px;
  padding: 3px;
}
/* Dealer Locator */
table.dealer_locator {
	border: 0;
	border-collapse: collapse;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 95%;
}
table.dealer_locator tr th {
	background: #002d59 url("/images/dealer_table_header_bg.gif") repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 3px 8px;
	vertical-align: top;
}
table.dealer_locator tr th.area {
	width: 35%;
}
table.dealer_locator tr th.dealer_name {
	width: 50%;
}
table.dealer_locator tr th.type {
	width: 15%;
}
table.dealer_locator tr td {
	background: #fff;
	color: #000;
	padding: 3px 8px;
	vertical-align: top;
}
table.dealer_locator tr.alt td {
	background: #ebebeb;
	color: #000;
}
table.dealer_locator tr td img {
	vertical-align: middle;
}
table.dealer_locator tr td a:link, 
table.dealer_locator tr td a:visited {
	color: #0051a2;
	text-decoration: none;
}
table.dealer_locator tr td a:hover {
	color: #eb8a23;
}
table.dealer_locator_results {
	float: left;
	width: 65%;
}
table.dealer_locator_results tr td {
	background: #ebebeb;
	color: #000;
	padding: 3px 8px;
}
table.dealer_locator_results tr.alt td {
	background: #fff;
	color: #000;
}
table.dealer_locator_results tr th.name {
	width: 100%;
}
table.dealer_locator_results tr td.title {
	width: 30%;
}
table.dealer_locator_results tr td.data {
	font-weight: bold;
	width: 70%;
}
div.dealer_details {
background: url("/images/dealer_box_btm.png") no-repeat bottom left;
	float: left;
	padding-bottom:3px;
	margin: 0 0 0 25px;
	width: 184px;
}
div.dealer_details dl {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
    padding:8px;
	text-align: center;
	background: transparent url("/images/dealer_box_top.png") no-repeat top left;
}
div.dealer_details dl dt {
	margin: 0;
	padding: 0;
}
div.dealer_details dl dd {
	margin: 0;
	padding: 0 5px;
}
div.dealer_details img {
	display: block;
	margin: 0 auto;
}
.used_products {
   width: 97%;
   background-color: #f3f3f3;
   font-size: 11px;
   vertical-align: top;
   margin-bottom: 20px;
}
.used_products tr td {
  padding: 5px;
  vertical-align: top;
}
#content .used_products h3 {
  color: #0051b0;
  padding: 0;
  margin: 0;
  font-size: 12px;
  vertical-align: top;
}
.used_products .details {
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
  font-size: 12px;
  background-color: #fff;
}
.used_products .details td {
  margin-top: 0;
  padding-top: 0;
  vertical-align: top;
}
.used_products table.used_table {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 99%;
}
.used_products td p {
  line-height: 15px;
}
.used_products .inf_head  {
  width: 300px;
  vertical-align: top;
}
.used_products img {
  border: 1px solid #999;
}
.used_products strong {
  color: #0051b0;
}
.used_products.alt {
  background-color: #f9f9f9;
}
.newLetterSignup
{
  width: 57px;
  height: 20px;
  position: relative;
}
.LeftCol {
  float: left;
  width: 214px;
}
.header_img 
{
    width:934px; 
    height:234px;
    position:relative;
    bottom:1px;
    left:12px;
    padding:0;margin:0;
}
* html .header_img 
{
    display:inline;
}
.dealer_loc 
{
    position:absolute;
    z-index:10000;
    left:789px;
    top:30px;
    height:1%;
}
#head_upper 
{
    width:934px;
    height:67px;
    float:right;
    background: url(/images/area_top.png) no-repeat;
}
#home_click 
{
    position:absolute;
    width:258px;
    height:62px;
    display:block;
    z-index:10000;
}
/*****/
.Testimonial_wrap 
{
    float:left;
    border:1px solid #ddd;
    width:680px;
    padding:5px;
    margin-bottom:20px;
}
.Testimonial_inner 
{
    border:1px solid #ddd;
    width:638px;
    padding:10px 20px 0 20px;
    float:left;
}
.pic_holder 
{
    float:left;
    padding:6px;
    background:#fdf3e7;
    border:1px solid #ddd;
    margin:0 20px 20px 0;
    display:block;
    width:100px;
}
.pic_holder img 
{
    display:block;
    margin:0 auto;
}
p.full_test  
{
    cursor: pointer;
    text-align:right;
    color:#999;
    font-size:14px;
}
p.full_test a 
{
    color:#000;
    text-decoration:none;
    font-size:13px;
    padding-left:10px;
}
p.full_test:hover, p.close_test:hover 
{
    color:orange;
}
.Testimonial_wrap h3 
{
    color:#000;
    font-size:15px;    
}
.Testimonial_wrap h2 
{
    color:#0051A2;
    font-size:14px;
    font-weight:bold;
}
p.client_details 
{
    font-style:italic;
}
p.close_test 
{
    color:#999;
    cursor:pointer;
    font-size:14px;
}
#Testi_link 
{
    position:absolute;
    width:200px;left:770px;
    top:267px;
    z-index:10000;
}
#Testi_link a 
{
    color:#2d2ab2;
    font-size:13px;
    text-decoration:none;
    padding:4px 25px 4px 0;
    background: url(/images/testi_link_btn.gif) no-repeat 100% 3px;
}
#Testi_link a:hover 
{
    color:#211e8f;
}    