*{
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

body{
  background-color: #CBCAC6;
  color: #7C7C7C;
  margin:0;
  font-size: 10pt;
}

table{
  border:0;
  cell-padding:0;
  cell-spacing:0;
}

td{
  vertical-align: top;
  font-size: 10pt;
}

textarea{
  font-size: 10pt;
}

p{
  color: #7C7C7C;
  font-size: 10pt;
}
b{
  font-weight: bold;
}

h1{
  font-size: 16pt;
  color: #7C7C7C;
  font-weight: normal;
}

h2{
  font-size: 8pt;
  font-weight: bold;
  color: #7C7C7C;
}
      
a{
  font-size: 10pt;
  text-decoration: none;
}
a:link    {color: #7C7C7C;}
a:active  {color: #7C7C7C;}
a:visited {color: #7C7C7C;}
a:hover   {color: #FFFFFF;}

a.LinkOnWhite:hover{color: #BBBBBB;}


#MainMenu{
  height: 24px;
  overflow: hidden;
}
#MainMenu img{
  border: 0px;
}
#MainMenu a:hover{
  position: relative;
  top: -24px;
}




a.FurnitureMenu:link, a.FurnitureMenu:active, a.FurnitureMenu:visited, a.FurnitureMenu:hover{
  font-size: 10pt;
  text-decoration: none;
  color: #FFFFFF;
  margin:6;
}
a.FurnitureMenu:hover{
  color: #7C7C7C;
}


.CategoryBox{
  background-color: #B1B0A8;
  padding: 4;
}

.FurnitureBox{
  vertical-align: bottom;
  background-color: #FFFFFF;
  padding-left: 60;
  padding-right: 60;
}

#SearchForm{
  margin-top: 0;
  margin-bottom: 0;
}


p#ShoutBox{
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: red;
  text-align: center;
}

