html,body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #2d2e2a url("../_images/1024_background.jpg") top center no-repeat;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 11px;
}
a img {
  border: 0;
}
form {
  padding: 0;
  margin: 0;
}

a {
  color: #4e9640;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
a.contact {
  color: #000;
}
a.contact:hover {
  color: #000;
}

ul {
  margin-bottom: 2px;
}
table.green {
  margin: 15px 30px 10px 45px;
}
table.green td {
  vertical-align: top;
  line-height: 18px;
  padding-left: 10px;
  padding-bottom: 15px;
}
table.green td img {
  float: none !important; 
}
table.green th {
  vertical-align: top;
  padding-top:6px;
}

div#container {
  width: 725px;
  margin: 22px auto;
  text-align:left;
}

div#header {
  margin: 0;
  padding: 0;
}

div#footer {
  float: left;
  width: 100%;
  height: 25px;
  color: #FFF;
  font-size: 10px;
  padding-left: 10px;
  margin-top: 8px;
}

div#row1 {
  float:left;
  width: 100%;
}
div#leftcol {
  float: left;
  width: 530px;
}
div#leftcol img {
  float: left;
}
div#leftcontent {
  float: left;
  width: 526px;
  background: top left repeat-y;
  padding: 0 0 20px 0;
}

div#leftmargin img {
  margin: 25px 25px 5px 25px;
  float:right;
}
div#leftmargin img.none {
  margin: 0;
  float:none;
}
div#leftcontent p {
  margin: 22px 44px 0 34px;
  line-height: 18px;
}
div#rightcol {
  float: left;
  margin: 10px 0 0 5px;
  width: 175px;  
}
div#rightcol img {
  float: left;
}
div#rightcol div#rightnav {
  float: left;
}
div#rightcol div#rightnav table {
  margin: 0 0 10px 7px;
  float: left;
}
div#rightcol div#rightnav table th {
  padding: 0px 0 7px 0;
  text-align:right;
  width: 3px;
}
div#rightcol div#rightnav table td {
  padding: 0px 0 7px 4px;
}
div#rightcol div#rightnav a.active {
  color: #ffcc66;
}
div#rightcol div#rightnav a {
  color: #FFF;
  font-weight: normal;
  font-size: 10px;
}

div#rightcol div#rightfeature {
  float: left;
  margin: 16px 0 0 0;
}
div#rightcol div#rightfeature p {
  color: #FFF;
  float: left;
  margin: 10px 0 0 0;
}
div#rightcol div#rightfeature p span {
  font-weight: bold;
}
div#rightcol div#rightfeature p a {
  color: #ffcc66;
  font-weight: normal;
}
div#rightcol div#rightfeature p a img {
  float: none;
}
div#leftcontent div#left_pix {
  float: left;
  width: 237px;
  margin: 22px 0 0 13px;
}
div#leftcontent div#left_pix table {
  float: left;
}
div#leftcontent div#left_pix div#medium_image {
  float: left;
  height: 250px;
}
div#leftcontent div#left_pix #med_caption {
  float:left;
  width:100%;
  margin-top: 13px;
}

div#leftcontent div#left_data {
  float: left;
  width: 240px;
  margin: 22px 0 0 0;
  padding-bottom: 50px;
}
div#leftcontent div#left_data p {
  margin: 10px 5px 20px 5px;
  line-height: 15px;
}

table.roundedSmallBox td.tl { background: #eee url('../_images/tl.gif') top left no-repeat ; line-height: 0px;}
table.roundedSmallBox td.tm { background: #eee; line-height: 0px;}
table.roundedSmallBox td.tr { background: #eee url('../_images/tr.gif') top right no-repeat ; line-height: 0px;}
table.roundedSmallBox td.bl { background: #eee url('../_images/bl.gif') top left no-repeat ; line-height: 0px;}
table.roundedSmallBox td.bm { background: #eee; line-height: 0px;}
table.roundedSmallBox td.br { background: #eee url('../_images/br.gif') top right no-repeat ; line-height: 0px;}
table.roundedSmallBox td.content {
  background: #EEE;
}
table.roundedSmallBox div {
  margin: 7px 0 1px 10px;
}
table.roundedSmallBox img {
  float: left;
}
table.roundedSmallBox table.images {
  float: none !important;
  margin: 7px 0 8px 10px;
}
table.roundedSmallBox table img.product {
  float: left;
  margin: 0 8px 8px 0;
}