body{
  /* background: #c4bd97 center repeat-y url(../images/background.png); */
  background: url(../images/tile.jpg);
  text-align: center;
  margin-top: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#body-bg{
  width: 920px;
  margin: auto;
  background: center repeat-y url(../images/background.png);
}

a {
  text-decoration: none;
  color: #2a3b07;
}
a:hover{
  font-weight: bold;
}
.active a:hover{
  font-weight: normal;
}

#container{
  text-align: left;
  margin: auto;
  width: 900px;
  border-bottom: 2px solid #77933c;
}

/* header components */
#header{
  height: 140px;
  width: 100%;
  background: #ebf1de;
  position: relative;
  border-bottom: 2px solid #77933c;
  margin-bottom: -2px;
}
#header-left, #header-right{
  position: absolute;
  height: 142px;
  width: 20px;
}
#header-left{
  background: url(../images/headLeft.png);
  left: -20px;
}
#header-right{
  background: url(../images/headRight.png);
  right: -20px;
}
#logoBox{
  width: 198px;
  border-left: 2px solid #77933c;
  border-right: 2px solid #77933c;
  height: 142px;
  background: #d7e4bd;
  float: left;
  text-align: center;
  margin-bottom: -2px;
}
#logoBox img{
  margin-top: 3px;
}
#bowlandscaping{
  float: left;
}

/* general (top) menu area */
#generalMenu{
  
}
#generalMenu ul{
  margin: 0;
  padding: 0;
}
#generalMenu li{
  display: block;
  float: left;
  padding-top: 10px;
  height: 22px;
  width: 200px;
  text-align: center;
  font-size: 16px;
  margin-bottom: -2px;
  font-family: Tahoma;
}
#generalMenu li.active{
  background: url(../images/mainButtonActive.png);
}

/* product (left) menu area */
#productMenu{
  float: left;
  width: 202px;
}
#productMenu h2{
  text-indent: 30px;
  font-size: 16px;
  font-family: Tahoma;
  font-weight: normal;
}
#productMenu ul{
  padding: 0;
  margin: 0;
}
#productMenu li{
  display: block;
  padding-left: 50px;
  padding-top: 4px;
  height: 20px;
  font-size: 14px;
}
#productMenu li.active{
  background: no-repeat right url(../images/productButtonActive.png);
}

/* content area */
#content{
  width: 677px;
  padding: 5px 10px;
  float: right;
}
#content img{
  border: 1px solid black;
  margin: 3px;
}
#content h1{
  text-align: center;
  border-bottom: 1px dotted black;
  font-size: 24px;
  margin-top: 15px;
}
#content h2{
  font-size: 16px;
}
#content a{
  color: #0000FF;
  font-weight: bold;
}
#content p{
  margin-left: 25px;
  margin-right: 25px;
}
#content iframe{
  float: right;
  border: 1px solid black;
}
#content img.faded{
  border: none;
}

table.products{
  width: 615px;
  margin-left: 25px;
}
table.products thead td{
  font-size:16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #77933c;
  background: none;
}
table.products td.image{
  width: 146px;
  text-align: center;
}
table.products td.first{
  border-left: 1px solid #ebf1de;
}
table.products td.last{
  border-right: 1px solid #ebf1de;
}
table.products td{
  height: 30px;
  vertical-align: top;
  font-size: 14px;
  border-bottom: 1px solid #77933c;
  padding: 5px 4px;
  background: repeat-x url(../images/tablebg.png);
}
table.products td img{
  height: 108px;
  border: 1px solid black;
}

/* footer area */
#footer{
  text-align: center;
  clear: both;
  width: 202px;
  float: left;
  font-size: 10px;
  border-top: 1px solid #77933c;
  border-bottom: 1px solid #77933c;
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer a:hover{
  font-weight: normal;
}
#footer fieldset{
  border: none;
  width: 180px;
}
.clear{
  width: 100%;
  height: 2px;
  clear: both;
}