body{
  background-image:url(images/v1/bg1.jpg);
  background-repeat:repeat-x;
  background-position:top left;
  background-color:#EAF1FF;
  font-size:12pt;
  font-family:Arial, Verdana, Tahoma, Sans-Serif;
  padding:0px;
  margin:0px;
  width:100%;
}
#pageWrap {
  width:100%;
  margin:0px;
  padding:0px;
}
#page {
  text-align:center;
  width:720px;
  padding:0px;
  margin:0px;
  margin-top:20px;
}

/* TOP SECTION */
#top { 
  margin-top:10px;
  margin-bottom:10px;

}

.top_topround {
  background-image:url(images/v1/top_topround.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
  height:7px;
  padding:0px;
  margin:0px;
}
.top_content {
  background-color:#F4ECCB;
  padding-left:10px;
  padding-right:10px;
  padding-top:4px;
  padding-bottom:4px;
}
.top_connectbars {
  background-image:url(images/v1/top_connectbars.gif);
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:20px;
}
.top_nav {
  background-color:#F4ECCB;
}
a:link, a:visited, a:active {
  color:#010101;
  font-size:12pt;
  font-weight:bold;
  text-decoration:underline;
  text-align:center;
}
 a:hover {
  color:#343478;
  font-size:12pt;
  font-weight:bold;
  text-decoration:underline;
  text-align:center;
}

.top_bottomround {
  background-image:url(images/v1/top_bottomround.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:6px;
}
.top_slogan {
  font-family:Century Gothic, Tahoma, Verdana, Arial, Sans-Serif;
  font-size:10pt;
  font-weight:bold;
  font-style:italic;
  text-align:right;
}
/* MIDDLE SECTION */
#middle { 
  margin-top:10px;
  margin-bottom:10px;
}

.middle_topround {
  background-image:url(images/v1/middle_topround.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:15px;
}
.middle_content {
  background-color:#678BD7;
}
.middle_bottomround {
  background-image:url(images/v1/middle_bottomround.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:15px;
}
.middle_head {
  font-size:14pt;
  font-weight:bold;
  background-color:#B4CEFA;
  text-align:center;
  padding:3px;
  margin:10px;
  margin-top:0px;
}
.middle_home {
  background-color:#ccddff;
  text-align:left;
  padding:5px;
  margin:10px;
  margin-top:5px;
  margin-bottom:0px;

}
/* BOTTOM SECTION */
#bottom { 
  margin-top:10px;
  margin-bottom:10px;
}

.bottom_topround {
  background-image:url(images/v1/bottom_topround.gif);
  background-position:bottom left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:8px;
}
.bottom_content {
  background-color:#B1D98A;
  padding:0px;
  margin:0px;
}
.bottom_bottomround {
  background-image:url(images/v1/bottom_bottomround.gif);
  background-position:top left;
  background-repeat:no-repeat;
  padding:0px;
  margin:0px;
  height:8px;
}

.product {
  margin:10px;
  margin-top:5px;
  margin-bottom:5px;
}
.item_head {
  font-size:12pt;
  font-weight:bold;
  background-color:#B4CEFA;
  text-align:center;
  padding:3px;
  height:20px;
}
.prod_img img {
  cursor:hand;
}
.item_content{
  font-size:12pt;
  font-weight:normal;
  text-align:left;
  padding:3px;
  height:90px;
}
.item_price{
  font-size:10pt;
  font-weight:normal;
  background-color:#B4CEFA;
  text-align:right;
  padding:3px;
  height:20px;
}
td.items {
  background-color:#f0f0f3;
  vertical-align:top;
  width:480px;
}