body {
  font-family: Trebuchet MS, Arial;
  background-image: url('../img/bodyback.png');
  background-repeat: repeat-x;
  background-color: #d9d4d4;
  margin:0px;
  padding:0px;
}

strong
{
	font-weight:bold;
	font-size: .9;
}

.pagewrapper {
  width:935px;
  margin:0 auto;
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
}
.pagetop {
  height: 105px;
}
.pagetop h1 {
  display: none;
}
.sitelogo {
  display: block;
  margin: 8px 0px 0px 20px;
  padding: 0px;
  font-size: 0px;
  width: 244px;
  height: 86px;
  float: left;
  background-image: url('../img/sitelogo.png');
}
.pagetop ul {
  font-family: Trebuchet MS, Arial;
  float: right;
  height: 28px;
  list-style-type: none;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px 0px 15px;
  background-image: url('../img/menu.gif');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.pagetop ul li {
  float: left;
  height: 18px;
  background-image: url('../img/menu.gif');
  background-position: 0px -28px;
  background-repeat: repeat-x;
  font-size:14px;
  padding: 5px 0px;
}
.pagetop ul .last {
  padding-right: 5px;
}
.pagetop ul li span, .pagetop ul li a {
  padding: 0px 11px;
}
.pagetop ul li a {
  color: #be1e2c;
}
.pagetop ul li a, .pagetop ul li span {
  border-right: 1px solid #be1e2c;
}
.pagetop ul li .menufirst {
  border-left: 0px;
}
.pagetop ul li .menulast {
  border-right: 0px;
}
.pagecenter {
  clear: both;
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #be1e2c;
}
.pagecontentleft {
  float: left;
}
.pagecontentright {
  float: left;
  width: 250px;
  padding: 0px 14px 0px 14px;
}

.pagecontentright.contactus {
  margin-top: 0px;
  padding: 25px 14px 20px 14px;
}

.pagecontentright.contactus .imgseehow 
{
    display:block;
    margin-top: 140px;
}

.imgseehow img
{
    border:none;
}

.pagecenter h2 {
  margin: 0px;
  padding: 0px;
  font-size: 1.1em;
  font-weight: bold;
}
.pagecenter p {
  margin: 0px;
  margin-bottom: 16px;
  padding: 0px;
  font-size: 0.75em;
  line-height: 130%;
  color: #5c5c5c;
}
.pagebottom {
  clear: both;
  padding: 18px;
  padding-right: 0px;
  border-top: 3px solid #c4babb;
}
.pagebottomleft {
  width: 305px;
  float: left;
}
.bottomH3 {
  margin: 0px;
  padding: 0px;
  width: 245px;
  color: #5c5c5c;
  font-size: 1.1em;
  font-weight: bold;
}
.bottomP {
  float: left;
  margin: 0px;
  margin-top: 8px;
  padding: 0px;
  width: 240px;
  font-size: 0.75em;
  line-height: 130%;
  color: #5c5c5c;
}
.pagebottom a {
  text-decoration: none;
  color: #5c5c5c;
}
.pagebottom a:hover {
  text-decoration: underline;
}
.bottomP a
{
	color:#5c5c5c;
	}

.pagebottomleft div, .pagebottomcenter div, .pagebottomright div {
  position: relative;
  top: -5px;
  background-image: url('../img/bottomicons.png');
  background-repeat: no-repeat;
}
.pagebottomleft div {
  width: 41px;
  height: 41px;
  margin-left: 255px;
  background-position: 0px 0px;
}
.pagebottomcenter {
  float: left;
  width: 290px;
  padding-left: 20px;
  border-left: 1px solid #d8d3d3;
  border-right: 1px solid #d8d3d3;
}
.pagebottomcenter .bottomP {
  width: 215px;
}
.pagebottomcenter div {
  width: 56px;
  height: 53px;
  margin-left: 225px;
  background-color: #ffffff;
  background-position: -41px 0px;
}
.pagebottomright {
  margin-left: 630px;
}
.pagebottomright div {
  width: 35px;
  height: 45px;
  margin-left: 230px;
  background-position: -97px 0px;
}
.pagefooter {
  clear: both;
  height: 26px;
  padding: 23px 0px 0px 30px;
  border: 0px solid black;
}
.copyright {
  float: left;
  width: 250px;
  font-size: 12px;
  color: #5c5c5c;
}
.pagefooter ul {
  height: 20px;
  margin: 0px;
  margin-left: 430px;
  padding: 0px;
  list-style-type: none;
}
.pagefooter ul li {
  float: left;
  height: 20px;
}
.pagefooter ul li a {
  font-size: 12px;
  color: #5c5c5c;
  padding: 0px 6px;
  border-left: 1px solid #5c5c5c;
}
.pagefooter ul li .first {

  border: 0px;
}
a {
 text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#BE2E2C;
}
a.common {
 color :#be1e2c;
 font-weight:bold;
}

.lnkorderonline {
  display: block;
  margin-top: 100px;
  margin-bottom: 25px;
  float: right;
  width: 112px;
  height: 20px;
  background-image: url('../img/orderonline.png');
  background-repeat: no-repeat;
}
.supportLink { color:#930;text-decoration:none;}
