body {
  color: #222222;
  background-color: #6d9000;
  font-family: "Courier New";
  line-height: 1.2em;
  font-size: 90%;
  background-image: url('gfx/bg.jpg');
  background-repeat: repeat-y;
  margin: 0;
  padding: 0;
}

.salespoints{
  padding: 10px;
  margin: 2px;
  width: 280px;
  height: 70px;
  float: left;
  font-size: 1.1em;
  font-weight: bold;
  border: solid 1px #6d9000;
}

.borderedimg {
  border: solid 2px #6d9000;

}

#header{
  margin: 5px;
  background-color: #b4db71;
  background-image: url('gfx/bg_top.jpg');
  background-repeat: no-repeat;
  width: 786px;
  height: 130px;
  text-align: center;
}

.toprub {
  position: relative;
  left: 40px;
  top: 40px;
  font-family: "Courier New";
  font-weight: bold;
  font-size:80px;
  color: white;
}
.subrub {
  position: relative;
  left: 40px;
  top: 70px;
  font-family: "Courier New";
  font-weight: bold;
  font-size:40px;
  color: white;

}

a {
  color: white;
  text-decoration: none;
}

.logo {
  z-index: 1;
  position: absolute;
  left: 15px;
  top: 10px;
}
.menu {
  position: absolute;
  left: 3px;
  top: 140px;
  width: 140px;
  height: 500px;
}

.activeitem {
  padding: 2px;
  margin: 2px;
  width: 134px;
  float: left;
  border: solid 1px #b4db71;
  background-color: #b4db71;
}
.item {
  padding: 2px;
  margin: 2px;
  width: 134px;
  float: left;
  border: solid 1px #b4db71;
  background-color: #6d9000;
}

.footer {
  clear: both;
  text-align: center;
  color: #6d9000;
}

.imgsect {
  float:right;
  width: 638px;
}

.imgsect img {
  padding-left: 3px;
  padding-right: 3px;
}

div.imgsectright {
  width: 309px;
  float: right;
  text-align: right;
  padding: 5px;
}

div.imgsectleft {
  width: 309px;
  float: left;
  padding: 5px;
}

.content {
  position: absolute;
  top: 135px;
  left: 150px;
  padding: 5px;
/*  border: solid 1px red;           */
  width: 636px;
  color: #222222;
  font-family: "Times New Roman", serif;
  font-size: 1em;
}
/* pg3 */
.p3r1 {
  float: left;
  line-height:1em;
  padding-left: 45px;
  padding-top: 30px;
  padding-bottom: 20px;
  width: 250px;
  height: 50px;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;

}
.p3i1 {
  margin-right: 15px;
  margin-top: 5px;
  float: right;
  background-color: #ffffff;
  text-align: center;
}

.p3i2 {
margin-left: 60px;
text-align: center;
width: 230px;
height: 100px;
}
.p3i2 span { width:100%; background-color:#ffffff; display: block}
.p3r2 {
  position: absolute;
  top: 330px;
  left: -140px;
  line-height:1em;
  width: 250px;
  height: 50px;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.p3r3 {
  position: absolute;
  top: 650px;
  left: -100px;
  line-height:1em;
  width: 320px;
  height: 50px;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.p3r4 {
  position: absolute;
  top: 500px;
  left: 250px;
  width: 100px;
  line-height:1em;
  font-size: 1.2em;

}
.p3r5 {
  position: absolute;
  top: 420px;
  left: 365px;
  line-height:1em;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;

}



/* pg3 end */

.content a {
  color: #6d9000;
  text-decoration: underline;
  font-weight: bold;
}

.imgcont {
  width: 200px;
  height: 280px;
  float: left;
  padding: 5px;
}

.rub {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  float: left;
  font-style: italic;
}
.rub2 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
}
.imgright {
	float: right;
	width: 235px;
}

.imgleft {
	padding-top:48px;
	float:left;
	width: 240px;
}