body {
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: Arial, Verdana, sans-serif;
  color: #000000;
  font-weight: normal;
}

h2 {
  font-size: 20px;
  font-family: Arial, Verdana, sans-serif;
  color: #b10401;
}

a:link,
a:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px; 
}

a:hover {
  color: #fba6a6;
}

.tableHeader {
  font-weight: bold;
  font-size: 1em;
}

.menuBg {
  background:url(images/menubg.gif) 0 0 repeat-x #FFFFFF;
  padding: 10px 0px 10px 20px;
  height: 39px;
}

.searchInput {
  background: url(images/search_arrow.gif) 8px 4px no-repeat #FFFFFF;
  border: 0;
  padding: 1px 0 0 28px;
  height: 15px;
  width: 165px;
  color: #737474;
  font-size: 10px;
}

.body {
  background:url(images/main_bg.gif) 0 0 repeat-y #FFFFFF;
  padding: 15px 15px 15px 25px;
  vertical-align: top;
  height: 432px;
}

.newsBlock {
  background-color: #cf0000;
  vertical-align: top;
  color: #FFFFFF;
  text-align: center;
  padding: 0 12px 0 11px;
}

.newsHeader {
  font-size: 18px;
  padding: 0 10px 0 0;
}

.newsText {
  font-size: 12px;
}

.newsAll {
  font-size: 11px;
}

a.newsAll:link,
a.newsAll:visited {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px; 
}

a.newsAll:hover {
  text-decoration: underline;
}


.contactsBlock {
  vertical-align: bottom;
  color: #FFFFFF;
  background-color: #cf0000;
  text-align: right;
  padding: 0 10px 30px 0;
  font-size: 10px;
}

.footerLeft {
  background:url(images/bottom_bg.gif) 0 0 repeat-x #FFFFFF;
  height: 28px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 0 0 15px;
}

.footerRight {
  background:url(images/bottom_bg.gif) 0 0 repeat-x #FFFFFF;
  height: 28px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 0 0 0 0;
}

.productsBlock {
  background-color: #cf0000;
  vertical-align: top;
  color: #FFFFFF;
  text-align: right;
  padding: 0 12px 0 11px;
  margin-left: 500px;
}

.productsBlock ul {
  text-align: left;
}

.productsHeader {
  font-size: 18px;
  padding: 0 12px 0 0;  
}

#product {
  border: 1px dashed #000000;
  text-align: center;
}

#product .header {
  font-weight: bold;
  text-align: center;
}

a.blackLink:link,
a.blackLink:visited {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}

a.blackLink:hover {
  text-decoration: underline;
}

a.blackLink2:link,
a.blackLink2:visited {
  text-decoration: none;
  color: #b10401;
  font-weight: bold;
  font-size: 12px;
}

a.blackLink2:hover {
  text-decoration: underline;
}