/*
    GLOBAL STYLES
*/

body {
  margin: 0px;
  background-color: #fff;
}

form, .no_margin {
  margin: 0px;
}

body, input {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
}

img {
  border: 0px;
}

/*
    LOGO STYLES
*/

#lgo_1 {
  width: 1000px;
  margin: 0 auto 0 auto;
  background-color: #000;
}

#lgo_1_links {
  float: right;
  padding: 10px 30px 0px 0px;
}

#lgo_1_links, #lgo_1_links a {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #fff;
  text-decoration: none;
}

#lgo_1_links a:hover {
  text-decoration: underline;
}

/*
    MENU STYLES
*/

#mnu_1 {
  width: 960px;
  height: 26px;
  margin: 0 auto 0 auto;
  background-image: url("../images/nav_bar.jpg");
  background-repeat: repeat-x;
  padding: 0px 20px 0px 20px;
}

#mnu_1, #mnu_1 a {
  font: 12px/26px Arial, Verdana, "Luxi Sans";
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#mnu_1 a {
  padding: 0px 5px 0px 5px;
}

#mnu_1 a:hover {
  text-decoration: underline;
}

#mnu_1_search {
  float: right;
}

/*
    FLASH LOGO STYLES
*/

#head { width: 1000px; margin: 0px auto;  }


#new_logo { width: 270px; float: left; height: 235px; background: #000000; }
#logo { margin-top: 75px; }

#login_container { height: 20px;  width: 100%; position: absolute; top: 4px; z-index: 2; }
#login_links { height: 20px; width: 980px; margin: 0px auto; text-align: right;   }
#login_links a { text-decoration: none; }
#login_links a:hover { text-decoration: underline; }


#lgo_2 {
  margin: 0px;
  width: 730px;
  height: 235px;
  float: right;


}

#lgo_3 {
  margin: 0 auto 0 auto;
  width: 1000px;
  height: 30px;
  background-color: #000;
}

/*
    NAV MENU STYLES
*/

#main_nav {
}

.main_nav_unselected {
  display: block;
  width: 180px;
  padding: 1px 5px 1px 5px;
  background-color: #666;
  text-decoration: none;
  color: #fff;
  margin: 1px;
}

.main_nav_unselected:hover, .main_nav_unselected:active {
  display: block;
  width: 180px;
  padding: 1px 5px 1px 5px;
  text-decoration: none;
  background-color: #888;
  color: #000;
  margin: 1px;
}

.main_nav_selected {
  display: block;
  width: 180px;
  padding: 6px 5px 6px 5px;
  text-decoration: none;
  background-color: #888;
  font-weight: bold;
  color: #000;
  margin: 1px;
}

/*
    MAIN CONTENT STYLES
*/

#cnt_1 {
  margin: 0 auto 0 auto;
  width: 1000px;
  padding: 10px 0px 10px 0px;
}

#tbl_1 {
  width: 100%;
  border-collapse: collapse;
}

#tbl_1_col_1 {
  vertical-align: top;
  padding: 0px 0px 0px 20px;
}

#tbl_1_col_1 a {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
  text-decoration: none;
}

#tbl_1_col_1 a:hover {
  text-decoration: underline;
}

#tbl_1_col_2 {
  width: 265px;
  vertical-align: top;
  padding: 0px 20px px 0px;
}

.bump_right {
  padding: 0px 0px 0px 20px;
}

.blog_date {
  font: 13px Arial, Verdana, "Luxi Sans";
  font-weight: bold;
  color: #ff8c13;
}

.blog_title {
  font: 20px Arial, Verdana, "Luxi Sans";
  color: #000;
}

.blog_body {
  color: #000;
}

#tbl_1_col_2 a {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
  text-decoration: none;
}

#tbl_1_col_2 a:hover {
  text-decoration: underline;
}

.blt_1 {
  color: #ff8c13;
}

.cnt_but {
  width: 675px;
  height: 26px;
  margin: 0 auto 0 auto;
  padding-left: 15px;
}

.btn_cust_0, .btn_cust_1, .btn_acc_0, .btn_acc_1, .btn_dwn_0, .btn_dwn_1 {
  float: left;
  height: 26px;
  background-repeat: no-repeat;
  margin: 0px 1px 0px 1px;
  cursor: pointer;
}

.btn_cust_0 {
  background-image: url("../images/cust_0.jpg");
  width: 171px;
}

.btn_cust_1 {
  background-image: url("../images/cust_1.jpg");
  width: 171px;
}

.btn_acc_0 {
  background-image: url("../images/onl_0.jpg");
  width: 187px;
}

.btn_acc_1 {
  background-image: url("../images/onl_1.jpg");
  width: 187px;
}

.btn_dwn_0 {
  background-image: url("../images/dwn_0.jpg");
  width: 204px;
}

.btn_dwn_1 {
  background-image: url("../images/dwn_1.jpg");
  width: 204px;
}

.cnt_top {
  background-image: url("../images/cnt_top.jpg");
  background-repeat: no-repeat;
  height: 10px;
  width: 690px;
  margin: 0 auto 0 auto;
}
.cnt_mid {
  background-image: url("../images/cnt_mid.jpg");
  background-repeat: repeat-y;
  width: 650px;
  margin: 0 auto 0 auto;
  padding: 20px;
}
.cnt_bot {
  background-image: url("../images/cnt_bot.jpg");
  background-repeat: no-repeat;
  height: 10px;
  width: 690px;
  margin: 0 auto 0 auto;
}

.link {
  color: #00f;
}

/*
    FOOTER STYLES
*/

#ftr_1 {
  background-color: #ccc;
  margin: 0 auto 0 auto;
  width: 1000px;
}

#ftr_1 a {
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
  text-decoration: none;
}

#ftr_1 a:hover {
  text-decoration: underline;
}

#ftr_1_links {
  padding: 30px 20px 10px 20px;
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
}

#ftr_1_trademark {
  padding: 30px 20px 10px 20px;
  background-color: #666;
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #fff;
  float: right;
  border-left: 5px solid #fff;
  width: 690px;
}

#ftr_2 {
  margin: 0 auto 0 auto;
  width: 990px;
  padding: 10px 20px 10px 20px;
  font: 12px Arial, Verdana, "Luxi Sans";
  color: #000;
  text-align: right;
}

/*
    DEALER STYLES
*/

.hdr_01, .hdr_01 a {
  font: 14px Arial, Verdana, "Luxi Sans";
  color: #000;
}



.category_list {
    border-color: #808080;
    border-width: 1px;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}


.category_list div {
    border-color: #808080;
    border-width: 1px;
    border-bottom-style: solid;
    line-height: 18px;
}


.category_list div.o {
  background: url('/images/product_nav_hover.jpg');
  color: #FFFFFF;
}

.category_list div.o span, .category_list div.o a {
    color: #FFFFFF;
}
