* {margin: 0; padding: 0;}

.main_table
{
  width: 800px;
  border: 1px solid black;
  margin-left: auto;
  margin-right: auto;

}
.man
{
  width: 100%;
}
.man a
{
  color: black;
  text-decoration: none;
  font-size: 12px;
}
.man a:hover
{
  color: black;
  text-decoration: underline;
  font-size: 12px;
}
.man ul
{
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}
.man tr td
{
  vertical-align: top;
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding-left: 5px;
  padding-top: 2px;
  background-image: url(images/bg_main.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.cat
{
  width: 100%;
}
.cat a
{
  color: black;
  text-decoration: none;
  font-size: 12px;
}
.cat a:hover
{
  color: black;
  text-decoration: underline;
  font-size: 12px;
}
.cat strong a
{
  color: black;
  text-decoration: none;
  font-size: 16px;
}
.cat strong a:hover
{
  color: black;
  text-decoration: underline;
  font-size: 16px;
}

.cat tr td
{
  vertical-align: top;
  width: 50%;
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(images/bg_main.jpg);

  background-repeat: no-repeat;
}
.bottom
{
  margin-left: auto;
  margin-right: auto;
  height: 42px;
  width: 500px;

}
.main
{
  width: 800px;
  border: 0px solid black;
  
  margin-left: auto;
  margin-right: auto;
  border: 1px solid blue;
}
.main div ul
{
  list-style: none;
}
.main div ul li ul
{
  margin-left: 8px;
}
.left_bar
{
  float: left;
  width:180px; 

  border: 1px solid black;
  font-size: 12px;
  text-align: left;
}
.left_bar ul
{
  margin-left: 10px;
}
.left_bar a
{
  color: black;
  text-decoration: none;
}
.left_bar a:hover
{
  text-decoration: underline;
}
.middle
{
  float: left;
  width: 606px; 
  padding-left: 10px;
  border: 0px solid green; 
  text-align: left;
  font-size: 11px;
}
.middle div
{
  text-align: center;
}
.prods
{
  width: 100%;

  height: 110px;
  text-align: left;
  font-size: 13px;
}
.prods td
{
  border-top: 1px solid red; 

}
.ads td
{
  border-top: 0px solid green; 

}
td.image
{
  text-align: center;
  vertical-align: middle;
}
.prods a
{
  color: blue;
  text-decoration: none;
}
.prods a:hover
{
  text-decoration: underline;
}

.menu
{
  float: right;
}
.menu td
{
  text-align: center;
  font-size: 14px;
  color: orange;
}
.menu td img
{

}
.menu td a
{
  color: black;
  text-align: center;
  background-position: center 0px;
  text-decoration: none;
  font-weight: none;
}

.menu td a:hover {
	background-position: center -50px;
	color: #000000;
	  text-decoration: underline;
	font-weight: bold;
}
.header
{
  color: white; 
  font-size: 18px;
  width: 100%; 
  height: 40px; 
  background-image: url(images/head_box.jpg);
}
.err
{
  color: #ff0000;
  font-weight: none;
  font-size: 12px;
}
.last 
{
  width: 100%;
  color: black;
  text-decoration: none;
  font-size: 12px;
}
.last tr td
{
  width: 0;
  vertical-align: middle;
  border-left: 1px solid black;
  border-top: 1px solid black;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: none;
  background-repeat: no-repeat;
}
.cat tr td h1 a
{
  font-size: 16px;

}
.cat tr td h1 a:hover
{
  font-size: 16px;

}
.cat tr td h1
{
  margin-bottom: 0px;
}
.main_list
{
list-style: none;

}
.main_head {
  border-bottom: 1px solid blue;
  text-align: center;
}
.main_head a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
}
.main_list a
{
  color: black;
  text-decoration: none;
}
.main_list a:hover
{

  text-decoration: underline;
}
.logo_text
{
  color: black;
  font-size: 10px;
}