body
{
  padding: 0px;
  margin: 0px;
  border: 0px;
}

form
{
  padding: 0px;
  margin: 0px;
}

img
{
  display: block;
  border: 0px;
}

input
{
  margin-bottom: 1px;
}

input.btn
{
  width: auto !important;
  border: 1px solid #896653;
  background-color: #f4e7b9;
  color: #896653;
  font-weight: bold;
  font-size: 11px;
  font-family: verdana, arial, helvetica, sans-serif;
  text-transform: uppercase;
}

input.passwordsize
{
  width: 80px !important;
}

label.flt
{
  float: left;
  width: 125px;
  text-align: right;
  padding-right: 2px;
}

#address
{
  padding: 10px 10px 30px 0px;
  text-align: right;
  color: #fff;
}

#advanced_search
{
  background-color: #cfb784;
  color: #fff;
}

#badlogin
{
  height: 1000px;
  width: 930px;
  position: absolute;
  left: 0px;
  background-color: #000;
  top: 0px;
  z-index: 2;
}

#bag_image
{
  padding-top: 10px;
}

#bodycol_1
{

  height: 415px;
  background-color: #fef8e3;
  border-right: 2px solid #fff;
}

#bodycol_1 ul
{
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
  list-style: none;
  font-size: 10px;
  width: 200px;
}

#bodycol_1 li
{
  padding: 3px;
  background-color: #f4e7b9;
  margin-bottom: 2px;
}

#bodycol_1 a
{
  text-decoration: none;
  color: #881d18;
}

#bodycol_1 a:hover
{
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
}

#bodycol_2
{
  width: 247px;
  height: 400px;
  background-color: #fef8e3;
  padding: 5px 5px 10px 10px;
}

#bodycol_3
{
  width: 193px;
  height: 400px;
  background-color: #f4e7b9;
  /*padding: 5px 5px 10px 10px;*/
  padding: 5px 15px 10px 5px;
  overflow: auto;
}

#contact_email_section
{
  padding: 5px;
  border-bottom: 1px solid #decf9c;
}

#contact_email_section a
{
  text-decoration: underline;
  color: #000;
}

#contact_email_section a:hover
{
  font-weight: bold;
}

#container
{
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
}

#copybox
{
  width: 468px;
}

#footer
{
  background-color: #fff;
  padding: 2px;
  border-top: 2px solid #fff;
}

#forgotpass
{
  margin-left: 80px;
}

#forgotpass a
{
  text-decoration: none;
  color: #fff;
}

#header_2
{
  background-image: url('../images/logo2.gif');
  background-repeat: no-repeat;
  width: 647px;
  height: 130px;
}

#instructbox
{
  width: 215px;
  height: 698px;
  overflow: auto;
  background-color: #f4e7b9;
  font-size: 12px;
}

#item_qty
{
  width: 67px;
  border: 1px solid #666;
}

#login
{
  background-image: url('../images/loginbg.gif');
  background-repeat: no-repeat;
  width: 241px;
  height: 93px;
  margin-top: 2px;
}

#login_content
{
  margin-left: 40px;
}

#login_content input
{
  width: 106px;
  height: 11px;
  font-size: 11px;
  padding: 2px;
  margin-bottom: 1px;
}

#login_content input.btn
{
  background-color: #8b1c1b;
  background-image: none;
  width: auto !important;
  height: auto !important;
  font-size: 11px;
  color: #fff;
  border: none;
}
/*
#login_content input.passwordsize
{
  width: 80px;
}
*/

#login_content label.flt
{
  float: left;
  width: 65px;
}

#login_error
{
  font-weight: bold;
  background-color: #fef8e3;
  color: #7c1413;
  border: 2px solid #f4e7b9;
  position: absolute;
  left: 365px;
  top: 200px;
  z-index: 3;
  width: 200px;;
  height: 100px;
  text-align: center;
}

#login_title
{
  color: #fff;
  padding: 3px 3px 3px 10px;
  text-transform: uppercase;
}

#mainbody
{
  width: 688px;
}

#navbox
{
  background-color: #3f0e0d;
  height: 18px;
  width: 689px;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #000;
  font-weight: bold;
  font-size: 10px;
  font-family: verdana, arial, helvetica, sans-serif;
  position: relative;
}

#nav
{
  padding: 3px;
  margin: 0px;
  list-style: none;
  text-transform: uppercase;
}

#nav li
{
  float: left;
  margin-left: 15px;
  color: #fff;
  cursor: pointer;
}

#nav li ul { /* second-level lists */
  position: absolute;
  background-color: #3f0e0d;
  padding: 10px;
  margin: 0px;
  width: 200px;
  list-style: none;
  left: 65px;
  top: -999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li
{
  margin: 0px;
  padding: 3px;
  display: block;
  float: none;
  border-top: 1px solid #fff;
  font-weight: normal;
}

#nav li ul li a:hover
{
  font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
  top: 15px;
}

#nav a
{
  text-decoration: none;
  color: #fff;
}

