
/* Layout Stylesheet */

body {
 margin:20px;
 background:#8DA1C0;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
 background-color: #FFFFFF;
 text-align:left;
 border:1px solid #000000;
 width:758px;
 margin:auto;
 }

#hdr {
 height:126px;
 background:#eeeeee;
 background-image: url(images/header.gif);
 background-repeat: no-repeat;
 color: #333333;
 }

 #topMenu {
 float: right;
 }


#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:758px;
 padding:0;
 }

#l-col {
 float:left;
 background:#ffffff;
 color: #333333;
 padding:5px;
 margin: 5px;
 width:155px;
 text-align: center;
 }

#cont {
 width:550px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 margin: 10px;
 padding: 5px;
 }

#productsTop{
background-image: url(images/products.gif);
background-repeat: no-repeat;
width:155px;
height: 27px;
}

#productsMiddle{
background-image: url(images/productsMiddle.jpg);
width: 155px;
background-repeat: repeat-y;
}

#productsBottom{
background-image: url(images/productsBottom.jpg);
background-repeat: no-repeat;
width:155px;
height:21px;
}

tr {
line-height: 1.5em;
}

.products{
          font-size: 16px;
          line-height:1.7em;
          text-align:center;
          }

.tableBorder {
border: 1px;
border-color: #0066CC;
border-style: solid;
}

.smallFont{
font-size: .7em;
}





