html, body, div, img, form, p, span, h1, h2, h3, h4, h5, ul, li {
  /*font-size:0pt;*/
  margin: 0px;
  padding: 0px;
  border: 0px;
}

body {
  color: #000000;
  background-color: #E1D2B9;
  text-align: center;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  padding-top: 15px;
}

#container
{ margin: auto;
  width: 898px;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
}


/*--- HEADER ---------------------------------------*/
#header
{ padding-bottom: 10px;
}
#header img
{ display: block;
}
/*--- end HEADER ---------------------------------------*/


/*--- LEFT ---------------------------------------*/
#left
{ float: left;
  width: 198px;
  padding-bottom: 130px;
  background: url(../pic/design/left_bg.jpg) no-repeat left bottom;
}

/*--- MENU -----------------*/
#menu
{ width: 154px;
  margin: 0px 10px;
  padding: 10px;
  background: #003471 url(../pic/design/menu_bg.jpg) no-repeat bottom;
}
#menu a
{ color: #fff;
  font-weight: bold;
  padding-left: 10px;
  text-decoration: none;
  background: url(../pic/design/menu_marker.gif) 0px 2px no-repeat;
}
#menu a:hover
{ text-decoration: underline;
}

#menu div.line
{ height: 1px;
  background-color: #2065B7;
  margin: 7px 0px;
  font-size: 0px;
  overflow: hidden;
}
/*--- end MENU -----------------*/

/*--- end LEFT ---------------------------------------*/


/*--- RIGHT ---------------------------------------*/
#right
{ float: right;
  width: 700px;
}

/*--- WELCOME -----------------*/
div.welcome p
{ padding-bottom: 15px;
}

div.welcome p.markered
{ background: url(../pic/design/index_marker.gif) no-repeat 0px 0px;
  padding-left: 25px;
}

div.welcome span.blue
{ color: #195CA9;
  font-weight: bold;
}

div.welcome span.italic
{ font-style: italic;
}

/*--- end WELCOME -----------------*/

/*--- CATALOG -----------------*/
div.catalog table.images img
{ border: 2px solid #ADB73C;
}
div.catalog table.images a
{ color: #000;
  text-decoration: none;
  font-size: 12px;
}
/*--- end CATALOG -----------------*/


/*--- PRODUCT -----------------*/
div.catalog table.product h1
{ font-size: 15px;
}

div.catalog table.product div.line
{ height: 2px;
  background-color: #E1D1B8;
  font-size: 0px;
  overflow: hidden;
  margin: 5px 0px;
}
div.catalog table.product input
{ border: 1px solid #000;
}

div.catalog table.product div.description
{ font-size: 10px;
}

div.catalog table.product td#imageplace img
{ border: 2px solid #E1D1B8;
}

table.breadscrumb, table.breadscrumb h4
{ font-size: 11px;
}
table.breadscrumb a
{ color: #873F28;
}
/*--- end PRODUCT -----------------*/

/*--- CART -----------------*/
table.cart td
{ background-color: #E2D2B9;
}
table.cart td a
{ color: #000;
}
table.cart td.border input
{ border: 1px solid #000;
}
table.cart th
{ background-color: #E2D2B9;
}
input.update_btn
{ background: url(../pic/design/update_cart.gif) no-repeat;
  width: 96px;
  height: 25px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
input.checkout_btn
{ background: url(../pic/design/proceed_to_checkout.gif) no-repeat;
  width: 152px;
  height: 25px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}


input.subm_bt
{ border: 1px solid #2165B8;
  background-color: #003470;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
  font-family: Verdana;
  padding: 2px;
}


table.products_table
{ border-collapse: collapse;
}
table.products_table td, table.products_table th
{ border: 1px solid #000;
}
table.products_table th
{ background-color: #E2D2B9;
}
/*--- end CART -----------------*/



/*--- CHECKOUT -----------------*/
table.checkout
{ font-size: 12px;
  font-family: Arial;
  width: 98%;
}

table.checkout p.bg
{ background-color: #EDE4D5;
  padding: 5px;
  font-weight: bold;
}

table.checkout input
{ border: 1px solid #000;
}

table.checkout div.error, table.checkout div.error a
{ color: #cc0033;
  font-weight: bold;
}

input.checkout1_btn
{ background: url(../pic/design/proceed_to_checkount.gif) no-repeat;
  width: 252px;
  height: 25px;
  border: 0px;
  padding: 0px;
  margin: 0px;
}
/*--- end CHECKOUT -----------------*/



/*--- TELL A FRIEND PAGE -----------------*/
div.tell_friend h3
{ padding-bottom: 20px;
}

div.tell_friend form.contact_form span
{ font-weight: bold;
}

div.tell_friend form.contact_form div
{ padding-bottom: 5px;
}

div.tell_friend input.inp
{ width: 300px;
  height: 15px;
  border: 1px solid #000;
}

div.tell_friend textarea
{ width: 300px;
  height: 200px;
  border: 1px solid #000;
}

div.tell_friend div.send_ok
{ color: green;
}
div.tell_friend div.send_fail
{ color: red;
}
/*--- end TELL A FRIEND PAGE -----------------*/


table.vendors
{ width: 98%;
}

table.vendors td, table.vendors th
{ padding: 5px;
  margin: 0px;
  font-size: 11px;
}

table.vendors th
{ background-color: #ACACAC; 
}



/*--- end RIGHT ---------------------------------------*/


/*--- FOOTER ---------------------------------------*/
#footer
{ clear: both;
  height: 18px;
  text-align: center;
  color: #E1D2B9;
  font-size: 10px;
  background: url(../pic/design/footer_bg.gif) no-repeat;
  padding-top: 6px;
}
#footer a
{ color: #fff;
}
#footer span.divider
{ color: #30251D;
  padding: 0px 5px;
}
/*--- end FOOTER ---------------------------------------*/


/*--- SUBFOOTER ---------------------------------------*/
#subfooter
{ background-color: #E1D2B9;
  text-align: center;
  font-size: 10px;
  color: #4C4C4C;
  padding-top: 3px;
  padding-bottom: 10px;
}
/*--- end SUBFOOTER ---------------------------------------*/