#pdf_links
{
  font-size: 11px;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px dotted #666;
  border-bottom: 1px dotted #666;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#pdf_links a
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#pdf_links a:hover
{
  color: #000;
  text-decoration: underline;
}

#right_col
{
  background-image: url('../images/rightcolbg.gif');
  background-repeat: repeat-y;
  /*height: 615px;*/
  height: 625px;
  width: 241px;
}

#searchbox
{
  position: absolute;
  top: 95px;
  right: 0px;
  padding-right: 2px;
  background-color: #3f0e0d;
}

#searchBtn
{
  background-color: #990000;
  text-transform: uppercase;
  color: #fff;
  padding: 3px;
  font-size: 11px;
  font-weight: bold;
  border: 0px;
  width: auto !important;

}

#search_formbox
{
  margin-top: 3px;
  padding-top: 5px;
}

#shopping_nav
{
  list-style: none;
  padding: 0px 5px 0px 0px;
  margin-top: -3px;
}

#shopping_nav a
{
  color: #fff;
  text-decoration: none;
}

#weblogos
{
  padding: 20px 0px 5px 0px;
}

#welcome
{
  font-size: 22px;
  padding: 3px 3px 3px 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-family: myriad pro, verdana, arial, helvetica, sans-serif;
}

#welcome_content
{
  padding: 3px;
  margin-top: 2px;
  border-top: 1px solid #f4e7b9;
  text-align: right;
}

#welcome_content input.btn
{
  background-color: #8b1c1b;
  background-image: none;
  width: auto !important;
  height: auto !important;
  font-size: 11px;
  color: #fff;
  border: none;
  padding: 3px;
}

#welcome_title
{
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}

.absolute
{
  position: absolute;
  top: 0px;
  left: 5px
}

.align_center
{
  text-align: center;
}

.article_img
{
  margin-left: auto;
  margin-right: auto;
  width: 452px;
}

.bold
{
  font-weight: bold;
}

.btnbox
{
  border-top: 1px solid #fff;
  text-align: right;
}

.center
{
  margin-left: auto;
  margin-right: auto;
  width: 525px;
}

.clearall
{
  clear: both;
  line-height: 0px;
}

.closebox
{
  background-color: #990000;
  color: #fff;
}

.closebtn
{
  margin-left: auto;
  border: 1px solid #990000;
  width: 10px;
  padding: 3px;
  background-color: #cc0000;
}

.closebtn a
{
  text-decoration: none;
  color: #fff;
}

.col3_content
{
  border-bottom: 1px solid #decf9c;
  padding-bottom: 2px;
}

.col3_content img
{
  padding-right: 5px;
}

.col3_title
{
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0px 5px 0px;
  color: #881d18;
}

.col3_title a
{
  text-decoration: none;
  color: #881d18;
}

.col3_title a:hover
{
  color: #cc0000;
}

.combination
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.combination strong
{
  text-transform: uppercase;
  font-family: myriad pro, arial, helvetica, sans-serif;
  color: #990000;
  float: left;
  width: 110px;
}

.darkred
{
  color: #881d18;
}

.date
{
  color: #990000;
  padding-left: 3px;
  font-weight: bold;
  font-size: 9px;
  font-family: verdana, arial, helvetica, sans-serif;
}

.fltlft
{
  float: left;
}

.fltrt
{
  float: right;
}

.formbox
{
  text-align: left;
  border-top: 1px solid #000;
  padding-top: 5px;
  margin-top: 3px;
  background-color: #e2cb7a;

}

.formbox select
{
  border: 1px solid #666;
  font-size: 10px;
  padding: 2px;
}

.gallerylft
{
  width: 200px;
  text-align: center;
  padding: 10px;
  margin-right: 30px;
  border-right: 1px solid #000;
  font-weight: bold;
}

.instruct_txt
{
  padding: 5px;
  border-bottom: 1px solid #decf9c;
}

.larger_text
{
  font-size: 13px;
}

.login_text
{
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  padding: 3px 3px 3px 10px;
  text-transform: uppercase;
}

.noblock
{
  display: inline;
}

.nodecoration
{
  text-decoration: none;
}

.padding
{
  padding: 5px;
}

.pg_heading
{
  background-color: #f4e7b9;
  padding: 3px 3px 3px 17px;
  border-right: 1px solid #fff;
  font-family: myriad pro, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #3f0e0d;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

.pg_heading a
{
  text-decoration: none;
  color: #3f0e0d;
}

.pg_heading a:hover
{
  font-weight: bold;
}

.red
{
  color: #f01f15;
}

.relative
{
  position: relative;
}

.rtcopy
{
  width: 200px;
  color: #562625;
  border-bottom: 1px solid #562625;
  margin-bottom: 10px;
}

.rtfont_title
{
  color: #3F0E0D;
  font-size: 17px;
  font-family: Eurostile, myriad pro, arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
  padding-left: 3px;
  width: 207px;
}

.rtfont_title2
{
  color: #fff;
  font-size: 17px;
  font-family: Eurostile, myriad pro, arial, helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
  width: 207px;
}

.rtfont_title a
{
  color: #3F0E0D;
  text-decoration: none;
}

.rtfont_title a:hover
{
  font-weight: bold;
}

.rt_section
{
  padding-left: 13px;
}

.title
{
  font-family: myriad pro, arial, helvetica, sans-serif;
  font-size: 13px;
  color: #3f0e0d;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  width: 174px;
}